Skip to content
Success

Console Output

Pull request #44001 opened
02:52:10 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2+464882e39844809b4f0a4ab11392646ec317f407 (3b54732c8851154ce6aec50c3a5c1f6dcd43c007)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-44001@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] 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
02:52:13 [2022-08-22T02:52:13.793Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
02:52:13 [2022-08-22T02:52:13.802Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
02:52:28 [2022-08-22T02:52:28.982Z] Still waiting to schedule task
02:52:28 [2022-08-22T02:52:28.984Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07f18409c6a91a232)’ is offline
02:53:14 [2022-08-22T02:53:14.599Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07f18409c6a91a232) in /home/ubuntu/workspace/moby_PR-44001
[Pipeline] {
[Pipeline] checkout
02:53:14 [2022-08-22T02:53:14.706Z] The recommended git tool is: git
02:53:17 [2022-08-22T02:53:17.885Z] using credential docker-jenkins-github-credentials
02:53:17 [2022-08-22T02:53:17.898Z] Cloning the remote Git repository
02:53:17 [2022-08-22T02:53:17.898Z] Cloning with configured refspecs honoured and without tags
02:53:17 [2022-08-22T02:53:17.951Z] Cloning repository https://github.com/moby/moby.git
02:53:18 [2022-08-22T02:53:18.010Z]  > git init /home/ubuntu/workspace/moby_PR-44001 # timeout=10
02:53:18 [2022-08-22T02:53:18.320Z] Fetching upstream changes from https://github.com/moby/moby.git
02:53:18 [2022-08-22T02:53:18.320Z]  > git --version # timeout=10
02:53:18 [2022-08-22T02:53:18.366Z]  > git --version # 'git version 2.17.1'
02:53:18 [2022-08-22T02:53:18.367Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:53:18 [2022-08-22T02:53:18.379Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44001/head:refs/remotes/origin/PR-44001 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:53:41 [2022-08-22T02:53:41.535Z] Fetching without tags
02:53:41 [2022-08-22T02:53:41.842Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
02:53:42 [2022-08-22T02:53:42.866Z] Merge succeeded, producing 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
02:53:42 [2022-08-22T02:53:42.867Z] Checking out Revision 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 (PR-44001)
02:53:41 [2022-08-22T02:53:41.453Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:53:41 [2022-08-22T02:53:41.465Z]  > git config --add remote.origin.fetch +refs/pull/44001/head:refs/remotes/origin/PR-44001 # timeout=10
02:53:41 [2022-08-22T02:53:41.483Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:53:41 [2022-08-22T02:53:41.506Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:53:41 [2022-08-22T02:53:41.539Z] Fetching upstream changes from https://github.com/moby/moby.git
02:53:41 [2022-08-22T02:53:41.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:53:41 [2022-08-22T02:53:41.540Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44001/head:refs/remotes/origin/PR-44001 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:53:41 [2022-08-22T02:53:41.858Z]  > git config core.sparsecheckout # timeout=10
02:53:41 [2022-08-22T02:53:41.894Z]  > git checkout -f 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 # timeout=10
02:53:42 [2022-08-22T02:53:42.755Z]  > git remote # timeout=10
02:53:42 [2022-08-22T02:53:42.790Z]  > git config --get remote.origin.url # timeout=10
02:53:42 [2022-08-22T02:53:42.804Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:53:42 [2022-08-22T02:53:42.805Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
02:53:42 [2022-08-22T02:53:42.840Z]  > git rev-parse HEAD^{commit} # timeout=10
02:53:42 [2022-08-22T02:53:42.871Z]  > git config core.sparsecheckout # timeout=10
02:53:42 [2022-08-22T02:53:42.890Z]  > git checkout -f 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 # timeout=10
02:53:47 [2022-08-22T02:53:47.696Z] Commit message: "update runc to v1.1.4 pre"
02:53:47 [2022-08-22T02:53:47.697Z] First time build. Skipping changelog.
02:53:47 [2022-08-22T02:53:47.717Z]  > git --version # timeout=10
02:53:47 [2022-08-22T02:53:47.746Z]  > git --version # 'git version 2.17.1'
02:53:47 [2022-08-22T02:53:47.778Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
02:53:48 [2022-08-22T02:53:48.820Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44001:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
02:53:55 [2022-08-22T02:53:55.405Z] Unable to find image 'alpine:latest' locally
02:53:55 [2022-08-22T02:53:55.666Z] latest: Pulling from library/alpine
02:53:55 [2022-08-22T02:53:55.666Z] 213ec9aee27d: Pulling fs layer
02:53:55 [2022-08-22T02:53:55.666Z] 213ec9aee27d: Verifying Checksum
02:53:55 [2022-08-22T02:53:55.666Z] 213ec9aee27d: Download complete
02:53:56 [2022-08-22T02:53:56.236Z] 213ec9aee27d: Pull complete
02:53:56 [2022-08-22T02:53:56.236Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
02:53:56 [2022-08-22T02:53:56.236Z] Status: Downloaded newer image for alpine:latest
02:54:04 [2022-08-22T02:54:04.370Z] 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
02:54:04 [2022-08-22T02:54:04.615Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07f18409c6a91a232) in /home/ubuntu/workspace/moby_PR-44001
[Pipeline] node
[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] {
[Pipeline] checkout
02:54:04 [2022-08-22T02:54:04.694Z] The recommended git tool is: git
02:54:04 [2022-08-22T02:54:04.702Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
02:54:04 [2022-08-22T02:54:04.714Z] Fetching changes from the remote Git repository
[Pipeline] // stage
[Pipeline] // stage
02:54:04 [2022-08-22T02:54:04.738Z] Fetching without tags
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
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] 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
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
02:54:05 [2022-08-22T02:54:05.070Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
02:54:04 [2022-08-22T02:54:04.711Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44001/.git # timeout=10
02:54:04 [2022-08-22T02:54:04.716Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:54:04 [2022-08-22T02:54:04.740Z] Fetching upstream changes from https://github.com/moby/moby.git
02:54:04 [2022-08-22T02:54:04.740Z]  > git --version # timeout=10
02:54:04 [2022-08-22T02:54:04.754Z]  > git --version # 'git version 2.17.1'
02:54:04 [2022-08-22T02:54:04.754Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:54:04 [2022-08-22T02:54:04.755Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44001/head:refs/remotes/origin/PR-44001 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:54:05 [2022-08-22T02:54:05.072Z]  > git config core.sparsecheckout # timeout=10
02:54:05 [2022-08-22T02:54:05.233Z] Merge succeeded, producing 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
02:54:05 [2022-08-22T02:54:05.233Z] Checking out Revision 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 (PR-44001)
02:54:05 [2022-08-22T02:54:05.412Z] Commit message: "update runc to v1.1.4 pre"
02:54:05 [2022-08-22T02:54:05.433Z]  > git --version # timeout=10
02:54:05 [2022-08-22T02:54:05.463Z]  > git --version # 'git version 2.17.1'
02:54:05 [2022-08-22T02:54:05.486Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
02:54:05 [2022-08-22T02:54:05.087Z]  > git checkout -f 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 # timeout=10
02:54:05 [2022-08-22T02:54:05.167Z]  > git remote # timeout=10
02:54:05 [2022-08-22T02:54:05.183Z]  > git config --get remote.origin.url # timeout=10
02:54:05 [2022-08-22T02:54:05.202Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:54:05 [2022-08-22T02:54:05.203Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
02:54:05 [2022-08-22T02:54:05.224Z]  > git rev-parse HEAD^{commit} # timeout=10
02:54:05 [2022-08-22T02:54:05.236Z]  > git config core.sparsecheckout # timeout=10
02:54:05 [2022-08-22T02:54:05.246Z]  > git checkout -f 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
02:54:06 [2022-08-22T02:54:06.084Z] + [ PR != PR ]
02:54:06 [2022-08-22T02:54:06.084Z] + [ master != master ]
02:54:06 [2022-08-22T02:54:06.084Z] + [  = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
02:54:06 [2022-08-22T02:54:06.410Z] + docker version
02:54:06 [2022-08-22T02:54:06.410Z] Client: Docker Engine - Community
02:54:06 [2022-08-22T02:54:06.410Z]  Version:           20.10.14
02:54:06 [2022-08-22T02:54:06.410Z]  API version:       1.41
02:54:06 [2022-08-22T02:54:06.410Z]  Go version:        go1.16.15
02:54:06 [2022-08-22T02:54:06.410Z]  Git commit:        a224086
02:54:06 [2022-08-22T02:54:06.410Z]  Built:             Thu Mar 24 01:47:57 2022
02:54:06 [2022-08-22T02:54:06.410Z]  OS/Arch:           linux/amd64
02:54:06 [2022-08-22T02:54:06.410Z]  Context:           default
02:54:06 [2022-08-22T02:54:06.410Z]  Experimental:      true
02:54:06 [2022-08-22T02:54:06.410Z] 
02:54:06 [2022-08-22T02:54:06.410Z] Server: Docker Engine - Community
02:54:06 [2022-08-22T02:54:06.410Z]  Engine:
02:54:06 [2022-08-22T02:54:06.410Z]   Version:          20.10.14
02:54:06 [2022-08-22T02:54:06.410Z]   API version:      1.41 (minimum version 1.12)
02:54:06 [2022-08-22T02:54:06.410Z]   Go version:       go1.16.15
02:54:06 [2022-08-22T02:54:06.410Z]   Git commit:       87a90dc
02:54:06 [2022-08-22T02:54:06.410Z]   Built:            Thu Mar 24 01:45:46 2022
02:54:06 [2022-08-22T02:54:06.410Z]   OS/Arch:          linux/amd64
02:54:06 [2022-08-22T02:54:06.410Z]   Experimental:     true
02:54:06 [2022-08-22T02:54:06.410Z]  containerd:
02:54:06 [2022-08-22T02:54:06.410Z]   Version:          1.5.11
02:54:06 [2022-08-22T02:54:06.410Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
02:54:06 [2022-08-22T02:54:06.410Z]  runc:
02:54:06 [2022-08-22T02:54:06.410Z]   Version:          1.0.3
02:54:06 [2022-08-22T02:54:06.410Z]   GitCommit:        v1.0.3-0-gf46b6ba
02:54:06 [2022-08-22T02:54:06.410Z]  docker-init:
02:54:06 [2022-08-22T02:54:06.410Z]   Version:          0.19.0
02:54:06 [2022-08-22T02:54:06.410Z]   GitCommit:        de40ad0
[Pipeline] sh
02:54:06 [2022-08-22T02:54:06.703Z] + docker info
02:54:19 [2022-08-22T02:54:19.615Z] Still waiting to schedule task
02:54:19 [2022-08-22T02:54:19.615Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07f18409c6a91a232)02:54:19 [2022-08-22T02:54:19.616Z] Still waiting to schedule task
02:54:19 [2022-08-22T02:54:19.616Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07f18409c6a91a232)02:54:19 [2022-08-22T02:54:19.617Z] Still waiting to schedule task
02:54:19 [2022-08-22T02:54:19.617Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline
02:54:19 [2022-08-22T02:54:19.621Z] Still waiting to schedule task
02:54:19 [2022-08-22T02:54:19.621Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline
02:54:28 [2022-08-22T02:54:28.674Z] Client:
02:54:28 [2022-08-22T02:54:28.674Z]  Context:    default
02:54:28 [2022-08-22T02:54:28.674Z]  Debug Mode: false
02:54:28 [2022-08-22T02:54:28.674Z]  Plugins:
02:54:28 [2022-08-22T02:54:28.674Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
02:54:28 [2022-08-22T02:54:28.674Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
02:54:28 [2022-08-22T02:54:28.674Z]   compose: Docker Compose (Docker Inc., v2.4.1)
02:54:28 [2022-08-22T02:54:28.674Z]   scan: Docker Scan (Docker Inc., v0.17.0)
02:54:28 [2022-08-22T02:54:28.674Z] 
02:54:28 [2022-08-22T02:54:28.674Z] Server:
02:54:28 [2022-08-22T02:54:28.674Z]  Containers: 0
02:54:28 [2022-08-22T02:54:28.674Z]   Running: 0
02:54:28 [2022-08-22T02:54:28.674Z]   Paused: 0
02:54:28 [2022-08-22T02:54:28.674Z]   Stopped: 0
02:54:28 [2022-08-22T02:54:28.674Z]  Images: 1
02:54:28 [2022-08-22T02:54:28.674Z]  Server Version: 20.10.14
02:54:28 [2022-08-22T02:54:28.674Z]  Storage Driver: overlay2
02:54:28 [2022-08-22T02:54:28.674Z]   Backing Filesystem: extfs
02:54:28 [2022-08-22T02:54:28.674Z]   Supports d_type: true
02:54:28 [2022-08-22T02:54:28.674Z]   Native Overlay Diff: true
02:54:28 [2022-08-22T02:54:28.674Z]   userxattr: false
02:54:28 [2022-08-22T02:54:28.674Z]  Logging Driver: json-file
02:54:28 [2022-08-22T02:54:28.674Z]  Cgroup Driver: cgroupfs
02:54:28 [2022-08-22T02:54:28.674Z]  Cgroup Version: 1
02:54:28 [2022-08-22T02:54:28.674Z]  Plugins:
02:54:28 [2022-08-22T02:54:28.674Z]   Volume: local
02:54:28 [2022-08-22T02:54:28.674Z]   Network: bridge host ipvlan macvlan null overlay
02:54:28 [2022-08-22T02:54:28.674Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
02:54:28 [2022-08-22T02:54:28.674Z]  Swarm: inactive
02:54:28 [2022-08-22T02:54:28.674Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
02:54:28 [2022-08-22T02:54:28.674Z]  Default Runtime: runc
02:54:28 [2022-08-22T02:54:28.674Z]  Init Binary: docker-init
02:54:28 [2022-08-22T02:54:28.674Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
02:54:28 [2022-08-22T02:54:28.674Z]  runc version: v1.0.3-0-gf46b6ba
02:54:28 [2022-08-22T02:54:28.674Z]  init version: de40ad0
02:54:28 [2022-08-22T02:54:28.674Z]  Security Options:
02:54:28 [2022-08-22T02:54:28.674Z]   apparmor
02:54:28 [2022-08-22T02:54:28.674Z]   seccomp
02:54:28 [2022-08-22T02:54:28.674Z]    Profile: default
02:54:28 [2022-08-22T02:54:28.674Z]  Kernel Version: 5.4.0-1071-aws
02:54:28 [2022-08-22T02:54:28.674Z]  Operating System: Ubuntu 18.04.6 LTS
02:54:28 [2022-08-22T02:54:28.674Z]  OSType: linux
02:54:28 [2022-08-22T02:54:28.674Z]  Architecture: x86_64
02:54:28 [2022-08-22T02:54:28.674Z]  CPUs: 2
02:54:28 [2022-08-22T02:54:28.674Z]  Total Memory: 7.565GiB
02:54:28 [2022-08-22T02:54:28.674Z]  Name: ip-10-100-118-53
02:54:28 [2022-08-22T02:54:28.674Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
02:54:28 [2022-08-22T02:54:28.674Z]  Docker Root Dir: /var/lib/docker
02:54:28 [2022-08-22T02:54:28.674Z]  Debug Mode: false
02:54:28 [2022-08-22T02:54:28.674Z]  Registry: https://index.docker.io/v1/
02:54:28 [2022-08-22T02:54:28.674Z]  Labels:
02:54:28 [2022-08-22T02:54:28.674Z]  Experimental: true
02:54:28 [2022-08-22T02:54:28.674Z]  Insecure Registries:
02:54:28 [2022-08-22T02:54:28.674Z]   127.0.0.0/8
02:54:28 [2022-08-22T02:54:28.674Z]  Live Restore Enabled: true
02:54:28 [2022-08-22T02:54:28.674Z] 
02:54:28 [2022-08-22T02:54:28.674Z] WARNING: No swap limit support
[Pipeline] sh
02:54:28 [2022-08-22T02:54:28.971Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
02:54:28 [2022-08-22T02:54:28.971Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
02:54:28 [2022-08-22T02:54:28.971Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44001/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
02:54:28 [2022-08-22T02:54:28.971Z] + bash /home/ubuntu/workspace/moby_PR-44001/check-config.sh
02:54:28 [2022-08-22T02:54:28.971Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
02:54:28 [2022-08-22T02:54:28.971Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
02:54:28 [2022-08-22T02:54:28.971Z] 
02:54:28 [2022-08-22T02:54:28.971Z] Generally Necessary:
02:54:28 [2022-08-22T02:54:28.971Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
02:54:28 [2022-08-22T02:54:28.971Z] - apparmor: enabled and tools installed
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_NAMESPACES: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_NET_NS: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_PID_NS: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_IPC_NS: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_UTS_NS: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_CGROUPS: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_CGROUP_CPUACCT: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_CGROUP_DEVICE: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_CGROUP_FREEZER: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_CGROUP_SCHED: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_CPUSETS: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_MEMCG: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_KEYS: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_VETH: enabled (as module)
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_BRIDGE: enabled (as module)
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_IP_NF_FILTER: enabled (as module)
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_IP_NF_NAT: enabled (as module)
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_NF_NAT: enabled (as module)
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_POSIX_MQUEUE: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_CGROUP_BPF: enabled
02:54:29 [2022-08-22T02:54:29.232Z] 
02:54:29 [2022-08-22T02:54:29.232Z] Optional Features:
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_USER_NS: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_SECCOMP: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_SECCOMP_FILTER: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_CGROUP_PIDS: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_MEMCG_SWAP: enabled
02:54:29 [2022-08-22T02:54:29.232Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
02:54:29 [2022-08-22T02:54:29.232Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_BLK_CGROUP: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_BLK_DEV_THROTTLING: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_CGROUP_PERF: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_CGROUP_HUGETLB: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_CGROUP_NET_PRIO: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_CFS_BANDWIDTH: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_FAIR_GROUP_SCHED: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_RT_GROUP_SCHED: missing
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_IP_VS: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_IP_VS_NFCT: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_IP_VS_PROTO_TCP: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_IP_VS_PROTO_UDP: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_IP_VS_RR: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_SECURITY_SELINUX: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_SECURITY_APPARMOR: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_EXT4_FS: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - CONFIG_EXT4_FS_SECURITY: enabled
02:54:29 [2022-08-22T02:54:29.514Z] - Network Drivers:
02:54:29 [2022-08-22T02:54:29.514Z]   - "overlay":
02:54:29 [2022-08-22T02:54:29.514Z]     - CONFIG_VXLAN: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
02:54:29 [2022-08-22T02:54:29.514Z]       Optional (for encrypted networks):
02:54:29 [2022-08-22T02:54:29.514Z]       - CONFIG_CRYPTO: enabled
02:54:29 [2022-08-22T02:54:29.514Z]       - CONFIG_CRYPTO_AEAD: enabled
02:54:29 [2022-08-22T02:54:29.514Z]       - CONFIG_CRYPTO_GCM: enabled
02:54:29 [2022-08-22T02:54:29.514Z]       - CONFIG_CRYPTO_SEQIV: enabled
02:54:29 [2022-08-22T02:54:29.514Z]       - CONFIG_CRYPTO_GHASH: enabled
02:54:29 [2022-08-22T02:54:29.514Z]       - CONFIG_XFRM: enabled
02:54:29 [2022-08-22T02:54:29.514Z]       - CONFIG_XFRM_USER: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z]       - CONFIG_XFRM_ALGO: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z]       - CONFIG_INET_ESP: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z]   - "ipvlan":
02:54:29 [2022-08-22T02:54:29.514Z]     - CONFIG_IPVLAN: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z]   - "macvlan":
02:54:29 [2022-08-22T02:54:29.514Z]     - CONFIG_MACVLAN: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z]     - CONFIG_DUMMY: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z]   - "ftp,tftp client in container":
02:54:29 [2022-08-22T02:54:29.514Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
02:54:29 [2022-08-22T02:54:29.514Z] - Storage Drivers:
02:54:29 [2022-08-22T02:54:29.514Z]   - "aufs":
02:54:29 [2022-08-22T02:54:29.514Z]     - CONFIG_AUFS_FS: enabled (as module)
02:54:29 [2022-08-22T02:54:29.774Z]   - "btrfs":
02:54:29 [2022-08-22T02:54:29.774Z]     - CONFIG_BTRFS_FS: enabled (as module)
02:54:29 [2022-08-22T02:54:29.774Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
02:54:29 [2022-08-22T02:54:29.774Z]   - "devicemapper":
02:54:29 [2022-08-22T02:54:29.774Z]     - CONFIG_BLK_DEV_DM: enabled
02:54:29 [2022-08-22T02:54:29.774Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
02:54:29 [2022-08-22T02:54:29.774Z]   - "overlay":
02:54:29 [2022-08-22T02:54:29.774Z]     - CONFIG_OVERLAY_FS: enabled (as module)
02:54:29 [2022-08-22T02:54:29.774Z]   - "zfs":
02:54:29 [2022-08-22T02:54:29.774Z]     - /dev/zfs: present
02:54:29 [2022-08-22T02:54:29.774Z]     - zfs command: missing
02:54:29 [2022-08-22T02:54:29.774Z]     - zpool command: missing
02:54:29 [2022-08-22T02:54:29.774Z] 
02:54:29 [2022-08-22T02:54:29.774Z] Limits:
02:54:29 [2022-08-22T02:54:29.774Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
02:54:29 [2022-08-22T02:54:29.774Z] 
02:54:29 [2022-08-22T02:54:29.774Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
02:54:30 [2022-08-22T02:54:30.103Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 .
02:54:30 [2022-08-22T02:54:30.363Z] #1 [internal] load build definition from Dockerfile
02:54:30 [2022-08-22T02:54:30.363Z] #1 sha256:0d56c0a0bdd3c3592f5e62e4204a4c55edc3c72b984920bc23b74683a1cf1e4f
02:54:30 [2022-08-22T02:54:30.363Z] #1 transferring dockerfile: 19.07kB 0.0s done
02:54:30 [2022-08-22T02:54:30.363Z] #1 DONE 0.1s
02:54:30 [2022-08-22T02:54:30.363Z] 
02:54:30 [2022-08-22T02:54:30.363Z] #2 [internal] load .dockerignore
02:54:30 [2022-08-22T02:54:30.363Z] #2 sha256:77ac67dde3dc11e29dc0efdc457be392a74bb86e78593464a377e81f48a131ed
02:54:30 [2022-08-22T02:54:30.363Z] #2 transferring context: 145B done
02:54:30 [2022-08-22T02:54:30.363Z] #2 DONE 0.1s
02:54:30 [2022-08-22T02:54:30.363Z] 
02:54:30 [2022-08-22T02:54:30.363Z] #3 resolve image config for docker.io/docker/dockerfile:1
02:54:30 [2022-08-22T02:54:30.363Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
02:54:30 [2022-08-22T02:54:30.622Z] #3 DONE 0.3s
02:54:30 [2022-08-22T02:54:30.622Z] 
02:54:30 [2022-08-22T02:54:30.622Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
02:54:30 [2022-08-22T02:54:30.622Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
02:54:30 [2022-08-22T02:54:30.622Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
02:54:30 [2022-08-22T02:54:30.881Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
02:54:30 [2022-08-22T02:54:30.882Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
02:54:30 [2022-08-22T02:54:30.882Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
02:54:30 [2022-08-22T02:54:30.882Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 8.39MB / 9.94MB 0.2s
02:54:30 [2022-08-22T02:54:30.882Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.3s
02:54:31 [2022-08-22T02:54:31.141Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.4s done
02:54:31 [2022-08-22T02:54:31.141Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940
02:54:31 [2022-08-22T02:54:31.401Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.4s done
02:54:31 [2022-08-22T02:54:31.660Z] #4 DONE 0.9s
02:54:31 [2022-08-22T02:54:31.660Z] 
02:54:31 [2022-08-22T02:54:31.660Z] #6 [internal] load .dockerignore
02:54:31 [2022-08-22T02:54:31.660Z] #6 sha256:5c7cb417ee0e486f2dd6db8ee7b7a586ecd3571c4fe8d554bbd7f2d9c4d0fa5e
02:54:31 [2022-08-22T02:54:31.660Z] #6 DONE 0.0s
02:54:31 [2022-08-22T02:54:31.660Z] 
02:54:31 [2022-08-22T02:54:31.660Z] #5 [internal] load build definition from Dockerfile
02:54:31 [2022-08-22T02:54:31.660Z] #5 sha256:7f0bbb0add2857f3b54246a4b084d33fb71ed6375c46022bf47b5cdb0f54a043
02:54:31 [2022-08-22T02:54:31.660Z] #5 DONE 0.0s
02:54:31 [2022-08-22T02:54:31.660Z] 
02:54:31 [2022-08-22T02:54:31.660Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
02:54:31 [2022-08-22T02:54:31.660Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
02:54:32 [2022-08-22T02:54:32.229Z] #10 DONE 0.6s
02:54:32 [2022-08-22T02:54:32.230Z] 
02:54:32 [2022-08-22T02:54:32.230Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
02:54:32 [2022-08-22T02:54:32.230Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
02:54:32 [2022-08-22T02:54:32.489Z] #9 ...
02:54:32 [2022-08-22T02:54:32.489Z] 
02:54:32 [2022-08-22T02:54:32.489Z] #7 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
02:54:32 [2022-08-22T02:54:32.489Z] #7 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
02:54:32 [2022-08-22T02:54:32.489Z] #7 DONE 0.7s
02:54:32 [2022-08-22T02:54:32.489Z] 
02:54:32 [2022-08-22T02:54:32.489Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
02:54:32 [2022-08-22T02:54:32.489Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
02:54:32 [2022-08-22T02:54:32.489Z] #8 DONE 0.7s
02:54:32 [2022-08-22T02:54:32.749Z] 
02:54:32 [2022-08-22T02:54:32.749Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
02:54:32 [2022-08-22T02:54:32.749Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
02:54:32 [2022-08-22T02:54:32.749Z] #9 DONE 0.8s
02:54:33 [2022-08-22T02:54:33.008Z] 
02:54:33 [2022-08-22T02:54:33.008Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
02:54:33 [2022-08-22T02:54:33.008Z] #35 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163
02:54:33 [2022-08-22T02:54:33.008Z] #35 resolve docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 0.1s done
02:54:33 [2022-08-22T02:54:33.268Z] #35 sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 1.85kB / 1.85kB done
02:54:33 [2022-08-22T02:54:33.268Z] #35 sha256:3098a8fda8e7bc6bc92c37aaaa9d46fa0dd93992203ca3f53bb84e1d00ffb796 529B / 529B done
02:54:33 [2022-08-22T02:54:33.268Z] #35 sha256:07d9246c53a664dde2b72c3d531d19dff4205a02bdd0e9612a5500aa51b86308 1.46kB / 1.46kB done
02:54:33 [2022-08-22T02:54:33.539Z] #35 ...
02:54:33 [2022-08-22T02:54:33.539Z] 
02:54:33 [2022-08-22T02:54:33.539Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
02:54:33 [2022-08-22T02:54:33.539Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
02:54:33 [2022-08-22T02:54:33.539Z] #56 DONE 0.0s
02:54:33 [2022-08-22T02:54:33.539Z] 
02:54:33 [2022-08-22T02:54:33.539Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
02:54:33 [2022-08-22T02:54:33.539Z] #35 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163
02:54:33 [2022-08-22T02:54:33.539Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 1.05MB / 55.00MB 0.1s
02:54:33 [2022-08-22T02:54:33.539Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 7.34MB / 55.00MB 0.4s
02:54:33 [2022-08-22T02:54:33.798Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 10.87MB / 55.00MB 0.5s
02:54:34 [2022-08-22T02:54:34.057Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 15.91MB / 55.00MB 0.6s
02:54:34 [2022-08-22T02:54:34.057Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 22.13MB / 55.00MB 0.8s
02:54:34 [2022-08-22T02:54:34.057Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 25.17MB / 55.00MB 0.9s
02:54:34 [2022-08-22T02:54:34.329Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 28.31MB / 55.00MB 1.1s
02:54:34 [2022-08-22T02:54:34.904Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 32.71MB / 55.00MB 1.5s
02:54:34 [2022-08-22T02:54:34.905Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 38.80MB / 55.00MB 1.8s
02:54:35 [2022-08-22T02:54:35.166Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 43.72MB / 55.00MB 1.9s
02:54:35 [2022-08-22T02:54:35.742Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 49.28MB / 55.00MB 2.4s
02:54:35 [2022-08-22T02:54:35.742Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 55.00MB / 55.00MB 2.6s
02:54:36 [2022-08-22T02:54:36.678Z] #35 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 55.00MB / 55.00MB 3.1s done
02:54:37 [2022-08-22T02:54:37.252Z] #35 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 0.4s
02:54:39 [2022-08-22T02:54:39.156Z] #35 ...
02:54:39 [2022-08-22T02:54:39.156Z] 
02:54:39 [2022-08-22T02:54:39.156Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:54:39 [2022-08-22T02:54:39.156Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:54:39 [2022-08-22T02:54:39.156Z] #11 resolve docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a 0.1s done
02:54:39 [2022-08-22T02:54:39.156Z] #11 sha256:a4081692fa3015104d84b125cbf623c566a0c9e2a39b9a29f6d939225d5687a4 1.80kB / 1.80kB done
02:54:39 [2022-08-22T02:54:39.156Z] #11 sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a 1.86kB / 1.86kB done
02:54:39 [2022-08-22T02:54:39.156Z] #11 sha256:2d952adaec1e94a7d3920f0f848dfd9037244f2491e499152918f30956c942b0 7.10kB / 7.10kB done
02:54:39 [2022-08-22T02:54:39.156Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 55.00MB / 55.00MB 3.1s done
02:54:39 [2022-08-22T02:54:39.156Z] #11 sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 5.16MB / 5.16MB 1.3s done
02:54:39 [2022-08-22T02:54:39.156Z] #11 sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 10.88MB / 10.88MB 1.9s done
02:54:39 [2022-08-22T02:54:39.156Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 54.58MB / 54.58MB 4.0s done
02:54:39 [2022-08-22T02:54:39.156Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 85.90MB / 85.90MB 5.8s
02:54:39 [2022-08-22T02:54:39.156Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 53.48MB / 141.86MB 5.8s
02:54:39 [2022-08-22T02:54:39.156Z] #11 sha256:f3efab82b0e6781916704657c07fcd27f758c051a79c51966805759586275493 156B / 156B 4.2s done
02:54:39 [2022-08-22T02:54:39.766Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 62.91MB / 141.86MB 6.3s
02:54:39 [2022-08-22T02:54:39.766Z] #11 ...
02:54:39 [2022-08-22T02:54:39.766Z] 
02:54:39 [2022-08-22T02:54:39.766Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:54:39 [2022-08-22T02:54:39.766Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
02:54:39 [2022-08-22T02:54:39.766Z] #78 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
02:54:39 [2022-08-22T02:54:39.766Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
02:54:39 [2022-08-22T02:54:39.766Z] #78 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
02:54:39 [2022-08-22T02:54:39.766Z] #78 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
02:54:39 [2022-08-22T02:54:39.766Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done
02:54:39 [2022-08-22T02:54:39.766Z] #78 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.3s done
02:54:39 [2022-08-22T02:54:39.766Z] #78 DONE 6.8s
02:54:39 [2022-08-22T02:54:39.766Z] 
02:54:39 [2022-08-22T02:54:39.766Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:54:39 [2022-08-22T02:54:39.766Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:54:39 [2022-08-22T02:54:39.766Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 85.90MB / 85.90MB 6.4s done
02:54:39 [2022-08-22T02:54:39.766Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 75.50MB / 141.86MB 6.6s
02:54:39 [2022-08-22T02:54:39.766Z] #11 ...
02:54:39 [2022-08-22T02:54:39.766Z] 
02:54:39 [2022-08-22T02:54:39.766Z] #31 [internal] load build context
02:54:39 [2022-08-22T02:54:39.766Z] #31 sha256:fba2dcc98ec4a42309b82e6779cf91c6fb36e08b3f913999677af463ec94da66
02:54:39 [2022-08-22T02:54:39.766Z] #31 transferring context: 29.06MB 6.8s
02:54:40 [2022-08-22T02:54:40.028Z] #31 ...
02:54:40 [2022-08-22T02:54:40.028Z] 
02:54:40 [2022-08-22T02:54:40.028Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:54:40 [2022-08-22T02:54:40.028Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:54:40 [2022-08-22T02:54:40.028Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 84.93MB / 141.86MB 6.9s
02:54:40 [2022-08-22T02:54:40.290Z] #11 ...
02:54:40 [2022-08-22T02:54:40.290Z] 
02:54:40 [2022-08-22T02:54:40.290Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:54:40 [2022-08-22T02:54:40.290Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
02:54:40 [2022-08-22T02:54:40.290Z] #80 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
02:54:40 [2022-08-22T02:54:40.290Z] #80 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
02:54:40 [2022-08-22T02:54:40.290Z] #80 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
02:54:40 [2022-08-22T02:54:40.290Z] #80 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
02:54:40 [2022-08-22T02:54:40.290Z] #80 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done
02:54:40 [2022-08-22T02:54:40.290Z] #80 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.7s done
02:54:40 [2022-08-22T02:54:40.290Z] #80 DONE 7.3s
02:54:40 [2022-08-22T02:54:40.290Z] 
02:54:40 [2022-08-22T02:54:40.290Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:54:40 [2022-08-22T02:54:40.290Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:54:40 [2022-08-22T02:54:40.290Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 92.27MB / 141.86MB 7.1s
02:54:40 [2022-08-22T02:54:40.557Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 100.66MB / 141.86MB 7.4s
02:54:40 [2022-08-22T02:54:40.817Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 111.15MB / 141.86MB 7.7s
02:54:41 [2022-08-22T02:54:41.076Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 119.54MB / 141.86MB 7.8s
02:54:41 [2022-08-22T02:54:41.647Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 128.97MB / 141.86MB 8.2s
02:54:41 [2022-08-22T02:54:41.647Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 141.86MB / 141.86MB 8.5s
02:54:42 [2022-08-22T02:54:42.587Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 5.5s
02:54:42 [2022-08-22T02:54:42.857Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 141.86MB / 141.86MB 9.5s done
02:54:44 [2022-08-22T02:54:44.319Z] #11 ...
02:54:44 [2022-08-22T02:54:44.319Z] 
02:54:44 [2022-08-22T02:54:44.319Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
02:54:44 [2022-08-22T02:54:44.319Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
02:54:44 [2022-08-22T02:54:44.319Z] #79 DONE 0.9s
02:54:44 [2022-08-22T02:54:44.319Z] 
02:54:44 [2022-08-22T02:54:44.319Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:54:44 [2022-08-22T02:54:44.319Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:54:44 [2022-08-22T02:54:44.319Z] #11 ...
02:54:44 [2022-08-22T02:54:44.319Z] 
02:54:44 [2022-08-22T02:54:44.319Z] #31 [internal] load build context
02:54:44 [2022-08-22T02:54:44.319Z] #31 sha256:fba2dcc98ec4a42309b82e6779cf91c6fb36e08b3f913999677af463ec94da66
02:54:44 [2022-08-22T02:54:44.319Z] #31 transferring context: 62.61MB 11.2s done
02:54:44 [2022-08-22T02:54:44.319Z] #31 DONE 11.3s
02:54:44 [2022-08-22T02:54:44.319Z] 
02:54:44 [2022-08-22T02:54:44.319Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:54:44 [2022-08-22T02:54:44.319Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:54:44 [2022-08-22T02:54:44.889Z] #11 ...
02:54:44 [2022-08-22T02:54:44.889Z] 
02:54:44 [2022-08-22T02:54:44.889Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
02:54:44 [2022-08-22T02:54:44.889Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
02:54:44 [2022-08-22T02:54:44.889Z] #81 DONE 0.8s
02:54:44 [2022-08-22T02:54:44.889Z] 
02:54:44 [2022-08-22T02:54:44.889Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:54:44 [2022-08-22T02:54:44.889Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:54:48 [2022-08-22T02:54:48.179Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 10.6s
02:54:48 [2022-08-22T02:54:48.179Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 10.9s done
02:54:48 [2022-08-22T02:54:48.179Z] #11 extracting sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165
02:54:48 [2022-08-22T02:54:48.179Z] #11 ...
02:54:48 [2022-08-22T02:54:48.179Z] 
02:54:48 [2022-08-22T02:54:48.179Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
02:54:48 [2022-08-22T02:54:48.179Z] #35 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163
02:54:48 [2022-08-22T02:54:48.179Z] #35 DONE 15.0s
02:54:48 [2022-08-22T02:54:48.179Z] 
02:54:48 [2022-08-22T02:54:48.179Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:54:48 [2022-08-22T02:54:48.179Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:54:48 [2022-08-22T02:54:48.748Z] #11 extracting sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 0.7s done
02:54:49 [2022-08-22T02:54:49.008Z] #11 extracting sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 0.1s
02:54:49 [2022-08-22T02:54:49.947Z] #11 extracting sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 0.9s done
02:54:50 [2022-08-22T02:54:50.207Z] #11 extracting sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6
02:54:55 [2022-08-22T02:54:55.482Z] #11 extracting sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 5.1s
02:54:57 [2022-08-22T02:54:57.388Z] #11 extracting sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 6.7s done
02:54:57 [2022-08-22T02:54:57.388Z] #11 extracting sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702
02:54:57 [2022-08-22T02:54:57.960Z] #11 ...
02:54:57 [2022-08-22T02:54:57.960Z] 
02:54:57 [2022-08-22T02:54:57.960Z] #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
02:54:57 [2022-08-22T02:54:57.960Z] #36 sha256:601c99527caa13aa55a51f6b29a631a12feecea5c86d74d8a96abc8e7e0c3ed4
02:54:57 [2022-08-22T02:54:57.960Z] #36 1.489 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 1.506 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 1.506 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 1.728 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 1.980 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 2.478 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:54:57 [2022-08-22T02:54:57.960Z] #36 3.572 Fetched 8571 kB in 2s (3641 kB/s)
02:54:57 [2022-08-22T02:54:57.960Z] #36 3.572 Reading package lists...
02:54:57 [2022-08-22T02:54:57.960Z] #36 4.424 Reading package lists...
02:54:57 [2022-08-22T02:54:57.960Z] #36 5.248 Building dependency tree...
02:54:57 [2022-08-22T02:54:57.960Z] #36 5.613 The following additional packages will be installed:
02:54:57 [2022-08-22T02:54:57.960Z] #36 5.613   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
02:54:57 [2022-08-22T02:54:57.960Z] #36 5.613   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
02:54:57 [2022-08-22T02:54:57.960Z] #36 5.617 Recommended packages:
02:54:57 [2022-08-22T02:54:57.960Z] #36 5.617   libldap-common publicsuffix libsasl2-modules
02:54:57 [2022-08-22T02:54:57.960Z] #36 5.784 The following NEW packages will be installed:
02:54:57 [2022-08-22T02:54:57.960Z] #36 5.784   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
02:54:57 [2022-08-22T02:54:57.960Z] #36 5.784   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
02:54:57 [2022-08-22T02:54:57.960Z] #36 5.784   libssh2-1 openssl
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.055 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded.
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.055 Need to get 3047 kB of archives.
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.055 After this operation, 6661 kB of additional disk space will be used.
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.055 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.066 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.074 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.087 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.087 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.087 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.092 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.092 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.092 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.092 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.092 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u2 [345 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.096 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u2 [270 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.107 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.107 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.115 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.372 debconf: delaying package configuration, since apt-utils is not installed
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.409 Fetched 3047 kB in 0s (9051 kB/s)
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.438 Selecting previously unselected package openssl.
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.438 (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.)
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.438 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.505 Unpacking openssl (1.1.1n-0+deb11u3) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.679 Selecting previously unselected package ca-certificates.
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.679 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.679 Unpacking ca-certificates (20210119) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.848 Selecting previously unselected package libbrotli1:amd64.
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.851 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.892 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.999 Selecting previously unselected package libsasl2-modules-db:amd64.
02:54:57 [2022-08-22T02:54:57.960Z] #36 6.999 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.004 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.146 Selecting previously unselected package libsasl2-2:amd64.
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.146 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.149 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.277 Selecting previously unselected package libldap-2.4-2:amd64.
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.277 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.281 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.406 Selecting previously unselected package libnghttp2-14:amd64.
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.406 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.422 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.624 Selecting previously unselected package libpsl5:amd64.
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.624 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.629 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.702 Selecting previously unselected package librtmp1:amd64.
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.702 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.707 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.747 Selecting previously unselected package libssh2-1:amd64.
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.748 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.751 Unpacking libssh2-1:amd64 (1.9.0-2) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.808 Selecting previously unselected package libcurl4:amd64.
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.808 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u2_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.808 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.877 Selecting previously unselected package curl.
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.877 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u2_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.882 Unpacking curl (7.74.0-1.3+deb11u2) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.948 Selecting previously unselected package libonig5:amd64.
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.948 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 7.948 Unpacking libonig5:amd64 (6.9.6-1.1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.003 Selecting previously unselected package libjq1:amd64.
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.003 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.007 Unpacking libjq1:amd64 (1.6-2.1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.054 Selecting previously unselected package jq.
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.054 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.057 Unpacking jq (1.6-2.1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.105 Setting up libpsl5:amd64 (0.21.0-1.2) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.117 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.129 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.148 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.149 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.159 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.170 Setting up libssh2-1:amd64 (1.9.0-2) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.179 Setting up openssl (1.1.1n-0+deb11u3) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.195 Setting up libonig5:amd64 (6.9.6-1.1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.206 Setting up libjq1:amd64 (1.6-2.1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.215 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.225 Setting up ca-certificates (20210119) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 8.832 Updating certificates in /etc/ssl/certs...
02:54:57 [2022-08-22T02:54:57.960Z] #36 9.643 129 added, 0 removed; done.
02:54:57 [2022-08-22T02:54:57.960Z] #36 9.706 Setting up jq (1.6-2.1) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 9.715 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 9.724 Setting up curl (7.74.0-1.3+deb11u2) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 9.734 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 9.751 Processing triggers for ca-certificates (20210119) ...
02:54:57 [2022-08-22T02:54:57.960Z] #36 9.764 Updating certificates in /etc/ssl/certs...
02:54:58 [2022-08-22T02:54:58.221Z] #36 ...
02:54:58 [2022-08-22T02:54:58.221Z] 
02:54:58 [2022-08-22T02:54:58.221Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:54:58 [2022-08-22T02:54:58.221Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:55:00 [2022-08-22T02:55:00.757Z] #11 ...
02:55:00 [2022-08-22T02:55:00.757Z] 
02:55:00 [2022-08-22T02:55:00.757Z] #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
02:55:00 [2022-08-22T02:55:00.757Z] #36 sha256:601c99527caa13aa55a51f6b29a631a12feecea5c86d74d8a96abc8e7e0c3ed4
02:55:00 [2022-08-22T02:55:00.757Z] #36 10.53 0 added, 0 removed; done.
02:55:00 [2022-08-22T02:55:00.757Z] #36 10.53 Running hooks in /etc/ca-certificates/update.d...
02:55:00 [2022-08-22T02:55:00.757Z] #36 10.53 done.
02:55:00 [2022-08-22T02:55:00.757Z] #36 DONE 12.4s
02:55:00 [2022-08-22T02:55:00.757Z] 
02:55:00 [2022-08-22T02:55:00.757Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:55:00 [2022-08-22T02:55:00.757Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:55:00 [2022-08-22T02:55:00.757Z] #11 ...
02:55:00 [2022-08-22T02:55:00.757Z] 
02:55:00 [2022-08-22T02:55:00.757Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
02:55:00 [2022-08-22T02:55:00.757Z] #37 sha256:892f77a857c18acfa5ef84932157e2a569fdb387ac60da661fbd824c65ee2756
02:55:00 [2022-08-22T02:55:00.757Z] #37 DONE 0.1s
02:55:00 [2022-08-22T02:55:00.757Z] 
02:55:00 [2022-08-22T02:55:00.757Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:55:00 [2022-08-22T02:55:00.757Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:55:02 [2022-08-22T02:55:02.672Z] #11 extracting sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 5.1s
02:55:04 [2022-08-22T02:55:04.052Z] #11 extracting sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 6.6s done
02:55:04 [2022-08-22T02:55:04.311Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6
02:55:04 [2022-08-22T02:55:04.576Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e827776e8546c3a3) in /home/ubuntu/workspace/moby_PR-44001
[Pipeline] {
[Pipeline] checkout
02:55:04 [2022-08-22T02:55:04.699Z] The recommended git tool is: git
02:55:06 [2022-08-22T02:55:06.126Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ff9005a77e135200) in /home/ubuntu/workspace/moby_PR-44001
[Pipeline] {
[Pipeline] checkout
02:55:06 [2022-08-22T02:55:06.318Z] The recommended git tool is: git
02:55:08 [2022-08-22T02:55:08.028Z] using credential docker-jenkins-github-credentials
02:55:08 [2022-08-22T02:55:08.053Z] Cloning the remote Git repository
02:55:08 [2022-08-22T02:55:08.053Z] Cloning with configured refspecs honoured and without tags
02:55:07 [2022-08-22T02:55:07.812Z] Cloning repository https://github.com/moby/moby.git
02:55:07 [2022-08-22T02:55:07.972Z]  > git init /home/ubuntu/workspace/moby_PR-44001 # timeout=10
02:55:09 [2022-08-22T02:55:09.192Z] using credential docker-jenkins-github-credentials
02:55:09 [2022-08-22T02:55:09.211Z] Cloning the remote Git repository
02:55:09 [2022-08-22T02:55:09.211Z] Cloning with configured refspecs honoured and without tags
02:55:08 [2022-08-22T02:55:08.321Z] Fetching upstream changes from https://github.com/moby/moby.git
02:55:08 [2022-08-22T02:55:08.321Z]  > git --version # timeout=10
02:55:08 [2022-08-22T02:55:08.342Z]  > git --version # 'git version 2.17.1'
02:55:08 [2022-08-22T02:55:08.343Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:55:08 [2022-08-22T02:55:08.344Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44001/head:refs/remotes/origin/PR-44001 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:55:09 [2022-08-22T02:55:09.602Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 5.0s
02:55:08 [2022-08-22T02:55:08.911Z] Cloning repository https://github.com/moby/moby.git
02:55:08 [2022-08-22T02:55:08.958Z]  > git init /home/ubuntu/workspace/moby_PR-44001 # timeout=10
02:55:09 [2022-08-22T02:55:09.275Z] Fetching upstream changes from https://github.com/moby/moby.git
02:55:09 [2022-08-22T02:55:09.276Z]  > git --version # timeout=10
02:55:09 [2022-08-22T02:55:09.292Z]  > git --version # 'git version 2.17.1'
02:55:09 [2022-08-22T02:55:09.293Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:55:09 [2022-08-22T02:55:09.294Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44001/head:refs/remotes/origin/PR-44001 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:55:10 [2022-08-22T02:55:10.541Z] #11 ...
02:55:10 [2022-08-22T02:55:10.541Z] 
02:55:10 [2022-08-22T02:55:10.541Z] #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
02:55:10 [2022-08-22T02:55:10.541Z] #38 sha256:b9bd7e0702759608f63e3b621e86f05b11cf5c96942c4fb9e8ede43a8e39067b
02:55:10 [2022-08-22T02:55:10.541Z] #38 2.065 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
02:55:10 [2022-08-22T02:55:10.541Z] #38 2.417 
02:55:10 [2022-08-22T02:55:10.541Z] #38 2.643 #=#=#                                                                         

######################################################################## 100.0%
02:55:10 [2022-08-22T02:55:10.541Z] #38 2.923 
02:55:10 [2022-08-22T02:55:10.541Z] #38 3.924 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
02:55:10 [2022-08-22T02:55:10.541Z] #38 4.252 
02:55:10 [2022-08-22T02:55:10.541Z] #38 4.470 #=#=#                                                                         

#####################################################################     96.8%
######################################################################## 100.0%
02:55:10 [2022-08-22T02:55:10.541Z] #38 4.782 
02:55:10 [2022-08-22T02:55:10.541Z] #38 5.929 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
02:55:10 [2022-08-22T02:55:10.541Z] #38 6.270 
02:55:10 [2022-08-22T02:55:10.541Z] #38 6.491 #=#=#                                                                         

                                                                           0.1%
##################################                                        48.6%
###########################################                               60.1%
#####################################################################     96.8%
######################################################################## 100.0%
02:55:10 [2022-08-22T02:55:10.541Z] #38 7.196 
02:55:10 [2022-08-22T02:55:10.541Z] #38 8.260 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
02:55:10 [2022-08-22T02:55:10.541Z] #38 8.566 
02:55:10 [2022-08-22T02:55:10.541Z] #38 8.788 #=#=#                                                                         

######################################################################## 100.0%
02:55:10 [2022-08-22T02:55:10.541Z] #38 9.078 
02:55:10 [2022-08-22T02:55:10.541Z] #38 9.796 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
02:55:10 [2022-08-22T02:55:10.800Z] #38 10.14 
02:55:10 [2022-08-22T02:55:10.800Z] #38 ...
02:55:10 [2022-08-22T02:55:10.800Z] 
02:55:10 [2022-08-22T02:55:10.800Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:55:10 [2022-08-22T02:55:10.800Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:55:14 [2022-08-22T02:55:14.102Z] #11 ...
02:55:14 [2022-08-22T02:55:14.102Z] 
02:55:14 [2022-08-22T02:55:14.102Z] #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
02:55:14 [2022-08-22T02:55:14.102Z] #38 sha256:b9bd7e0702759608f63e3b621e86f05b11cf5c96942c4fb9e8ede43a8e39067b
02:55:14 [2022-08-22T02:55:14.102Z] #38 10.36 #=#=#                                                                         

######################################################################## 100.0%
02:55:14 [2022-08-22T02:55:14.102Z] #38 10.62 
02:55:14 [2022-08-22T02:55:14.102Z] #38 10.68 Download of images into '/build' complete.
02:55:14 [2022-08-22T02:55:14.102Z] #38 10.68 Use something like the following to load the result into a Docker daemon:
02:55:14 [2022-08-22T02:55:14.102Z] #38 10.68   tar -cC '/build' . | docker load
02:55:14 [2022-08-22T02:55:14.102Z] #38 DONE 12.9s
02:55:14 [2022-08-22T02:55:14.102Z] 
02:55:14 [2022-08-22T02:55:14.102Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:55:14 [2022-08-22T02:55:14.102Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:55:14 [2022-08-22T02:55:14.362Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 10.2s
02:55:17 [2022-08-22T02:55:17.658Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 12.8s done
02:55:17 [2022-08-22T02:55:17.658Z] #11 extracting sha256:f3efab82b0e6781916704657c07fcd27f758c051a79c51966805759586275493
02:55:17 [2022-08-22T02:55:17.658Z] #11 extracting sha256:f3efab82b0e6781916704657c07fcd27f758c051a79c51966805759586275493 done
02:55:17 [2022-08-22T02:55:17.918Z] #11 DONE 44.7s
02:55:17 [2022-08-22T02:55:17.918Z] 
02:55:17 [2022-08-22T02:55:17.918Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
02:55:17 [2022-08-22T02:55:17.918Z] #12 sha256:fc1f9c6523b63e31cd6290c947a9bf9ef1e8accbd2728936630c3d6006fbceb7
02:55:18 [2022-08-22T02:55:18.487Z] #12 DONE 0.8s
02:55:18 [2022-08-22T02:55:18.747Z] 
02:55:18 [2022-08-22T02:55:18.748Z] #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
02:55:18 [2022-08-22T02:55:18.748Z] #13 sha256:02df85f6f55037f38d4b8512b732964b6b0038a617afb265c78cc0b9daa000f6
02:55:19 [2022-08-22T02:55:19.319Z] #13 DONE 0.7s
02:55:19 [2022-08-22T02:55:19.319Z] 
02:55:19 [2022-08-22T02:55:19.319Z] #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
02:55:19 [2022-08-22T02:55:19.319Z] #57 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5
02:55:19 [2022-08-22T02:55:19.319Z] #57 ...
02:55:19 [2022-08-22T02:55:19.319Z] 
02:55:19 [2022-08-22T02:55:19.319Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
02:55:19 [2022-08-22T02:55:19.319Z] #53 sha256:204f13c2ebd5f8cf12661cec9fb153ac610aee1fee87cef4ff4fdc3075d6a0dc
02:55:19 [2022-08-22T02:55:19.319Z] #53 DONE 0.1s
02:55:19 [2022-08-22T02:55:19.319Z] 
02:55:19 [2022-08-22T02:55:19.319Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
02:55:19 [2022-08-22T02:55:19.319Z] #40 sha256:ea61007e71da38551d3dc16a23be5958ed650772f19a0ab118fe57e63b053cc9
02:55:19 [2022-08-22T02:55:19.319Z] #40 DONE 0.2s
02:55:19 [2022-08-22T02:55:19.579Z] 
02:55:19 [2022-08-22T02:55:19.579Z] #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
02:55:19 [2022-08-22T02:55:19.579Z] #57 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5
02:55:19 [2022-08-22T02:55:19.579Z] #57 DONE 0.3s
02:55:19 [2022-08-22T02:55:19.579Z] 
02:55:19 [2022-08-22T02:55:19.579Z] #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
02:55:19 [2022-08-22T02:55:19.579Z] #58 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:55:23 [2022-08-22T02:55:23.783Z] #58 ...
02:55:23 [2022-08-22T02:55:23.783Z] 
02:55:23 [2022-08-22T02:55:23.783Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64
02:55:23 [2022-08-22T02:55:23.783Z] #14 sha256:a6df4f24794c66283bd019f4e8f66ed6e47ffd470d4c7ae45a982f095190bb0c
02:55:23 [2022-08-22T02:55:23.783Z] #14 DONE 4.3s
02:55:23 [2022-08-22T02:55:23.783Z] 
02:55:23 [2022-08-22T02:55:23.783Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel
02:55:23 [2022-08-22T02:55:23.783Z] #15 sha256:49f17c445bfac6f2f9087b217e234493f3d95283bb6db7562e07ec11f41c6d08
02:55:26 [2022-08-22T02:55:26.324Z] #15 DONE 2.6s
02:55:26 [2022-08-22T02:55:26.324Z] 
02:55:26 [2022-08-22T02:55:26.324Z] #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
02:55:26 [2022-08-22T02:55:26.324Z] #58 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:55:26 [2022-08-22T02:55:26.324Z] #58 5.955 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:55:26 [2022-08-22T02:55:26.324Z] #58 5.996 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:55:26 [2022-08-22T02:55:26.324Z] #58 5.999 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:55:26 [2022-08-22T02:55:26.324Z] #58 6.606 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
02:55:26 [2022-08-22T02:55:26.896Z] #58 7.260 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:55:28 [2022-08-22T02:55:28.278Z] #58 8.820 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:55:28 [2022-08-22T02:55:28.539Z] #58 ...
02:55:28 [2022-08-22T02:55:28.539Z] 
02:55:28 [2022-08-22T02:55:28.539Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf
02:55:28 [2022-08-22T02:55:28.539Z] #16 sha256:de231ebeb4d2ebe56fa77ee37fb00ca31e90e057f313c7cb470898d312d94757
02:55:28 [2022-08-22T02:55:28.539Z] #16 DONE 2.4s
02:55:28 [2022-08-22T02:55:28.799Z] 
02:55:28 [2022-08-22T02:55:28.799Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
02:55:28 [2022-08-22T02:55:28.799Z] #17 sha256:7c86ac0f5602c2a549e0188d14f9d0a401fecd6e1f5f78c3a271956a40acbfb5
02:55:29 [2022-08-22T02:55:29.370Z] #17 ...
02:55:29 [2022-08-22T02:55:29.370Z] 
02:55:29 [2022-08-22T02:55:29.370Z] #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
02:55:29 [2022-08-22T02:55:29.370Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:55:29 [2022-08-22T02:55:29.370Z] #62 5.279 go: downloading github.com/golangci/golangci-lint v1.46.2
02:55:29 [2022-08-22T02:55:29.370Z] #62 7.170 go: downloading github.com/fatih/color v1.13.0
02:55:29 [2022-08-22T02:55:29.370Z] #62 7.170 go: downloading github.com/gofrs/flock v0.8.1
02:55:29 [2022-08-22T02:55:29.370Z] #62 7.298 go: downloading github.com/pkg/errors v0.9.1
02:55:29 [2022-08-22T02:55:29.370Z] #62 7.305 go: downloading github.com/spf13/cobra v1.4.0
02:55:29 [2022-08-22T02:55:29.370Z] #62 7.501 go: downloading github.com/spf13/pflag v1.0.5
02:55:29 [2022-08-22T02:55:29.370Z] #62 7.783 go: downloading github.com/spf13/viper v1.11.0
02:55:29 [2022-08-22T02:55:29.370Z] #62 8.054 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
02:55:29 [2022-08-22T02:55:29.370Z] #62 8.663 go: downloading github.com/mattn/go-colorable v0.1.12
02:55:29 [2022-08-22T02:55:29.370Z] #62 8.668 go: downloading github.com/mattn/go-isatty v0.0.14
02:55:29 [2022-08-22T02:55:29.370Z] #62 8.813 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
02:55:29 [2022-08-22T02:55:29.370Z] #62 8.816 go: downloading github.com/go-critic/go-critic v0.6.3
02:55:29 [2022-08-22T02:55:29.370Z] #62 ...
02:55:29 [2022-08-22T02:55:29.370Z] 
02:55:29 [2022-08-22T02:55:29.370Z] #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
02:55:29 [2022-08-22T02:55:29.370Z] #45 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
02:55:29 [2022-08-22T02:55:29.370Z] #45 4.325 go: downloading github.com/pelletier/go-toml v1.8.1
02:55:29 [2022-08-22T02:55:29.632Z] #45 ...
02:55:29 [2022-08-22T02:55:29.632Z] 
02:55:29 [2022-08-22T02:55:29.632Z] #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             ;
02:55:29 [2022-08-22T02:55:29.632Z] #83 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:55:29 [2022-08-22T02:55:29.632Z] #83 4.994 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:55:29 [2022-08-22T02:55:29.632Z] #83 5.184 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:55:29 [2022-08-22T02:55:29.632Z] #83 5.191 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:55:29 [2022-08-22T02:55:29.632Z] #83 5.603 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:55:29 [2022-08-22T02:55:29.632Z] #83 7.575 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:55:29 [2022-08-22T02:55:29.632Z] #83 9.532 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:55:29 [2022-08-22T02:55:29.632Z] #83 ...
02:55:29 [2022-08-22T02:55:29.632Z] 
02:55:29 [2022-08-22T02:55:29.632Z] #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
02:55:29 [2022-08-22T02:55:29.632Z] #41 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:55:29 [2022-08-22T02:55:29.632Z] #41 5.478 + git clone https://github.com/kolyshkin/go-swagger.git .
02:55:29 [2022-08-22T02:55:29.632Z] #41 5.478 Cloning into '.'...
02:55:29 [2022-08-22T02:55:29.896Z] #41 ...
02:55:29 [2022-08-22T02:55:29.896Z] 
02:55:29 [2022-08-22T02:55:29.896Z] #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
02:55:29 [2022-08-22T02:55:29.896Z] #54 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
02:55:29 [2022-08-22T02:55:29.896Z] #54 4.210 + git clone https://github.com/docker/distribution.git .
02:55:29 [2022-08-22T02:55:29.896Z] #54 4.210 Cloning into '.'...
02:55:30 [2022-08-22T02:55:30.157Z] #54 ...
02:55:30 [2022-08-22T02:55:30.157Z] 
02:55:30 [2022-08-22T02:55:30.157Z] #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
02:55:30 [2022-08-22T02:55:30.157Z] #60 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:55:30 [2022-08-22T02:55:30.157Z] #60 5.549 go: downloading gotest.tools/gotestsum v1.8.1
02:55:30 [2022-08-22T02:55:30.157Z] #60 9.691 go: downloading github.com/dnephin/pflag v1.0.7
02:55:30 [2022-08-22T02:55:30.157Z] #60 9.779 go: downloading github.com/fatih/color v1.10.0
02:55:30 [2022-08-22T02:55:30.157Z] #60 9.923 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:55:30 [2022-08-22T02:55:30.157Z] #60 10.56 go: downloading github.com/mattn/go-colorable v0.1.8
02:55:30 [2022-08-22T02:55:30.157Z] #60 10.59 go: downloading github.com/mattn/go-isatty v0.0.12
02:55:30 [2022-08-22T02:55:30.157Z] #60 10.66 go: downloading github.com/fsnotify/fsnotify v1.4.9
02:55:30 [2022-08-22T02:55:30.157Z] #60 10.70 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
02:55:30 [2022-08-22T02:55:30.157Z] #60 10.95 go: downloading github.com/jonboulle/clockwork v0.2.2
02:55:30 [2022-08-22T02:55:30.157Z] #60 ...
02:55:30 [2022-08-22T02:55:30.157Z] 
02:55:30 [2022-08-22T02:55:30.157Z] #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
02:55:30 [2022-08-22T02:55:30.157Z] #43 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:55:30 [2022-08-22T02:55:30.157Z] #43 5.817 go: downloading github.com/go-delve/delve v1.8.1
02:55:30 [2022-08-22T02:55:30.477Z] #43 ...
02:55:30 [2022-08-22T02:55:30.477Z] 
02:55:30 [2022-08-22T02:55:30.477Z] #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
02:55:30 [2022-08-22T02:55:30.477Z] #47 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:55:30 [2022-08-22T02:55:30.477Z] #47 6.170 go: downloading github.com/tc-hib/go-winres v0.2.3
02:55:30 [2022-08-22T02:55:30.477Z] #47 7.544 go: downloading github.com/tc-hib/winres v0.1.5
02:55:30 [2022-08-22T02:55:30.477Z] #47 9.325 go: downloading github.com/urfave/cli/v2 v2.3.0
02:55:30 [2022-08-22T02:55:30.477Z] #47 9.686 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
02:55:30 [2022-08-22T02:55:30.477Z] #47 9.798 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
02:55:30 [2022-08-22T02:55:30.477Z] #47 ...
02:55:30 [2022-08-22T02:55:30.477Z] 
02:55:30 [2022-08-22T02:55:30.477Z] #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
02:55:30 [2022-08-22T02:55:30.477Z] #64 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
02:55:30 [2022-08-22T02:55:30.477Z] #64 3.853 go: downloading mvdan.cc/sh/v3 v3.0.2
02:55:30 [2022-08-22T02:55:30.477Z] #64 10.56 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:55:30 [2022-08-22T02:55:30.477Z] #64 10.57 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:55:30 [2022-08-22T02:55:30.477Z] #64 10.66 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:55:30 [2022-08-22T02:55:30.751Z] #64 ...
02:55:30 [2022-08-22T02:55:30.751Z] 
02:55:30 [2022-08-22T02:55:30.751Z] #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
02:55:30 [2022-08-22T02:55:30.751Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:55:30 [2022-08-22T02:55:30.751Z] #62 11.01 go: downloading github.com/hashicorp/go-version v1.4.0
02:55:30 [2022-08-22T02:55:30.751Z] #62 11.11 go: downloading github.com/ldez/gomoddirectives v0.2.3
02:55:30 [2022-08-22T02:55:30.751Z] #62 11.31 go: downloading github.com/mitchellh/go-homedir v1.1.0
02:55:30 [2022-08-22T02:55:30.751Z] #62 11.49 go: downloading github.com/hashicorp/go-multierror v1.1.1
02:55:31 [2022-08-22T02:55:31.031Z] #62 ...
02:55:31 [2022-08-22T02:55:31.031Z] 
02:55:31 [2022-08-22T02:55:31.031Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
02:55:31 [2022-08-22T02:55:31.031Z] #17 sha256:7c86ac0f5602c2a549e0188d14f9d0a401fecd6e1f5f78c3a271956a40acbfb5
02:55:31 [2022-08-22T02:55:31.031Z] #17 DONE 2.4s
02:55:31 [2022-08-22T02:55:31.297Z] 
02:55:31 [2022-08-22T02:55:31.297Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x
02:55:31 [2022-08-22T02:55:31.297Z] #18 sha256:f6a3155427514096067c9d00d81aedf33e9122c0b793d9838c2235965d943037
02:55:32 [2022-08-22T02:55:32.364Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ba65c8574bd033e8) in /home/ubuntu/workspace/moby_PR-44001
[Pipeline] {
[Pipeline] checkout
02:55:32 [2022-08-22T02:55:32.398Z] The recommended git tool is: git
02:55:32 [2022-08-22T02:55:32.845Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0d09d5efc87c70797) in /home/ubuntu/workspace/moby_PR-44001
[Pipeline] {
[Pipeline] checkout
02:55:32 [2022-08-22T02:55:32.913Z] The recommended git tool is: git
02:55:32 [2022-08-22T02:55:32.823Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:55:33 [2022-08-22T02:55:33.084Z] Fetching without tags
02:55:33 [2022-08-22T02:55:33.210Z] #18 DONE 1.9s
02:55:33 [2022-08-22T02:55:33.210Z] 
02:55:33 [2022-08-22T02:55:33.210Z] #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
02:55:33 [2022-08-22T02:55:33.210Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:55:33 [2022-08-22T02:55:33.489Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
02:55:34 [2022-08-22T02:55:34.220Z] Fetching without tags
02:55:34 [2022-08-22T02:55:34.096Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:55:34 [2022-08-22T02:55:34.115Z]  > git config --add remote.origin.fetch +refs/pull/44001/head:refs/remotes/origin/PR-44001 # timeout=10
02:55:34 [2022-08-22T02:55:34.139Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:55:34 [2022-08-22T02:55:34.161Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:55:34 [2022-08-22T02:55:34.192Z] Fetching upstream changes from https://github.com/moby/moby.git
02:55:34 [2022-08-22T02:55:34.192Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:55:34 [2022-08-22T02:55:34.193Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44001/head:refs/remotes/origin/PR-44001 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:55:34 [2022-08-22T02:55:34.463Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
02:55:34 [2022-08-22T02:55:34.974Z] Merge succeeded, producing 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
02:55:34 [2022-08-22T02:55:34.974Z] Checking out Revision 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 (PR-44001)
02:55:35 [2022-08-22T02:55:35.117Z] #19 1.943 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:55:35 [2022-08-22T02:55:35.117Z] #19 2.008 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:55:35 [2022-08-22T02:55:35.117Z] #19 2.009 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:55:32 [2022-08-22T02:55:32.918Z]  > git config --add remote.origin.fetch +refs/pull/44001/head:refs/remotes/origin/PR-44001 # timeout=10
02:55:32 [2022-08-22T02:55:32.982Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:55:33 [2022-08-22T02:55:33.040Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:55:33 [2022-08-22T02:55:33.072Z] Fetching upstream changes from https://github.com/moby/moby.git
02:55:33 [2022-08-22T02:55:33.073Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:55:33 [2022-08-22T02:55:33.075Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44001/head:refs/remotes/origin/PR-44001 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:55:33 [2022-08-22T02:55:33.481Z]  > git config core.sparsecheckout # timeout=10
02:55:33 [2022-08-22T02:55:33.504Z]  > git checkout -f 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 # timeout=10
02:55:34 [2022-08-22T02:55:34.855Z]  > git remote # timeout=10
02:55:34 [2022-08-22T02:55:34.880Z]  > git config --get remote.origin.url # timeout=10
02:55:34 [2022-08-22T02:55:34.906Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:55:34 [2022-08-22T02:55:34.907Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
02:55:34 [2022-08-22T02:55:34.937Z]  > git rev-parse HEAD^{commit} # timeout=10
02:55:34 [2022-08-22T02:55:34.963Z]  > git config core.sparsecheckout # timeout=10
02:55:34 [2022-08-22T02:55:34.986Z]  > git checkout -f 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 # timeout=10
02:55:35 [2022-08-22T02:55:35.519Z] Merge succeeded, producing 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
02:55:35 [2022-08-22T02:55:35.520Z] Checking out Revision 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 (PR-44001)
02:55:36 [2022-08-22T02:55:36.352Z] using credential docker-jenkins-github-credentials
02:55:36 [2022-08-22T02:55:36.364Z] Cloning the remote Git repository
02:55:36 [2022-08-22T02:55:36.364Z] Cloning with configured refspecs honoured and without tags
02:55:36 [2022-08-22T02:55:36.495Z] #19 3.654 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
02:55:36 [2022-08-22T02:55:36.610Z] using credential docker-jenkins-github-credentials
02:55:36 [2022-08-22T02:55:36.618Z] Cloning the remote Git repository
02:55:36 [2022-08-22T02:55:36.618Z] Cloning with configured refspecs honoured and without tags
02:55:34 [2022-08-22T02:55:34.443Z]  > git config core.sparsecheckout # timeout=10
02:55:34 [2022-08-22T02:55:34.483Z]  > git checkout -f 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 # timeout=10
02:55:35 [2022-08-22T02:55:35.393Z]  > git remote # timeout=10
02:55:35 [2022-08-22T02:55:35.420Z]  > git config --get remote.origin.url # timeout=10
02:55:35 [2022-08-22T02:55:35.440Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:55:35 [2022-08-22T02:55:35.441Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
02:55:35 [2022-08-22T02:55:35.467Z]  > git rev-parse HEAD^{commit} # timeout=10
02:55:35 [2022-08-22T02:55:35.495Z]  > git config core.sparsecheckout # timeout=10
02:55:35 [2022-08-22T02:55:35.519Z]  > git checkout -f 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 # timeout=10
02:55:36 [2022-08-22T02:55:36.443Z] Cloning repository https://github.com/moby/moby.git
02:55:36 [2022-08-22T02:55:36.498Z]  > git init /home/ubuntu/workspace/moby_PR-44001 # timeout=10
02:55:37 [2022-08-22T02:55:37.046Z] Fetching upstream changes from https://github.com/moby/moby.git
02:55:37 [2022-08-22T02:55:37.047Z]  > git --version # timeout=10
02:55:37 [2022-08-22T02:55:37.083Z]  > git --version # 'git version 2.25.1'
02:55:37 [2022-08-22T02:55:37.083Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:55:37 [2022-08-22T02:55:37.085Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44001/head:refs/remotes/origin/PR-44001 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:55:36 [2022-08-22T02:55:36.646Z] Cloning repository https://github.com/moby/moby.git
02:55:36 [2022-08-22T02:55:36.696Z]  > git init /home/ubuntu/workspace/moby_PR-44001 # timeout=10
02:55:37 [2022-08-22T02:55:37.133Z] Fetching upstream changes from https://github.com/moby/moby.git
02:55:37 [2022-08-22T02:55:37.133Z]  > git --version # timeout=10
02:55:37 [2022-08-22T02:55:37.156Z]  > git --version # 'git version 2.25.1'
02:55:37 [2022-08-22T02:55:37.157Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:55:37 [2022-08-22T02:55:37.159Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44001/head:refs/remotes/origin/PR-44001 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:55:37 [2022-08-22T02:55:37.877Z] #19 5.047 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
02:55:40 [2022-08-22T02:55:40.043Z] #19 ...
02:55:40 [2022-08-22T02:55:40.043Z] 
02:55:40 [2022-08-22T02:55:40.043Z] #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
02:55:40 [2022-08-22T02:55:40.043Z] #43 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:55:40 [2022-08-22T02:55:40.043Z] #43 19.18 go: downloading github.com/sirupsen/logrus v1.6.0
02:55:40 [2022-08-22T02:55:40.043Z] #43 19.19 go: downloading github.com/spf13/cobra v1.1.3
02:55:40 [2022-08-22T02:55:40.043Z] #43 19.85 go: downloading github.com/mattn/go-isatty v0.0.3
02:55:40 [2022-08-22T02:55:40.043Z] #43 20.16 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
02:55:40 [2022-08-22T02:55:40.303Z] #43 20.98 go: downloading gopkg.in/yaml.v2 v2.4.0
02:55:40 [2022-08-22T02:55:40.303Z] #43 ...
02:55:40 [2022-08-22T02:55:40.303Z] 
02:55:40 [2022-08-22T02:55:40.303Z] #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
02:55:40 [2022-08-22T02:55:40.303Z] #60 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:55:40 [2022-08-22T02:55:40.303Z] #60 11.08 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
02:55:40 [2022-08-22T02:55:40.303Z] #60 11.14 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
02:55:40 [2022-08-22T02:55:40.303Z] #60 11.39 go: downloading golang.org/x/tools v0.1.0
02:55:40 [2022-08-22T02:55:40.303Z] #60 20.44 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
02:55:40 [2022-08-22T02:55:40.303Z] #60 20.52 go: downloading golang.org/x/mod v0.3.0
02:55:40 [2022-08-22T02:55:40.422Z] Commit message: "update runc to v1.1.4 pre"
02:55:40 [2022-08-22T02:55:40.460Z] Commit message: "update runc to v1.1.4 pre"
02:55:40 [2022-08-22T02:55:40.426Z]  > git --version # timeout=10
02:55:40 [2022-08-22T02:55:40.456Z]  > git --version # 'git version 2.17.1'
02:55:40 [2022-08-22T02:55:40.481Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
02:55:40 [2022-08-22T02:55:40.475Z]  > git --version # timeout=10
02:55:40 [2022-08-22T02:55:40.501Z]  > git --version # 'git version 2.17.1'
02:55:40 [2022-08-22T02:55:40.535Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
02:55:40 [2022-08-22T02:55:40.561Z] #60 ...
02:55:40 [2022-08-22T02:55:40.561Z] 
02:55:40 [2022-08-22T02:55:40.562Z] #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
02:55:40 [2022-08-22T02:55:40.562Z] #43 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:55:40 [2022-08-22T02:55:40.562Z] #43 21.24 go: downloading github.com/cosiner/argv v0.1.0
02:55:40 [2022-08-22T02:55:40.562Z] #43 21.29 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
02:55:40 [2022-08-22T02:55:40.562Z] #43 21.37 go: downloading github.com/peterh/liner v1.2.2
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
02:55:41 [2022-08-22T02:55:41.132Z] #43 21.84 go: downloading github.com/google/go-dap v0.6.0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
02:55:41 [2022-08-22T02:55:41.396Z] #43 ...
02:55:41 [2022-08-22T02:55:41.396Z] 
02:55:41 [2022-08-22T02:55:41.396Z] #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
02:55:41 [2022-08-22T02:55:41.396Z] #45 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
02:55:41 [2022-08-22T02:55:41.396Z] #45 21.62 tomll can be used in two ways:
02:55:41 [2022-08-22T02:55:41.396Z] #45 21.62 Writing to STDIN and reading from STDOUT:
02:55:41 [2022-08-22T02:55:41.396Z] #45 21.62   cat file.toml | tomll > file.toml
02:55:41 [2022-08-22T02:55:41.396Z] #45 21.62 
02:55:41 [2022-08-22T02:55:41.396Z] #45 21.62 Reading and updating a list of files:
02:55:41 [2022-08-22T02:55:41.396Z] #45 21.62   tomll a.toml b.toml c.toml
02:55:41 [2022-08-22T02:55:41.396Z] #45 21.62 
02:55:41 [2022-08-22T02:55:41.396Z] #45 21.62 When given a list of files, tomll will modify all files in place without asking.
02:55:41 [2022-08-22T02:55:41.396Z] #45 DONE 22.0s
02:55:41 [2022-08-22T02:55:41.543Z] + docker version
02:55:41 [2022-08-22T02:55:41.655Z] 
02:55:41 [2022-08-22T02:55:41.655Z] #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
02:55:41 [2022-08-22T02:55:41.655Z] #43 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:55:41 [2022-08-22T02:55:41.655Z] #43 22.20 go: downloading github.com/russross/blackfriday/v2 v2.0.1
02:55:41 [2022-08-22T02:55:41.914Z] #43 22.63 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
02:55:41 [2022-08-22T02:55:41.993Z] + docker version
02:55:42 [2022-08-22T02:55:42.175Z] #43 ...
02:55:42 [2022-08-22T02:55:42.175Z] 
02:55:42 [2022-08-22T02:55:42.175Z] #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
02:55:42 [2022-08-22T02:55:42.175Z] #58 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:55:42 [2022-08-22T02:55:42.175Z] #58 12.51 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:55:42 [2022-08-22T02:55:42.175Z] #58 15.62 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
02:55:42 [2022-08-22T02:55:42.175Z] #58 ...
02:55:42 [2022-08-22T02:55:42.175Z] 
02:55:42 [2022-08-22T02:55:42.175Z] #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
02:55:42 [2022-08-22T02:55:42.175Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:55:42 [2022-08-22T02:55:42.175Z] #62 17.56 go: downloading github.com/sirupsen/logrus v1.8.1
02:55:42 [2022-08-22T02:55:42.175Z] #62 17.56 go: downloading github.com/stretchr/testify v1.7.1
02:55:42 [2022-08-22T02:55:42.175Z] #62 17.95 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
02:55:42 [2022-08-22T02:55:42.175Z] #62 18.07 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
02:55:42 [2022-08-22T02:55:42.175Z] #62 18.27 go: downloading github.com/fsnotify/fsnotify v1.5.4
02:55:42 [2022-08-22T02:55:42.175Z] #62 18.32 go: downloading github.com/mitchellh/mapstructure v1.5.0
02:55:42 [2022-08-22T02:55:42.175Z] #62 18.52 go: downloading github.com/spf13/afero v1.8.2
02:55:42 [2022-08-22T02:55:42.175Z] #62 18.63 go: downloading github.com/spf13/cast v1.4.1
02:55:42 [2022-08-22T02:55:42.175Z] #62 18.76 go: downloading github.com/spf13/jwalterweatherman v1.1.0
02:55:42 [2022-08-22T02:55:42.175Z] #62 18.98 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
02:55:42 [2022-08-22T02:55:42.175Z] #62 18.99 go: downloading github.com/go-toolsmith/astcast v1.0.0
02:55:42 [2022-08-22T02:55:42.175Z] #62 19.33 go: downloading github.com/go-toolsmith/astcopy v1.0.0
02:55:42 [2022-08-22T02:55:42.175Z] #62 19.53 go: downloading github.com/go-toolsmith/astequal v1.0.1
02:55:42 [2022-08-22T02:55:42.175Z] #62 19.71 go: downloading github.com/go-toolsmith/astfmt v1.0.0
02:55:42 [2022-08-22T02:55:42.175Z] #62 19.85 go: downloading github.com/go-toolsmith/astp v1.0.0
02:55:42 [2022-08-22T02:55:42.175Z] #62 19.92 go: downloading github.com/go-toolsmith/strparse v1.0.0
02:55:42 [2022-08-22T02:55:42.175Z] #62 20.06 go: downloading github.com/go-toolsmith/typep v1.0.2
02:55:42 [2022-08-22T02:55:42.175Z] #62 20.20 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
02:55:42 [2022-08-22T02:55:42.175Z] #62 21.57 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
02:55:42 [2022-08-22T02:55:42.175Z] #62 22.02 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
02:55:42 [2022-08-22T02:55:42.175Z] #62 22.62 go: downloading github.com/hashicorp/errwrap v1.0.0
02:55:42 [2022-08-22T02:55:42.742Z] #62 ...
02:55:42 [2022-08-22T02:55:42.742Z] 
02:55:42 [2022-08-22T02:55:42.742Z] #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
02:55:42 [2022-08-22T02:55:42.742Z] #64 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
02:55:42 [2022-08-22T02:55:42.742Z] #64 13.43 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:55:43 [2022-08-22T02:55:43.001Z] #64 ...
02:55:43 [2022-08-22T02:55:43.001Z] 
02:55:43 [2022-08-22T02:55:43.001Z] #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
02:55:43 [2022-08-22T02:55:43.001Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:55:43 [2022-08-22T02:55:43.001Z] #19 6.755 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
02:55:43 [2022-08-22T02:55:43.001Z] #19 8.421 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:55:43 [2022-08-22T02:55:43.262Z] #19 10.31 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
02:55:44 [2022-08-22T02:55:44.199Z] #19 11.36 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
02:55:44 [2022-08-22T02:55:44.767Z] #19 ...
02:55:44 [2022-08-22T02:55:44.767Z] 
02:55:44 [2022-08-22T02:55:44.767Z] #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
02:55:44 [2022-08-22T02:55:44.767Z] #47 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:55:44 [2022-08-22T02:55:44.767Z] #47 15.22 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
02:55:44 [2022-08-22T02:55:44.767Z] #47 15.36 go: downloading github.com/russross/blackfriday/v2 v2.1.0
02:55:44 [2022-08-22T02:55:44.767Z] #47 ...
02:55:44 [2022-08-22T02:55:44.767Z] 
02:55:44 [2022-08-22T02:55:44.767Z] #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
02:55:44 [2022-08-22T02:55:44.767Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:55:44 [2022-08-22T02:55:44.767Z] #62 23.85 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
02:55:44 [2022-08-22T02:55:44.767Z] #62 23.88 go: downloading 4d63.com/gochecknoglobals v0.1.0
02:55:44 [2022-08-22T02:55:44.767Z] #62 24.00 go: downloading github.com/Antonboom/errname v0.1.6
02:55:44 [2022-08-22T02:55:44.767Z] #62 24.12 go: downloading github.com/Antonboom/nilnil v0.1.1
02:55:44 [2022-08-22T02:55:44.767Z] #62 24.53 go: downloading github.com/BurntSushi/toml v1.1.0
02:55:44 [2022-08-22T02:55:44.767Z] #62 24.63 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
02:55:44 [2022-08-22T02:55:44.767Z] #62 25.23 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
02:55:44 [2022-08-22T02:55:44.767Z] #62 25.49 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
02:55:45 [2022-08-22T02:55:45.027Z] #62 25.76 go: downloading github.com/alexkohler/prealloc v1.0.0
02:55:45 [2022-08-22T02:55:45.287Z] #62 25.96 go: downloading github.com/ashanbrown/forbidigo v1.3.0
02:55:45 [2022-08-22T02:55:45.548Z] #62 26.10 go: downloading github.com/ashanbrown/makezero v1.1.1
02:55:45 [2022-08-22T02:55:45.548Z] #62 26.27 go: downloading github.com/bkielbasa/cyclop v1.2.0
02:55:45 [2022-08-22T02:55:45.807Z] #62 26.39 go: downloading github.com/blizzy78/varnamelen v0.8.0
02:55:45 [2022-08-22T02:55:45.807Z] #62 26.51 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
02:55:46 [2022-08-22T02:55:46.067Z] #62 26.67 go: downloading github.com/breml/bidichk v0.2.3
02:55:46 [2022-08-22T02:55:46.067Z] #62 26.78 go: downloading github.com/breml/errchkjson v0.3.0
02:55:46 [2022-08-22T02:55:46.067Z] #62 26.84 go: downloading github.com/butuzov/ireturn v0.1.1
02:55:46 [2022-08-22T02:55:46.329Z] #62 26.89 go: downloading github.com/charithe/durationcheck v0.0.9
02:55:46 [2022-08-22T02:55:46.329Z] #62 26.99 go: downloading github.com/daixiang0/gci v0.3.3
02:55:46 [2022-08-22T02:55:46.329Z] #62 27.09 go: downloading github.com/denis-tingaikin/go-header v0.4.3
02:55:46 [2022-08-22T02:55:46.897Z] #62 27.51 go: downloading github.com/esimonov/ifshort v1.0.4
02:55:46 [2022-08-22T02:55:46.898Z] #62 27.69 go: downloading github.com/firefart/nonamedreturns v1.0.1
02:55:47 [2022-08-22T02:55:47.157Z] #62 27.71 go: downloading github.com/fzipp/gocyclo v0.5.1
02:55:47 [2022-08-22T02:55:47.157Z] #62 27.82 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:55:47 [2022-08-22T02:55:47.157Z] #62 27.88 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:55:47 [2022-08-22T02:55:47.157Z] #62 27.88 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
02:55:47 [2022-08-22T02:55:47.422Z] #62 28.05 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:55:47 [2022-08-22T02:55:47.422Z] #62 28.24 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:55:47 [2022-08-22T02:55:47.688Z] #62 28.45 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:55:47 [2022-08-22T02:55:47.688Z] #62 28.50 go: downloading github.com/golangci/misspell v0.3.5
02:55:47 [2022-08-22T02:55:47.948Z] #62 28.53 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:55:47 [2022-08-22T02:55:47.948Z] #62 28.68 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
02:55:47 [2022-08-22T02:55:47.948Z] #62 28.77 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
02:55:48 [2022-08-22T02:55:48.111Z] Client: Docker Engine - Community
02:55:48 [2022-08-22T02:55:48.111Z]  Version:           20.10.14
02:55:48 [2022-08-22T02:55:48.111Z]  API version:       1.41
02:55:48 [2022-08-22T02:55:48.111Z]  Go version:        go1.16.15
02:55:48 [2022-08-22T02:55:48.111Z]  Git commit:        a224086
02:55:48 [2022-08-22T02:55:48.111Z]  Built:             Thu Mar 24 01:47:57 2022
02:55:48 [2022-08-22T02:55:48.111Z]  OS/Arch:           linux/amd64
02:55:48 [2022-08-22T02:55:48.111Z]  Context:           default
02:55:48 [2022-08-22T02:55:48.111Z]  Experimental:      true
02:55:48 [2022-08-22T02:55:48.111Z] 
02:55:48 [2022-08-22T02:55:48.111Z] Server: Docker Engine - Community
02:55:48 [2022-08-22T02:55:48.111Z]  Engine:
02:55:48 [2022-08-22T02:55:48.111Z]   Version:          20.10.14
02:55:48 [2022-08-22T02:55:48.111Z]   API version:      1.41 (minimum version 1.12)
02:55:48 [2022-08-22T02:55:48.111Z]   Go version:       go1.16.15
02:55:48 [2022-08-22T02:55:48.111Z]   Git commit:       87a90dc
02:55:48 [2022-08-22T02:55:48.111Z]   Built:            Thu Mar 24 01:45:46 2022
02:55:48 [2022-08-22T02:55:48.111Z]   OS/Arch:          linux/amd64
02:55:48 [2022-08-22T02:55:48.111Z]   Experimental:     true
02:55:48 [2022-08-22T02:55:48.111Z]  containerd:
02:55:48 [2022-08-22T02:55:48.111Z]   Version:          1.5.11
02:55:48 [2022-08-22T02:55:48.111Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
02:55:48 [2022-08-22T02:55:48.111Z]  runc:
02:55:48 [2022-08-22T02:55:48.111Z]   Version:          1.0.3
02:55:48 [2022-08-22T02:55:48.111Z]   GitCommit:        v1.0.3-0-gf46b6ba
02:55:48 [2022-08-22T02:55:48.111Z]  docker-init:
02:55:48 [2022-08-22T02:55:48.111Z]   Version:          0.19.0
02:55:48 [2022-08-22T02:55:48.111Z]   GitCommit:        de40ad0
[Pipeline] sh
02:55:48 [2022-08-22T02:55:48.211Z] #62 28.88 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
02:55:48 [2022-08-22T02:55:48.432Z] + docker info
02:55:48 [2022-08-22T02:55:48.471Z] #62 29.04 go: downloading github.com/jgautheron/goconst v1.5.1
02:55:48 [2022-08-22T02:55:48.471Z] #62 29.08 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
02:55:48 [2022-08-22T02:55:48.471Z] #62 29.10 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
02:55:48 [2022-08-22T02:55:48.471Z] #62 29.21 go: downloading github.com/julz/importas v0.1.0
02:55:48 [2022-08-22T02:55:48.471Z] #62 29.22 go: downloading github.com/kisielk/errcheck v1.6.0
02:55:48 [2022-08-22T02:55:48.587Z] Client: Docker Engine - Community
02:55:48 [2022-08-22T02:55:48.587Z]  Version:           20.10.14
02:55:48 [2022-08-22T02:55:48.587Z]  API version:       1.41
02:55:48 [2022-08-22T02:55:48.587Z]  Go version:        go1.16.15
02:55:48 [2022-08-22T02:55:48.587Z]  Git commit:        a224086
02:55:48 [2022-08-22T02:55:48.587Z]  Built:             Thu Mar 24 01:47:57 2022
02:55:48 [2022-08-22T02:55:48.587Z]  OS/Arch:           linux/amd64
02:55:48 [2022-08-22T02:55:48.587Z]  Context:           default
02:55:48 [2022-08-22T02:55:48.587Z]  Experimental:      true
02:55:48 [2022-08-22T02:55:48.587Z] 
02:55:48 [2022-08-22T02:55:48.587Z] Server: Docker Engine - Community
02:55:48 [2022-08-22T02:55:48.587Z]  Engine:
02:55:48 [2022-08-22T02:55:48.587Z]   Version:          20.10.14
02:55:48 [2022-08-22T02:55:48.587Z]   API version:      1.41 (minimum version 1.12)
02:55:48 [2022-08-22T02:55:48.587Z]   Go version:       go1.16.15
02:55:48 [2022-08-22T02:55:48.587Z]   Git commit:       87a90dc
02:55:48 [2022-08-22T02:55:48.587Z]   Built:            Thu Mar 24 01:45:46 2022
02:55:48 [2022-08-22T02:55:48.587Z]   OS/Arch:          linux/amd64
02:55:48 [2022-08-22T02:55:48.587Z]   Experimental:     true
02:55:48 [2022-08-22T02:55:48.587Z]  containerd:
02:55:48 [2022-08-22T02:55:48.587Z]   Version:          1.5.11
02:55:48 [2022-08-22T02:55:48.587Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
02:55:48 [2022-08-22T02:55:48.587Z]  runc:
02:55:48 [2022-08-22T02:55:48.587Z]   Version:          1.0.3
02:55:48 [2022-08-22T02:55:48.587Z]   GitCommit:        v1.0.3-0-gf46b6ba
02:55:48 [2022-08-22T02:55:48.587Z]  docker-init:
02:55:48 [2022-08-22T02:55:48.587Z]   Version:          0.19.0
02:55:48 [2022-08-22T02:55:48.587Z]   GitCommit:        de40ad0
[Pipeline] sh
02:55:48 [2022-08-22T02:55:48.730Z] #62 29.36 go: downloading github.com/kulti/thelper v0.6.2
02:55:48 [2022-08-22T02:55:48.730Z] #62 29.38 go: downloading github.com/kunwardeep/paralleltest v1.0.3
02:55:48 [2022-08-22T02:55:48.730Z] #62 29.50 go: downloading github.com/kyoh86/exportloopref v0.1.8
02:55:48 [2022-08-22T02:55:48.730Z] #62 29.53 go: downloading github.com/ldez/tagliatelle v0.3.1
02:55:48 [2022-08-22T02:55:48.952Z] + docker info
02:55:48 [2022-08-22T02:55:48.989Z] #62 29.70 go: downloading github.com/leonklingele/grouper v1.1.0
02:55:48 [2022-08-22T02:55:48.989Z] #62 29.71 go: downloading github.com/lufeee/execinquery v1.2.1
02:55:48 [2022-08-22T02:55:48.989Z] #62 29.85 go: downloading github.com/maratori/testpackage v1.0.1
02:55:48 [2022-08-22T02:55:48.989Z] #62 29.89 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
02:55:49 [2022-08-22T02:55:49.248Z] #62 30.02 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
02:55:49 [2022-08-22T02:55:49.508Z] #62 30.20 go: downloading github.com/mgechev/revive v1.2.1
02:55:50 [2022-08-22T02:55:50.445Z] #62 30.94 go: downloading github.com/moricho/tparallel v0.2.1
02:55:50 [2022-08-22T02:55:50.445Z] #62 30.98 go: downloading github.com/nakabonne/nestif v0.3.1
02:55:50 [2022-08-22T02:55:50.445Z] #62 ...
02:55:50 [2022-08-22T02:55:50.445Z] 
02:55:50 [2022-08-22T02:55:50.445Z] #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             ;
02:55:50 [2022-08-22T02:55:50.445Z] #83 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:55:50 [2022-08-22T02:55:50.445Z] #83 21.02 Fetched 8571 kB in 16s (534 kB/s)
02:55:50 [2022-08-22T02:55:50.445Z] #83 21.02 Reading package lists...
02:55:50 [2022-08-22T02:55:50.445Z] #83 28.15 Reading package lists...
02:55:50 [2022-08-22T02:55:50.445Z] #83 ...
02:55:50 [2022-08-22T02:55:50.445Z] 
02:55:50 [2022-08-22T02:55:50.445Z] #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
02:55:50 [2022-08-22T02:55:50.445Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:55:50 [2022-08-22T02:55:50.445Z] #62 31.10 go: downloading github.com/nishanths/exhaustive v0.7.11
02:55:50 [2022-08-22T02:55:50.445Z] #62 31.23 go: downloading github.com/nishanths/predeclared v0.2.2
02:55:50 [2022-08-22T02:55:50.704Z] #62 31.40 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
02:55:50 [2022-08-22T02:55:50.964Z] #62 31.75 go: downloading github.com/ryancurrah/gomodguard v1.2.3
02:55:51 [2022-08-22T02:55:51.223Z] #62 31.97 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
02:55:51 [2022-08-22T02:55:51.223Z] #62 31.97 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
02:55:51 [2022-08-22T02:55:51.483Z] #62 32.14 go: downloading github.com/securego/gosec/v2 v2.11.0
02:55:51 [2022-08-22T02:55:51.742Z] #62 32.56 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
02:55:52 [2022-08-22T02:55:52.002Z] #62 32.58 go: downloading github.com/sivchari/containedctx v1.0.2
02:55:52 [2022-08-22T02:55:52.002Z] #62 32.66 go: downloading github.com/sivchari/tenv v1.5.0
02:55:52 [2022-08-22T02:55:52.002Z] #62 32.69 go: downloading github.com/sonatard/noctx v0.0.1
02:55:52 [2022-08-22T02:55:52.262Z] #62 32.99 go: downloading github.com/sourcegraph/go-diff v0.6.1
02:55:52 [2022-08-22T02:55:52.262Z] #62 33.00 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
02:55:52 [2022-08-22T02:55:52.521Z] #62 33.23 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
02:55:52 [2022-08-22T02:55:52.521Z] #62 33.24 go: downloading github.com/sylvia7788/contextcheck v1.0.4
02:55:52 [2022-08-22T02:55:52.521Z] #62 33.32 go: downloading github.com/tdakkota/asciicheck v0.1.1
02:55:52 [2022-08-22T02:55:52.781Z] #62 33.39 go: downloading github.com/tetafro/godot v1.4.11
02:55:52 [2022-08-22T02:55:52.781Z] #62 33.56 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
02:55:52 [2022-08-22T02:55:52.781Z] #62 33.58 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
02:55:52 [2022-08-22T02:55:52.781Z] #62 33.67 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
02:55:53 [2022-08-22T02:55:53.040Z] #62 ...
02:55:53 [2022-08-22T02:55:53.040Z] 
02:55:53 [2022-08-22T02:55:53.040Z] #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
02:55:53 [2022-08-22T02:55:53.040Z] #43 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:55:53 [2022-08-22T02:55:53.040Z] #43 23.73 go: downloading github.com/mattn/go-runewidth v0.0.3
02:55:53 [2022-08-22T02:55:53.040Z] #43 24.44 go: downloading github.com/hashicorp/golang-lru v0.5.4
02:55:53 [2022-08-22T02:55:53.040Z] #43 24.77 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
02:55:53 [2022-08-22T02:55:53.040Z] #43 26.67 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
02:55:53 [2022-08-22T02:55:53.040Z] #43 26.79 go: downloading github.com/cilium/ebpf v0.7.0
02:55:53 [2022-08-22T02:55:53.301Z] #43 ...
02:55:53 [2022-08-22T02:55:53.301Z] 
02:55:53 [2022-08-22T02:55:53.301Z] #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
02:55:53 [2022-08-22T02:55:53.301Z] #54 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
02:55:53 [2022-08-22T02:55:53.301Z] #54 26.51 Updating files:  65% (1421/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:  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.
02:55:53 [2022-08-22T02:55:53.301Z] #54 27.47 + git checkout -q v2.3.0
02:55:53 [2022-08-22T02:55:53.301Z] #54 29.93 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
02:55:53 [2022-08-22T02:55:53.301Z] #54 ...
02:55:53 [2022-08-22T02:55:53.301Z] 
02:55:53 [2022-08-22T02:55:53.301Z] #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
02:55:53 [2022-08-22T02:55:53.301Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:55:53 [2022-08-22T02:55:53.301Z] #62 34.02 go: downloading github.com/ultraware/funlen v0.0.3
02:55:53 [2022-08-22T02:55:53.301Z] #62 34.08 go: downloading github.com/ultraware/whitespace v0.0.5
02:55:53 [2022-08-22T02:55:53.562Z] #62 34.14 go: downloading github.com/uudashr/gocognit v1.0.5
02:55:53 [2022-08-22T02:55:53.562Z] #62 34.26 go: downloading github.com/yagipy/maintidx v1.0.0
02:55:53 [2022-08-22T02:55:53.821Z] #62 34.43 go: downloading github.com/yeya24/promlinter v0.2.0
02:55:53 [2022-08-22T02:55:53.821Z] #62 34.58 go: downloading gitlab.com/bosi/decorder v0.2.1
02:55:54 [2022-08-22T02:55:54.081Z] #62 34.83 go: downloading honnef.co/go/tools v0.3.1
02:55:54 [2022-08-22T02:55:54.081Z] #62 ...
02:55:54 [2022-08-22T02:55:54.081Z] 
02:55:54 [2022-08-22T02:55:54.081Z] #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
02:55:54 [2022-08-22T02:55:54.081Z] #58 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:55:54 [2022-08-22T02:55:54.081Z] #58 24.46 Fetched 8575 kB in 19s (457 kB/s)
02:55:54 [2022-08-22T02:55:54.081Z] #58 24.46 Reading package lists...
02:55:54 [2022-08-22T02:55:54.081Z] #58 31.47 Reading package lists...
02:55:54 [2022-08-22T02:55:54.081Z] #58 ...
02:55:54 [2022-08-22T02:55:54.081Z] 
02:55:54 [2022-08-22T02:55:54.081Z] #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             ;
02:55:54 [2022-08-22T02:55:54.081Z] #83 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:55:54 [2022-08-22T02:55:54.081Z] #83 28.15 Reading package lists...
02:55:56 [2022-08-22T02:55:56.246Z] #83 35.04 Building dependency tree...
02:55:56 [2022-08-22T02:55:56.246Z] #83 ...
02:55:56 [2022-08-22T02:55:56.246Z] 
02:55:56 [2022-08-22T02:55:56.246Z] #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
02:55:56 [2022-08-22T02:55:56.246Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:55:56 [2022-08-22T02:55:56.246Z] #19 13.17 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
02:55:56 [2022-08-22T02:55:56.246Z] #19 13.17 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:55:56 [2022-08-22T02:55:56.246Z] #19 13.18 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
02:55:56 [2022-08-22T02:55:56.246Z] #19 13.21 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [160 kB]
02:55:56 [2022-08-22T02:55:56.246Z] #19 13.23 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [174 kB]
02:55:56 [2022-08-22T02:55:56.246Z] #19 13.24 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
02:55:56 [2022-08-22T02:55:56.246Z] #19 13.26 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
02:55:56 [2022-08-22T02:55:56.246Z] #19 13.26 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
02:55:56 [2022-08-22T02:55:56.246Z] #19 13.27 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
02:55:56 [2022-08-22T02:55:56.246Z] #19 13.27 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
02:55:56 [2022-08-22T02:55:56.246Z] #19 13.27 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:55:56 [2022-08-22T02:55:56.246Z] #19 13.28 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
02:55:56 [2022-08-22T02:55:56.505Z] #19 ...
02:55:56 [2022-08-22T02:55:56.505Z] 
02:55:56 [2022-08-22T02:55:56.505Z] #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
02:55:56 [2022-08-22T02:55:56.505Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:55:56 [2022-08-22T02:55:56.505Z] #62 37.05 go: downloading mvdan.cc/gofumpt v0.3.1
02:55:56 [2022-08-22T02:55:56.505Z] #62 37.13 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:55:56 [2022-08-22T02:55:56.505Z] #62 37.32 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
02:55:56 [2022-08-22T02:55:56.765Z] #62 37.35 go: downloading github.com/davecgh/go-spew v1.1.1
02:55:56 [2022-08-22T02:55:56.765Z] #62 37.47 go: downloading github.com/pmezard/go-difflib v1.0.0
02:55:56 [2022-08-22T02:55:56.765Z] #62 37.57 go: downloading github.com/stretchr/objx v0.1.1
02:55:57 [2022-08-22T02:55:57.025Z] #62 37.65 go: downloading github.com/subosito/gotenv v1.2.0
02:55:57 [2022-08-22T02:55:57.025Z] #62 37.72 go: downloading github.com/hashicorp/hcl v1.0.0
02:55:57 [2022-08-22T02:55:57.044Z] Fetching without tags
02:55:57 [2022-08-22T02:55:57.246Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
02:55:57 [2022-08-22T02:55:57.285Z] #62 38.07 go: downloading gopkg.in/ini.v1 v1.66.4
02:55:57 [2022-08-22T02:55:57.285Z] #62 38.07 go: downloading github.com/magiconair/properties v1.8.6
02:55:57 [2022-08-22T02:55:57.855Z] #62 38.40 go: downloading github.com/pelletier/go-toml v1.9.5
02:55:57 [2022-08-22T02:55:57.855Z] #62 38.53 go: downloading golang.org/x/text v0.3.7
02:55:57 [2022-08-22T02:55:57.955Z] Merge succeeded, producing 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
02:55:57 [2022-08-22T02:55:57.955Z] Checking out Revision 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 (PR-44001)
02:55:58 [2022-08-22T02:55:58.389Z] Fetching without tags
02:55:58 [2022-08-22T02:55:58.644Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
02:55:58 [2022-08-22T02:55:58.251Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:55:58 [2022-08-22T02:55:58.262Z]  > git config --add remote.origin.fetch +refs/pull/44001/head:refs/remotes/origin/PR-44001 # timeout=10
02:55:58 [2022-08-22T02:55:58.299Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:55:58 [2022-08-22T02:55:58.327Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:55:58 [2022-08-22T02:55:58.396Z] Fetching upstream changes from https://github.com/moby/moby.git
02:55:58 [2022-08-22T02:55:58.396Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:55:58 [2022-08-22T02:55:58.397Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44001/head:refs/remotes/origin/PR-44001 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:55:58 [2022-08-22T02:55:58.662Z]  > git config core.sparsecheckout # timeout=10
02:55:57 [2022-08-22T02:55:57.000Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:55:57 [2022-08-22T02:55:57.008Z]  > git config --add remote.origin.fetch +refs/pull/44001/head:refs/remotes/origin/PR-44001 # timeout=10
02:55:57 [2022-08-22T02:55:57.016Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:55:57 [2022-08-22T02:55:57.036Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:55:57 [2022-08-22T02:55:57.047Z] Fetching upstream changes from https://github.com/moby/moby.git
02:55:57 [2022-08-22T02:55:57.047Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:55:57 [2022-08-22T02:55:57.048Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44001/head:refs/remotes/origin/PR-44001 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:55:57 [2022-08-22T02:55:57.254Z]  > git config core.sparsecheckout # timeout=10
02:55:57 [2022-08-22T02:55:57.260Z]  > git checkout -f 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 # timeout=10
02:55:57 [2022-08-22T02:55:57.906Z]  > git remote # timeout=10
02:55:57 [2022-08-22T02:55:57.920Z]  > git config --get remote.origin.url # timeout=10
02:55:57 [2022-08-22T02:55:57.930Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:55:57 [2022-08-22T02:55:57.931Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
02:55:57 [2022-08-22T02:55:57.944Z]  > git rev-parse HEAD^{commit} # timeout=10
02:55:57 [2022-08-22T02:55:57.957Z]  > git config core.sparsecheckout # timeout=10
02:55:57 [2022-08-22T02:55:57.968Z]  > git checkout -f 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 # timeout=10
02:55:59 [2022-08-22T02:55:59.498Z] Merge succeeded, producing 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
02:55:59 [2022-08-22T02:55:59.498Z] Checking out Revision 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 (PR-44001)
02:56:00 [2022-08-22T02:56:00.621Z] Client:
02:56:00 [2022-08-22T02:56:00.621Z]  Context:    default
02:56:00 [2022-08-22T02:56:00.621Z]  Debug Mode: false
02:56:00 [2022-08-22T02:56:00.622Z]  Plugins:
02:56:00 [2022-08-22T02:56:00.622Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
02:56:00 [2022-08-22T02:56:00.622Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
02:56:00 [2022-08-22T02:56:00.622Z]   compose: Docker Compose (Docker Inc., v2.4.1)
02:56:00 [2022-08-22T02:56:00.622Z]   scan: Docker Scan (Docker Inc., v0.17.0)
02:56:00 [2022-08-22T02:56:00.622Z] 
02:56:00 [2022-08-22T02:56:00.622Z] Server:
02:56:00 [2022-08-22T02:56:00.622Z]  Containers: 0
02:56:00 [2022-08-22T02:56:00.622Z]   Running: 0
02:56:00 [2022-08-22T02:56:00.622Z]   Paused: 0
02:56:00 [2022-08-22T02:56:00.622Z]   Stopped: 0
02:56:00 [2022-08-22T02:56:00.622Z]  Images: 0
02:56:00 [2022-08-22T02:56:00.622Z]  Server Version: 20.10.14
02:56:00 [2022-08-22T02:56:00.622Z]  Storage Driver: overlay2
02:56:00 [2022-08-22T02:56:00.622Z]   Backing Filesystem: extfs
02:56:00 [2022-08-22T02:56:00.622Z]   Supports d_type: true
02:56:00 [2022-08-22T02:56:00.622Z]   Native Overlay Diff: true
02:56:00 [2022-08-22T02:56:00.622Z]   userxattr: false
02:56:00 [2022-08-22T02:56:00.622Z]  Logging Driver: json-file
02:56:00 [2022-08-22T02:56:00.622Z]  Cgroup Driver: cgroupfs
02:56:00 [2022-08-22T02:56:00.622Z]  Cgroup Version: 1
02:56:00 [2022-08-22T02:56:00.622Z]  Plugins:
02:56:00 [2022-08-22T02:56:00.622Z]   Volume: local
02:56:00 [2022-08-22T02:56:00.622Z]   Network: bridge host ipvlan macvlan null overlay
02:56:00 [2022-08-22T02:56:00.622Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
02:56:00 [2022-08-22T02:56:00.622Z]  Swarm: inactive
02:56:00 [2022-08-22T02:56:00.622Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
02:56:00 [2022-08-22T02:56:00.622Z]  Default Runtime: runc
02:56:00 [2022-08-22T02:56:00.622Z]  Init Binary: docker-init
02:56:00 [2022-08-22T02:56:00.622Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
02:56:00 [2022-08-22T02:56:00.622Z]  runc version: v1.0.3-0-gf46b6ba
02:56:00 [2022-08-22T02:56:00.622Z]  init version: de40ad0
02:56:00 [2022-08-22T02:56:00.622Z]  Security Options:
02:56:00 [2022-08-22T02:56:00.622Z]   apparmor
02:56:00 [2022-08-22T02:56:00.622Z]   seccomp
02:56:00 [2022-08-22T02:56:00.622Z]    Profile: default
02:56:00 [2022-08-22T02:56:00.622Z]  Kernel Version: 5.4.0-1071-aws
02:56:00 [2022-08-22T02:56:00.622Z]  Operating System: Ubuntu 18.04.6 LTS
02:56:00 [2022-08-22T02:56:00.622Z]  OSType: linux
02:56:00 [2022-08-22T02:56:00.622Z]  Architecture: x86_64
02:56:00 [2022-08-22T02:56:00.622Z]  CPUs: 2
02:56:00 [2022-08-22T02:56:00.622Z]  Total Memory: 7.565GiB
02:56:00 [2022-08-22T02:56:00.622Z]  Name: ip-10-100-72-114
02:56:00 [2022-08-22T02:56:00.622Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
02:56:00 [2022-08-22T02:56:00.622Z]  Docker Root Dir: /var/lib/docker
02:56:00 [2022-08-22T02:56:00.622Z]  Debug Mode: false
02:56:00 [2022-08-22T02:56:00.622Z]  Registry: https://index.docker.io/v1/
02:56:00 [2022-08-22T02:56:00.622Z]  Labels:
02:56:00 [2022-08-22T02:56:00.622Z]  Experimental: true
02:56:00 [2022-08-22T02:56:00.622Z]  Insecure Registries:
02:56:00 [2022-08-22T02:56:00.622Z]   127.0.0.0/8
02:56:00 [2022-08-22T02:56:00.622Z]  Live Restore Enabled: true
02:56:00 [2022-08-22T02:56:00.622Z] 
02:56:00 [2022-08-22T02:56:00.622Z] WARNING: No swap limit support
[Pipeline] sh
02:55:58 [2022-08-22T02:55:58.686Z]  > git checkout -f 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 # timeout=10
02:55:59 [2022-08-22T02:55:59.457Z]  > git remote # timeout=10
02:55:59 [2022-08-22T02:55:59.471Z]  > git config --get remote.origin.url # timeout=10
02:55:59 [2022-08-22T02:55:59.483Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:55:59 [2022-08-22T02:55:59.484Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
02:55:59 [2022-08-22T02:55:59.494Z]  > git rev-parse HEAD^{commit} # timeout=10
02:55:59 [2022-08-22T02:55:59.504Z]  > git config core.sparsecheckout # timeout=10
02:55:59 [2022-08-22T02:55:59.515Z]  > git checkout -f 28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 # timeout=10
02:56:00 [2022-08-22T02:56:00.982Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
02:56:00 [2022-08-22T02:56:00.982Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
02:56:00 [2022-08-22T02:56:00.982Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44001/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
02:56:00 [2022-08-22T02:56:00.982Z] + bash /home/ubuntu/workspace/moby_PR-44001/check-config.sh
02:56:00 [2022-08-22T02:56:00.982Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
02:56:00 [2022-08-22T02:56:00.982Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
02:56:00 [2022-08-22T02:56:00.982Z] 
02:56:00 [2022-08-22T02:56:00.982Z] Generally Necessary:
02:56:00 [2022-08-22T02:56:00.982Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
02:56:00 [2022-08-22T02:56:00.982Z] - apparmor: enabled and tools installed
02:56:00 [2022-08-22T02:56:00.982Z] - CONFIG_NAMESPACES: enabled
02:56:00 [2022-08-22T02:56:00.982Z] - CONFIG_NET_NS: enabled
02:56:00 [2022-08-22T02:56:00.982Z] - CONFIG_PID_NS: enabled
02:56:00 [2022-08-22T02:56:00.982Z] - CONFIG_IPC_NS: enabled
02:56:00 [2022-08-22T02:56:00.982Z] - CONFIG_UTS_NS: enabled
02:56:00 [2022-08-22T02:56:00.982Z] - CONFIG_CGROUPS: enabled
02:56:00 [2022-08-22T02:56:00.982Z] - CONFIG_CGROUP_CPUACCT: enabled
02:56:00 [2022-08-22T02:56:00.983Z] - CONFIG_CGROUP_DEVICE: enabled
02:56:00 [2022-08-22T02:56:00.983Z] - CONFIG_CGROUP_FREEZER: enabled
02:56:00 [2022-08-22T02:56:00.983Z] - CONFIG_CGROUP_SCHED: enabled
02:56:00 [2022-08-22T02:56:00.983Z] - CONFIG_CPUSETS: enabled
02:56:00 [2022-08-22T02:56:00.983Z] - CONFIG_MEMCG: enabled
02:56:00 [2022-08-22T02:56:00.983Z] - CONFIG_KEYS: enabled
02:56:00 [2022-08-22T02:56:00.983Z] - CONFIG_VETH: enabled (as module)
02:56:00 [2022-08-22T02:56:00.983Z] - CONFIG_BRIDGE: enabled (as module)
02:56:00 [2022-08-22T02:56:00.983Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
02:56:00 [2022-08-22T02:56:00.983Z] - CONFIG_IP_NF_FILTER: enabled (as module)
02:56:00 [2022-08-22T02:56:00.983Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_IP_NF_NAT: enabled (as module)
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_NF_NAT: enabled (as module)
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_POSIX_MQUEUE: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_CGROUP_BPF: enabled
02:56:01 [2022-08-22T02:56:01.261Z] 
02:56:01 [2022-08-22T02:56:01.261Z] Optional Features:
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_USER_NS: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_SECCOMP: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_SECCOMP_FILTER: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_CGROUP_PIDS: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_MEMCG_SWAP: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
02:56:01 [2022-08-22T02:56:01.261Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_BLK_CGROUP: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_BLK_DEV_THROTTLING: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_CGROUP_PERF: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_CGROUP_HUGETLB: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_CGROUP_NET_PRIO: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_CFS_BANDWIDTH: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_FAIR_GROUP_SCHED: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_RT_GROUP_SCHED: missing
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_IP_VS: enabled (as module)
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_IP_VS_NFCT: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_IP_VS_PROTO_TCP: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_IP_VS_PROTO_UDP: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_IP_VS_RR: enabled (as module)
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_SECURITY_SELINUX: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_SECURITY_APPARMOR: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_EXT4_FS: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - CONFIG_EXT4_FS_SECURITY: enabled
02:56:01 [2022-08-22T02:56:01.261Z] - Network Drivers:
02:56:01 [2022-08-22T02:56:01.261Z]   - "overlay":
02:56:01 [2022-08-22T02:56:01.261Z]     - CONFIG_VXLAN: enabled (as module)
02:56:01 [2022-08-22T02:56:01.261Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
02:56:01 [2022-08-22T02:56:01.261Z]       Optional (for encrypted networks):
02:56:01 [2022-08-22T02:56:01.531Z]       - CONFIG_CRYPTO: enabled
02:56:01 [2022-08-22T02:56:01.532Z]       - CONFIG_CRYPTO_AEAD: enabled
02:56:01 [2022-08-22T02:56:01.532Z]       - CONFIG_CRYPTO_GCM: enabled
02:56:01 [2022-08-22T02:56:01.532Z]       - CONFIG_CRYPTO_SEQIV: enabled
02:56:01 [2022-08-22T02:56:01.532Z]       - CONFIG_CRYPTO_GHASH: enabled
02:56:01 [2022-08-22T02:56:01.532Z]       - CONFIG_XFRM: enabled
02:56:01 [2022-08-22T02:56:01.532Z]       - CONFIG_XFRM_USER: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]       - CONFIG_XFRM_ALGO: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]       - CONFIG_INET_ESP: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]   - "ipvlan":
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_IPVLAN: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]   - "macvlan":
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_MACVLAN: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_DUMMY: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]   - "ftp,tftp client in container":
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z] - Storage Drivers:
02:56:01 [2022-08-22T02:56:01.532Z]   - "aufs":
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_AUFS_FS: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]   - "btrfs":
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_BTRFS_FS: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
02:56:01 [2022-08-22T02:56:01.532Z]   - "devicemapper":
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_BLK_DEV_DM: enabled
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]   - "overlay":
02:56:01 [2022-08-22T02:56:01.532Z]     - CONFIG_OVERLAY_FS: enabled (as module)
02:56:01 [2022-08-22T02:56:01.532Z]   - "zfs":
02:56:01 [2022-08-22T02:56:01.532Z]     - /dev/zfs: present
02:56:01 [2022-08-22T02:56:01.532Z]     - zfs command: missing
02:56:01 [2022-08-22T02:56:01.532Z]     - zpool command: missing
02:56:01 [2022-08-22T02:56:01.532Z] 
02:56:01 [2022-08-22T02:56:01.532Z] Limits:
02:56:01 [2022-08-22T02:56:01.532Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
02:56:01 [2022-08-22T02:56:01.532Z] 
02:56:01 [2022-08-22T02:56:01.532Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
02:56:01 [2022-08-22T02:56:01.901Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 .
02:56:02 [2022-08-22T02:56:02.159Z] #2 [internal] load .dockerignore
02:56:02 [2022-08-22T02:56:02.159Z] #2 sha256:dce22fe3d4d3e9c2c391095a2d1dccd3c0260f62b1dc3d8292b24600e838e872
02:56:02 [2022-08-22T02:56:02.159Z] #2 ...
02:56:02 [2022-08-22T02:56:02.159Z] 
02:56:02 [2022-08-22T02:56:02.159Z] #1 [internal] load build definition from Dockerfile
02:56:02 [2022-08-22T02:56:02.159Z] #1 sha256:ea4fb5cc0c19dc89bd04e47648eac63c207a41889fa3860c846d6db8a4de35f5
02:56:02 [2022-08-22T02:56:02.159Z] #1 transferring dockerfile: 19.07kB done
02:56:02 [2022-08-22T02:56:02.159Z] #1 DONE 0.3s
02:56:02 [2022-08-22T02:56:02.159Z] 
02:56:02 [2022-08-22T02:56:02.159Z] #2 [internal] load .dockerignore
02:56:02 [2022-08-22T02:56:02.159Z] #2 sha256:dce22fe3d4d3e9c2c391095a2d1dccd3c0260f62b1dc3d8292b24600e838e872
02:56:02 [2022-08-22T02:56:02.159Z] #2 transferring context: 145B done
02:56:02 [2022-08-22T02:56:02.393Z] Commit message: "update runc to v1.1.4 pre"
02:56:02 [2022-08-22T02:56:02.424Z] #2 DONE 0.2s
02:56:02 [2022-08-22T02:56:02.424Z] 
02:56:02 [2022-08-22T02:56:02.424Z] #3 resolve image config for docker.io/docker/dockerfile:1
02:56:02 [2022-08-22T02:56:02.424Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
02:56:02 [2022-08-22T02:56:02.409Z]  > git --version # timeout=10
02:56:02 [2022-08-22T02:56:02.420Z]  > git --version # 'git version 2.25.1'
02:56:02 [2022-08-22T02:56:02.431Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
02:56:03 [2022-08-22T02:56:03.136Z] #62 ...
02:56:03 [2022-08-22T02:56:03.136Z] 
02:56:03 [2022-08-22T02:56:03.136Z] #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             ;
02:56:03 [2022-08-22T02:56:03.136Z] #83 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:56:03 [2022-08-22T02:56:03.136Z] #83 39.52 python3 is already the newest version (3.9.2-3).
02:56:03 [2022-08-22T02:56:03.136Z] #83 39.52 The following additional packages will be installed:
02:56:03 [2022-08-22T02:56:03.136Z] #83 39.54   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
02:56:03 [2022-08-22T02:56:03.136Z] #83 39.54   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
02:56:03 [2022-08-22T02:56:03.136Z] #83 39.57 Suggested packages:
02:56:03 [2022-08-22T02:56:03.136Z] #83 39.57   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
02:56:03 [2022-08-22T02:56:03.136Z] #83 39.57   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
02:56:03 [2022-08-22T02:56:03.136Z] #83 39.57   m4-doc ed diffutils-doc
02:56:03 [2022-08-22T02:56:03.136Z] #83 39.57 Recommended packages:
02:56:03 [2022-08-22T02:56:03.136Z] #83 39.57   fakeroot libalgorithm-merge-perl libltdl-dev
02:56:03 [2022-08-22T02:56:03.136Z] #83 41.51 The following NEW packages will be installed:
02:56:03 [2022-08-22T02:56:03.136Z] #83 41.51   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
02:56:03 [2022-08-22T02:56:03.136Z] #83 41.52   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
02:56:03 [2022-08-22T02:56:03.136Z] #83 41.52   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
02:56:03 [2022-08-22T02:56:03.136Z] #83 41.52   libyajl2 m4 patch xz-utils
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.03 0 upgraded, 23 newly installed, 0 to remove and 8 not upgraded.
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.03 Need to get 5940 kB of archives.
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.03 After this operation, 18.7 MB of additional disk space will be used.
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.03 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.04 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.05 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.10 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.12 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.15 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.22 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.22 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.45 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.45 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.46 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.46 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.46 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.46 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.49 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.52 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.57 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.59 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
02:56:03 [2022-08-22T02:56:03.136Z] #83 42.60 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
02:56:03 [2022-08-22T02:56:03.396Z] #83 44.20 debconf: delaying package configuration, since apt-utils is not installed
02:56:03 [2022-08-22T02:56:03.451Z] + docker version
02:56:03 [2022-08-22T02:56:03.799Z] #3 DONE 1.6s
02:56:03 [2022-08-22T02:56:03.799Z] 
02:56:03 [2022-08-22T02:56:03.799Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
02:56:03 [2022-08-22T02:56:03.799Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
02:56:03 [2022-08-22T02:56:03.799Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
02:56:03 [2022-08-22T02:56:03.799Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
02:56:03 [2022-08-22T02:56:03.799Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0B / 9.94MB 0.1s
02:56:03 [2022-08-22T02:56:03.799Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
02:56:03 [2022-08-22T02:56:03.799Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
02:56:03 [2022-08-22T02:56:03.818Z] Commit message: "update runc to v1.1.4 pre"
02:56:03 [2022-08-22T02:56:03.836Z]  > git --version # timeout=10
02:56:03 [2022-08-22T02:56:03.841Z]  > git --version # 'git version 2.25.1'
02:56:03 [2022-08-22T02:56:03.850Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
02:56:03 [2022-08-22T02:56:03.869Z] Client:
02:56:03 [2022-08-22T02:56:03.869Z]  Context:    default
02:56:03 [2022-08-22T02:56:03.869Z]  Debug Mode: false
02:56:03 [2022-08-22T02:56:03.869Z]  Plugins:
02:56:03 [2022-08-22T02:56:03.869Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
02:56:03 [2022-08-22T02:56:03.869Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
02:56:03 [2022-08-22T02:56:03.869Z]   compose: Docker Compose (Docker Inc., v2.4.1)
02:56:03 [2022-08-22T02:56:03.869Z]   scan: Docker Scan (Docker Inc., v0.17.0)
02:56:03 [2022-08-22T02:56:03.869Z] 
02:56:03 [2022-08-22T02:56:03.869Z] Server:
02:56:03 [2022-08-22T02:56:03.869Z]  Containers: 0
02:56:03 [2022-08-22T02:56:03.869Z]   Running: 0
02:56:03 [2022-08-22T02:56:03.869Z]   Paused: 0
02:56:03 [2022-08-22T02:56:03.869Z]   Stopped: 0
02:56:03 [2022-08-22T02:56:03.869Z]  Images: 0
02:56:03 [2022-08-22T02:56:03.869Z]  Server Version: 20.10.14
02:56:03 [2022-08-22T02:56:03.869Z]  Storage Driver: overlay2
02:56:03 [2022-08-22T02:56:03.869Z]   Backing Filesystem: extfs
02:56:03 [2022-08-22T02:56:03.869Z]   Supports d_type: true
02:56:03 [2022-08-22T02:56:03.869Z]   Native Overlay Diff: true
02:56:03 [2022-08-22T02:56:03.869Z]   userxattr: false
02:56:03 [2022-08-22T02:56:03.869Z]  Logging Driver: json-file
02:56:03 [2022-08-22T02:56:03.869Z]  Cgroup Driver: cgroupfs
02:56:03 [2022-08-22T02:56:03.869Z]  Cgroup Version: 1
02:56:03 [2022-08-22T02:56:03.869Z]  Plugins:
02:56:03 [2022-08-22T02:56:03.869Z]   Volume: local
02:56:03 [2022-08-22T02:56:03.869Z]   Network: bridge host ipvlan macvlan null overlay
02:56:03 [2022-08-22T02:56:03.869Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
02:56:03 [2022-08-22T02:56:03.869Z]  Swarm: inactive
02:56:03 [2022-08-22T02:56:03.869Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
02:56:03 [2022-08-22T02:56:03.869Z]  Default Runtime: runc
02:56:03 [2022-08-22T02:56:03.869Z]  Init Binary: docker-init
02:56:03 [2022-08-22T02:56:03.869Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
02:56:03 [2022-08-22T02:56:03.869Z]  runc version: v1.0.3-0-gf46b6ba
02:56:03 [2022-08-22T02:56:03.869Z]  init version: de40ad0
02:56:03 [2022-08-22T02:56:03.869Z]  Security Options:
02:56:03 [2022-08-22T02:56:03.869Z]   apparmor
02:56:03 [2022-08-22T02:56:03.869Z]   seccomp
02:56:03 [2022-08-22T02:56:03.869Z]    Profile: default
02:56:03 [2022-08-22T02:56:03.869Z]  Kernel Version: 5.4.0-1071-aws
02:56:03 [2022-08-22T02:56:03.869Z]  Operating System: Ubuntu 18.04.6 LTS
02:56:03 [2022-08-22T02:56:03.869Z]  OSType: linux
02:56:03 [2022-08-22T02:56:03.869Z]  Architecture: x86_64
02:56:03 [2022-08-22T02:56:03.869Z]  CPUs: 2
02:56:03 [2022-08-22T02:56:03.869Z]  Total Memory: 7.565GiB
02:56:03 [2022-08-22T02:56:03.869Z]  Name: ip-10-100-38-151
02:56:03 [2022-08-22T02:56:03.869Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
02:56:03 [2022-08-22T02:56:03.869Z]  Docker Root Dir: /var/lib/docker
02:56:03 [2022-08-22T02:56:03.869Z]  Debug Mode: false
02:56:03 [2022-08-22T02:56:03.869Z]  Registry: https://index.docker.io/v1/
02:56:03 [2022-08-22T02:56:03.869Z]  Labels:
02:56:03 [2022-08-22T02:56:03.869Z]  Experimental: true
02:56:03 [2022-08-22T02:56:03.869Z]  Insecure Registries:
02:56:03 [2022-08-22T02:56:03.869Z]   127.0.0.0/8
02:56:03 [2022-08-22T02:56:03.869Z]  Live Restore Enabled: true
02:56:03 [2022-08-22T02:56:03.869Z] 
02:56:03 [2022-08-22T02:56:03.869Z] WARNING: No swap limit support
[Pipeline] sh
02:56:03 [2022-08-22T02:56:03.996Z] #83 44.65 Fetched 5940 kB in 1s (6253 kB/s)
02:56:04 [2022-08-22T02:56:04.058Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 2.10MB / 9.94MB 0.2s
02:56:04 [2022-08-22T02:56:04.169Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
02:56:04 [2022-08-22T02:56:04.169Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
02:56:04 [2022-08-22T02:56:04.169Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44001/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
02:56:04 [2022-08-22T02:56:04.169Z] + bash /home/ubuntu/workspace/moby_PR-44001/check-config.sh
02:56:04 [2022-08-22T02:56:04.169Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
02:56:04 [2022-08-22T02:56:04.169Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
02:56:04 [2022-08-22T02:56:04.169Z] 
02:56:04 [2022-08-22T02:56:04.169Z] Generally Necessary:
02:56:04 [2022-08-22T02:56:04.169Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
02:56:04 [2022-08-22T02:56:04.169Z] - apparmor: enabled and tools installed
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_NAMESPACES: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_NET_NS: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_PID_NS: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_IPC_NS: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_UTS_NS: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_CGROUPS: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_CGROUP_CPUACCT: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_CGROUP_DEVICE: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_CGROUP_FREEZER: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_CGROUP_SCHED: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_CPUSETS: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_MEMCG: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_KEYS: enabled
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_VETH: enabled (as module)
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_BRIDGE: enabled (as module)
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
02:56:04 [2022-08-22T02:56:04.169Z] - CONFIG_IP_NF_FILTER: enabled (as module)
[Pipeline] withEnv
[Pipeline] {
02:56:04 [2022-08-22T02:56:04.272Z] #83 44.81 Selecting previously unselected package bzip2.
02:56:04 [2022-08-22T02:56:04.272Z] #83 44.81 (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.)
02:56:04 [2022-08-22T02:56:04.272Z] #83 45.03 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
02:56:04 [2022-08-22T02:56:04.316Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.4s done
02:56:04 [2022-08-22T02:56:04.316Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.1s
[Pipeline] sh
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_IP_NF_NAT: enabled (as module)
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_NF_NAT: enabled (as module)
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_POSIX_MQUEUE: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_CGROUP_BPF: enabled
02:56:04 [2022-08-22T02:56:04.440Z] 
02:56:04 [2022-08-22T02:56:04.440Z] Optional Features:
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_USER_NS: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_SECCOMP: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_SECCOMP_FILTER: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_CGROUP_PIDS: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_MEMCG_SWAP: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
02:56:04 [2022-08-22T02:56:04.440Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_BLK_CGROUP: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_BLK_DEV_THROTTLING: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_CGROUP_PERF: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_CGROUP_HUGETLB: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_CGROUP_NET_PRIO: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_CFS_BANDWIDTH: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_FAIR_GROUP_SCHED: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_RT_GROUP_SCHED: missing
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_IP_VS: enabled (as module)
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_IP_VS_NFCT: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_IP_VS_PROTO_TCP: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_IP_VS_PROTO_UDP: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_IP_VS_RR: enabled (as module)
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_SECURITY_SELINUX: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_SECURITY_APPARMOR: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_EXT4_FS: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - CONFIG_EXT4_FS_SECURITY: enabled
02:56:04 [2022-08-22T02:56:04.440Z] - Network Drivers:
02:56:04 [2022-08-22T02:56:04.440Z]   - "overlay":
02:56:04 [2022-08-22T02:56:04.538Z] #83 45.06 Unpacking bzip2 (1.0.8-4) ...
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_VXLAN: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
02:56:04 [2022-08-22T02:56:04.710Z]       Optional (for encrypted networks):
02:56:04 [2022-08-22T02:56:04.710Z]       - CONFIG_CRYPTO: enabled
02:56:04 [2022-08-22T02:56:04.710Z]       - CONFIG_CRYPTO_AEAD: enabled
02:56:04 [2022-08-22T02:56:04.710Z]       - CONFIG_CRYPTO_GCM: enabled
02:56:04 [2022-08-22T02:56:04.710Z]       - CONFIG_CRYPTO_SEQIV: enabled
02:56:04 [2022-08-22T02:56:04.710Z]       - CONFIG_CRYPTO_GHASH: enabled
02:56:04 [2022-08-22T02:56:04.710Z]       - CONFIG_XFRM: enabled
02:56:04 [2022-08-22T02:56:04.710Z]       - CONFIG_XFRM_USER: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]       - CONFIG_XFRM_ALGO: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]       - CONFIG_INET_ESP: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]   - "ipvlan":
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_IPVLAN: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]   - "macvlan":
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_MACVLAN: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_DUMMY: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]   - "ftp,tftp client in container":
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z] - Storage Drivers:
02:56:04 [2022-08-22T02:56:04.710Z]   - "aufs":
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_AUFS_FS: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]   - "btrfs":
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_BTRFS_FS: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
02:56:04 [2022-08-22T02:56:04.710Z]   - "devicemapper":
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_BLK_DEV_DM: enabled
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]   - "overlay":
02:56:04 [2022-08-22T02:56:04.710Z]     - CONFIG_OVERLAY_FS: enabled (as module)
02:56:04 [2022-08-22T02:56:04.710Z]   - "zfs":
02:56:04 [2022-08-22T02:56:04.710Z]     - /dev/zfs: present
02:56:04 [2022-08-22T02:56:04.710Z]     - zfs command: missing
02:56:04 [2022-08-22T02:56:04.710Z]     - zpool command: missing
02:56:04 [2022-08-22T02:56:04.710Z] 
02:56:04 [2022-08-22T02:56:04.710Z] Limits:
02:56:04 [2022-08-22T02:56:04.710Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
02:56:04 [2022-08-22T02:56:04.710Z] 
02:56:04 [2022-08-22T02:56:04.710Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
02:56:04 [2022-08-22T02:56:04.760Z] + docker version
[Pipeline] sh
02:56:04 [2022-08-22T02:56:04.814Z] #83 45.41 Selecting previously unselected package libmagic-mgc.
02:56:04 [2022-08-22T02:56:04.814Z] #83 45.41 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
02:56:04 [2022-08-22T02:56:04.814Z] #83 45.42 Unpacking libmagic-mgc (1:5.39-3) ...
02:56:04 [2022-08-22T02:56:04.888Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.4s done
02:56:04 [2022-08-22T02:56:04.888Z] #4 DONE 1.0s
02:56:05 [2022-08-22T02:56:05.072Z] + sudo modprobe ip_vs
02:56:05 [2022-08-22T02:56:05.072Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 .
02:56:05 [2022-08-22T02:56:05.149Z] 
02:56:05 [2022-08-22T02:56:05.149Z] #5 [internal] load build definition from Dockerfile
02:56:05 [2022-08-22T02:56:05.149Z] #5 sha256:1e6e015efb6f4980fba501b9b5c2637e44ba0146ba685d22de47202e7fff6731
02:56:05 [2022-08-22T02:56:05.149Z] #5 DONE 0.0s
02:56:05 [2022-08-22T02:56:05.149Z] 
02:56:05 [2022-08-22T02:56:05.149Z] #6 [internal] load .dockerignore
02:56:05 [2022-08-22T02:56:05.149Z] #6 sha256:398f8cd170b8af4d256f812f04e381bc36a0da8b45eaa72f2321c546a8eb9a19
02:56:05 [2022-08-22T02:56:05.149Z] #6 DONE 0.0s
02:56:05 [2022-08-22T02:56:05.149Z] 
02:56:05 [2022-08-22T02:56:05.149Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
02:56:05 [2022-08-22T02:56:05.149Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
02:56:05 [2022-08-22T02:56:05.341Z] #1 [internal] load build definition from Dockerfile
02:56:05 [2022-08-22T02:56:05.341Z] #1 sha256:4647f1fbaa073efa9da9788be85b9c37e8e5cdfb22ed85e15c08a664a81e3117
02:56:05 [2022-08-22T02:56:05.341Z] #1 transferring dockerfile:
02:56:05 [2022-08-22T02:56:05.605Z] #1 transferring dockerfile: 19.07kB done
02:56:05 [2022-08-22T02:56:05.605Z] #1 DONE 0.1s
02:56:05 [2022-08-22T02:56:05.605Z] 
02:56:05 [2022-08-22T02:56:05.605Z] #2 [internal] load .dockerignore
02:56:05 [2022-08-22T02:56:05.605Z] #2 sha256:0294bff03a9ce1013fda3225e5f8b43eabee59a330341dae52e0c62afdbc9d9e
02:56:05 [2022-08-22T02:56:05.605Z] #2 transferring context: 145B done
02:56:05 [2022-08-22T02:56:05.605Z] #2 DONE 0.1s
02:56:05 [2022-08-22T02:56:05.605Z] 
02:56:05 [2022-08-22T02:56:05.605Z] #3 resolve image config for docker.io/docker/dockerfile:1
02:56:05 [2022-08-22T02:56:05.605Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
02:56:05 [2022-08-22T02:56:05.750Z] #83 46.27 Selecting previously unselected package libmagic1:amd64.
02:56:05 [2022-08-22T02:56:05.750Z] #83 46.27 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
02:56:05 [2022-08-22T02:56:05.750Z] #83 46.33 Unpacking libmagic1:amd64 (1:5.39-3) ...
02:56:05 [2022-08-22T02:56:05.865Z] #3 DONE 0.4s
02:56:06 [2022-08-22T02:56:06.009Z] #83 46.66 Selecting previously unselected package file.
02:56:06 [2022-08-22T02:56:06.009Z] #83 46.67 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
02:56:06 [2022-08-22T02:56:06.009Z] #83 46.73 Unpacking file (1:5.39-3) ...
02:56:06 [2022-08-22T02:56:06.082Z] #10 ...
02:56:06 [2022-08-22T02:56:06.082Z] 
02:56:06 [2022-08-22T02:56:06.082Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
02:56:06 [2022-08-22T02:56:06.082Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
02:56:06 [2022-08-22T02:56:06.082Z] #9 DONE 0.8s
02:56:06 [2022-08-22T02:56:06.082Z] 
02:56:06 [2022-08-22T02:56:06.082Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
02:56:06 [2022-08-22T02:56:06.082Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
02:56:06 [2022-08-22T02:56:06.082Z] #8 DONE 0.8s
02:56:06 [2022-08-22T02:56:06.082Z] 
02:56:06 [2022-08-22T02:56:06.082Z] #7 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
02:56:06 [2022-08-22T02:56:06.082Z] #7 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
02:56:06 [2022-08-22T02:56:06.082Z] #7 DONE 0.8s
02:56:06 [2022-08-22T02:56:06.082Z] 
02:56:06 [2022-08-22T02:56:06.082Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
02:56:06 [2022-08-22T02:56:06.082Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
02:56:06 [2022-08-22T02:56:06.082Z] #10 DONE 0.9s
02:56:06 [2022-08-22T02:56:06.125Z] 
02:56:06 [2022-08-22T02:56:06.125Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
02:56:06 [2022-08-22T02:56:06.125Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
02:56:06 [2022-08-22T02:56:06.125Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
02:56:06 [2022-08-22T02:56:06.125Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
02:56:06 [2022-08-22T02:56:06.125Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
02:56:06 [2022-08-22T02:56:06.125Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 1.05MB / 9.94MB 0.1s
02:56:06 [2022-08-22T02:56:06.125Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
02:56:06 [2022-08-22T02:56:06.125Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s
02:56:06 [2022-08-22T02:56:06.267Z] #83 46.93 Selecting previously unselected package xz-utils.
02:56:06 [2022-08-22T02:56:06.267Z] #83 46.93 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
02:56:06 [2022-08-22T02:56:06.267Z] #83 46.99 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
02:56:06 [2022-08-22T02:56:06.385Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.3s done
02:56:06 [2022-08-22T02:56:06.386Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940
02:56:06 [2022-08-22T02:56:06.527Z] #83 47.31 Selecting previously unselected package libsigsegv2:amd64.
02:56:06 [2022-08-22T02:56:06.527Z] #83 47.36 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
02:56:06 [2022-08-22T02:56:06.647Z] 
02:56:06 [2022-08-22T02:56:06.647Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:56:06 [2022-08-22T02:56:06.647Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
02:56:06 [2022-08-22T02:56:06.647Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
02:56:06 [2022-08-22T02:56:06.787Z] #83 47.39 Unpacking libsigsegv2:amd64 (2.13-1) ...
02:56:06 [2022-08-22T02:56:06.787Z] #83 ...
02:56:06 [2022-08-22T02:56:06.787Z] 
02:56:06 [2022-08-22T02:56:06.787Z] #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
02:56:06 [2022-08-22T02:56:06.787Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:56:06 [2022-08-22T02:56:06.787Z] #62 47.45 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
02:56:06 [2022-08-22T02:56:06.787Z] #62 47.56 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
02:56:06 [2022-08-22T02:56:06.787Z] #62 47.60 go: downloading github.com/gobwas/glob v0.2.3
02:56:06 [2022-08-22T02:56:06.787Z] #62 47.65 go: downloading github.com/kisielk/gotool v1.0.0
02:56:06 [2022-08-22T02:56:06.907Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
02:56:06 [2022-08-22T02:56:06.907Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
02:56:06 [2022-08-22T02:56:06.907Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
02:56:06 [2022-08-22T02:56:06.907Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.05MB / 9.86MB 0.1s
02:56:06 [2022-08-22T02:56:06.907Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.19MB / 9.86MB 0.2s
02:56:06 [2022-08-22T02:56:06.977Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.4s done
02:56:06 [2022-08-22T02:56:06.977Z] #4 DONE 0.8s
02:56:07 [2022-08-22T02:56:07.051Z] #62 47.81 go: downloading github.com/gostaticanalysis/comment v1.4.2
02:56:07 [2022-08-22T02:56:07.051Z] #62 47.92 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
02:56:07 [2022-08-22T02:56:07.180Z] #71 ...
02:56:07 [2022-08-22T02:56:07.180Z] 
02:56:07 [2022-08-22T02:56:07.180Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
02:56:07 [2022-08-22T02:56:07.180Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
02:56:07 [2022-08-22T02:56:07.180Z] #49 DONE 0.0s
02:56:07 [2022-08-22T02:56:07.180Z] 
02:56:07 [2022-08-22T02:56:07.180Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:56:07 [2022-08-22T02:56:07.180Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
02:56:07 [2022-08-22T02:56:07.180Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 6.29MB / 9.86MB 0.3s
02:56:07 [2022-08-22T02:56:07.180Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s
02:56:07 [2022-08-22T02:56:07.239Z] 
02:56:07 [2022-08-22T02:56:07.239Z] #6 [internal] load .dockerignore
02:56:07 [2022-08-22T02:56:07.239Z] #6 sha256:380de34168a0f1f58074c0e6789505b66be7d7ddf6d6d01e3cd16cfc2a0b8d3d
02:56:07 [2022-08-22T02:56:07.239Z] #6 DONE 0.0s
02:56:07 [2022-08-22T02:56:07.239Z] 
02:56:07 [2022-08-22T02:56:07.239Z] #5 [internal] load build definition from Dockerfile
02:56:07 [2022-08-22T02:56:07.239Z] #5 sha256:3ff11230089faeec11332018e5a191c169229f0971524690c9cf764e40c6b5e8
02:56:07 [2022-08-22T02:56:07.239Z] #5 DONE 0.0s
02:56:07 [2022-08-22T02:56:07.239Z] 
02:56:07 [2022-08-22T02:56:07.239Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
02:56:07 [2022-08-22T02:56:07.239Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
02:56:07 [2022-08-22T02:56:07.310Z] #62 47.98 go: downloading github.com/ettle/strcase v0.1.1
02:56:07 [2022-08-22T02:56:07.310Z] #62 48.06 go: downloading github.com/fatih/structtag v1.2.0
02:56:07 [2022-08-22T02:56:07.310Z] #62 48.14 go: downloading github.com/Masterminds/semver v1.5.0
02:56:07 [2022-08-22T02:56:07.438Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
02:56:07 [2022-08-22T02:56:07.438Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
02:56:07 [2022-08-22T02:56:07.570Z] #62 48.22 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
02:56:07 [2022-08-22T02:56:07.829Z] #62 48.45 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
02:56:07 [2022-08-22T02:56:07.829Z] #62 48.45 go: downloading github.com/prometheus/client_golang v1.12.1
02:56:07 [2022-08-22T02:56:07.830Z] #10 DONE 0.7s
02:56:07 [2022-08-22T02:56:07.830Z] 
02:56:07 [2022-08-22T02:56:07.830Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
02:56:07 [2022-08-22T02:56:07.830Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
02:56:07 [2022-08-22T02:56:07.830Z] #8 DONE 0.7s
02:56:07 [2022-08-22T02:56:07.830Z] 
02:56:07 [2022-08-22T02:56:07.830Z] #7 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
02:56:07 [2022-08-22T02:56:07.831Z] #7 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
02:56:07 [2022-08-22T02:56:07.831Z] #7 DONE 0.8s
02:56:07 [2022-08-22T02:56:07.831Z] 
02:56:07 [2022-08-22T02:56:07.831Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
02:56:07 [2022-08-22T02:56:07.831Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
02:56:07 [2022-08-22T02:56:07.831Z] #9 DONE 0.8s
02:56:08 [2022-08-22T02:56:08.088Z] #62 ...
02:56:08 [2022-08-22T02:56:08.088Z] 
02:56:08 [2022-08-22T02:56:08.088Z] #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
02:56:08 [2022-08-22T02:56:08.088Z] #58 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:56:08 [2022-08-22T02:56:08.088Z] #58 31.47 Reading package lists...
02:56:08 [2022-08-22T02:56:08.088Z] #58 38.77 Building dependency tree...
02:56:08 [2022-08-22T02:56:08.088Z] #58 43.82 The following additional packages will be installed:
02:56:08 [2022-08-22T02:56:08.088Z] #58 43.84   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
02:56:08 [2022-08-22T02:56:08.088Z] #58 43.85   python3-protobuf python3-six
02:56:08 [2022-08-22T02:56:08.088Z] #58 43.87 Suggested packages:
02:56:08 [2022-08-22T02:56:08.088Z] #58 43.89   python3-setuptools
02:56:08 [2022-08-22T02:56:08.088Z] #58 43.89 Recommended packages:
02:56:08 [2022-08-22T02:56:08.088Z] #58 43.89   iproute2 | iproute
02:56:08 [2022-08-22T02:56:08.088Z] #58 44.95 The following NEW packages will be installed:
02:56:08 [2022-08-22T02:56:08.088Z] #58 44.98   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
02:56:08 [2022-08-22T02:56:08.088Z] #58 44.99   python3-protobuf python3-six
02:56:08 [2022-08-22T02:56:08.088Z] #58 45.69 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
02:56:08 [2022-08-22T02:56:08.088Z] #58 45.69 Need to get 2315 kB of archives.
02:56:08 [2022-08-22T02:56:08.088Z] #58 45.69 After this operation, 11.1 MB of additional disk space will be used.
02:56:08 [2022-08-22T02:56:08.088Z] #58 45.69 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
02:56:08 [2022-08-22T02:56:08.088Z] #58 45.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
02:56:08 [2022-08-22T02:56:08.088Z] #58 45.80 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
02:56:08 [2022-08-22T02:56:08.088Z] #58 45.80 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
02:56:08 [2022-08-22T02:56:08.088Z] #58 45.84 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:56:08 [2022-08-22T02:56:08.088Z] #58 45.84 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
02:56:08 [2022-08-22T02:56:08.088Z] #58 45.93 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
02:56:08 [2022-08-22T02:56:08.088Z] #58 48.45 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
02:56:08 [2022-08-22T02:56:08.347Z] #58 ...
02:56:08 [2022-08-22T02:56:08.347Z] 
02:56:08 [2022-08-22T02:56:08.347Z] #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             ;
02:56:08 [2022-08-22T02:56:08.347Z] #83 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:56:08 [2022-08-22T02:56:08.347Z] #83 47.52 Selecting previously unselected package m4.
02:56:08 [2022-08-22T02:56:08.347Z] #83 47.52 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
02:56:08 [2022-08-22T02:56:08.347Z] #83 47.53 Unpacking m4 (1.4.18-5) ...
02:56:08 [2022-08-22T02:56:08.347Z] #83 47.92 Selecting previously unselected package autoconf.
02:56:08 [2022-08-22T02:56:08.347Z] #83 47.92 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
02:56:08 [2022-08-22T02:56:08.347Z] #83 47.97 Unpacking autoconf (2.69-14) ...
02:56:08 [2022-08-22T02:56:08.347Z] #83 48.51 Selecting previously unselected package autotools-dev.
02:56:08 [2022-08-22T02:56:08.347Z] #83 48.51 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
02:56:08 [2022-08-22T02:56:08.347Z] #83 48.52 Unpacking autotools-dev (20180224.1+nmu1) ...
02:56:08 [2022-08-22T02:56:08.347Z] #83 48.74 Selecting previously unselected package automake.
02:56:08 [2022-08-22T02:56:08.347Z] #83 48.75 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
02:56:08 [2022-08-22T02:56:08.347Z] #83 48.77 Unpacking automake (1:1.16.3-2) ...
02:56:08 [2022-08-22T02:56:08.417Z] 
02:56:08 [2022-08-22T02:56:08.417Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:08 [2022-08-22T02:56:08.417Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:08 [2022-08-22T02:56:08.417Z] #11 resolve docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a 0.0s done
02:56:08 [2022-08-22T02:56:08.417Z] #11 sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a 1.86kB / 1.86kB done
02:56:08 [2022-08-22T02:56:08.417Z] #11 sha256:2d952adaec1e94a7d3920f0f848dfd9037244f2491e499152918f30956c942b0 7.10kB / 7.10kB done
02:56:08 [2022-08-22T02:56:08.417Z] #11 sha256:a4081692fa3015104d84b125cbf623c566a0c9e2a39b9a29f6d939225d5687a4 1.80kB / 1.80kB done
02:56:08 [2022-08-22T02:56:08.417Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 0B / 55.00MB 0.1s
02:56:08 [2022-08-22T02:56:08.680Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 4.19MB / 55.00MB 0.2s
02:56:08 [2022-08-22T02:56:08.680Z] #11 ...
02:56:08 [2022-08-22T02:56:08.680Z] 
02:56:08 [2022-08-22T02:56:08.680Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
02:56:08 [2022-08-22T02:56:08.680Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
02:56:08 [2022-08-22T02:56:08.680Z] #49 DONE 0.0s
02:56:08 [2022-08-22T02:56:08.680Z] 
02:56:08 [2022-08-22T02:56:08.680Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:08 [2022-08-22T02:56:08.680Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:08 [2022-08-22T02:56:08.680Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 12.58MB / 55.00MB 0.4s
02:56:08 [2022-08-22T02:56:08.915Z] #83 49.73 Selecting previously unselected package patch.
02:56:08 [2022-08-22T02:56:08.915Z] #83 49.73 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
02:56:08 [2022-08-22T02:56:08.943Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 19.67MB / 55.00MB 0.6s
02:56:09 [2022-08-22T02:56:09.178Z] #83 49.73 Unpacking patch (2.7.6-7) ...
02:56:09 [2022-08-22T02:56:09.209Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 23.07MB / 55.00MB 0.8s
02:56:09 [2022-08-22T02:56:09.440Z] #83 50.23 Selecting previously unselected package dpkg-dev.
02:56:09 [2022-08-22T02:56:09.440Z] #83 50.23 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
02:56:09 [2022-08-22T02:56:09.481Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 27.26MB / 55.00MB 0.9s
02:56:09 [2022-08-22T02:56:09.481Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 34.60MB / 55.00MB 1.0s
02:56:09 [2022-08-22T02:56:09.698Z] #83 50.24 Unpacking dpkg-dev (1.20.11) ...
02:56:09 [2022-08-22T02:56:09.742Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 51.38MB / 55.00MB 1.3s
02:56:09 [2022-08-22T02:56:09.743Z] #11 sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 0B / 10.88MB 1.3s
02:56:09 [2022-08-22T02:56:09.743Z] #11 sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 0B / 5.16MB 1.3s
02:56:09 [2022-08-22T02:56:09.743Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 55.00MB / 55.00MB 1.5s
02:56:09 [2022-08-22T02:56:09.743Z] #11 sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 4.19MB / 5.16MB 1.5s
02:56:09 [2022-08-22T02:56:09.957Z] #83 ...
02:56:09 [2022-08-22T02:56:09.957Z] 
02:56:09 [2022-08-22T02:56:09.957Z] #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
02:56:09 [2022-08-22T02:56:09.957Z] #64 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
02:56:09 [2022-08-22T02:56:09.957Z] #64 49.90 v3.0.2
02:56:09 [2022-08-22T02:56:09.957Z] #64 DONE 50.5s
02:56:09 [2022-08-22T02:56:09.957Z] 
02:56:09 [2022-08-22T02:56:09.957Z] #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
02:56:09 [2022-08-22T02:56:09.957Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:56:09 [2022-08-22T02:56:09.957Z] #62 49.17 go: downloading github.com/prometheus/client_model v0.2.0
02:56:09 [2022-08-22T02:56:09.957Z] #62 49.59 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
02:56:09 [2022-08-22T02:56:09.957Z] #62 49.78 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:56:09 [2022-08-22T02:56:09.957Z] #62 49.84 go: downloading github.com/google/go-cmp v0.5.7
02:56:09 [2022-08-22T02:56:09.957Z] #62 50.13 go: downloading github.com/hexops/gotextdiff v1.0.3
02:56:09 [2022-08-22T02:56:09.957Z] #62 50.41 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
02:56:09 [2022-08-22T02:56:09.957Z] #62 50.50 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
02:56:09 [2022-08-22T02:56:09.957Z] #62 50.51 go: downloading github.com/olekukonko/tablewriter v0.0.5
02:56:09 [2022-08-22T02:56:09.957Z] #62 50.70 go: downloading github.com/beorn7/perks v1.0.1
02:56:09 [2022-08-22T02:56:09.957Z] #62 50.75 go: downloading github.com/cespare/xxhash/v2 v2.1.2
02:56:10 [2022-08-22T02:56:10.003Z] #11 sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 1.05MB / 10.88MB 1.6s
02:56:10 [2022-08-22T02:56:10.003Z] #11 sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 5.16MB / 5.16MB 1.6s
02:56:10 [2022-08-22T02:56:10.003Z] #11 sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 6.29MB / 10.88MB 1.7s
02:56:10 [2022-08-22T02:56:10.216Z] #62 50.83 go: downloading github.com/golang/protobuf v1.5.2
02:56:10 [2022-08-22T02:56:10.216Z] #62 50.95 go: downloading github.com/prometheus/common v0.32.1
02:56:10 [2022-08-22T02:56:10.268Z] #11 sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 9.44MB / 10.88MB 1.8s
02:56:10 [2022-08-22T02:56:10.268Z] #11 sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 10.88MB / 10.88MB 1.9s
02:56:10 [2022-08-22T02:56:10.533Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 55.00MB / 55.00MB 1.9s done
02:56:10 [2022-08-22T02:56:10.533Z] #11 sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 5.16MB / 5.16MB 2.0s done
02:56:10 [2022-08-22T02:56:10.533Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 0B / 85.90MB 2.2s
02:56:10 [2022-08-22T02:56:10.783Z] #62 51.63 go: downloading github.com/prometheus/procfs v0.7.3
02:56:10 [2022-08-22T02:56:10.792Z] #11 sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 10.88MB / 10.88MB 2.4s done
02:56:11 [2022-08-22T02:56:11.042Z] #62 51.71 go: downloading google.golang.org/protobuf v1.28.0
02:56:11 [2022-08-22T02:56:11.053Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 6.29MB / 85.90MB 2.6s
02:56:11 [2022-08-22T02:56:11.053Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452
02:56:11 [2022-08-22T02:56:11.053Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 0B / 141.86MB 2.6s
02:56:11 [2022-08-22T02:56:11.053Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 0B / 54.58MB 2.6s
02:56:11 [2022-08-22T02:56:11.313Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 13.63MB / 85.90MB 2.8s
02:56:11 [2022-08-22T02:56:11.313Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 4.19MB / 54.58MB 2.8s
02:56:11 [2022-08-22T02:56:11.542Z] Client: Docker Engine - Community
02:56:11 [2022-08-22T02:56:11.542Z]  Version:           20.10.14
02:56:11 [2022-08-22T02:56:11.542Z]  API version:       1.41
02:56:11 [2022-08-22T02:56:11.542Z]  Go version:        go1.16.15
02:56:11 [2022-08-22T02:56:11.542Z]  Git commit:        a224086
02:56:11 [2022-08-22T02:56:11.542Z]  Built:             Thu Mar 24 01:48:02 2022
02:56:11 [2022-08-22T02:56:11.542Z]  OS/Arch:           linux/amd64
02:56:11 [2022-08-22T02:56:11.542Z]  Context:           default
02:56:11 [2022-08-22T02:56:11.542Z]  Experimental:      true
02:56:11 [2022-08-22T02:56:11.542Z] 
02:56:11 [2022-08-22T02:56:11.542Z] Server: Docker Engine - Community
02:56:11 [2022-08-22T02:56:11.542Z]  Engine:
02:56:11 [2022-08-22T02:56:11.542Z]   Version:          20.10.14
02:56:11 [2022-08-22T02:56:11.542Z]   API version:      1.41 (minimum version 1.12)
02:56:11 [2022-08-22T02:56:11.542Z]   Go version:       go1.16.15
02:56:11 [2022-08-22T02:56:11.542Z]   Git commit:       87a90dc
02:56:11 [2022-08-22T02:56:11.542Z]   Built:            Thu Mar 24 01:45:53 2022
02:56:11 [2022-08-22T02:56:11.542Z]   OS/Arch:          linux/amd64
02:56:11 [2022-08-22T02:56:11.542Z]   Experimental:     true
02:56:11 [2022-08-22T02:56:11.542Z]  containerd:
02:56:11 [2022-08-22T02:56:11.542Z]   Version:          1.5.11
02:56:11 [2022-08-22T02:56:11.542Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
02:56:11 [2022-08-22T02:56:11.542Z]  runc:
02:56:11 [2022-08-22T02:56:11.542Z]   Version:          1.0.3
02:56:11 [2022-08-22T02:56:11.542Z]   GitCommit:        v1.0.3-0-gf46b6ba
02:56:11 [2022-08-22T02:56:11.542Z]  docker-init:
02:56:11 [2022-08-22T02:56:11.542Z]   Version:          0.19.0
02:56:11 [2022-08-22T02:56:11.542Z]   GitCommit:        de40ad0
[Pipeline] sh
02:56:11 [2022-08-22T02:56:11.574Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 18.87MB / 85.90MB 3.1s
02:56:11 [2022-08-22T02:56:11.574Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 9.44MB / 54.58MB 3.1s
02:56:11 [2022-08-22T02:56:11.574Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 7.34MB / 141.86MB 3.3s
02:56:11 [2022-08-22T02:56:11.574Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 12.58MB / 54.58MB 3.3s
02:56:11 [2022-08-22T02:56:11.835Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 25.17MB / 85.90MB 3.5s
02:56:11 [2022-08-22T02:56:11.835Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 16.37MB / 54.58MB 3.5s
02:56:11 [2022-08-22T02:56:11.840Z] + docker info
02:56:11 [2022-08-22T02:56:11.981Z] #62 52.64 go: downloading github.com/mattn/go-runewidth v0.0.9
02:56:12 [2022-08-22T02:56:12.107Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 14.68MB / 141.86MB 3.7s
02:56:12 [2022-08-22T02:56:12.107Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 20.97MB / 54.58MB 3.7s
02:56:12 [2022-08-22T02:56:12.107Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 30.41MB / 85.90MB 3.8s
02:56:12 [2022-08-22T02:56:12.107Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 24.12MB / 54.58MB 3.8s
02:56:12 [2022-08-22T02:56:12.241Z] #62 ...
02:56:12 [2022-08-22T02:56:12.241Z] 
02:56:12 [2022-08-22T02:56:12.241Z] #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
02:56:12 [2022-08-22T02:56:12.241Z] #47 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86 NAME:
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86    go-winres - A tool for embedding resources in Windows executables
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86 
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86 USAGE:
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86    go-winres [global options] command [command options] [arguments...]
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86 
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86 COMMANDS:
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86    init     Create an initial ./winres/winres.json
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86    make     Make syso files for the "go build" command
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86    simply   Make syso files for the "go build" command (simplified)
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86    extract  Extract all resources from an executable
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86    patch    Replace resources in an executable file (exe, dll)
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86    help, h  Shows a list of commands or help for one command
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86 
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86 GLOBAL OPTIONS:
02:56:12 [2022-08-22T02:56:12.241Z] #47 52.86    --help, -h  show help (default: false)
02:56:12 [2022-08-22T02:56:12.241Z] #47 DONE 53.0s
02:56:12 [2022-08-22T02:56:12.370Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 27.26MB / 54.58MB 4.0s
02:56:12 [2022-08-22T02:56:12.500Z] 
02:56:12 [2022-08-22T02:56:12.500Z] #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             ;
02:56:12 [2022-08-22T02:56:12.500Z] #83 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:56:12 [2022-08-22T02:56:12.500Z] #83 51.92 Selecting previously unselected package build-essential.
02:56:12 [2022-08-22T02:56:12.501Z] #83 51.93 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 51.96 Unpacking build-essential (12.9) ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.08 Selecting previously unselected package libcap2:amd64.
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.09 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.09 Unpacking libcap2:amd64 (1:2.44-1) ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.31 Selecting previously unselected package libcap-dev:amd64.
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.31 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.32 Unpacking libcap-dev:amd64 (1:2.44-1) ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.54 Selecting previously unselected package libprotobuf-c1:amd64.
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.54 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.55 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.64 Selecting previously unselected package libprotobuf-c-dev:amd64.
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.66 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.67 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.81 Selecting previously unselected package libseccomp-dev:amd64.
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.81 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 52.82 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 53.19 Selecting previously unselected package libsystemd-dev:amd64.
02:56:12 [2022-08-22T02:56:12.501Z] #83 53.21 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
02:56:12 [2022-08-22T02:56:12.501Z] #83 53.22 Unpacking libsystemd-dev:amd64 (247.3-7) ...
02:56:12 [2022-08-22T02:56:12.631Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 22.02MB / 141.86MB 4.1s
02:56:12 [2022-08-22T02:56:12.631Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 36.70MB / 85.90MB 4.2s
02:56:12 [2022-08-22T02:56:12.631Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 31.46MB / 54.58MB 4.2s
02:56:12 [2022-08-22T02:56:12.700Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.0s
02:56:12 [2022-08-22T02:56:12.700Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.2s done
02:56:12 [2022-08-22T02:56:12.957Z] #71 ...
02:56:12 [2022-08-22T02:56:12.958Z] 
02:56:12 [2022-08-22T02:56:12.958Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:12 [2022-08-22T02:56:12.958Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:12 [2022-08-22T02:56:12.958Z] #11 resolve docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a 0.1s done
02:56:12 [2022-08-22T02:56:12.958Z] #11 sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a 1.86kB / 1.86kB done
02:56:12 [2022-08-22T02:56:12.958Z] #11 sha256:a4081692fa3015104d84b125cbf623c566a0c9e2a39b9a29f6d939225d5687a4 1.80kB / 1.80kB done
02:56:12 [2022-08-22T02:56:12.958Z] #11 sha256:2d952adaec1e94a7d3920f0f848dfd9037244f2491e499152918f30956c942b0 7.10kB / 7.10kB done
02:56:12 [2022-08-22T02:56:12.958Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 55.00MB / 55.00MB 2.3s done
02:56:12 [2022-08-22T02:56:12.958Z] #11 sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 5.16MB / 5.16MB 1.2s done
02:56:12 [2022-08-22T02:56:12.958Z] #11 sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 10.88MB / 10.88MB 1.6s done
02:56:12 [2022-08-22T02:56:12.958Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 54.58MB / 54.58MB 3.5s done
02:56:12 [2022-08-22T02:56:12.958Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 85.90MB / 85.90MB 5.7s done
02:56:12 [2022-08-22T02:56:12.958Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 87.03MB / 141.86MB 6.1s
02:56:12 [2022-08-22T02:56:12.958Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 2.9s
02:56:12 [2022-08-22T02:56:12.958Z] #11 sha256:f3efab82b0e6781916704657c07fcd27f758c051a79c51966805759586275493 156B / 156B 3.8s done
02:56:13 [2022-08-22T02:56:13.203Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 42.96MB / 85.90MB 4.7s
02:56:13 [2022-08-22T02:56:13.203Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 29.36MB / 141.86MB 4.7s
02:56:13 [2022-08-22T02:56:13.203Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 36.70MB / 54.58MB 4.7s
02:56:13 [2022-08-22T02:56:13.215Z] #11 ...
02:56:13 [2022-08-22T02:56:13.215Z] 
02:56:13 [2022-08-22T02:56:13.215Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:56:13 [2022-08-22T02:56:13.215Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
02:56:13 [2022-08-22T02:56:13.215Z] #71 DONE 6.5s
02:56:13 [2022-08-22T02:56:13.215Z] 
02:56:13 [2022-08-22T02:56:13.215Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:13 [2022-08-22T02:56:13.215Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:13 [2022-08-22T02:56:13.215Z] #11 ...
02:56:13 [2022-08-22T02:56:13.215Z] 
02:56:13 [2022-08-22T02:56:13.215Z] #24 [internal] load build context
02:56:13 [2022-08-22T02:56:13.215Z] #24 sha256:3c98cae798aa6b86b126cec90c04fddbca88577e9910c153db44b39997ae5072
02:56:13 [2022-08-22T02:56:13.215Z] #24 transferring context: 30.94MB 6.5s
02:56:13 [2022-08-22T02:56:13.215Z] #24 ...
02:56:13 [2022-08-22T02:56:13.215Z] 
02:56:13 [2022-08-22T02:56:13.215Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:13 [2022-08-22T02:56:13.215Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:13 [2022-08-22T02:56:13.439Z] #83 54.29 Selecting previously unselected package libtool.
02:56:13 [2022-08-22T02:56:13.439Z] #83 54.29 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
02:56:13 [2022-08-22T02:56:13.439Z] #83 54.31 Unpacking libtool (2.4.6-15) ...
02:56:13 [2022-08-22T02:56:13.464Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 43.03MB / 54.58MB 5.0s
02:56:13 [2022-08-22T02:56:13.472Z] #11 ...
02:56:13 [2022-08-22T02:56:13.472Z] 
02:56:13 [2022-08-22T02:56:13.472Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:56:13 [2022-08-22T02:56:13.472Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
02:56:13 [2022-08-22T02:56:13.472Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
02:56:13 [2022-08-22T02:56:13.472Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
02:56:13 [2022-08-22T02:56:13.472Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
02:56:13 [2022-08-22T02:56:13.472Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done
02:56:13 [2022-08-22T02:56:13.472Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.6s done
02:56:13 [2022-08-22T02:56:13.472Z] #73 DONE 6.9s
02:56:13 [2022-08-22T02:56:13.472Z] 
02:56:13 [2022-08-22T02:56:13.472Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:13 [2022-08-22T02:56:13.472Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:13 [2022-08-22T02:56:13.472Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 97.12MB / 141.86MB 6.8s
02:56:13 [2022-08-22T02:56:13.731Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 49.28MB / 85.90MB 5.2s
02:56:13 [2022-08-22T02:56:13.731Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 46.14MB / 54.58MB 5.3s
02:56:13 [2022-08-22T02:56:13.993Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 54.53MB / 85.90MB 5.5s
02:56:13 [2022-08-22T02:56:13.993Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 36.70MB / 141.86MB 5.5s
02:56:13 [2022-08-22T02:56:13.993Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 49.28MB / 54.58MB 5.5s
02:56:14 [2022-08-22T02:56:14.009Z] #83 54.64 Selecting previously unselected package libudev-dev:amd64.
02:56:14 [2022-08-22T02:56:14.009Z] #83 54.66 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
02:56:14 [2022-08-22T02:56:14.009Z] #83 54.68 Unpacking libudev-dev:amd64 (247.3-7) ...
02:56:14 [2022-08-22T02:56:14.038Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 109.05MB / 141.86MB 7.2s
02:56:14 [2022-08-22T02:56:14.260Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 59.77MB / 85.90MB 5.7s
02:56:14 [2022-08-22T02:56:14.260Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 44.04MB / 141.86MB 5.7s
02:56:14 [2022-08-22T02:56:14.260Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 54.58MB / 54.58MB 5.7s
02:56:14 [2022-08-22T02:56:14.267Z] #83 55.07 Selecting previously unselected package libyajl2:amd64.
02:56:14 [2022-08-22T02:56:14.295Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 120.30MB / 141.86MB 7.6s
02:56:14 [2022-08-22T02:56:14.522Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 65.01MB / 85.90MB 6.0s
02:56:14 [2022-08-22T02:56:14.522Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 51.38MB / 141.86MB 6.1s
02:56:14 [2022-08-22T02:56:14.526Z] #83 55.07 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
02:56:14 [2022-08-22T02:56:14.526Z] #83 55.10 Unpacking libyajl2:amd64 (2.1.0-3) ...
02:56:14 [2022-08-22T02:56:14.714Z] Client: Docker Engine - Community
02:56:14 [2022-08-22T02:56:14.714Z]  Version:           20.10.14
02:56:14 [2022-08-22T02:56:14.714Z]  API version:       1.41
02:56:14 [2022-08-22T02:56:14.714Z]  Go version:        go1.16.15
02:56:14 [2022-08-22T02:56:14.714Z]  Git commit:        a224086
02:56:14 [2022-08-22T02:56:14.714Z]  Built:             Thu Mar 24 01:47:20 2022
02:56:14 [2022-08-22T02:56:14.714Z]  OS/Arch:           linux/arm64
02:56:14 [2022-08-22T02:56:14.714Z]  Context:           default
02:56:14 [2022-08-22T02:56:14.714Z]  Experimental:      true
02:56:14 [2022-08-22T02:56:14.714Z] 
02:56:14 [2022-08-22T02:56:14.714Z] Server: Docker Engine - Community
02:56:14 [2022-08-22T02:56:14.714Z]  Engine:
02:56:14 [2022-08-22T02:56:14.714Z]   Version:          20.10.14
02:56:14 [2022-08-22T02:56:14.714Z]   API version:      1.41 (minimum version 1.12)
02:56:14 [2022-08-22T02:56:14.714Z]   Go version:       go1.16.15
02:56:14 [2022-08-22T02:56:14.714Z]   Git commit:       87a90dc
02:56:14 [2022-08-22T02:56:14.714Z]   Built:            Thu Mar 24 01:45:39 2022
02:56:14 [2022-08-22T02:56:14.714Z]   OS/Arch:          linux/arm64
02:56:14 [2022-08-22T02:56:14.714Z]   Experimental:     true
02:56:14 [2022-08-22T02:56:14.714Z]  containerd:
02:56:14 [2022-08-22T02:56:14.714Z]   Version:          1.5.11
02:56:14 [2022-08-22T02:56:14.714Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
02:56:14 [2022-08-22T02:56:14.714Z]  runc:
02:56:14 [2022-08-22T02:56:14.714Z]   Version:          1.0.3
02:56:14 [2022-08-22T02:56:14.714Z]   GitCommit:        v1.0.3-0-gf46b6ba
02:56:14 [2022-08-22T02:56:14.714Z]  docker-init:
02:56:14 [2022-08-22T02:56:14.714Z]   Version:          0.19.0
02:56:14 [2022-08-22T02:56:14.714Z]   GitCommit:        de40ad0
[Pipeline] sh
02:56:14 [2022-08-22T02:56:14.785Z] #83 55.35 Selecting previously unselected package libyajl-dev:amd64.
02:56:14 [2022-08-22T02:56:14.785Z] #83 55.35 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
02:56:14 [2022-08-22T02:56:14.785Z] #83 55.36 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
02:56:14 [2022-08-22T02:56:14.934Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 130.02MB / 141.86MB 8.0s
02:56:14 [2022-08-22T02:56:14.934Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 139.46MB / 141.86MB 8.3s
02:56:15 [2022-08-22T02:56:15.045Z] #83 55.73 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
02:56:15 [2022-08-22T02:56:15.045Z] #83 55.77 Setting up libmagic-mgc (1:5.39-3) ...
02:56:15 [2022-08-22T02:56:15.045Z] #83 55.78 Setting up libyajl2:amd64 (2.1.0-3) ...
02:56:15 [2022-08-22T02:56:15.045Z] #83 55.79 Setting up libmagic1:amd64 (1:5.39-3) ...
02:56:15 [2022-08-22T02:56:15.045Z] #83 55.81 Setting up file (1:5.39-3) ...
02:56:15 [2022-08-22T02:56:15.045Z] #83 55.85 Setting up bzip2 (1.0.8-4) ...
02:56:15 [2022-08-22T02:56:15.045Z] #83 55.86 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:56:15 [2022-08-22T02:56:15.061Z] + docker info
02:56:15 [2022-08-22T02:56:15.098Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 71.77MB / 85.90MB 6.5s
02:56:15 [2022-08-22T02:56:15.098Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 54.58MB / 54.58MB 6.3s done
02:56:15 [2022-08-22T02:56:15.098Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 59.77MB / 141.86MB 6.7s
02:56:15 [2022-08-22T02:56:15.098Z] #11 sha256:f3efab82b0e6781916704657c07fcd27f758c051a79c51966805759586275493 156B / 156B 6.5s done
02:56:15 [2022-08-22T02:56:15.304Z] #83 55.88 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
02:56:15 [2022-08-22T02:56:15.304Z] #83 55.89 Setting up libcap2:amd64 (1:2.44-1) ...
02:56:15 [2022-08-22T02:56:15.304Z] #83 55.92 Setting up autotools-dev (20180224.1+nmu1) ...
02:56:15 [2022-08-22T02:56:15.304Z] #83 55.93 Setting up libsigsegv2:amd64 (2.13-1) ...
02:56:15 [2022-08-22T02:56:15.304Z] #83 55.94 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
02:56:15 [2022-08-22T02:56:15.304Z] #83 55.97 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:56:15 [2022-08-22T02:56:15.304Z] #83 55.99 Setting up patch (2.7.6-7) ...
02:56:15 [2022-08-22T02:56:15.304Z] #83 56.00 Setting up libudev-dev:amd64 (247.3-7) ...
02:56:15 [2022-08-22T02:56:15.304Z] #83 56.01 Setting up libyajl-dev:amd64 (2.1.0-3) ...
02:56:15 [2022-08-22T02:56:15.304Z] #83 56.03 Setting up libcap-dev:amd64 (1:2.44-1) ...
02:56:15 [2022-08-22T02:56:15.304Z] #83 56.04 Setting up libsystemd-dev:amd64 (247.3-7) ...
02:56:15 [2022-08-22T02:56:15.304Z] #83 56.05 Setting up libtool (2.4.6-15) ...
02:56:15 [2022-08-22T02:56:15.304Z] #83 56.05 Setting up m4 (1.4.18-5) ...
02:56:15 [2022-08-22T02:56:15.304Z] #83 56.06 Setting up dpkg-dev (1.20.11) ...
02:56:15 [2022-08-22T02:56:15.367Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 79.69MB / 85.90MB 6.9s
02:56:15 [2022-08-22T02:56:15.367Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 69.21MB / 141.86MB 6.9s
02:56:15 [2022-08-22T02:56:15.564Z] #83 56.10 Setting up autoconf (2.69-14) ...
02:56:15 [2022-08-22T02:56:15.564Z] #83 56.11 Setting up build-essential (12.9) ...
02:56:15 [2022-08-22T02:56:15.564Z] #83 56.12 Setting up automake (1:1.16.3-2) ...
02:56:15 [2022-08-22T02:56:15.564Z] #83 56.14 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
02:56:15 [2022-08-22T02:56:15.564Z] #83 56.15 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:56:15 [2022-08-22T02:56:15.631Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 85.90MB / 85.90MB 7.1s
02:56:15 [2022-08-22T02:56:15.631Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 80.74MB / 141.86MB 7.3s
02:56:15 [2022-08-22T02:56:15.824Z] #83 DONE 56.5s
02:56:15 [2022-08-22T02:56:15.824Z] 
02:56:15 [2022-08-22T02:56:15.824Z] #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
02:56:15 [2022-08-22T02:56:15.824Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:56:15 [2022-08-22T02:56:15.891Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 5.1s
02:56:15 [2022-08-22T02:56:15.891Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 89.13MB / 141.86MB 7.6s
02:56:16 [2022-08-22T02:56:16.464Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 85.90MB / 85.90MB 7.8s done
02:56:16 [2022-08-22T02:56:16.464Z] #11 ...
02:56:16 [2022-08-22T02:56:16.464Z] 
02:56:16 [2022-08-22T02:56:16.464Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:56:16 [2022-08-22T02:56:16.464Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
02:56:16 [2022-08-22T02:56:16.464Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
02:56:16 [2022-08-22T02:56:16.464Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
02:56:16 [2022-08-22T02:56:16.464Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
02:56:16 [2022-08-22T02:56:16.464Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
02:56:16 [2022-08-22T02:56:16.464Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.2s done
02:56:16 [2022-08-22T02:56:16.464Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 6.1s done
02:56:16 [2022-08-22T02:56:16.464Z] #71 DONE 8.1s
02:56:16 [2022-08-22T02:56:16.464Z] 
02:56:16 [2022-08-22T02:56:16.464Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:16 [2022-08-22T02:56:16.464Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:16 [2022-08-22T02:56:16.464Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 97.52MB / 141.86MB 8.1s
02:56:16 [2022-08-22T02:56:16.464Z] #11 ...
02:56:16 [2022-08-22T02:56:16.464Z] 
02:56:16 [2022-08-22T02:56:16.464Z] #24 [internal] load build context
02:56:16 [2022-08-22T02:56:16.464Z] #24 sha256:9c25f89f8c33c2d0509b97e63130bd63a78a2fde8d639950ef5de34208ceda75
02:56:16 [2022-08-22T02:56:16.464Z] #24 transferring context: 46.85MB 8.2s
02:56:16 [2022-08-22T02:56:16.724Z] #24 ...
02:56:16 [2022-08-22T02:56:16.724Z] 
02:56:16 [2022-08-22T02:56:16.724Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:16 [2022-08-22T02:56:16.724Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:16 [2022-08-22T02:56:16.862Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 141.86MB / 141.86MB 9.6s done
02:56:16 [2022-08-22T02:56:16.862Z] #11 ...
02:56:16 [2022-08-22T02:56:16.862Z] 
02:56:16 [2022-08-22T02:56:16.862Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
02:56:16 [2022-08-22T02:56:16.863Z] #28 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163
02:56:16 [2022-08-22T02:56:16.863Z] #28 resolve docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 0.1s done
02:56:16 [2022-08-22T02:56:16.863Z] #28 sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 1.85kB / 1.85kB done
02:56:16 [2022-08-22T02:56:16.863Z] #28 sha256:3098a8fda8e7bc6bc92c37aaaa9d46fa0dd93992203ca3f53bb84e1d00ffb796 529B / 529B done
02:56:16 [2022-08-22T02:56:16.863Z] #28 sha256:07d9246c53a664dde2b72c3d531d19dff4205a02bdd0e9612a5500aa51b86308 1.46kB / 1.46kB done
02:56:16 [2022-08-22T02:56:16.863Z] #28 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 55.00MB / 55.00MB 2.3s done
02:56:16 [2022-08-22T02:56:16.863Z] #28 ...
02:56:16 [2022-08-22T02:56:16.863Z] 
02:56:16 [2022-08-22T02:56:16.863Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
02:56:16 [2022-08-22T02:56:16.863Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
02:56:16 [2022-08-22T02:56:16.985Z] #11 ...
02:56:16 [2022-08-22T02:56:16.985Z] 
02:56:16 [2022-08-22T02:56:16.985Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:56:16 [2022-08-22T02:56:16.985Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
02:56:16 [2022-08-22T02:56:16.985Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
02:56:16 [2022-08-22T02:56:16.985Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
02:56:16 [2022-08-22T02:56:16.985Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
02:56:16 [2022-08-22T02:56:16.985Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
02:56:16 [2022-08-22T02:56:16.985Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done
02:56:16 [2022-08-22T02:56:16.985Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 7.1s done
02:56:16 [2022-08-22T02:56:16.985Z] #73 DONE 8.6s
02:56:16 [2022-08-22T02:56:16.985Z] 
02:56:16 [2022-08-22T02:56:16.985Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:16 [2022-08-22T02:56:16.985Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:16 [2022-08-22T02:56:16.985Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 108.00MB / 141.86MB 8.5s
02:56:17 [2022-08-22T02:56:17.202Z] #84 1.353 Cloning into '/tmp/crun-build'...
02:56:17 [2022-08-22T02:56:17.245Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 116.39MB / 141.86MB 8.9s
02:56:17 [2022-08-22T02:56:17.426Z] #72 ...
02:56:17 [2022-08-22T02:56:17.426Z] 
02:56:17 [2022-08-22T02:56:17.426Z] #24 [internal] load build context
02:56:17 [2022-08-22T02:56:17.426Z] #24 sha256:3c98cae798aa6b86b126cec90c04fddbca88577e9910c153db44b39997ae5072
02:56:17 [2022-08-22T02:56:17.426Z] #24 transferring context: 62.61MB 10.3s done
02:56:17 [2022-08-22T02:56:17.426Z] #24 DONE 10.7s
02:56:17 [2022-08-22T02:56:17.426Z] 
02:56:17 [2022-08-22T02:56:17.426Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
02:56:17 [2022-08-22T02:56:17.426Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
02:56:17 [2022-08-22T02:56:17.426Z] #72 DONE 0.8s
02:56:17 [2022-08-22T02:56:17.426Z] 
02:56:17 [2022-08-22T02:56:17.426Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
02:56:17 [2022-08-22T02:56:17.426Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
02:56:17 [2022-08-22T02:56:17.813Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 125.83MB / 141.86MB 9.3s
02:56:18 [2022-08-22T02:56:18.073Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 136.31MB / 141.86MB 9.6s
02:56:18 [2022-08-22T02:56:18.334Z] #11 ...
02:56:18 [2022-08-22T02:56:18.334Z] 
02:56:18 [2022-08-22T02:56:18.334Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
02:56:18 [2022-08-22T02:56:18.334Z] #28 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163
02:56:18 [2022-08-22T02:56:18.334Z] #28 resolve docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 0.1s done
02:56:18 [2022-08-22T02:56:18.334Z] #28 sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 1.85kB / 1.85kB done
02:56:18 [2022-08-22T02:56:18.334Z] #28 sha256:3098a8fda8e7bc6bc92c37aaaa9d46fa0dd93992203ca3f53bb84e1d00ffb796 529B / 529B done
02:56:18 [2022-08-22T02:56:18.334Z] #28 sha256:07d9246c53a664dde2b72c3d531d19dff4205a02bdd0e9612a5500aa51b86308 1.46kB / 1.46kB done
02:56:18 [2022-08-22T02:56:18.334Z] #28 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 55.00MB / 55.00MB 1.8s done
02:56:18 [2022-08-22T02:56:18.357Z] #74 DONE 0.7s
02:56:18 [2022-08-22T02:56:18.357Z] 
02:56:18 [2022-08-22T02:56:18.357Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
02:56:18 [2022-08-22T02:56:18.357Z] #28 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163
02:56:18 [2022-08-22T02:56:18.357Z] #28 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 8.6s
02:56:18 [2022-08-22T02:56:18.593Z] #28 ...
02:56:18 [2022-08-22T02:56:18.594Z] 
02:56:18 [2022-08-22T02:56:18.594Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:18 [2022-08-22T02:56:18.594Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:19 [2022-08-22T02:56:19.163Z] #11 ...
02:56:19 [2022-08-22T02:56:19.163Z] 
02:56:19 [2022-08-22T02:56:19.163Z] #24 [internal] load build context
02:56:19 [2022-08-22T02:56:19.163Z] #24 sha256:9c25f89f8c33c2d0509b97e63130bd63a78a2fde8d639950ef5de34208ceda75
02:56:19 [2022-08-22T02:56:19.163Z] #24 transferring context: 62.61MB 9.7s done
02:56:19 [2022-08-22T02:56:19.163Z] #24 DONE 10.6s
02:56:19 [2022-08-22T02:56:19.163Z] 
02:56:19 [2022-08-22T02:56:19.163Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:19 [2022-08-22T02:56:19.163Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:19 [2022-08-22T02:56:19.734Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 141.86MB / 141.86MB 11.3s done
02:56:20 [2022-08-22T02:56:20.496Z] #84 ...
02:56:20 [2022-08-22T02:56:20.496Z] 
02:56:20 [2022-08-22T02:56:20.496Z] #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
02:56:20 [2022-08-22T02:56:20.496Z] #58 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:56:20 [2022-08-22T02:56:20.496Z] #58 50.60 debconf: delaying package configuration, since apt-utils is not installed
02:56:20 [2022-08-22T02:56:20.496Z] #58 51.00 Fetched 2315 kB in 4s (606 kB/s)
02:56:20 [2022-08-22T02:56:20.496Z] #58 51.20 Selecting previously unselected package libprotobuf23:amd64.
02:56:20 [2022-08-22T02:56:20.496Z] #58 51.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.)
02:56:20 [2022-08-22T02:56:20.496Z] #58 51.31 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
02:56:20 [2022-08-22T02:56:20.496Z] #58 51.33 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
02:56:20 [2022-08-22T02:56:20.496Z] #58 52.25 Selecting previously unselected package python3-pkg-resources.
02:56:20 [2022-08-22T02:56:20.496Z] #58 52.29 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
02:56:20 [2022-08-22T02:56:20.496Z] #58 52.31 Unpacking python3-pkg-resources (52.0.0-4) ...
02:56:20 [2022-08-22T02:56:20.496Z] #58 52.81 Selecting previously unselected package python3-six.
02:56:20 [2022-08-22T02:56:20.497Z] #58 52.83 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 52.86 Unpacking python3-six (1.16.0-2) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 53.01 Selecting previously unselected package python3-protobuf.
02:56:20 [2022-08-22T02:56:20.497Z] #58 53.02 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 53.05 Unpacking python3-protobuf (3.12.4-1) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 53.59 Selecting previously unselected package libnet1:amd64.
02:56:20 [2022-08-22T02:56:20.497Z] #58 53.59 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 53.59 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 53.85 Selecting previously unselected package libnl-3-200:amd64.
02:56:20 [2022-08-22T02:56:20.497Z] #58 53.85 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 53.86 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 54.03 Selecting previously unselected package libprotobuf-c1:amd64.
02:56:20 [2022-08-22T02:56:20.497Z] #58 54.03 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 54.04 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 54.21 Selecting previously unselected package criu.
02:56:20 [2022-08-22T02:56:20.497Z] #58 54.22 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 54.22 Unpacking criu (3.17.1-1) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 55.32 Setting up python3-pkg-resources (52.0.0-4) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 57.45 Setting up libprotobuf23:amd64 (3.12.4-1) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 57.48 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 57.52 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 57.56 Setting up python3-six (1.16.0-2) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 58.97 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 59.02 Setting up python3-protobuf (3.12.4-1) ...
02:56:20 [2022-08-22T02:56:20.497Z] #58 ...
02:56:20 [2022-08-22T02:56:20.497Z] 
02:56:20 [2022-08-22T02:56:20.497Z] #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
02:56:20 [2022-08-22T02:56:20.497Z] #41 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:56:20 [2022-08-22T02:56:20.497Z] #41 57.10 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.
02:56:20 [2022-08-22T02:56:20.497Z] #41 57.74 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
02:56:20 [2022-08-22T02:56:20.497Z] #41 57.81 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
02:56:20 [2022-08-22T02:56:20.881Z] #28 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 11.1s done
02:56:20 [2022-08-22T02:56:20.881Z] #28 DONE 14.1s
02:56:20 [2022-08-22T02:56:20.881Z] 
02:56:20 [2022-08-22T02:56:20.882Z] #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
02:56:20 [2022-08-22T02:56:20.882Z] #29 sha256:601c99527caa13aa55a51f6b29a631a12feecea5c86d74d8a96abc8e7e0c3ed4
02:56:21 [2022-08-22T02:56:21.116Z] #11 ...
02:56:21 [2022-08-22T02:56:21.116Z] 
02:56:21 [2022-08-22T02:56:21.116Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
02:56:21 [2022-08-22T02:56:21.116Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
02:56:21 [2022-08-22T02:56:21.116Z] #72 DONE 0.9s
02:56:21 [2022-08-22T02:56:21.116Z] 
02:56:21 [2022-08-22T02:56:21.116Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:21 [2022-08-22T02:56:21.116Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:21 [2022-08-22T02:56:21.116Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 10.1s
02:56:22 [2022-08-22T02:56:22.055Z] #11 ...
02:56:22 [2022-08-22T02:56:22.055Z] 
02:56:22 [2022-08-22T02:56:22.055Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
02:56:22 [2022-08-22T02:56:22.055Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
02:56:22 [2022-08-22T02:56:22.055Z] #74 DONE 1.1s
02:56:22 [2022-08-22T02:56:22.055Z] 
02:56:22 [2022-08-22T02:56:22.055Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:22 [2022-08-22T02:56:22.055Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:22 [2022-08-22T02:56:22.254Z] #29 1.636 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
02:56:22 [2022-08-22T02:56:22.511Z] #29 1.685 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:56:22 [2022-08-22T02:56:22.511Z] #29 1.685 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:56:22 [2022-08-22T02:56:22.511Z] #29 1.858 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:56:22 [2022-08-22T02:56:22.768Z] #29 2.190 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:56:23 [2022-08-22T02:56:23.334Z] #29 2.722 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:56:23 [2022-08-22T02:56:23.435Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 12.2s done
02:56:23 [2022-08-22T02:56:23.435Z] #11 ...
02:56:23 [2022-08-22T02:56:23.435Z] 
02:56:23 [2022-08-22T02:56:23.435Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
02:56:23 [2022-08-22T02:56:23.435Z] #28 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163
02:56:23 [2022-08-22T02:56:23.435Z] #28 DONE 15.0s
02:56:23 [2022-08-22T02:56:23.435Z] 
02:56:23 [2022-08-22T02:56:23.436Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:23 [2022-08-22T02:56:23.436Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:23 [2022-08-22T02:56:23.436Z] #11 extracting sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165
02:56:23 [2022-08-22T02:56:23.789Z] #41 ...
02:56:23 [2022-08-22T02:56:23.789Z] 
02:56:23 [2022-08-22T02:56:23.789Z] #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
02:56:23 [2022-08-22T02:56:23.789Z] #58 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:56:23 [2022-08-22T02:56:23.789Z] #58 63.76 Setting up criu (3.17.1-1) ...
02:56:23 [2022-08-22T02:56:23.789Z] #58 ...
02:56:23 [2022-08-22T02:56:23.789Z] 
02:56:23 [2022-08-22T02:56:23.789Z] #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
02:56:23 [2022-08-22T02:56:23.789Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:56:23 [2022-08-22T02:56:23.789Z] #62 54.34 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
02:56:24 [2022-08-22T02:56:24.005Z] #11 extracting sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 0.6s done
02:56:24 [2022-08-22T02:56:24.005Z] #11 extracting sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a
02:56:24 [2022-08-22T02:56:24.701Z] #29 3.825 Fetched 8571 kB in 2s (3490 kB/s)
02:56:24 [2022-08-22T02:56:24.945Z] #11 extracting sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 0.8s done
02:56:25 [2022-08-22T02:56:25.167Z] #62 ...
02:56:25 [2022-08-22T02:56:25.167Z] 
02:56:25 [2022-08-22T02:56:25.167Z] #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
02:56:25 [2022-08-22T02:56:25.167Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:56:25 [2022-08-22T02:56:25.167Z] #84 9.136 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
02:56:25 [2022-08-22T02:56:25.167Z] #84 9.162 Cloning into '/tmp/crun-build/libocispec'...
02:56:25 [2022-08-22T02:56:25.216Z] #11 extracting sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6
02:56:25 [2022-08-22T02:56:25.264Z] #29 3.825 Reading package lists...
02:56:26 [2022-08-22T02:56:26.195Z] #29 4.661 Reading package lists...
02:56:26 [2022-08-22T02:56:26.454Z] #29 5.442 Building dependency tree...
02:56:26 [2022-08-22T02:56:26.454Z] #29 5.816 The following additional packages will be installed:
02:56:26 [2022-08-22T02:56:26.454Z] #29 5.818   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
02:56:26 [2022-08-22T02:56:26.454Z] #29 5.818   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
02:56:26 [2022-08-22T02:56:26.454Z] #29 5.818 Recommended packages:
02:56:26 [2022-08-22T02:56:26.454Z] #29 5.818   libldap-common publicsuffix libsasl2-modules
02:56:26 [2022-08-22T02:56:26.547Z] #84 ...
02:56:26 [2022-08-22T02:56:26.547Z] 
02:56:26 [2022-08-22T02:56:26.547Z] #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
02:56:26 [2022-08-22T02:56:26.547Z] #58 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:56:26 [2022-08-22T02:56:26.547Z] #58 66.31 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:56:26 [2022-08-22T02:56:26.547Z] #58 DONE 66.8s
02:56:26 [2022-08-22T02:56:26.547Z] 
02:56:26 [2022-08-22T02:56:26.547Z] #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
02:56:26 [2022-08-22T02:56:26.547Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:56:26 [2022-08-22T02:56:26.547Z] #84 10.79 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
02:56:26 [2022-08-22T02:56:26.547Z] #84 10.82 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
02:56:26 [2022-08-22T02:56:26.547Z] #84 10.82 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
02:56:26 [2022-08-22T02:56:26.547Z] #84 10.82 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
02:56:26 [2022-08-22T02:56:26.547Z] #84 10.90 Cloning into '/tmp/crun-build/libocispec/image-spec'...
02:56:26 [2022-08-22T02:56:26.712Z] #29 5.989 The following NEW packages will be installed:
02:56:26 [2022-08-22T02:56:26.712Z] #29 5.989   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
02:56:26 [2022-08-22T02:56:26.712Z] #29 5.990   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
02:56:26 [2022-08-22T02:56:26.712Z] #29 5.991   libssh2-1 openssl
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.274 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded.
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.274 Need to get 3047 kB of archives.
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.274 After this operation, 6661 kB of additional disk space will be used.
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.274 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.286 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.288 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.291 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.292 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.293 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.296 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.297 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.314 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.314 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.316 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u2 [345 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.319 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u2 [270 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.321 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.326 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
02:56:26 [2022-08-22T02:56:26.969Z] #29 6.328 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
02:56:27 [2022-08-22T02:56:27.533Z] #29 ...
02:56:27 [2022-08-22T02:56:27.533Z] 
02:56:27 [2022-08-22T02:56:27.533Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:27 [2022-08-22T02:56:27.533Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:27 [2022-08-22T02:56:27.533Z] #11 extracting sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 0.6s done
02:56:27 [2022-08-22T02:56:27.533Z] #11 extracting sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 0.8s done
02:56:27 [2022-08-22T02:56:27.533Z] #11 extracting sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 4.7s
02:56:27 [2022-08-22T02:56:27.533Z] #11 ...
02:56:27 [2022-08-22T02:56:27.533Z] 
02:56:27 [2022-08-22T02:56:27.533Z] #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
02:56:27 [2022-08-22T02:56:27.533Z] #29 sha256:601c99527caa13aa55a51f6b29a631a12feecea5c86d74d8a96abc8e7e0c3ed4
02:56:27 [2022-08-22T02:56:27.533Z] #29 6.734 debconf: delaying package configuration, since apt-utils is not installed
02:56:27 [2022-08-22T02:56:27.533Z] #29 6.779 Fetched 3047 kB in 0s (9191 kB/s)
02:56:27 [2022-08-22T02:56:27.533Z] #29 6.814 Selecting previously unselected package openssl.
02:56:27 [2022-08-22T02:56:27.533Z] #29 6.814 (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.)
02:56:27 [2022-08-22T02:56:27.533Z] #29 6.816 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
02:56:27 [2022-08-22T02:56:27.533Z] #29 6.820 Unpacking openssl (1.1.1n-0+deb11u3) ...
02:56:27 [2022-08-22T02:56:27.790Z] #29 7.048 Selecting previously unselected package ca-certificates.
02:56:27 [2022-08-22T02:56:27.790Z] #29 7.048 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
02:56:27 [2022-08-22T02:56:27.790Z] #29 7.053 Unpacking ca-certificates (20210119) ...
02:56:28 [2022-08-22T02:56:28.047Z] #29 7.204 Selecting previously unselected package libbrotli1:amd64.
02:56:28 [2022-08-22T02:56:28.047Z] #29 7.204 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
02:56:28 [2022-08-22T02:56:28.047Z] #29 7.211 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
02:56:28 [2022-08-22T02:56:28.047Z] #29 7.336 Selecting previously unselected package libsasl2-modules-db:amd64.
02:56:28 [2022-08-22T02:56:28.047Z] #29 7.336 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
02:56:28 [2022-08-22T02:56:28.047Z] #29 7.381 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:28 [2022-08-22T02:56:28.047Z] #29 7.434 Selecting previously unselected package libsasl2-2:amd64.
02:56:28 [2022-08-22T02:56:28.047Z] #29 7.434 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
02:56:28 [2022-08-22T02:56:28.047Z] #29 7.438 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:28 [2022-08-22T02:56:28.304Z] #29 7.591 Selecting previously unselected package libldap-2.4-2:amd64.
02:56:28 [2022-08-22T02:56:28.304Z] #29 7.591 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
02:56:28 [2022-08-22T02:56:28.304Z] #29 7.596 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
02:56:28 [2022-08-22T02:56:28.561Z] #29 7.758 Selecting previously unselected package libnghttp2-14:amd64.
02:56:28 [2022-08-22T02:56:28.561Z] #29 7.758 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
02:56:28 [2022-08-22T02:56:28.561Z] #29 7.758 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
02:56:28 [2022-08-22T02:56:28.821Z] #29 7.922 Selecting previously unselected package libpsl5:amd64.
02:56:28 [2022-08-22T02:56:28.821Z] #29 7.922 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
02:56:28 [2022-08-22T02:56:28.821Z] #29 7.926 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
02:56:28 [2022-08-22T02:56:28.821Z] #29 8.074 Selecting previously unselected package librtmp1:amd64.
02:56:28 [2022-08-22T02:56:28.821Z] #29 8.074 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
02:56:28 [2022-08-22T02:56:28.821Z] #29 8.079 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
02:56:28 [2022-08-22T02:56:28.821Z] #29 8.177 Selecting previously unselected package libssh2-1:amd64.
02:56:28 [2022-08-22T02:56:28.821Z] #29 8.177 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
02:56:29 [2022-08-22T02:56:29.078Z] #29 8.181 Unpacking libssh2-1:amd64 (1.9.0-2) ...
02:56:29 [2022-08-22T02:56:29.078Z] #29 8.370 Selecting previously unselected package libcurl4:amd64.
02:56:29 [2022-08-22T02:56:29.078Z] #29 8.370 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u2_amd64.deb ...
02:56:29 [2022-08-22T02:56:29.078Z] #29 8.375 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
02:56:29 [2022-08-22T02:56:29.335Z] #29 8.587 Selecting previously unselected package curl.
02:56:29 [2022-08-22T02:56:29.335Z] #29 8.587 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u2_amd64.deb ...
02:56:29 [2022-08-22T02:56:29.335Z] #29 8.597 Unpacking curl (7.74.0-1.3+deb11u2) ...
02:56:29 [2022-08-22T02:56:29.335Z] #29 8.720 Selecting previously unselected package libonig5:amd64.
02:56:29 [2022-08-22T02:56:29.335Z] #29 8.720 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
02:56:29 [2022-08-22T02:56:29.335Z] #29 8.720 Unpacking libonig5:amd64 (6.9.6-1.1) ...
02:56:29 [2022-08-22T02:56:29.596Z] #29 8.841 Selecting previously unselected package libjq1:amd64.
02:56:29 [2022-08-22T02:56:29.596Z] #29 8.841 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
02:56:29 [2022-08-22T02:56:29.596Z] #29 8.853 Unpacking libjq1:amd64 (1.6-2.1) ...
02:56:29 [2022-08-22T02:56:29.596Z] #29 8.939 Selecting previously unselected package jq.
02:56:29 [2022-08-22T02:56:29.596Z] #29 8.939 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
02:56:29 [2022-08-22T02:56:29.596Z] #29 8.945 Unpacking jq (1.6-2.1) ...
02:56:29 [2022-08-22T02:56:29.596Z] #29 8.994 Setting up libpsl5:amd64 (0.21.0-1.2) ...
02:56:29 [2022-08-22T02:56:29.596Z] #29 9.005 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
02:56:29 [2022-08-22T02:56:29.596Z] #29 9.015 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
02:56:29 [2022-08-22T02:56:29.596Z] #29 9.027 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:29 [2022-08-22T02:56:29.596Z] #29 9.038 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
02:56:29 [2022-08-22T02:56:29.596Z] #29 9.048 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:29 [2022-08-22T02:56:29.836Z] #84 13.62 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
02:56:29 [2022-08-22T02:56:29.856Z] #29 9.059 Setting up libssh2-1:amd64 (1.9.0-2) ...
02:56:29 [2022-08-22T02:56:29.856Z] #29 9.083 Setting up openssl (1.1.1n-0+deb11u3) ...
02:56:29 [2022-08-22T02:56:29.856Z] #29 9.112 Setting up libonig5:amd64 (6.9.6-1.1) ...
02:56:29 [2022-08-22T02:56:29.856Z] #29 9.147 Setting up libjq1:amd64 (1.6-2.1) ...
02:56:29 [2022-08-22T02:56:29.856Z] #29 9.169 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
02:56:29 [2022-08-22T02:56:29.856Z] #29 9.182 Setting up ca-certificates (20210119) ...
02:56:30 [2022-08-22T02:56:30.502Z] #11 extracting sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 5.1s
02:56:30 [2022-08-22T02:56:30.788Z] #29 10.02 Updating certificates in /etc/ssl/certs...
02:56:31 [2022-08-22T02:56:31.742Z] #84 16.04 Cloning into '/tmp/crun-build/libocispec/yajl'...
02:56:32 [2022-08-22T02:56:32.158Z] #29 11.23 129 added, 0 removed; done.
02:56:32 [2022-08-22T02:56:32.158Z] #29 11.29 Setting up jq (1.6-2.1) ...
02:56:32 [2022-08-22T02:56:32.158Z] #29 11.30 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
02:56:32 [2022-08-22T02:56:32.158Z] #29 11.31 Setting up curl (7.74.0-1.3+deb11u2) ...
02:56:32 [2022-08-22T02:56:32.158Z] #29 11.32 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:56:32 [2022-08-22T02:56:32.158Z] #29 11.34 Processing triggers for ca-certificates (20210119) ...
02:56:32 [2022-08-22T02:56:32.158Z] #29 11.35 Updating certificates in /etc/ssl/certs...
02:56:33 [2022-08-22T02:56:33.098Z] #29 12.46 0 added, 0 removed; done.
02:56:33 [2022-08-22T02:56:33.098Z] #29 12.46 Running hooks in /etc/ca-certificates/update.d...
02:56:33 [2022-08-22T02:56:33.098Z] #29 12.46 done.
02:56:33 [2022-08-22T02:56:33.108Z] Client:
02:56:33 [2022-08-22T02:56:33.108Z]  Context:    default
02:56:33 [2022-08-22T02:56:33.108Z]  Debug Mode: false
02:56:33 [2022-08-22T02:56:33.108Z]  Plugins:
02:56:33 [2022-08-22T02:56:33.108Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
02:56:33 [2022-08-22T02:56:33.108Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
02:56:33 [2022-08-22T02:56:33.108Z] 
02:56:33 [2022-08-22T02:56:33.108Z] Server:
02:56:33 [2022-08-22T02:56:33.108Z]  Containers: 0
02:56:33 [2022-08-22T02:56:33.108Z]   Running: 0
02:56:33 [2022-08-22T02:56:33.108Z]   Paused: 0
02:56:33 [2022-08-22T02:56:33.108Z]   Stopped: 0
02:56:33 [2022-08-22T02:56:33.108Z]  Images: 0
02:56:33 [2022-08-22T02:56:33.108Z]  Server Version: 20.10.14
02:56:33 [2022-08-22T02:56:33.108Z]  Storage Driver: overlay2
02:56:33 [2022-08-22T02:56:33.108Z]   Backing Filesystem: extfs
02:56:33 [2022-08-22T02:56:33.108Z]   Supports d_type: true
02:56:33 [2022-08-22T02:56:33.108Z]   Native Overlay Diff: true
02:56:33 [2022-08-22T02:56:33.108Z]   userxattr: false
02:56:33 [2022-08-22T02:56:33.108Z]  Logging Driver: json-file
02:56:33 [2022-08-22T02:56:33.108Z]  Cgroup Driver: cgroupfs
02:56:33 [2022-08-22T02:56:33.108Z]  Cgroup Version: 1
02:56:33 [2022-08-22T02:56:33.108Z]  Plugins:
02:56:33 [2022-08-22T02:56:33.108Z]   Volume: local
02:56:33 [2022-08-22T02:56:33.108Z]   Network: bridge host ipvlan macvlan null overlay
02:56:33 [2022-08-22T02:56:33.108Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
02:56:33 [2022-08-22T02:56:33.108Z]  Swarm: inactive
02:56:33 [2022-08-22T02:56:33.108Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
02:56:33 [2022-08-22T02:56:33.108Z]  Default Runtime: runc
02:56:33 [2022-08-22T02:56:33.108Z]  Init Binary: docker-init
02:56:33 [2022-08-22T02:56:33.108Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
02:56:33 [2022-08-22T02:56:33.108Z]  runc version: v1.0.3-0-gf46b6ba
02:56:33 [2022-08-22T02:56:33.108Z]  init version: de40ad0
02:56:33 [2022-08-22T02:56:33.108Z]  Security Options:
02:56:33 [2022-08-22T02:56:33.108Z]   apparmor
02:56:33 [2022-08-22T02:56:33.108Z]   seccomp
02:56:33 [2022-08-22T02:56:33.108Z]    Profile: default
02:56:33 [2022-08-22T02:56:33.108Z]  Kernel Version: 5.13.0-1021-aws
02:56:33 [2022-08-22T02:56:33.108Z]  Operating System: Ubuntu 20.04.4 LTS
02:56:33 [2022-08-22T02:56:33.108Z]  OSType: linux
02:56:33 [2022-08-22T02:56:33.108Z]  Architecture: aarch64
02:56:33 [2022-08-22T02:56:33.108Z]  CPUs: 2
02:56:33 [2022-08-22T02:56:33.108Z]  Total Memory: 7.562GiB
02:56:33 [2022-08-22T02:56:33.108Z]  Name: ip-10-100-79-60
02:56:33 [2022-08-22T02:56:33.108Z]  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
02:56:33 [2022-08-22T02:56:33.108Z]  Docker Root Dir: /var/lib/docker
02:56:33 [2022-08-22T02:56:33.108Z]  Debug Mode: false
02:56:33 [2022-08-22T02:56:33.108Z]  Registry: https://index.docker.io/v1/
02:56:33 [2022-08-22T02:56:33.108Z]  Labels:
02:56:33 [2022-08-22T02:56:33.108Z]  Experimental: true
02:56:33 [2022-08-22T02:56:33.108Z]  Insecure Registries:
02:56:33 [2022-08-22T02:56:33.108Z]   127.0.0.0/8
02:56:33 [2022-08-22T02:56:33.108Z]  Live Restore Enabled: true
02:56:33 [2022-08-22T02:56:33.108Z] 
[Pipeline] sh
02:56:33 [2022-08-22T02:56:33.430Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
02:56:33 [2022-08-22T02:56:33.430Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
02:56:33 [2022-08-22T02:56:33.430Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44001/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
02:56:33 [2022-08-22T02:56:33.430Z] + bash /home/ubuntu/workspace/moby_PR-44001/check-config.sh
02:56:33 [2022-08-22T02:56:33.430Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
02:56:33 [2022-08-22T02:56:33.430Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ...
02:56:33 [2022-08-22T02:56:33.430Z] 
02:56:33 [2022-08-22T02:56:33.430Z] Generally Necessary:
02:56:33 [2022-08-22T02:56:33.430Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
02:56:33 [2022-08-22T02:56:33.430Z] - apparmor: enabled and tools installed
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_NAMESPACES: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_NET_NS: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_PID_NS: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_IPC_NS: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_UTS_NS: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_CGROUPS: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_CGROUP_CPUACCT: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_CGROUP_DEVICE: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_CGROUP_FREEZER: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_CGROUP_SCHED: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_CPUSETS: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_MEMCG: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_KEYS: enabled
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_VETH: enabled (as module)
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_BRIDGE: enabled (as module)
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_IP_NF_FILTER: enabled (as module)
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
02:56:33 [2022-08-22T02:56:33.430Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
02:56:33 [2022-08-22T02:56:33.648Z] #84 17.86 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_IP_NF_NAT: enabled (as module)
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_NF_NAT: enabled (as module)
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_POSIX_MQUEUE: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_CGROUP_BPF: enabled
02:56:33 [2022-08-22T02:56:33.688Z] 
02:56:33 [2022-08-22T02:56:33.688Z] Optional Features:
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_USER_NS: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_SECCOMP: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_SECCOMP_FILTER: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_CGROUP_PIDS: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_MEMCG_SWAP: enabled
02:56:33 [2022-08-22T02:56:33.688Z]     (cgroup swap accounting is currently enabled)
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_BLK_CGROUP: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_BLK_DEV_THROTTLING: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_CGROUP_PERF: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_CGROUP_HUGETLB: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_CGROUP_NET_PRIO: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_CFS_BANDWIDTH: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_FAIR_GROUP_SCHED: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_RT_GROUP_SCHED: missing
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_IP_VS: enabled (as module)
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_IP_VS_NFCT: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_IP_VS_PROTO_TCP: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_IP_VS_PROTO_UDP: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_IP_VS_RR: enabled (as module)
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_SECURITY_SELINUX: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_SECURITY_APPARMOR: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_EXT4_FS: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - CONFIG_EXT4_FS_SECURITY: enabled
02:56:33 [2022-08-22T02:56:33.688Z] - Network Drivers:
02:56:33 [2022-08-22T02:56:33.688Z]   - "overlay":
02:56:33 [2022-08-22T02:56:33.688Z]     - CONFIG_VXLAN: enabled (as module)
02:56:33 [2022-08-22T02:56:33.688Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
02:56:33 [2022-08-22T02:56:33.688Z]       Optional (for encrypted networks):
02:56:33 [2022-08-22T02:56:33.744Z] Client:
02:56:33 [2022-08-22T02:56:33.744Z]  Context:    default
02:56:33 [2022-08-22T02:56:33.744Z]  Debug Mode: false
02:56:33 [2022-08-22T02:56:33.744Z]  Plugins:
02:56:33 [2022-08-22T02:56:33.744Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
02:56:33 [2022-08-22T02:56:33.744Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
02:56:33 [2022-08-22T02:56:33.744Z]   compose: Docker Compose (Docker Inc., v2.4.1)
02:56:33 [2022-08-22T02:56:33.744Z]   scan: Docker Scan (Docker Inc., v0.17.0)
02:56:33 [2022-08-22T02:56:33.744Z] 
02:56:33 [2022-08-22T02:56:33.744Z] Server:
02:56:33 [2022-08-22T02:56:33.744Z]  Containers: 0
02:56:33 [2022-08-22T02:56:33.744Z]   Running: 0
02:56:33 [2022-08-22T02:56:33.744Z]   Paused: 0
02:56:33 [2022-08-22T02:56:33.744Z]   Stopped: 0
02:56:33 [2022-08-22T02:56:33.744Z]  Images: 0
02:56:33 [2022-08-22T02:56:33.744Z]  Server Version: 20.10.14
02:56:33 [2022-08-22T02:56:33.744Z]  Storage Driver: overlay2
02:56:33 [2022-08-22T02:56:33.744Z]   Backing Filesystem: extfs
02:56:33 [2022-08-22T02:56:33.744Z]   Supports d_type: true
02:56:33 [2022-08-22T02:56:33.744Z]   Native Overlay Diff: true
02:56:33 [2022-08-22T02:56:33.744Z]   userxattr: false
02:56:33 [2022-08-22T02:56:33.744Z]  Logging Driver: json-file
02:56:33 [2022-08-22T02:56:33.744Z]  Cgroup Driver: systemd
02:56:33 [2022-08-22T02:56:33.744Z]  Cgroup Version: 2
02:56:33 [2022-08-22T02:56:33.744Z]  Plugins:
02:56:33 [2022-08-22T02:56:33.744Z]   Volume: local
02:56:33 [2022-08-22T02:56:33.744Z]   Network: bridge host ipvlan macvlan null overlay
02:56:33 [2022-08-22T02:56:33.744Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
02:56:33 [2022-08-22T02:56:33.744Z]  Swarm: inactive
02:56:33 [2022-08-22T02:56:33.744Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
02:56:33 [2022-08-22T02:56:33.744Z]  Default Runtime: runc
02:56:33 [2022-08-22T02:56:33.744Z]  Init Binary: docker-init
02:56:33 [2022-08-22T02:56:33.744Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
02:56:33 [2022-08-22T02:56:33.744Z]  runc version: v1.0.3-0-gf46b6ba
02:56:33 [2022-08-22T02:56:33.744Z]  init version: de40ad0
02:56:33 [2022-08-22T02:56:33.744Z]  Security Options:
02:56:33 [2022-08-22T02:56:33.744Z]   apparmor
02:56:33 [2022-08-22T02:56:33.744Z]   seccomp
02:56:33 [2022-08-22T02:56:33.744Z]    Profile: default
02:56:33 [2022-08-22T02:56:33.744Z]   cgroupns
02:56:33 [2022-08-22T02:56:33.744Z]  Kernel Version: 5.13.0-1021-aws
02:56:33 [2022-08-22T02:56:33.744Z]  Operating System: Ubuntu 20.04.4 LTS
02:56:33 [2022-08-22T02:56:33.744Z]  OSType: linux
02:56:33 [2022-08-22T02:56:33.744Z]  Architecture: x86_64
02:56:33 [2022-08-22T02:56:33.744Z]  CPUs: 2
02:56:33 [2022-08-22T02:56:33.744Z]  Total Memory: 7.559GiB
02:56:33 [2022-08-22T02:56:33.744Z]  Name: ip-10-100-74-178
02:56:33 [2022-08-22T02:56:33.744Z]  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
02:56:33 [2022-08-22T02:56:33.744Z]  Docker Root Dir: /var/lib/docker
02:56:33 [2022-08-22T02:56:33.744Z]  Debug Mode: false
02:56:33 [2022-08-22T02:56:33.744Z]  Registry: https://index.docker.io/v1/
02:56:33 [2022-08-22T02:56:33.744Z]  Labels:
02:56:33 [2022-08-22T02:56:33.744Z]  Experimental: true
02:56:33 [2022-08-22T02:56:33.744Z]  Insecure Registries:
02:56:33 [2022-08-22T02:56:33.744Z]   127.0.0.0/8
02:56:33 [2022-08-22T02:56:33.744Z]  Live Restore Enabled: true
02:56:33 [2022-08-22T02:56:33.744Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
02:56:33 [2022-08-22T02:56:33.812Z] #11 ...
02:56:33 [2022-08-22T02:56:33.812Z] 
02:56:33 [2022-08-22T02:56:33.812Z] #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
02:56:33 [2022-08-22T02:56:33.812Z] #29 sha256:601c99527caa13aa55a51f6b29a631a12feecea5c86d74d8a96abc8e7e0c3ed4
02:56:33 [2022-08-22T02:56:33.812Z] #29 1.665 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 1.672 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 1.672 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 1.909 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 2.308 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 2.773 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:56:33 [2022-08-22T02:56:33.812Z] #29 3.756 Fetched 8571 kB in 2s (3657 kB/s)
02:56:33 [2022-08-22T02:56:33.812Z] #29 3.756 Reading package lists...
02:56:33 [2022-08-22T02:56:33.812Z] #29 4.548 Reading package lists...
02:56:33 [2022-08-22T02:56:33.812Z] #29 5.362 Building dependency tree...
02:56:33 [2022-08-22T02:56:33.812Z] #29 5.763 The following additional packages will be installed:
02:56:33 [2022-08-22T02:56:33.812Z] #29 5.763   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
02:56:33 [2022-08-22T02:56:33.812Z] #29 5.765   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
02:56:33 [2022-08-22T02:56:33.812Z] #29 5.765 Recommended packages:
02:56:33 [2022-08-22T02:56:33.812Z] #29 5.765   libldap-common publicsuffix libsasl2-modules
02:56:33 [2022-08-22T02:56:33.812Z] #29 5.936 The following NEW packages will be installed:
02:56:33 [2022-08-22T02:56:33.812Z] #29 5.936   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
02:56:33 [2022-08-22T02:56:33.812Z] #29 5.936   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
02:56:33 [2022-08-22T02:56:33.812Z] #29 5.936   libssh2-1 openssl
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.200 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded.
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.200 Need to get 3047 kB of archives.
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.200 After this operation, 6661 kB of additional disk space will be used.
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.200 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.216 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.216 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.221 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.221 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.232 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.232 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.232 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.232 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.232 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.240 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u2 [345 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.240 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u2 [270 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.244 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.264 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.264 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.492 debconf: delaying package configuration, since apt-utils is not installed
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.540 Fetched 3047 kB in 0s (9625 kB/s)
02:56:33 [2022-08-22T02:56:33.812Z] #29 6.593 Selecting previously unselected package openssl.
02:56:33 [2022-08-22T02:56:33.813Z] #29 6.593 (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.)
02:56:33 [2022-08-22T02:56:33.813Z] #29 6.595 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 6.604 Unpacking openssl (1.1.1n-0+deb11u3) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 6.896 Selecting previously unselected package ca-certificates.
02:56:33 [2022-08-22T02:56:33.813Z] #29 6.896 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 6.906 Unpacking ca-certificates (20210119) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.056 Selecting previously unselected package libbrotli1:amd64.
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.056 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.112 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.239 Selecting previously unselected package libsasl2-modules-db:amd64.
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.239 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.248 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.336 Selecting previously unselected package libsasl2-2:amd64.
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.336 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.336 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.420 Selecting previously unselected package libldap-2.4-2:amd64.
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.420 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.433 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.551 Selecting previously unselected package libnghttp2-14:amd64.
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.551 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.556 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.646 Selecting previously unselected package libpsl5:amd64.
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.649 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.652 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.751 Selecting previously unselected package librtmp1:amd64.
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.751 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.756 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.852 Selecting previously unselected package libssh2-1:amd64.
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.852 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.886 Unpacking libssh2-1:amd64 (1.9.0-2) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.990 Selecting previously unselected package libcurl4:amd64.
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.993 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u2_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 7.997 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.118 Selecting previously unselected package curl.
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.118 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u2_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.123 Unpacking curl (7.74.0-1.3+deb11u2) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.277 Selecting previously unselected package libonig5:amd64.
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.280 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.281 Unpacking libonig5:amd64 (6.9.6-1.1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.445 Selecting previously unselected package libjq1:amd64.
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.445 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.452 Unpacking libjq1:amd64 (1.6-2.1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.587 Selecting previously unselected package jq.
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.589 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.624 Unpacking jq (1.6-2.1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.694 Setting up libpsl5:amd64 (0.21.0-1.2) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.706 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.722 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.737 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.751 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.761 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.776 Setting up libssh2-1:amd64 (1.9.0-2) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.787 Setting up openssl (1.1.1n-0+deb11u3) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.807 Setting up libonig5:amd64 (6.9.6-1.1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.819 Setting up libjq1:amd64 (1.6-2.1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.847 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 8.847 Setting up ca-certificates (20210119) ...
02:56:33 [2022-08-22T02:56:33.813Z] #29 9.624 Updating certificates in /etc/ssl/certs...
02:56:33 [2022-08-22T02:56:33.813Z] #29 ...
02:56:33 [2022-08-22T02:56:33.813Z] 
02:56:33 [2022-08-22T02:56:33.813Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:33 [2022-08-22T02:56:33.813Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:33 [2022-08-22T02:56:33.945Z]       - CONFIG_CRYPTO: enabled
02:56:33 [2022-08-22T02:56:33.945Z]       - CONFIG_CRYPTO_AEAD: enabled
02:56:33 [2022-08-22T02:56:33.945Z]       - CONFIG_CRYPTO_GCM: enabled
02:56:33 [2022-08-22T02:56:33.945Z]       - CONFIG_CRYPTO_SEQIV: enabled
02:56:33 [2022-08-22T02:56:33.945Z]       - CONFIG_CRYPTO_GHASH: enabled
02:56:33 [2022-08-22T02:56:33.945Z]       - CONFIG_XFRM: enabled
02:56:33 [2022-08-22T02:56:33.945Z]       - CONFIG_XFRM_USER: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]       - CONFIG_XFRM_ALGO: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]       - CONFIG_INET_ESP: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]   - "ipvlan":
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_IPVLAN: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]   - "macvlan":
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_MACVLAN: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_DUMMY: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]   - "ftp,tftp client in container":
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z] - Storage Drivers:
02:56:33 [2022-08-22T02:56:33.945Z]   - "aufs":
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_AUFS_FS: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]   - "btrfs":
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_BTRFS_FS: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
02:56:33 [2022-08-22T02:56:33.945Z]   - "devicemapper":
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_BLK_DEV_DM: enabled
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]   - "overlay":
02:56:33 [2022-08-22T02:56:33.945Z]     - CONFIG_OVERLAY_FS: enabled (as module)
02:56:33 [2022-08-22T02:56:33.945Z]   - "zfs":
02:56:33 [2022-08-22T02:56:33.945Z]     - /dev/zfs: present
02:56:33 [2022-08-22T02:56:33.945Z]     - zfs command: missing
02:56:33 [2022-08-22T02:56:33.945Z]     - zpool command: missing
02:56:33 [2022-08-22T02:56:33.945Z] 
02:56:33 [2022-08-22T02:56:33.945Z] Limits:
02:56:33 [2022-08-22T02:56:33.945Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
02:56:33 [2022-08-22T02:56:33.945Z] 
02:56:33 [2022-08-22T02:56:33.945Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
02:56:34 [2022-08-22T02:56:34.056Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 .
02:56:34 [2022-08-22T02:56:34.073Z] #11 extracting sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 8.7s done
02:56:34 [2022-08-22T02:56:34.216Z] #84 18.42 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
02:56:34 [2022-08-22T02:56:34.306Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 .
02:56:34 [2022-08-22T02:56:34.313Z] #2 [internal] load .dockerignore
02:56:34 [2022-08-22T02:56:34.313Z] #2 sha256:cffa15721f5df2bfd9345040775d92581a433391df2a1e1a3ae1fa49ad09cedc
02:56:34 [2022-08-22T02:56:34.333Z] #11 extracting sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702
02:56:34 [2022-08-22T02:56:34.471Z] #29 DONE 13.7s
02:56:34 [2022-08-22T02:56:34.471Z] 
02:56:34 [2022-08-22T02:56:34.471Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:34 [2022-08-22T02:56:34.471Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:34 [2022-08-22T02:56:34.471Z] #11 extracting sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 9.0s done
02:56:34 [2022-08-22T02:56:34.471Z] #11 extracting sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 2.4s
02:56:34 [2022-08-22T02:56:34.471Z] #11 ...
02:56:34 [2022-08-22T02:56:34.471Z] 
02:56:34 [2022-08-22T02:56:34.471Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
02:56:34 [2022-08-22T02:56:34.471Z] #30 sha256:5b6e3d9f476a814e139c3db35b43f55a84c7df993f3ce34da36b3da0e1eec803
02:56:34 [2022-08-22T02:56:34.471Z] #30 DONE 0.1s
02:56:34 [2022-08-22T02:56:34.471Z] 
02:56:34 [2022-08-22T02:56:34.471Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:34 [2022-08-22T02:56:34.471Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:34 [2022-08-22T02:56:34.475Z] #84 18.68 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
02:56:34 [2022-08-22T02:56:34.563Z] #2 [internal] load .dockerignore
02:56:34 [2022-08-22T02:56:34.563Z] #2 sha256:64a7935110bb2e507174ea1252cd1355948b68f442060bb0c978e8d23aac9413
02:56:34 [2022-08-22T02:56:34.572Z] #2 transferring context: 145B done
02:56:34 [2022-08-22T02:56:34.572Z] #2 DONE 0.2s
02:56:34 [2022-08-22T02:56:34.572Z] 
02:56:34 [2022-08-22T02:56:34.572Z] #1 [internal] load build definition from Dockerfile
02:56:34 [2022-08-22T02:56:34.572Z] #1 sha256:03780ef99ef9373944eb5b5697f704fca26a05232c6646411de9c9bc2873867d
02:56:34 [2022-08-22T02:56:34.572Z] #1 transferring dockerfile: 19.07kB done
02:56:34 [2022-08-22T02:56:34.572Z] #1 DONE 0.3s
02:56:34 [2022-08-22T02:56:34.572Z] 
02:56:34 [2022-08-22T02:56:34.572Z] #3 resolve image config for docker.io/docker/dockerfile:1
02:56:34 [2022-08-22T02:56:34.572Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
02:56:34 [2022-08-22T02:56:34.829Z] #3 DONE 0.4s
02:56:34 [2022-08-22T02:56:34.829Z] 
02:56:34 [2022-08-22T02:56:34.829Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
02:56:34 [2022-08-22T02:56:34.829Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
02:56:34 [2022-08-22T02:56:34.829Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
02:56:35 [2022-08-22T02:56:35.085Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
02:56:35 [2022-08-22T02:56:35.085Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
02:56:35 [2022-08-22T02:56:35.085Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
02:56:35 [2022-08-22T02:56:35.085Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s
02:56:35 [2022-08-22T02:56:35.085Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s done
02:56:35 [2022-08-22T02:56:35.085Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940
02:56:35 [2022-08-22T02:56:35.208Z] #2 transferring context: 145B done
02:56:35 [2022-08-22T02:56:35.208Z] #2 ...
02:56:35 [2022-08-22T02:56:35.208Z] 
02:56:35 [2022-08-22T02:56:35.208Z] #1 [internal] load build definition from Dockerfile
02:56:35 [2022-08-22T02:56:35.208Z] #1 sha256:69c0d051328e97488be7b0612ef7e2517d9784ffd8edeae512995058f9065b29
02:56:35 [2022-08-22T02:56:35.208Z] #1 transferring dockerfile: 19.07kB 0.1s done
02:56:35 [2022-08-22T02:56:35.208Z] #1 DONE 0.9s
02:56:35 [2022-08-22T02:56:35.341Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.2s done
02:56:35 [2022-08-22T02:56:35.464Z] 
02:56:35 [2022-08-22T02:56:35.464Z] #2 [internal] load .dockerignore
02:56:35 [2022-08-22T02:56:35.464Z] #2 sha256:64a7935110bb2e507174ea1252cd1355948b68f442060bb0c978e8d23aac9413
02:56:35 [2022-08-22T02:56:35.464Z] #2 DONE 1.0s
02:56:35 [2022-08-22T02:56:35.464Z] 
02:56:35 [2022-08-22T02:56:35.464Z] #3 resolve image config for docker.io/docker/dockerfile:1
02:56:35 [2022-08-22T02:56:35.464Z] #3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
02:56:35 [2022-08-22T02:56:35.598Z] #4 DONE 0.6s
02:56:35 [2022-08-22T02:56:35.598Z] 
02:56:35 [2022-08-22T02:56:35.598Z] #6 [internal] load build definition from Dockerfile
02:56:35 [2022-08-22T02:56:35.598Z] #6 sha256:b659863c3c463a22a66a2af5efe3027446c8d5448e012dc24b2fbf34c3458738
02:56:35 [2022-08-22T02:56:35.598Z] #6 DONE 0.0s
02:56:35 [2022-08-22T02:56:35.598Z] 
02:56:35 [2022-08-22T02:56:35.598Z] #5 [internal] load .dockerignore
02:56:35 [2022-08-22T02:56:35.598Z] #5 sha256:3c1afb01e6bd95e35a4a1e3888024ec8dea8499dd63b0129be6f19a50b665ca3
02:56:35 [2022-08-22T02:56:35.598Z] #5 DONE 0.0s
02:56:35 [2022-08-22T02:56:35.598Z] 
02:56:35 [2022-08-22T02:56:35.598Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
02:56:35 [2022-08-22T02:56:35.598Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
02:56:36 [2022-08-22T02:56:36.163Z] #10 DONE 0.6s
02:56:36 [2022-08-22T02:56:36.163Z] 
02:56:36 [2022-08-22T02:56:36.163Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
02:56:36 [2022-08-22T02:56:36.163Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
02:56:36 [2022-08-22T02:56:36.163Z] #7 DONE 0.6s
02:56:36 [2022-08-22T02:56:36.163Z] 
02:56:36 [2022-08-22T02:56:36.163Z] #9 [internal] load metadata for docker.io/library/debian:bullseye
02:56:36 [2022-08-22T02:56:36.163Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
02:56:36 [2022-08-22T02:56:36.163Z] #9 DONE 0.6s
02:56:36 [2022-08-22T02:56:36.163Z] 
02:56:36 [2022-08-22T02:56:36.163Z] #8 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
02:56:36 [2022-08-22T02:56:36.163Z] #8 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
02:56:36 [2022-08-22T02:56:36.163Z] #8 DONE 0.7s
02:56:36 [2022-08-22T02:56:36.392Z] #3 DONE 1.0s
02:56:36 [2022-08-22T02:56:36.392Z] 
02:56:36 [2022-08-22T02:56:36.392Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
02:56:36 [2022-08-22T02:56:36.392Z] #4 sha256:aae1624761845ad12d0965b3e71ab9a531ae51ffa9b9aa952662f0f44079cf17
02:56:36 [2022-08-22T02:56:36.392Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
02:56:36 [2022-08-22T02:56:36.424Z] 
02:56:36 [2022-08-22T02:56:36.424Z] #24 [internal] load build context
02:56:36 [2022-08-22T02:56:36.424Z] #24 sha256:e8838f631fd5a342f6f3089f024d921db8fec10ce3d2a0b69e122b87e92d324c
02:56:36 [2022-08-22T02:56:36.424Z] #24 DONE 0.0s
02:56:36 [2022-08-22T02:56:36.424Z] 
02:56:36 [2022-08-22T02:56:36.424Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:56:36 [2022-08-22T02:56:36.424Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
02:56:36 [2022-08-22T02:56:36.424Z] #73 DONE 0.0s
02:56:36 [2022-08-22T02:56:36.648Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 0.1s done
02:56:36 [2022-08-22T02:56:36.648Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
02:56:36 [2022-08-22T02:56:36.648Z] #4 sha256:e5075ee34d3ba6561ec00802a2b59a34582147f92b5c2078c4d96fedca773391 528B / 528B done
02:56:36 [2022-08-22T02:56:36.648Z] #4 sha256:dfa55ed301d975cc74bc6a87d28e8644c599284cc1c26e11138cf9336c3a76a3 2.37kB / 2.37kB done
02:56:36 [2022-08-22T02:56:36.692Z] 
02:56:36 [2022-08-22T02:56:36.692Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
02:56:36 [2022-08-22T02:56:36.692Z] #28 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163
02:56:36 [2022-08-22T02:56:36.692Z] #28 resolve docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 0.0s done
02:56:36 [2022-08-22T02:56:36.692Z] #28 sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 1.85kB / 1.85kB done
02:56:36 [2022-08-22T02:56:36.692Z] #28 sha256:3098a8fda8e7bc6bc92c37aaaa9d46fa0dd93992203ca3f53bb84e1d00ffb796 529B / 529B done
02:56:36 [2022-08-22T02:56:36.692Z] #28 sha256:07d9246c53a664dde2b72c3d531d19dff4205a02bdd0e9612a5500aa51b86308 1.46kB / 1.46kB done
02:56:36 [2022-08-22T02:56:36.881Z] #11 ...
02:56:36 [2022-08-22T02:56:36.881Z] 
02:56:36 [2022-08-22T02:56:36.881Z] #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
02:56:36 [2022-08-22T02:56:36.881Z] #29 sha256:601c99527caa13aa55a51f6b29a631a12feecea5c86d74d8a96abc8e7e0c3ed4
02:56:36 [2022-08-22T02:56:36.881Z] #29 10.82 129 added, 0 removed; done.
02:56:36 [2022-08-22T02:56:36.881Z] #29 10.89 Setting up jq (1.6-2.1) ...
02:56:36 [2022-08-22T02:56:36.881Z] #29 10.90 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
02:56:36 [2022-08-22T02:56:36.881Z] #29 10.91 Setting up curl (7.74.0-1.3+deb11u2) ...
02:56:36 [2022-08-22T02:56:36.881Z] #29 10.92 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:56:36 [2022-08-22T02:56:36.881Z] #29 10.94 Processing triggers for ca-certificates (20210119) ...
02:56:36 [2022-08-22T02:56:36.881Z] #29 10.96 Updating certificates in /etc/ssl/certs...
02:56:36 [2022-08-22T02:56:36.881Z] #29 12.08 0 added, 0 removed; done.
02:56:36 [2022-08-22T02:56:36.881Z] #29 12.08 Running hooks in /etc/ca-certificates/update.d...
02:56:36 [2022-08-22T02:56:36.881Z] #29 12.09 done.
02:56:36 [2022-08-22T02:56:36.881Z] #29 DONE 13.2s
02:56:36 [2022-08-22T02:56:36.881Z] 
02:56:36 [2022-08-22T02:56:36.881Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
02:56:36 [2022-08-22T02:56:36.881Z] #30 sha256:ce26b79cb3452a53ffbb8130088921056eccac9a177b4cbb5bc49f94b7359b17
02:56:36 [2022-08-22T02:56:36.881Z] #30 DONE 0.1s
02:56:36 [2022-08-22T02:56:36.881Z] 
02:56:36 [2022-08-22T02:56:36.881Z] #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
02:56:36 [2022-08-22T02:56:36.881Z] #31 sha256:2a8fa67c9eed62bb14c52bfc79c3bed51a3ee8a29aadcc873c98d72a7fc974b3
02:56:36 [2022-08-22T02:56:36.905Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 0B / 9.20MB 0.3s
02:56:36 [2022-08-22T02:56:36.951Z] #28 ...
02:56:36 [2022-08-22T02:56:36.951Z] 
02:56:36 [2022-08-22T02:56:36.951Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
02:56:36 [2022-08-22T02:56:36.951Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
02:56:36 [2022-08-22T02:56:36.951Z] #49 DONE 0.0s
02:56:37 [2022-08-22T02:56:37.162Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 8.39MB / 9.20MB 0.4s
02:56:37 [2022-08-22T02:56:37.162Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 9.20MB / 9.20MB 0.6s
02:56:37 [2022-08-22T02:56:37.222Z] 
02:56:37 [2022-08-22T02:56:37.222Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:56:37 [2022-08-22T02:56:37.222Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
02:56:37 [2022-08-22T02:56:37.222Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
02:56:37 [2022-08-22T02:56:37.222Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
02:56:37 [2022-08-22T02:56:37.222Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
02:56:37 [2022-08-22T02:56:37.222Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
02:56:37 [2022-08-22T02:56:37.222Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s
02:56:37 [2022-08-22T02:56:37.419Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 9.20MB / 9.20MB 0.7s done
02:56:37 [2022-08-22T02:56:37.419Z] #4 extracting sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840
02:56:37 [2022-08-22T02:56:37.521Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done
02:56:37 [2022-08-22T02:56:37.521Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
02:56:37 [2022-08-22T02:56:37.681Z] #4 extracting sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 0.2s done
02:56:37 [2022-08-22T02:56:37.938Z] #4 DONE 1.3s
02:56:37 [2022-08-22T02:56:37.938Z] 
02:56:37 [2022-08-22T02:56:37.938Z] #5 [internal] load .dockerignore
02:56:37 [2022-08-22T02:56:37.938Z] #5 sha256:bebe4dca3f885af020b8316a0b9f1272c6cd1cf414170f611c93fc0d318ce956
02:56:37 [2022-08-22T02:56:37.938Z] #5 DONE 0.0s
02:56:37 [2022-08-22T02:56:37.938Z] 
02:56:37 [2022-08-22T02:56:37.938Z] #6 [internal] load build definition from Dockerfile
02:56:37 [2022-08-22T02:56:37.938Z] #6 sha256:c565690c9c298655e8493b8de83706140edd0c42a512cab13c4e60d51ac283d4
02:56:37 [2022-08-22T02:56:37.938Z] #6 DONE 0.0s
02:56:37 [2022-08-22T02:56:37.938Z] 
02:56:37 [2022-08-22T02:56:37.938Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
02:56:37 [2022-08-22T02:56:37.938Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
02:56:38 [2022-08-22T02:56:38.671Z] #84 ...
02:56:38 [2022-08-22T02:56:38.671Z] 
02:56:38 [2022-08-22T02:56:38.671Z] #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
02:56:38 [2022-08-22T02:56:38.671Z] #60 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:56:38 [2022-08-22T02:56:38.671Z] #60 78.96 gotestsum version dev
02:56:38 [2022-08-22T02:56:38.671Z] #60 DONE 79.5s
02:56:38 [2022-08-22T02:56:38.671Z] 
02:56:38 [2022-08-22T02:56:38.671Z] #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
02:56:38 [2022-08-22T02:56:38.671Z] #41 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:56:38 [2022-08-22T02:56:38.866Z] #10 DONE 1.0s
02:56:38 [2022-08-22T02:56:38.866Z] 
02:56:38 [2022-08-22T02:56:38.866Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
02:56:38 [2022-08-22T02:56:38.866Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
02:56:39 [2022-08-22T02:56:39.123Z] #9 DONE 1.1s
02:56:39 [2022-08-22T02:56:39.123Z] 
02:56:39 [2022-08-22T02:56:39.123Z] #8 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
02:56:39 [2022-08-22T02:56:39.123Z] #8 sha256:1dd8dccf8b8386d70fa31526ea848b3091e2c3af74c29a8cba65e128a80126b8
02:56:39 [2022-08-22T02:56:39.123Z] #8 DONE 1.1s
02:56:39 [2022-08-22T02:56:39.123Z] 
02:56:39 [2022-08-22T02:56:39.123Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
02:56:39 [2022-08-22T02:56:39.123Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
02:56:39 [2022-08-22T02:56:39.123Z] #7 DONE 1.1s
02:56:39 [2022-08-22T02:56:39.380Z] 
02:56:39 [2022-08-22T02:56:39.380Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:39 [2022-08-22T02:56:39.380Z] #11 sha256:5d6d2c8505e6a6e39ff5a371e0949e4f6df355d723be36560ba0f1510561d32e
02:56:39 [2022-08-22T02:56:39.380Z] #11 resolve docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a 0.1s done
02:56:39 [2022-08-22T02:56:39.380Z] #11 DONE 0.1s
02:56:39 [2022-08-22T02:56:39.380Z] 
02:56:39 [2022-08-22T02:56:39.380Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:56:39 [2022-08-22T02:56:39.380Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
02:56:39 [2022-08-22T02:56:39.380Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
02:56:39 [2022-08-22T02:56:39.427Z] #31 2.190 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
02:56:39 [2022-08-22T02:56:39.427Z] #31 2.501 
02:56:39 [2022-08-22T02:56:39.427Z] #31 2.721 #=#=#                                                                         

######################################################################## 100.0%
02:56:39 [2022-08-22T02:56:39.640Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
02:56:39 [2022-08-22T02:56:39.640Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
02:56:39 [2022-08-22T02:56:39.640Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
02:56:39 [2022-08-22T02:56:39.687Z] #31 3.003 
02:56:39 [2022-08-22T02:56:39.727Z] #11 extracting sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 7.5s
02:56:39 [2022-08-22T02:56:39.727Z] #11 extracting sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 7.6s done
02:56:39 [2022-08-22T02:56:39.934Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.3s
02:56:39 [2022-08-22T02:56:39.934Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.41MB / 12.42MB 0.4s
02:56:39 [2022-08-22T02:56:39.985Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6
02:56:40 [2022-08-22T02:56:40.190Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s
02:56:40 [2022-08-22T02:56:40.454Z] #73 ...
02:56:40 [2022-08-22T02:56:40.454Z] 
02:56:40 [2022-08-22T02:56:40.454Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
02:56:40 [2022-08-22T02:56:40.454Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
02:56:40 [2022-08-22T02:56:40.454Z] #49 DONE 0.0s
02:56:40 [2022-08-22T02:56:40.454Z] 
02:56:40 [2022-08-22T02:56:40.454Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:56:40 [2022-08-22T02:56:40.454Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
02:56:40 [2022-08-22T02:56:40.711Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done
02:56:40 [2022-08-22T02:56:40.711Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0
02:56:40 [2022-08-22T02:56:40.900Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.1s done
02:56:40 [2022-08-22T02:56:40.900Z] #71 DONE 4.3s
02:56:40 [2022-08-22T02:56:40.900Z] 
02:56:40 [2022-08-22T02:56:40.900Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:40 [2022-08-22T02:56:40.900Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:40 [2022-08-22T02:56:40.900Z] #11 resolve docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a 0.1s done
02:56:40 [2022-08-22T02:56:40.900Z] #11 sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a 1.86kB / 1.86kB done
02:56:40 [2022-08-22T02:56:40.900Z] #11 sha256:a4081692fa3015104d84b125cbf623c566a0c9e2a39b9a29f6d939225d5687a4 1.80kB / 1.80kB done
02:56:40 [2022-08-22T02:56:40.900Z] #11 sha256:2d952adaec1e94a7d3920f0f848dfd9037244f2491e499152918f30956c942b0 7.10kB / 7.10kB done
02:56:40 [2022-08-22T02:56:40.900Z] #11 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 55.00MB / 55.00MB 2.1s done
02:56:40 [2022-08-22T02:56:40.900Z] #11 sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 5.16MB / 5.16MB 0.8s done
02:56:40 [2022-08-22T02:56:40.900Z] #11 sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 10.88MB / 10.88MB 1.3s done
02:56:40 [2022-08-22T02:56:40.900Z] #11 sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 54.58MB / 54.58MB 2.6s done
02:56:40 [2022-08-22T02:56:40.900Z] #11 sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 85.90MB / 85.90MB 4.0s done
02:56:40 [2022-08-22T02:56:40.900Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 1.7s
02:56:40 [2022-08-22T02:56:40.900Z] #11 sha256:f3efab82b0e6781916704657c07fcd27f758c051a79c51966805759586275493 156B / 156B 2.7s done
02:56:40 [2022-08-22T02:56:40.900Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 100.02MB / 141.86MB 4.2s
02:56:41 [2022-08-22T02:56:41.065Z] #31 4.051 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
02:56:41 [2022-08-22T02:56:41.065Z] #31 4.383 
02:56:41 [2022-08-22T02:56:41.158Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 114.29MB / 141.86MB 4.4s
02:56:41 [2022-08-22T02:56:41.206Z] #41 ...
02:56:41 [2022-08-22T02:56:41.206Z] 
02:56:41 [2022-08-22T02:56:41.206Z] #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
02:56:41 [2022-08-22T02:56:41.206Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:56:41 [2022-08-22T02:56:41.206Z] #19 68.31 Fetched 49.2 MB in 1min 7s (739 kB/s)
02:56:41 [2022-08-22T02:56:41.328Z] #31 4.609 #=#=#                                                                         

######################################################################## 100.0%
02:56:41 [2022-08-22T02:56:41.417Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 124.78MB / 141.86MB 4.6s
02:56:41 [2022-08-22T02:56:41.591Z] #31 4.907 
02:56:41 [2022-08-22T02:56:41.640Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s done
02:56:41 [2022-08-22T02:56:41.640Z] #73 DONE 2.3s
02:56:41 [2022-08-22T02:56:41.640Z] 
02:56:41 [2022-08-22T02:56:41.640Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
02:56:41 [2022-08-22T02:56:41.640Z] #28 sha256:9ba39cb572c0a44d7873dd23b4ec5e5ffc028915971aa35e827c3d588b4296d0
02:56:41 [2022-08-22T02:56:41.640Z] #28 resolve docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 0.0s done
02:56:41 [2022-08-22T02:56:41.640Z] #28 sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 1.85kB / 1.85kB done
02:56:41 [2022-08-22T02:56:41.640Z] #28 sha256:ede74d90543e4dedd6662653de639d72e82640717f99041591dc9f34c186f0f9 529B / 529B done
02:56:41 [2022-08-22T02:56:41.640Z] #28 sha256:585393df054ae3733a18ba06108b2cee169be81198dde54e073526e856ff9a01 1.48kB / 1.48kB done
02:56:41 [2022-08-22T02:56:41.640Z] #28 sha256:114ba63dd73a866ac1bb59fe594dfd218f44ac9b4fa4b2c68499da5584fcfa9d 53.68MB / 53.68MB 2.1s done
02:56:41 [2022-08-22T02:56:41.640Z] #28 extracting sha256:114ba63dd73a866ac1bb59fe594dfd218f44ac9b4fa4b2c68499da5584fcfa9d
02:56:41 [2022-08-22T02:56:41.676Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 138.41MB / 141.86MB 4.8s
02:56:41 [2022-08-22T02:56:41.898Z] #28 ...
02:56:41 [2022-08-22T02:56:41.898Z] 
02:56:41 [2022-08-22T02:56:41.898Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:56:41 [2022-08-22T02:56:41.898Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
02:56:41 [2022-08-22T02:56:41.898Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
02:56:41 [2022-08-22T02:56:41.898Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
02:56:41 [2022-08-22T02:56:41.898Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
02:56:41 [2022-08-22T02:56:41.898Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
02:56:41 [2022-08-22T02:56:41.898Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done
02:56:41 [2022-08-22T02:56:41.898Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.3s done
02:56:41 [2022-08-22T02:56:41.898Z] #71 DONE 2.4s
02:56:41 [2022-08-22T02:56:41.898Z] 
02:56:41 [2022-08-22T02:56:41.898Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:41 [2022-08-22T02:56:41.898Z] #11 sha256:5d6d2c8505e6a6e39ff5a371e0949e4f6df355d723be36560ba0f1510561d32e
02:56:41 [2022-08-22T02:56:41.898Z] #11 sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a 1.86kB / 1.86kB done
02:56:41 [2022-08-22T02:56:41.898Z] #11 sha256:f180bbb5126909af4db3338726cd34bf68e524dcff3a30e7f1997b162f473101 1.80kB / 1.80kB done
02:56:41 [2022-08-22T02:56:41.898Z] #11 sha256:e7d3e55108ddcc2c6179f74c24bdb528a7652e1cbdc53f8d824eaaf9b3755e8b 7.12kB / 7.12kB done
02:56:41 [2022-08-22T02:56:41.898Z] #11 sha256:114ba63dd73a866ac1bb59fe594dfd218f44ac9b4fa4b2c68499da5584fcfa9d 53.68MB / 53.68MB 2.1s done
02:56:41 [2022-08-22T02:56:41.898Z] #11 sha256:a4ea641ee67989acdb6af3d8b9b984ecd751a2a83c3b7ce071542b31c9ac1304 3.55MB / 10.66MB 2.4s
02:56:41 [2022-08-22T02:56:41.898Z] #11 sha256:04e9e95aca686baf2f9b88f3822104381dc1cd0e2bd6dc105b7468059336dbab 6.29MB / 54.68MB 2.4s
02:56:41 [2022-08-22T02:56:41.898Z] #11 sha256:bc0b8a8acead4d7bf71c232054b2a0a8e08eb3e1e2cf46f9f3dba68723e88c85 5.15MB / 5.15MB 2.4s
02:56:42 [2022-08-22T02:56:42.155Z] #11 sha256:a4ea641ee67989acdb6af3d8b9b984ecd751a2a83c3b7ce071542b31c9ac1304 10.66MB / 10.66MB 2.6s
02:56:42 [2022-08-22T02:56:42.155Z] #11 sha256:04e9e95aca686baf2f9b88f3822104381dc1cd0e2bd6dc105b7468059336dbab 19.92MB / 54.68MB 2.6s
02:56:42 [2022-08-22T02:56:42.155Z] #11 sha256:04e9e95aca686baf2f9b88f3822104381dc1cd0e2bd6dc105b7468059336dbab 54.68MB / 54.68MB 2.8s
02:56:42 [2022-08-22T02:56:42.412Z] #11 sha256:bc0b8a8acead4d7bf71c232054b2a0a8e08eb3e1e2cf46f9f3dba68723e88c85 5.15MB / 5.15MB 2.7s done
02:56:42 [2022-08-22T02:56:42.668Z] #11 ...
02:56:42 [2022-08-22T02:56:42.668Z] 
02:56:42 [2022-08-22T02:56:42.668Z] #24 [internal] load build context
02:56:42 [2022-08-22T02:56:42.668Z] #24 sha256:1ab6fc2e812ea87ca1f7a0356a79595750343b4ba30844abd744c2deae635d98
02:56:42 [2022-08-22T02:56:42.668Z] #24 transferring context: 62.61MB 2.7s done
02:56:42 [2022-08-22T02:56:42.668Z] #24 DONE 3.3s
02:56:42 [2022-08-22T02:56:42.668Z] 
02:56:42 [2022-08-22T02:56:42.668Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:42 [2022-08-22T02:56:42.668Z] #11 sha256:5d6d2c8505e6a6e39ff5a371e0949e4f6df355d723be36560ba0f1510561d32e
02:56:42 [2022-08-22T02:56:42.668Z] #11 sha256:08bf97f348f4f995ce74ff00207e68e1198e1b694048c6b6572b3752f84ea020 0B / 81.12MB 3.2s
02:56:42 [2022-08-22T02:56:42.927Z] #11 sha256:08bf97f348f4f995ce74ff00207e68e1198e1b694048c6b6572b3752f84ea020 12.72MB / 81.12MB 3.3s
02:56:42 [2022-08-22T02:56:42.927Z] #11 sha256:08bf97f348f4f995ce74ff00207e68e1198e1b694048c6b6572b3752f84ea020 32.51MB / 81.12MB 3.5s
02:56:42 [2022-08-22T02:56:42.927Z] #11 sha256:08bf97f348f4f995ce74ff00207e68e1198e1b694048c6b6572b3752f84ea020 45.09MB / 81.12MB 3.6s
02:56:42 [2022-08-22T02:56:42.973Z] #31 5.962 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
02:56:42 [2022-08-22T02:56:42.973Z] #31 6.237 
02:56:42 [2022-08-22T02:56:42.973Z] #31 ...
02:56:42 [2022-08-22T02:56:42.973Z] 
02:56:42 [2022-08-22T02:56:42.973Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:42 [2022-08-22T02:56:42.973Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:42 [2022-08-22T02:56:42.973Z] #11 extracting sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 8.1s done
02:56:42 [2022-08-22T02:56:42.973Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 0.5s
02:56:43 [2022-08-22T02:56:43.184Z] #11 sha256:a4ea641ee67989acdb6af3d8b9b984ecd751a2a83c3b7ce071542b31c9ac1304 10.66MB / 10.66MB 3.6s done
02:56:43 [2022-08-22T02:56:43.184Z] #11 sha256:08bf97f348f4f995ce74ff00207e68e1198e1b694048c6b6572b3752f84ea020 56.62MB / 81.12MB 3.7s
02:56:43 [2022-08-22T02:56:43.440Z] #11 sha256:08bf97f348f4f995ce74ff00207e68e1198e1b694048c6b6572b3752f84ea020 66.06MB / 81.12MB 3.8s
02:56:43 [2022-08-22T02:56:43.440Z] #11 sha256:08bf97f348f4f995ce74ff00207e68e1198e1b694048c6b6572b3752f84ea020 78.96MB / 81.12MB 4.0s
02:56:44 [2022-08-22T02:56:44.200Z] #11 ...
02:56:44 [2022-08-22T02:56:44.200Z] 
02:56:44 [2022-08-22T02:56:44.200Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
02:56:44 [2022-08-22T02:56:44.200Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
02:56:44 [2022-08-22T02:56:44.200Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done
02:56:44 [2022-08-22T02:56:44.200Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
02:56:44 [2022-08-22T02:56:44.200Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
02:56:44 [2022-08-22T02:56:44.200Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
02:56:44 [2022-08-22T02:56:44.200Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s done
02:56:44 [2022-08-22T02:56:44.200Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.8s done
02:56:44 [2022-08-22T02:56:44.200Z] #73 DONE 7.3s
02:56:44 [2022-08-22T02:56:44.200Z] 
02:56:44 [2022-08-22T02:56:44.200Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:44 [2022-08-22T02:56:44.200Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:44 [2022-08-22T02:56:44.200Z] #11 sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 141.86MB / 141.86MB 7.0s done
02:56:44 [2022-08-22T02:56:44.200Z] #11 ...
02:56:44 [2022-08-22T02:56:44.200Z] 
02:56:44 [2022-08-22T02:56:44.200Z] #24 [internal] load build context
02:56:44 [2022-08-22T02:56:44.200Z] #24 sha256:e8838f631fd5a342f6f3089f024d921db8fec10ce3d2a0b69e122b87e92d324c
02:56:44 [2022-08-22T02:56:44.200Z] #24 transferring context: 62.60MB 5.7s done
02:56:44 [2022-08-22T02:56:44.200Z] #24 DONE 7.4s
02:56:44 [2022-08-22T02:56:44.200Z] 
02:56:44 [2022-08-22T02:56:44.200Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
02:56:44 [2022-08-22T02:56:44.200Z] #28 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163
02:56:44 [2022-08-22T02:56:44.200Z] #28 sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 55.00MB / 55.00MB 2.1s done
02:56:44 [2022-08-22T02:56:44.200Z] #28 ...
02:56:44 [2022-08-22T02:56:44.200Z] 
02:56:44 [2022-08-22T02:56:44.200Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
02:56:44 [2022-08-22T02:56:44.200Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
02:56:44 [2022-08-22T02:56:44.769Z] #72 DONE 0.7s
02:56:44 [2022-08-22T02:56:44.769Z] 
02:56:44 [2022-08-22T02:56:44.769Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
02:56:44 [2022-08-22T02:56:44.769Z] #28 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163
02:56:44 [2022-08-22T02:56:44.769Z] #28 DONE 8.2s
02:56:44 [2022-08-22T02:56:44.769Z] 
02:56:44 [2022-08-22T02:56:44.769Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
02:56:44 [2022-08-22T02:56:44.769Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
02:56:44 [2022-08-22T02:56:44.806Z] #11 extracting sha256:bc0b8a8acead4d7bf71c232054b2a0a8e08eb3e1e2cf46f9f3dba68723e88c85
02:56:45 [2022-08-22T02:56:45.062Z] #11 extracting sha256:bc0b8a8acead4d7bf71c232054b2a0a8e08eb3e1e2cf46f9f3dba68723e88c85 0.2s done
02:56:45 [2022-08-22T02:56:45.243Z] #11 ...
02:56:45 [2022-08-22T02:56:45.243Z] 
02:56:45 [2022-08-22T02:56:45.243Z] #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
02:56:45 [2022-08-22T02:56:45.243Z] #31 sha256:03272806315127e267cb8f0c3ec3e5ca2fc1fdc3c6342c8d853592e431404714
02:56:45 [2022-08-22T02:56:45.243Z] #31 2.083 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
02:56:45 [2022-08-22T02:56:45.243Z] #31 2.470 
02:56:45 [2022-08-22T02:56:45.243Z] #31 2.700 #=#=#                                                                         

######################################################################## 100.0%
02:56:45 [2022-08-22T02:56:45.243Z] #31 3.037 
02:56:45 [2022-08-22T02:56:45.243Z] #31 4.110 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
02:56:45 [2022-08-22T02:56:45.243Z] #31 4.415 
02:56:45 [2022-08-22T02:56:45.243Z] #31 4.651 #=#=#                                                                         

######################################################################## 100.0%
02:56:45 [2022-08-22T02:56:45.243Z] #31 4.957 
02:56:45 [2022-08-22T02:56:45.243Z] #31 6.011 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
02:56:45 [2022-08-22T02:56:45.243Z] #31 6.372 
02:56:45 [2022-08-22T02:56:45.243Z] #31 6.608 #=#=#                                                                         

#######                                                                   10.2%
##########################################                                59.4%
#################################################################         91.4%
######################################################################## 100.0%
02:56:45 [2022-08-22T02:56:45.243Z] #31 7.166 
02:56:45 [2022-08-22T02:56:45.243Z] #31 8.118 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
02:56:45 [2022-08-22T02:56:45.243Z] #31 8.489 
02:56:45 [2022-08-22T02:56:45.243Z] #31 8.727 #=#=#                                                                         

######################################################################## 100.0%
02:56:45 [2022-08-22T02:56:45.244Z] #31 9.016 
02:56:45 [2022-08-22T02:56:45.244Z] #31 9.777 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
02:56:45 [2022-08-22T02:56:45.244Z] #31 10.07 
02:56:45 [2022-08-22T02:56:45.244Z] #31 ...
02:56:45 [2022-08-22T02:56:45.244Z] 
02:56:45 [2022-08-22T02:56:45.244Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:45 [2022-08-22T02:56:45.244Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:45 [2022-08-22T02:56:45.244Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 5.1s
02:56:45 [2022-08-22T02:56:45.318Z] #11 sha256:04e9e95aca686baf2f9b88f3822104381dc1cd0e2bd6dc105b7468059336dbab 54.68MB / 54.68MB 5.5s done
02:56:45 [2022-08-22T02:56:45.319Z] #11 sha256:9d3db10031ae656aaf88a1f6b69935b496c4f700ea3758f49d279550c4d18c9a 125B / 125B 5.9s
02:56:45 [2022-08-22T02:56:45.575Z] #11 extracting sha256:a4ea641ee67989acdb6af3d8b9b984ecd751a2a83c3b7ce071542b31c9ac1304 0.1s
02:56:45 [2022-08-22T02:56:45.704Z] #74 DONE 0.7s
02:56:45 [2022-08-22T02:56:45.704Z] 
02:56:45 [2022-08-22T02:56:45.704Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:45 [2022-08-22T02:56:45.704Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:45 [2022-08-22T02:56:45.704Z] #11 extracting sha256:001c52e26ad57e3b25b439ee0052f6692e5c0f2d5d982a00a8819ace5e521452 5.2s done
02:56:45 [2022-08-22T02:56:45.704Z] #11 extracting sha256:d9d4b9b6e964657da49910b495173d6c4f0d9bc47b3b44273cf82fd32723d165 0.3s done
02:56:45 [2022-08-22T02:56:45.704Z] #11 extracting sha256:2068746827ec1b043b571e4788693eab7e9b2a95301176512791f8c317a2816a 0.6s done
02:56:45 [2022-08-22T02:56:45.704Z] #11 extracting sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6
02:56:45 [2022-08-22T02:56:45.832Z] #11 extracting sha256:a4ea641ee67989acdb6af3d8b9b984ecd751a2a83c3b7ce071542b31c9ac1304 0.2s done
02:56:46 [2022-08-22T02:56:46.765Z] #11 extracting sha256:04e9e95aca686baf2f9b88f3822104381dc1cd0e2bd6dc105b7468059336dbab
02:56:47 [2022-08-22T02:56:47.021Z] #11 sha256:08bf97f348f4f995ce74ff00207e68e1198e1b694048c6b6572b3752f84ea020 81.12MB / 81.12MB 7.4s done
02:56:47 [2022-08-22T02:56:47.021Z] #11 sha256:ac97dc1cb6a49d5bc224f33af974254b55e91216d857fc90497a6184175fedc9 0B / 108.99MB 7.6s
02:56:47 [2022-08-22T02:56:47.277Z] #11 sha256:9d3db10031ae656aaf88a1f6b69935b496c4f700ea3758f49d279550c4d18c9a 125B / 125B 7.5s done
02:56:47 [2022-08-22T02:56:47.277Z] #11 sha256:ac97dc1cb6a49d5bc224f33af974254b55e91216d857fc90497a6184175fedc9 6.29MB / 108.99MB 7.7s
02:56:47 [2022-08-22T02:56:47.277Z] #11 sha256:ac97dc1cb6a49d5bc224f33af974254b55e91216d857fc90497a6184175fedc9 16.78MB / 108.99MB 7.8s
02:56:47 [2022-08-22T02:56:47.533Z] #11 sha256:ac97dc1cb6a49d5bc224f33af974254b55e91216d857fc90497a6184175fedc9 32.51MB / 108.99MB 7.9s
02:56:47 [2022-08-22T02:56:47.533Z] #11 sha256:ac97dc1cb6a49d5bc224f33af974254b55e91216d857fc90497a6184175fedc9 50.33MB / 108.99MB 8.2s
02:56:47 [2022-08-22T02:56:47.768Z] #11 ...
02:56:47 [2022-08-22T02:56:47.768Z] 
02:56:47 [2022-08-22T02:56:47.768Z] #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
02:56:47 [2022-08-22T02:56:47.768Z] #31 sha256:03272806315127e267cb8f0c3ec3e5ca2fc1fdc3c6342c8d853592e431404714
02:56:47 [2022-08-22T02:56:47.768Z] #31 10.29 #=#=#                                                                         

######################################################################## 100.0%
02:56:47 [2022-08-22T02:56:47.768Z] #31 10.59 
02:56:47 [2022-08-22T02:56:47.768Z] #31 10.70 Download of images into '/build' complete.
02:56:47 [2022-08-22T02:56:47.768Z] #31 10.70 Use something like the following to load the result into a Docker daemon:
02:56:47 [2022-08-22T02:56:47.768Z] #31 10.70   tar -cC '/build' . | docker load
02:56:47 [2022-08-22T02:56:47.768Z] #31 DONE 12.9s
02:56:47 [2022-08-22T02:56:47.768Z] 
02:56:47 [2022-08-22T02:56:47.768Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:47 [2022-08-22T02:56:47.768Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:47 [2022-08-22T02:56:47.790Z] #11 ...
02:56:47 [2022-08-22T02:56:47.790Z] 
02:56:47 [2022-08-22T02:56:47.790Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
02:56:47 [2022-08-22T02:56:47.790Z] #28 sha256:9ba39cb572c0a44d7873dd23b4ec5e5ffc028915971aa35e827c3d588b4296d0
02:56:47 [2022-08-22T02:56:47.790Z] #28 extracting sha256:114ba63dd73a866ac1bb59fe594dfd218f44ac9b4fa4b2c68499da5584fcfa9d 2.4s done
02:56:47 [2022-08-22T02:56:47.790Z] #28 DONE 8.4s
02:56:47 [2022-08-22T02:56:47.790Z] 
02:56:47 [2022-08-22T02:56:47.790Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:47 [2022-08-22T02:56:47.790Z] #11 sha256:5d6d2c8505e6a6e39ff5a371e0949e4f6df355d723be36560ba0f1510561d32e
02:56:47 [2022-08-22T02:56:47.790Z] #11 sha256:ac97dc1cb6a49d5bc224f33af974254b55e91216d857fc90497a6184175fedc9 59.80MB / 108.99MB 8.3s
02:56:48 [2022-08-22T02:56:48.077Z] #11 sha256:ac97dc1cb6a49d5bc224f33af974254b55e91216d857fc90497a6184175fedc9 96.47MB / 108.99MB 8.6s
02:56:48 [2022-08-22T02:56:48.252Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 5.5s
02:56:48 [2022-08-22T02:56:48.333Z] #11 sha256:ac97dc1cb6a49d5bc224f33af974254b55e91216d857fc90497a6184175fedc9 108.99MB / 108.99MB 8.9s
02:56:49 [2022-08-22T02:56:49.699Z] #11 extracting sha256:04e9e95aca686baf2f9b88f3822104381dc1cd0e2bd6dc105b7468059336dbab 2.4s done
02:56:49 [2022-08-22T02:56:49.956Z] #11 extracting sha256:08bf97f348f4f995ce74ff00207e68e1198e1b694048c6b6572b3752f84ea020
02:56:50 [2022-08-22T02:56:50.161Z] #11 ...
02:56:50 [2022-08-22T02:56:50.161Z] 
02:56:50 [2022-08-22T02:56:50.161Z] #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
02:56:50 [2022-08-22T02:56:50.161Z] #31 sha256:2a8fa67c9eed62bb14c52bfc79c3bed51a3ee8a29aadcc873c98d72a7fc974b3
02:56:50 [2022-08-22T02:56:50.161Z] #31 6.472 #=#=#                                                                         

##################                                                        26.2%
##########################################                                58.4%
#################################################################         90.3%
######################################################################## 100.0%
02:56:50 [2022-08-22T02:56:50.161Z] #31 7.067 
02:56:50 [2022-08-22T02:56:50.161Z] #31 8.087 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
02:56:50 [2022-08-22T02:56:50.161Z] #31 8.422 
02:56:50 [2022-08-22T02:56:50.161Z] #31 8.670 #=#=#                                                                         

######################################################################## 100.0%
02:56:50 [2022-08-22T02:56:50.161Z] #31 8.930 
02:56:50 [2022-08-22T02:56:50.161Z] #31 9.671 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
02:56:50 [2022-08-22T02:56:50.161Z] #31 10.01 
02:56:50 [2022-08-22T02:56:50.161Z] #31 10.24 #=#=#                                                                         

######################################################################## 100.0%
02:56:50 [2022-08-22T02:56:50.161Z] #31 10.54 
02:56:50 [2022-08-22T02:56:50.161Z] #31 10.65 Download of images into '/build' complete.
02:56:50 [2022-08-22T02:56:50.161Z] #31 10.65 Use something like the following to load the result into a Docker daemon:
02:56:50 [2022-08-22T02:56:50.161Z] #31 10.65   tar -cC '/build' . | docker load
02:56:50 [2022-08-22T02:56:50.161Z] #31 DONE 13.1s
02:56:50 [2022-08-22T02:56:50.161Z] 
02:56:50 [2022-08-22T02:56:50.161Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:50 [2022-08-22T02:56:50.161Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:50 [2022-08-22T02:56:50.292Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 10.2s
02:56:50 [2022-08-22T02:56:50.886Z] #11 sha256:ac97dc1cb6a49d5bc224f33af974254b55e91216d857fc90497a6184175fedc9 108.99MB / 108.99MB 11.1s done
02:56:50 [2022-08-22T02:56:50.959Z] #11 extracting sha256:9daef329d35093868ef75ac8b7c6eb407fa53abbcb3a264c218c2ec7bca716e6 4.5s done
02:56:50 [2022-08-22T02:56:50.959Z] #11 extracting sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702
02:56:52 [2022-08-22T02:56:52.814Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 12.9s done
02:56:52 [2022-08-22T02:56:52.857Z] #11 ...
02:56:52 [2022-08-22T02:56:52.857Z] 
02:56:52 [2022-08-22T02:56:52.857Z] #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
02:56:52 [2022-08-22T02:56:52.857Z] #29 sha256:601c99527caa13aa55a51f6b29a631a12feecea5c86d74d8a96abc8e7e0c3ed4
02:56:52 [2022-08-22T02:56:52.857Z] #29 1.122 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 1.136 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 1.136 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 1.297 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 1.509 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 1.663 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:56:52 [2022-08-22T02:56:52.857Z] #29 3.104 Fetched 8571 kB in 2s (3818 kB/s)
02:56:52 [2022-08-22T02:56:52.857Z] #29 3.104 Reading package lists...
02:56:52 [2022-08-22T02:56:52.857Z] #29 3.886 Reading package lists...
02:56:52 [2022-08-22T02:56:52.857Z] #29 4.690 Building dependency tree...
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.002 The following additional packages will be installed:
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.002   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.003   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.004 Recommended packages:
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.004   libldap-common publicsuffix libsasl2-modules
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.172 The following NEW packages will be installed:
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.172   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.173   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.173   libssh2-1 openssl
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.459 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded.
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.459 Need to get 3047 kB of archives.
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.459 After this operation, 6661 kB of additional disk space will be used.
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.459 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.467 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.469 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.473 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.482 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.482 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.483 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.502 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.502 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.502 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.505 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u2 [345 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.510 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u2 [270 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.519 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.530 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.533 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.715 debconf: delaying package configuration, since apt-utils is not installed
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.740 Fetched 3047 kB in 0s (8428 kB/s)
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.762 Selecting previously unselected package openssl.
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.762 (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.)
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.770 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.774 Unpacking openssl (1.1.1n-0+deb11u3) ...
02:56:52 [2022-08-22T02:56:52.857Z] #29 5.911 Selecting previously unselected package ca-certificates.
02:56:52 [2022-08-22T02:56:52.858Z] #29 5.911 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 5.915 Unpacking ca-certificates (20210119) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 5.989 Selecting previously unselected package libbrotli1:amd64.
02:56:52 [2022-08-22T02:56:52.858Z] #29 5.990 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 5.997 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.063 Selecting previously unselected package libsasl2-modules-db:amd64.
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.064 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.071 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.107 Selecting previously unselected package libsasl2-2:amd64.
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.107 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.111 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.155 Selecting previously unselected package libldap-2.4-2:amd64.
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.155 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.158 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.244 Selecting previously unselected package libnghttp2-14:amd64.
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.245 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.249 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.307 Selecting previously unselected package libpsl5:amd64.
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.307 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.316 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.358 Selecting previously unselected package librtmp1:amd64.
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.362 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.363 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.418 Selecting previously unselected package libssh2-1:amd64.
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.418 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.423 Unpacking libssh2-1:amd64 (1.9.0-2) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.525 Selecting previously unselected package libcurl4:amd64.
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.525 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u2_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.530 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.602 Selecting previously unselected package curl.
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.602 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u2_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.612 Unpacking curl (7.74.0-1.3+deb11u2) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.670 Selecting previously unselected package libonig5:amd64.
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.670 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.675 Unpacking libonig5:amd64 (6.9.6-1.1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.751 Selecting previously unselected package libjq1:amd64.
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.751 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.755 Unpacking libjq1:amd64 (1.6-2.1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.809 Selecting previously unselected package jq.
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.809 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.816 Unpacking jq (1.6-2.1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.853 Setting up libpsl5:amd64 (0.21.0-1.2) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.866 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.925 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.939 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.950 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.963 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.974 Setting up libssh2-1:amd64 (1.9.0-2) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.983 Setting up openssl (1.1.1n-0+deb11u3) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 6.999 Setting up libonig5:amd64 (6.9.6-1.1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 7.009 Setting up libjq1:amd64 (1.6-2.1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 7.020 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 7.030 Setting up ca-certificates (20210119) ...
02:56:52 [2022-08-22T02:56:52.858Z] #29 7.550 Updating certificates in /etc/ssl/certs...
02:56:52 [2022-08-22T02:56:52.858Z] #29 ...
02:56:52 [2022-08-22T02:56:52.858Z] 
02:56:52 [2022-08-22T02:56:52.858Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:52 [2022-08-22T02:56:52.858Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:53 [2022-08-22T02:56:53.071Z] #11 extracting sha256:f3efab82b0e6781916704657c07fcd27f758c051a79c51966805759586275493 done
02:56:53 [2022-08-22T02:56:53.071Z] #11 DONE 46.5s
02:56:53 [2022-08-22T02:56:53.332Z] 
02:56:53 [2022-08-22T02:56:53.332Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
02:56:53 [2022-08-22T02:56:53.332Z] #12 sha256:fc1f9c6523b63e31cd6290c947a9bf9ef1e8accbd2728936630c3d6006fbceb7
02:56:53 [2022-08-22T02:56:53.419Z] #19 68.31 Reading package lists...
02:56:53 [2022-08-22T02:56:53.419Z] #19 ...
02:56:53 [2022-08-22T02:56:53.419Z] 
02:56:53 [2022-08-22T02:56:53.419Z] #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
02:56:53 [2022-08-22T02:56:53.419Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:56:53 [2022-08-22T02:56:53.419Z] #84 37.25 aclocal: warning: couldn't open directory 'm4': No such file or directory
02:56:53 [2022-08-22T02:56:53.527Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 10.7s
02:56:54 [2022-08-22T02:56:54.154Z] #11 extracting sha256:08bf97f348f4f995ce74ff00207e68e1198e1b694048c6b6572b3752f84ea020 3.5s done
02:56:54 [2022-08-22T02:56:54.154Z] #11 extracting sha256:ac97dc1cb6a49d5bc224f33af974254b55e91216d857fc90497a6184175fedc9
02:56:54 [2022-08-22T02:56:54.715Z] #11 ...
02:56:54 [2022-08-22T02:56:54.715Z] 
02:56:54 [2022-08-22T02:56:54.715Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
02:56:54 [2022-08-22T02:56:54.715Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
02:56:54 [2022-08-22T02:56:54.715Z] #72 DONE 2.3s
02:56:54 [2022-08-22T02:56:54.715Z] 
02:56:54 [2022-08-22T02:56:54.715Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:54 [2022-08-22T02:56:54.715Z] #11 sha256:5d6d2c8505e6a6e39ff5a371e0949e4f6df355d723be36560ba0f1510561d32e
02:56:54 [2022-08-22T02:56:54.715Z] #11 ...
02:56:54 [2022-08-22T02:56:54.715Z] 
02:56:54 [2022-08-22T02:56:54.715Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
02:56:54 [2022-08-22T02:56:54.715Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
02:56:54 [2022-08-22T02:56:54.757Z] #11 extracting sha256:1c28274a8e7c4c48dd6843a6c33a0192271cfc7ef94f059ef7d70c4b60da6702 4.2s done
02:56:55 [2022-08-22T02:56:55.319Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6
02:56:55 [2022-08-22T02:56:55.576Z] #11 ...
02:56:55 [2022-08-22T02:56:55.576Z] 
02:56:55 [2022-08-22T02:56:55.576Z] #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
02:56:55 [2022-08-22T02:56:55.576Z] #29 sha256:601c99527caa13aa55a51f6b29a631a12feecea5c86d74d8a96abc8e7e0c3ed4
02:56:55 [2022-08-22T02:56:55.576Z] #29 8.234 129 added, 0 removed; done.
02:56:55 [2022-08-22T02:56:55.576Z] #29 8.288 Setting up jq (1.6-2.1) ...
02:56:55 [2022-08-22T02:56:55.576Z] #29 8.300 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
02:56:55 [2022-08-22T02:56:55.576Z] #29 8.311 Setting up curl (7.74.0-1.3+deb11u2) ...
02:56:55 [2022-08-22T02:56:55.576Z] #29 8.321 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:56:55 [2022-08-22T02:56:55.576Z] #29 8.340 Processing triggers for ca-certificates (20210119) ...
02:56:55 [2022-08-22T02:56:55.576Z] #29 8.349 Updating certificates in /etc/ssl/certs...
02:56:55 [2022-08-22T02:56:55.576Z] #29 8.914 0 added, 0 removed; done.
02:56:55 [2022-08-22T02:56:55.576Z] #29 8.914 Running hooks in /etc/ca-certificates/update.d...
02:56:55 [2022-08-22T02:56:55.576Z] #29 8.915 done.
02:56:55 [2022-08-22T02:56:55.576Z] #29 DONE 10.6s
02:56:55 [2022-08-22T02:56:55.576Z] 
02:56:55 [2022-08-22T02:56:55.576Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:55 [2022-08-22T02:56:55.576Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:55 [2022-08-22T02:56:55.834Z] #11 ...
02:56:55 [2022-08-22T02:56:55.834Z] 
02:56:55 [2022-08-22T02:56:55.834Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
02:56:55 [2022-08-22T02:56:55.834Z] #30 sha256:aab82d790d008b21070ca264ac1404cd8a1b07c41e17c54a0238f888c49f3952
02:56:55 [2022-08-22T02:56:55.834Z] #30 DONE 0.3s
02:56:55 [2022-08-22T02:56:55.834Z] 
02:56:55 [2022-08-22T02:56:55.834Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:55 [2022-08-22T02:56:55.834Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e
02:56:56 [2022-08-22T02:56:56.092Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 13.3s done
02:56:56 [2022-08-22T02:56:56.351Z] #11 extracting sha256:f3efab82b0e6781916704657c07fcd27f758c051a79c51966805759586275493 done
02:56:56 [2022-08-22T02:56:56.610Z] #11 DONE 48.3s
02:56:56 [2022-08-22T02:56:56.610Z] 
02:56:56 [2022-08-22T02:56:56.610Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
02:56:56 [2022-08-22T02:56:56.610Z] #12 sha256:fc1f9c6523b63e31cd6290c947a9bf9ef1e8accbd2728936630c3d6006fbceb7
02:56:57 [2022-08-22T02:56:57.549Z] #12 DONE 0.8s
02:56:57 [2022-08-22T02:56:57.549Z] 
02:56:57 [2022-08-22T02:56:57.549Z] #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
02:56:57 [2022-08-22T02:56:57.549Z] #13 sha256:02df85f6f55037f38d4b8512b732964b6b0038a617afb265c78cc0b9daa000f6
02:56:57 [2022-08-22T02:56:57.604Z] #12 DONE 3.7s
02:56:57 [2022-08-22T02:56:57.604Z] 
02:56:57 [2022-08-22T02:56:57.604Z] #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
02:56:57 [2022-08-22T02:56:57.604Z] #13 sha256:02df85f6f55037f38d4b8512b732964b6b0038a617afb265c78cc0b9daa000f6
02:56:57 [2022-08-22T02:56:57.985Z] #74 DONE 2.7s
02:56:57 [2022-08-22T02:56:57.985Z] 
02:56:57 [2022-08-22T02:56:57.985Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:57 [2022-08-22T02:56:57.985Z] #11 sha256:5d6d2c8505e6a6e39ff5a371e0949e4f6df355d723be36560ba0f1510561d32e
02:56:57 [2022-08-22T02:56:57.985Z] #11 ...
02:56:57 [2022-08-22T02:56:57.985Z] 
02:56:57 [2022-08-22T02:56:57.985Z] #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
02:56:57 [2022-08-22T02:56:57.985Z] #29 sha256:22964e96082ae912ff5117150cf07c5471929036c761c019294b342782e4e250
02:56:57 [2022-08-22T02:56:57.985Z] #29 1.639 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 1.685 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 1.754 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 1.824 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 2.530 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 2.576 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
02:56:57 [2022-08-22T02:56:57.985Z] #29 3.567 Fetched 8458 kB in 2s (3869 kB/s)
02:56:57 [2022-08-22T02:56:57.985Z] #29 3.567 Reading package lists...
02:56:57 [2022-08-22T02:56:57.985Z] #29 4.106 Reading package lists...
02:56:57 [2022-08-22T02:56:57.985Z] #29 4.646 Building dependency tree...
02:56:57 [2022-08-22T02:56:57.985Z] #29 4.982 The following additional packages will be installed:
02:56:57 [2022-08-22T02:56:57.985Z] #29 4.982   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
02:56:57 [2022-08-22T02:56:57.985Z] #29 4.982   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
02:56:57 [2022-08-22T02:56:57.985Z] #29 4.982 Recommended packages:
02:56:57 [2022-08-22T02:56:57.985Z] #29 4.982   libldap-common publicsuffix libsasl2-modules
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.102 The following NEW packages will be installed:
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.102   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.102   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.102   libssh2-1 openssl
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.371 0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded.
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.371 Need to get 2942 kB of archives.
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.371 After this operation, 6482 kB of additional disk space will be used.
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.371 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.400 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.415 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.456 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.458 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.470 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.495 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.507 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.515 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.519 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.550 Get:11 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u2 [325 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.583 Get:12 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u2 [264 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.597 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.608 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.620 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.948 debconf: delaying package configuration, since apt-utils is not installed
02:56:57 [2022-08-22T02:56:57.985Z] #29 5.979 Fetched 2942 kB in 1s (5602 kB/s)
02:56:57 [2022-08-22T02:56:57.985Z] #29 6.497 Selecting previously unselected package openssl.
02:56:57 [2022-08-22T02:56:57.985Z] #29 6.497 (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.)
02:56:57 [2022-08-22T02:56:57.985Z] #29 6.497 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 6.622 Unpacking openssl (1.1.1n-0+deb11u3) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 6.786 Selecting previously unselected package ca-certificates.
02:56:57 [2022-08-22T02:56:57.985Z] #29 6.787 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 6.791 Unpacking ca-certificates (20210119) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 6.922 Selecting previously unselected package libbrotli1:arm64.
02:56:57 [2022-08-22T02:56:57.985Z] #29 6.923 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 7.019 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 7.195 Selecting previously unselected package libsasl2-modules-db:arm64.
02:56:57 [2022-08-22T02:56:57.985Z] #29 7.195 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 7.204 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 7.518 Selecting previously unselected package libsasl2-2:arm64.
02:56:57 [2022-08-22T02:56:57.985Z] #29 7.518 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 7.575 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 8.017 Selecting previously unselected package libldap-2.4-2:arm64.
02:56:57 [2022-08-22T02:56:57.985Z] #29 8.019 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 8.093 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 8.346 Selecting previously unselected package libnghttp2-14:arm64.
02:56:57 [2022-08-22T02:56:57.985Z] #29 8.347 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 8.364 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 8.897 Selecting previously unselected package libpsl5:arm64.
02:56:57 [2022-08-22T02:56:57.985Z] #29 8.899 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 8.903 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 8.948 Selecting previously unselected package librtmp1:arm64.
02:56:57 [2022-08-22T02:56:57.985Z] #29 8.948 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 8.952 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.006 Selecting previously unselected package libssh2-1:arm64.
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.006 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.006 Unpacking libssh2-1:arm64 (1.9.0-2) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.272 Selecting previously unselected package libcurl4:arm64.
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.272 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u2_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.286 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u2) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.456 Selecting previously unselected package curl.
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.457 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u2_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.470 Unpacking curl (7.74.0-1.3+deb11u2) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.539 Selecting previously unselected package libonig5:arm64.
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.539 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.550 Unpacking libonig5:arm64 (6.9.6-1.1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.621 Selecting previously unselected package libjq1:arm64.
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.621 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.625 Unpacking libjq1:arm64 (1.6-2.1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.674 Selecting previously unselected package jq.
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.674 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.682 Unpacking jq (1.6-2.1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.794 Setting up libpsl5:arm64 (0.21.0-1.2) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.806 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.819 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.834 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.841 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.856 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.941 Setting up libssh2-1:arm64 (1.9.0-2) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.956 Setting up openssl (1.1.1n-0+deb11u3) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.973 Setting up libonig5:arm64 (6.9.6-1.1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 9.989 Setting up libjq1:arm64 (1.6-2.1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 10.01 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
02:56:57 [2022-08-22T02:56:57.985Z] #29 10.02 Setting up ca-certificates (20210119) ...
02:56:58 [2022-08-22T02:56:58.124Z] #13 DONE 0.5s
02:56:58 [2022-08-22T02:56:58.125Z] 
02:56:58 [2022-08-22T02:56:58.125Z] #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
02:56:58 [2022-08-22T02:56:58.125Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:56:58 [2022-08-22T02:56:58.125Z] #42 ...
02:56:58 [2022-08-22T02:56:58.125Z] 
02:56:58 [2022-08-22T02:56:58.125Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
02:56:58 [2022-08-22T02:56:58.125Z] #46 sha256:204f13c2ebd5f8cf12661cec9fb153ac610aee1fee87cef4ff4fdc3075d6a0dc
02:56:58 [2022-08-22T02:56:58.125Z] #46 DONE 0.2s
02:56:58 [2022-08-22T02:56:58.125Z] 
02:56:58 [2022-08-22T02:56:58.125Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
02:56:58 [2022-08-22T02:56:58.125Z] #33 sha256:ea61007e71da38551d3dc16a23be5958ed650772f19a0ab118fe57e63b053cc9
02:56:58 [2022-08-22T02:56:58.125Z] #33 DONE 0.2s
02:56:58 [2022-08-22T02:56:58.125Z] 
02:56:58 [2022-08-22T02:56:58.125Z] #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
02:56:58 [2022-08-22T02:56:58.125Z] #50 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5
02:56:58 [2022-08-22T02:56:58.125Z] #50 DONE 0.2s
02:56:58 [2022-08-22T02:56:58.125Z] 
02:56:58 [2022-08-22T02:56:58.125Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
02:56:58 [2022-08-22T02:56:58.125Z] #66 sha256:b70e4ef21327d3a50da59fff12b2bb732065f78fb7a68ffa4ac1413dcc09bc9c
02:56:58 [2022-08-22T02:56:58.125Z] #66 DONE 0.3s
02:56:58 [2022-08-22T02:56:58.125Z] 
02:56:58 [2022-08-22T02:56:58.125Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
02:56:58 [2022-08-22T02:56:58.125Z] #25 sha256:15d6b1b2641147027e66778c478630b8a22dfb0634bb6ad5659a8e6b831f1a24
02:56:58 [2022-08-22T02:56:58.125Z] #25 DONE 0.3s
02:56:58 [2022-08-22T02:56:58.125Z] 
02:56:58 [2022-08-22T02:56:58.125Z] #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
02:56:58 [2022-08-22T02:56:58.125Z] #26 sha256:203d0931fa403997d3c962f1f3c517265e89b8c87d0e357977b48503a67bbc2d
02:56:58 [2022-08-22T02:56:58.248Z] #29 ...
02:56:58 [2022-08-22T02:56:58.248Z] 
02:56:58 [2022-08-22T02:56:58.248Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a
02:56:58 [2022-08-22T02:56:58.248Z] #11 sha256:5d6d2c8505e6a6e39ff5a371e0949e4f6df355d723be36560ba0f1510561d32e
02:56:59 [2022-08-22T02:56:59.495Z] #13 DONE 2.7s
02:56:59 [2022-08-22T02:56:59.625Z] #11 extracting sha256:ac97dc1cb6a49d5bc224f33af974254b55e91216d857fc90497a6184175fedc9 5.4s done
02:56:59 [2022-08-22T02:56:59.751Z] 
02:56:59 [2022-08-22T02:56:59.751Z] #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
02:56:59 [2022-08-22T02:56:59.751Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:56:59 [2022-08-22T02:56:59.883Z] #11 extracting sha256:9d3db10031ae656aaf88a1f6b69935b496c4f700ea3758f49d279550c4d18c9a done
02:56:59 [2022-08-22T02:56:59.883Z] #11 DONE 20.4s
02:56:59 [2022-08-22T02:56:59.883Z] 
02:56:59 [2022-08-22T02:56:59.883Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
02:56:59 [2022-08-22T02:56:59.883Z] #12 sha256:bbd7c79ba8f998364c663d0fa204bb0e8ac615a82d7732798556439b1da561b7
02:57:00 [2022-08-22T02:57:00.453Z] #12 DONE 0.6s
02:57:00 [2022-08-22T02:57:00.453Z] 
02:57:00 [2022-08-22T02:57:00.453Z] #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
02:57:00 [2022-08-22T02:57:00.453Z] #29 sha256:22964e96082ae912ff5117150cf07c5471929036c761c019294b342782e4e250
02:57:00 [2022-08-22T02:57:00.453Z] #29 10.74 Updating certificates in /etc/ssl/certs...
02:57:00 [2022-08-22T02:57:00.453Z] #29 11.60 129 added, 0 removed; done.
02:57:00 [2022-08-22T02:57:00.453Z] #29 11.72 Setting up jq (1.6-2.1) ...
02:57:00 [2022-08-22T02:57:00.453Z] #29 11.74 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u2) ...
02:57:00 [2022-08-22T02:57:00.453Z] #29 11.75 Setting up curl (7.74.0-1.3+deb11u2) ...
02:57:00 [2022-08-22T02:57:00.453Z] #29 11.76 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:57:00 [2022-08-22T02:57:00.453Z] #29 11.79 Processing triggers for ca-certificates (20210119) ...
02:57:00 [2022-08-22T02:57:00.453Z] #29 11.80 Updating certificates in /etc/ssl/certs...
02:57:00 [2022-08-22T02:57:00.453Z] #29 12.51 0 added, 0 removed; done.
02:57:00 [2022-08-22T02:57:00.453Z] #29 12.51 Running hooks in /etc/ca-certificates/update.d...
02:57:00 [2022-08-22T02:57:00.453Z] #29 12.52 done.
02:57:00 [2022-08-22T02:57:00.453Z] #29 DONE 12.6s
02:57:00 [2022-08-22T02:57:00.453Z] 
02:57:00 [2022-08-22T02:57:00.453Z] #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
02:57:00 [2022-08-22T02:57:00.453Z] #13 sha256:8c34d0ad3df4c12b11dd32703c9eb3b8985fcf362601d7dacf42ebcf39dc15ab
02:57:00 [2022-08-22T02:57:00.718Z] #13 ...
02:57:00 [2022-08-22T02:57:00.718Z] 
02:57:00 [2022-08-22T02:57:00.718Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
02:57:00 [2022-08-22T02:57:00.718Z] #30 sha256:9fcae05cdf9ef83dd94ea643df0c5dc5eb1205dfa2bf433fe0d769eb077a2a66
02:57:00 [2022-08-22T02:57:00.718Z] #30 DONE 0.1s
02:57:00 [2022-08-22T02:57:00.718Z] 
02:57:00 [2022-08-22T02:57:00.718Z] #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
02:57:00 [2022-08-22T02:57:00.718Z] #31 sha256:07c81d05a4a032d49bc334755240e3eebbe0ce2979551dd1005c7445f4747c68
02:57:01 [2022-08-22T02:57:01.088Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 5.0s
02:57:01 [2022-08-22T02:57:01.116Z] #36 ...
02:57:01 [2022-08-22T02:57:01.116Z] 
02:57:01 [2022-08-22T02:57:01.116Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
02:57:01 [2022-08-22T02:57:01.116Z] #33 sha256:ea61007e71da38551d3dc16a23be5958ed650772f19a0ab118fe57e63b053cc9
02:57:01 [2022-08-22T02:57:01.116Z] #33 DONE 1.3s
02:57:01 [2022-08-22T02:57:01.283Z] #31 ...
02:57:01 [2022-08-22T02:57:01.283Z] 
02:57:01 [2022-08-22T02:57:01.283Z] #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
02:57:01 [2022-08-22T02:57:01.283Z] #13 sha256:8c34d0ad3df4c12b11dd32703c9eb3b8985fcf362601d7dacf42ebcf39dc15ab
02:57:01 [2022-08-22T02:57:01.283Z] #13 DONE 0.6s
02:57:01 [2022-08-22T02:57:01.283Z] 
02:57:01 [2022-08-22T02:57:01.283Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
02:57:01 [2022-08-22T02:57:01.283Z] #46 sha256:ea4824a11dc4bb760bb0af966210e5a5c8cecae78503a30ad627e3cba18a1870
02:57:01 [2022-08-22T02:57:01.283Z] #46 DONE 0.2s
02:57:01 [2022-08-22T02:57:01.283Z] 
02:57:01 [2022-08-22T02:57:01.283Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
02:57:01 [2022-08-22T02:57:01.283Z] #25 sha256:976398c0e9cdb0cdad0be485db51f800030337f9feaa2926719e8c5fbf9c49b1
02:57:01 [2022-08-22T02:57:01.373Z] 
02:57:01 [2022-08-22T02:57:01.373Z] #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
02:57:01 [2022-08-22T02:57:01.373Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:57:01 [2022-08-22T02:57:01.550Z] #25 ...
02:57:01 [2022-08-22T02:57:01.550Z] 
02:57:01 [2022-08-22T02:57:01.550Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
02:57:01 [2022-08-22T02:57:01.550Z] #33 sha256:e80816566d71fce896145e0bb5346aa09debfdd454c63c9608e59c245d90e4a0
02:57:01 [2022-08-22T02:57:01.550Z] #33 DONE 0.2s
02:57:01 [2022-08-22T02:57:01.550Z] 
02:57:01 [2022-08-22T02:57:01.550Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
02:57:01 [2022-08-22T02:57:01.550Z] #66 sha256:326b0dea92cd23ba58648b00de19892bd3a44a2acbeaf7174e536073a3b26c89
02:57:01 [2022-08-22T02:57:01.550Z] #66 DONE 0.4s
02:57:01 [2022-08-22T02:57:01.550Z] 
02:57:01 [2022-08-22T02:57:01.550Z] #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
02:57:01 [2022-08-22T02:57:01.550Z] #50 sha256:25dc087b06119ece4c0858160446b4e82d21a784bb017a84a0d19ca3035866ed
02:57:01 [2022-08-22T02:57:01.550Z] #50 DONE 0.4s
02:57:01 [2022-08-22T02:57:01.550Z] 
02:57:01 [2022-08-22T02:57:01.550Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
02:57:01 [2022-08-22T02:57:01.550Z] #25 sha256:976398c0e9cdb0cdad0be485db51f800030337f9feaa2926719e8c5fbf9c49b1
02:57:01 [2022-08-22T02:57:01.550Z] #25 DONE 0.4s
02:57:01 [2022-08-22T02:57:01.550Z] 
02:57:01 [2022-08-22T02:57:01.550Z] #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
02:57:01 [2022-08-22T02:57:01.550Z] #26 sha256:ddd498045e8d29ea71d49ae2552a7c0e812962d0d88e0146a54c2c295f8e6e60
02:57:03 [2022-08-22T02:57:03.416Z] #26 ...
02:57:03 [2022-08-22T02:57:03.416Z] 
02:57:03 [2022-08-22T02:57:03.416Z] #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
02:57:03 [2022-08-22T02:57:03.416Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:03 [2022-08-22T02:57:03.416Z] #62 4.952 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:03 [2022-08-22T02:57:03.416Z] #62 4.961 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:03 [2022-08-22T02:57:03.416Z] #62 5.137 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:03 [2022-08-22T02:57:03.416Z] #62 5.201 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:03 [2022-08-22T02:57:03.615Z] #11 extracting sha256:6b3e8fc138ed24bdd28760005afdd15c34a7a0967fa0e1c3fe472bb3de29f2c6 8.2s done
02:57:03 [2022-08-22T02:57:03.873Z] #11 extracting sha256:f3efab82b0e6781916704657c07fcd27f758c051a79c51966805759586275493 done
02:57:03 [2022-08-22T02:57:03.873Z] #11 DONE 27.3s
02:57:03 [2022-08-22T02:57:03.873Z] 
02:57:03 [2022-08-22T02:57:03.873Z] #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
02:57:03 [2022-08-22T02:57:03.873Z] #31 sha256:6a607d4d99b89aa1030e6db000eb910b2af258cac5d1a5fba3a3009d865b61fc
02:57:03 [2022-08-22T02:57:03.873Z] #31 1.405 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
02:57:03 [2022-08-22T02:57:03.873Z] #31 1.663 
02:57:03 [2022-08-22T02:57:03.873Z] #31 1.877 #=#=#                                                                         

######################################################################## 100.0%
02:57:03 [2022-08-22T02:57:03.873Z] #31 2.131 
02:57:03 [2022-08-22T02:57:03.873Z] #31 3.019 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
02:57:03 [2022-08-22T02:57:03.873Z] #31 3.276 
02:57:03 [2022-08-22T02:57:03.873Z] #31 3.492 #=#=#                                                                         

######################################################################## 100.0%
02:57:03 [2022-08-22T02:57:03.873Z] #31 3.752 
02:57:03 [2022-08-22T02:57:03.873Z] #31 4.646 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
02:57:03 [2022-08-22T02:57:03.873Z] #31 4.936 
02:57:03 [2022-08-22T02:57:03.873Z] #31 5.151 #=#=#                                                                         

###################                                                       27.4%
##########################################                                59.6%
#################################################################         91.6%
######################################################################## 100.0%
02:57:03 [2022-08-22T02:57:03.873Z] #31 5.690 
02:57:03 [2022-08-22T02:57:03.873Z] #31 6.582 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
02:57:03 [2022-08-22T02:57:03.873Z] #31 6.840 
02:57:03 [2022-08-22T02:57:03.873Z] #31 7.060 #=#=#                                                                         

######################################################################## 100.0%
02:57:03 [2022-08-22T02:57:03.873Z] #31 7.311 
02:57:03 [2022-08-22T02:57:03.873Z] #31 7.994 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
02:57:03 [2022-08-22T02:57:03.991Z] #62 5.928 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:04 [2022-08-22T02:57:04.130Z] #31 8.217 
02:57:04 [2022-08-22T02:57:04.130Z] #31 ...
02:57:04 [2022-08-22T02:57:04.130Z] 
02:57:04 [2022-08-22T02:57:04.130Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
02:57:04 [2022-08-22T02:57:04.130Z] #12 sha256:fc1f9c6523b63e31cd6290c947a9bf9ef1e8accbd2728936630c3d6006fbceb7
02:57:04 [2022-08-22T02:57:04.933Z] #62 ...
02:57:04 [2022-08-22T02:57:04.933Z] 
02:57:04 [2022-08-22T02:57:04.933Z] #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
02:57:04 [2022-08-22T02:57:04.933Z] #26 sha256:203d0931fa403997d3c962f1f3c517265e89b8c87d0e357977b48503a67bbc2d
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.711 + RM_GOPATH=0
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.711 + TMP_GOPATH=
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.711 + : /build
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.711 + '[' -z '' ']'
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.712 ++ mktemp -d
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.724 + export GOPATH=/tmp/tmp.kHu2mHjOOZ
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.724 + GOPATH=/tmp/tmp.kHu2mHjOOZ
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.724 + RM_GOPATH=1
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.724 + case "$(go env GOARCH)" in
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.724 ++ go env GOARCH
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.728 + export GO_BUILDMODE=-buildmode=pie
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.728 + GO_BUILDMODE=-buildmode=pie
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.729 ++ dirname /install.sh
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.742 + dir=/
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.742 + bin=dockercli
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.742 + shift
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.742 + '[' '!' -f //dockercli.installer ']'
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.742 + . //dockercli.installer
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.742 ++ : stable
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.742 ++ : 17.06.2-ce
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.743 + install_dockercli
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.743 Install docker/cli version 17.06.2-ce from stable
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.743 + echo 'Install docker/cli version 17.06.2-ce from stable'
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.751 ++ uname -m
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.751 + arch=x86_64
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.751 + '[' x86_64 '!=' x86_64 ']'
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.751 + url=https://download.docker.com/linux/static
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.772 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
02:57:04 [2022-08-22T02:57:04.933Z] #26 6.772 + tar -xz docker/docker
02:57:05 [2022-08-22T02:57:05.499Z] #12 DONE 1.2s
02:57:05 [2022-08-22T02:57:05.500Z] 
02:57:05 [2022-08-22T02:57:05.500Z] #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
02:57:05 [2022-08-22T02:57:05.500Z] #31 sha256:6a607d4d99b89aa1030e6db000eb910b2af258cac5d1a5fba3a3009d865b61fc
02:57:05 [2022-08-22T02:57:05.500Z] #31 8.428 #=#=#                                                                         

######################################################################## 100.0%
02:57:05 [2022-08-22T02:57:05.500Z] #31 8.636 
02:57:05 [2022-08-22T02:57:05.500Z] #31 8.677 Download of images into '/build' complete.
02:57:05 [2022-08-22T02:57:05.500Z] #31 8.677 Use something like the following to load the result into a Docker daemon:
02:57:05 [2022-08-22T02:57:05.500Z] #31 8.677   tar -cC '/build' . | docker load
02:57:05 [2022-08-22T02:57:05.500Z] #31 DONE 9.4s
02:57:05 [2022-08-22T02:57:05.500Z] 
02:57:05 [2022-08-22T02:57:05.500Z] #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
02:57:05 [2022-08-22T02:57:05.500Z] #13 sha256:02df85f6f55037f38d4b8512b732964b6b0038a617afb265c78cc0b9daa000f6
02:57:05 [2022-08-22T02:57:05.542Z] #34 ...
02:57:05 [2022-08-22T02:57:05.542Z] 
02:57:05 [2022-08-22T02:57:05.542Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
02:57:05 [2022-08-22T02:57:05.542Z] #25 sha256:ae87e29469cddad10a05ad7963ea8f6f248d448fd04927978bd9fa9c85977626
02:57:05 [2022-08-22T02:57:05.542Z] #25 DONE 5.2s
02:57:05 [2022-08-22T02:57:05.542Z] 
02:57:05 [2022-08-22T02:57:05.542Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
02:57:05 [2022-08-22T02:57:05.542Z] #46 sha256:204f13c2ebd5f8cf12661cec9fb153ac610aee1fee87cef4ff4fdc3075d6a0dc
02:57:05 [2022-08-22T02:57:05.542Z] #46 DONE 5.3s
02:57:05 [2022-08-22T02:57:05.542Z] 
02:57:05 [2022-08-22T02:57:05.542Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
02:57:05 [2022-08-22T02:57:05.542Z] #66 sha256:4af0fcb197835bce9e7cc816e1e18390a3cfcc4858670809dbb696ff6a2c7630
02:57:05 [2022-08-22T02:57:05.542Z] #66 DONE 5.3s
02:57:05 [2022-08-22T02:57:05.542Z] 
02:57:05 [2022-08-22T02:57:05.542Z] #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
02:57:05 [2022-08-22T02:57:05.542Z] #50 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5
02:57:05 [2022-08-22T02:57:05.542Z] #50 DONE 5.4s
02:57:05 [2022-08-22T02:57:05.542Z] 
02:57:05 [2022-08-22T02:57:05.542Z] #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
02:57:05 [2022-08-22T02:57:05.542Z] #67 sha256:fdac3355f9b629e539fb27fb7b5f179991607f08b44003dc31495b2ea772d285
02:57:05 [2022-08-22T02:57:05.634Z] #84 ...
02:57:05 [2022-08-22T02:57:05.634Z] 
02:57:05 [2022-08-22T02:57:05.634Z] #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
02:57:05 [2022-08-22T02:57:05.634Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:57:05 [2022-08-22T02:57:05.634Z] #19 68.31 Reading package lists...
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.115 + RM_GOPATH=0
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.116 + TMP_GOPATH=
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.117 + : /build
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.117 + '[' -z '' ']'
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.118 ++ mktemp -d
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.121 + export GOPATH=/tmp/tmp.p22hGb9dd6
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.121 + GOPATH=/tmp/tmp.p22hGb9dd6
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.121 + RM_GOPATH=1
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.121 + case "$(go env GOARCH)" in
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.127 ++ go env GOARCH
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 Install docker/cli version 17.06.2-ce from stable
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 + export GO_BUILDMODE=-buildmode=pie
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 + GO_BUILDMODE=-buildmode=pie
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 ++ dirname /install.sh
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 + dir=/
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 + bin=dockercli
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 + shift
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 + '[' '!' -f //dockercli.installer ']'
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 + . //dockercli.installer
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 ++ : stable
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 ++ : 17.06.2-ce
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 + install_dockercli
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 + echo 'Install docker/cli version 17.06.2-ce from stable'
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.158 ++ uname -m
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.182 + arch=aarch64
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.182 + '[' aarch64 '!=' x86_64 ']'
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.182 + '[' aarch64 '!=' s390x ']'
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.182 + '[' aarch64 '!=' armhf ']'
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.182 + build_dockercli
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.182 + git clone https://github.com/docker/docker-ce /tmp/tmp.p22hGb9dd6/tmp/docker-ce
02:57:05 [2022-08-22T02:57:05.729Z] #26 4.182 Cloning into '/tmp/tmp.p22hGb9dd6/tmp/docker-ce'...
02:57:05 [2022-08-22T02:57:05.756Z] #13 DONE 0.6s
02:57:05 [2022-08-22T02:57:05.756Z] 
02:57:05 [2022-08-22T02:57:05.756Z] #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
02:57:05 [2022-08-22T02:57:05.756Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:57:06 [2022-08-22T02:57:06.015Z] #36 ...
02:57:06 [2022-08-22T02:57:06.015Z] 
02:57:06 [2022-08-22T02:57:06.015Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
02:57:06 [2022-08-22T02:57:06.015Z] #33 sha256:ea61007e71da38551d3dc16a23be5958ed650772f19a0ab118fe57e63b053cc9
02:57:06 [2022-08-22T02:57:06.015Z] #33 DONE 0.2s
02:57:06 [2022-08-22T02:57:06.015Z] 
02:57:06 [2022-08-22T02:57:06.015Z] #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
02:57:06 [2022-08-22T02:57:06.015Z] #50 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5
02:57:06 [2022-08-22T02:57:06.015Z] #50 DONE 0.2s
02:57:06 [2022-08-22T02:57:06.015Z] 
02:57:06 [2022-08-22T02:57:06.015Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
02:57:06 [2022-08-22T02:57:06.015Z] #66 sha256:7721895ad63738dbc55eae980e2929ced043a1c06390b3b461899c1a190f3584
02:57:06 [2022-08-22T02:57:06.015Z] #66 DONE 0.3s
02:57:06 [2022-08-22T02:57:06.015Z] 
02:57:06 [2022-08-22T02:57:06.015Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
02:57:06 [2022-08-22T02:57:06.015Z] #46 sha256:204f13c2ebd5f8cf12661cec9fb153ac610aee1fee87cef4ff4fdc3075d6a0dc
02:57:06 [2022-08-22T02:57:06.015Z] #46 DONE 0.3s
02:57:06 [2022-08-22T02:57:06.015Z] 
02:57:06 [2022-08-22T02:57:06.015Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
02:57:06 [2022-08-22T02:57:06.015Z] #25 sha256:187acf7e719e09a9abc09a6270aed6bc05982c45c59fb7dc784e963f9933038a
02:57:06 [2022-08-22T02:57:06.015Z] #25 DONE 0.3s
02:57:06 [2022-08-22T02:57:06.015Z] 
02:57:06 [2022-08-22T02:57:06.015Z] #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
02:57:06 [2022-08-22T02:57:06.015Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
02:57:07 [2022-08-22T02:57:07.624Z] #26 ...
02:57:07 [2022-08-22T02:57:07.624Z] 
02:57:07 [2022-08-22T02:57:07.624Z] #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
02:57:07 [2022-08-22T02:57:07.624Z] #67 sha256:64f543e9668ba673e8ce85c5aa21830c96f44937fb2b562b8e45b8241b43b313
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.428 + RM_GOPATH=0
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.428 + TMP_GOPATH=
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.428 + : /build
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.428 + '[' -z '' ']'
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.428 ++ mktemp -d
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.431 + export GOPATH=/tmp/tmp.DST3QqtYWc
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.431 + GOPATH=/tmp/tmp.DST3QqtYWc
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.431 + RM_GOPATH=1
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.431 + case "$(go env GOARCH)" in
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.431 ++ go env GOARCH
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.604 + export GO_BUILDMODE=-buildmode=pie
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.605 + GO_BUILDMODE=-buildmode=pie
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.605 ++ dirname /install.sh
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.607 + dir=/
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.608 + bin=rootlesskit
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.608 + shift
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.608 + '[' '!' -f //rootlesskit.installer ']'
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.608 + . //rootlesskit.installer
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.609 ++ : 1920341cd41e047834a21007424162a2dc946315
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.609 + install_rootlesskit
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.609 + case "$1" in
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.609 + export CGO_ENABLED=0
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.610 + CGO_ENABLED=0
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.610 + _install_rootlesskit
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.611 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.622 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.622 + for f in rootlesskit rootlesskit-docker-proxy
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.622 + GOBIN=/build
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.622 + GO111MODULE=on
02:57:07 [2022-08-22T02:57:07.624Z] #67 4.622 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
02:57:07 [2022-08-22T02:57:07.624Z] #67 5.081 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
02:57:08 [2022-08-22T02:57:08.229Z] #26 ...
02:57:08 [2022-08-22T02:57:08.229Z] 
02:57:08 [2022-08-22T02:57:08.229Z] #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
02:57:08 [2022-08-22T02:57:08.229Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:57:08 [2022-08-22T02:57:08.229Z] #53 5.812 go: downloading gotest.tools/gotestsum v1.8.1
02:57:08 [2022-08-22T02:57:08.229Z] #53 8.447 go: downloading github.com/dnephin/pflag v1.0.7
02:57:08 [2022-08-22T02:57:08.229Z] #53 8.575 go: downloading github.com/fatih/color v1.10.0
02:57:08 [2022-08-22T02:57:08.229Z] #53 8.669 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:57:08 [2022-08-22T02:57:08.229Z] #53 8.708 go: downloading github.com/pkg/errors v0.9.1
02:57:08 [2022-08-22T02:57:08.229Z] #53 9.493 go: downloading github.com/mattn/go-colorable v0.1.8
02:57:08 [2022-08-22T02:57:08.229Z] #53 9.643 go: downloading github.com/mattn/go-isatty v0.0.12
02:57:08 [2022-08-22T02:57:08.229Z] #53 9.655 go: downloading github.com/fsnotify/fsnotify v1.4.9
02:57:08 [2022-08-22T02:57:08.229Z] #53 10.01 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
02:57:08 [2022-08-22T02:57:08.229Z] #53 ...
02:57:08 [2022-08-22T02:57:08.229Z] 
02:57:08 [2022-08-22T02:57:08.229Z] #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             ;
02:57:08 [2022-08-22T02:57:08.229Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:08 [2022-08-22T02:57:08.229Z] #76 6.563 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:08 [2022-08-22T02:57:08.229Z] #76 6.616 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:08 [2022-08-22T02:57:08.229Z] #76 6.616 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:08 [2022-08-22T02:57:08.229Z] #76 7.774 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:08 [2022-08-22T02:57:08.229Z] #76 ...
02:57:08 [2022-08-22T02:57:08.229Z] 
02:57:08 [2022-08-22T02:57:08.229Z] #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
02:57:08 [2022-08-22T02:57:08.229Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:57:08 [2022-08-22T02:57:08.229Z] #34 6.627 + git clone https://github.com/kolyshkin/go-swagger.git .
02:57:08 [2022-08-22T02:57:08.229Z] #34 6.627 Cloning into '.'...
02:57:08 [2022-08-22T02:57:08.229Z] #34 ...
02:57:08 [2022-08-22T02:57:08.229Z] 
02:57:08 [2022-08-22T02:57:08.229Z] #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
02:57:08 [2022-08-22T02:57:08.229Z] #67 sha256:14530606292b33a5e92a24b0df654f4c9048e76e2cb463f3567ef3b22b04bab5
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.407 + RM_GOPATH=0
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.407 + TMP_GOPATH=
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.407 + : /build
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.407 + '[' -z '' ']'
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.416 ++ mktemp -d
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.445 + export GOPATH=/tmp/tmp.Ihu5H2aI70
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.445 + GOPATH=/tmp/tmp.Ihu5H2aI70
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.445 + RM_GOPATH=1
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.445 + case "$(go env GOARCH)" in
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.445 ++ go env GOARCH
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.508 + export GO_BUILDMODE=-buildmode=pie
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.536 + GO_BUILDMODE=-buildmode=pie
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.536 ++ dirname /install.sh
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.539 + dir=/
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.539 + bin=rootlesskit
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.540 + shift
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.540 + '[' '!' -f //rootlesskit.installer ']'
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.540 + . //rootlesskit.installer
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.557 ++ : 1920341cd41e047834a21007424162a2dc946315
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.557 + install_rootlesskit
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.557 + case "$1" in
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.557 + export CGO_ENABLED=0
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.557 + CGO_ENABLED=0
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.557 + _install_rootlesskit
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.557 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.557 + for f in rootlesskit rootlesskit-docker-proxy
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.557 + GOBIN=/build
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.557 + GO111MODULE=on
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.557 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
02:57:08 [2022-08-22T02:57:08.229Z] #67 7.562 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
02:57:08 [2022-08-22T02:57:08.229Z] #67 8.298 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
02:57:08 [2022-08-22T02:57:08.490Z] #67 ...
02:57:08 [2022-08-22T02:57:08.490Z] 
02:57:08 [2022-08-22T02:57:08.490Z] #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
02:57:08 [2022-08-22T02:57:08.490Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
02:57:08 [2022-08-22T02:57:08.490Z] #38 6.520 go: downloading github.com/pelletier/go-toml v1.8.1
02:57:08 [2022-08-22T02:57:08.750Z] #38 ...
02:57:08 [2022-08-22T02:57:08.750Z] 
02:57:08 [2022-08-22T02:57:08.750Z] #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
02:57:08 [2022-08-22T02:57:08.750Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:08 [2022-08-22T02:57:08.750Z] #14 7.988 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:08 [2022-08-22T02:57:08.750Z] #14 8.047 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:08 [2022-08-22T02:57:08.750Z] #14 8.055 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:08 [2022-08-22T02:57:08.750Z] #14 9.289 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:08 [2022-08-22T02:57:08.750Z] #14 ...
02:57:08 [2022-08-22T02:57:08.750Z] 
02:57:08 [2022-08-22T02:57:08.750Z] #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
02:57:08 [2022-08-22T02:57:08.750Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:57:08 [2022-08-22T02:57:08.750Z] #36 6.513 go: downloading github.com/go-delve/delve v1.8.1
02:57:09 [2022-08-22T02:57:09.010Z] #36 ...
02:57:09 [2022-08-22T02:57:09.010Z] 
02:57:09 [2022-08-22T02:57:09.010Z] #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
02:57:09 [2022-08-22T02:57:09.010Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:57:09 [2022-08-22T02:57:09.010Z] #40 7.277 go: downloading github.com/tc-hib/go-winres v0.2.3
02:57:09 [2022-08-22T02:57:09.010Z] #40 9.137 go: downloading github.com/tc-hib/winres v0.1.5
02:57:09 [2022-08-22T02:57:09.010Z] #40 ...
02:57:09 [2022-08-22T02:57:09.010Z] 
02:57:09 [2022-08-22T02:57:09.010Z] #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
02:57:09 [2022-08-22T02:57:09.010Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:09 [2022-08-22T02:57:09.010Z] #51 7.717 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:09 [2022-08-22T02:57:09.010Z] #51 7.778 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:09 [2022-08-22T02:57:09.010Z] #51 7.806 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:09 [2022-08-22T02:57:09.010Z] #51 8.693 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
02:57:09 [2022-08-22T02:57:09.010Z] #51 9.460 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:09 [2022-08-22T02:57:09.031Z] #67 7.387 go: downloading github.com/sirupsen/logrus v1.8.1
02:57:09 [2022-08-22T02:57:09.031Z] #67 7.389 go: downloading github.com/urfave/cli/v2 v2.4.0
02:57:09 [2022-08-22T02:57:09.271Z] #51 ...
02:57:09 [2022-08-22T02:57:09.271Z] 
02:57:09 [2022-08-22T02:57:09.271Z] #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
02:57:09 [2022-08-22T02:57:09.271Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
02:57:09 [2022-08-22T02:57:09.271Z] #47 5.414 + git clone https://github.com/docker/distribution.git .
02:57:09 [2022-08-22T02:57:09.271Z] #47 5.414 Cloning into '.'...
02:57:09 [2022-08-22T02:57:09.271Z] #47 ...
02:57:09 [2022-08-22T02:57:09.271Z] 
02:57:09 [2022-08-22T02:57:09.271Z] #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
02:57:09 [2022-08-22T02:57:09.271Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:09 [2022-08-22T02:57:09.271Z] #55 7.840 go: downloading github.com/golangci/golangci-lint v1.46.2
02:57:09 [2022-08-22T02:57:09.271Z] #55 11.19 go: downloading github.com/fatih/color v1.13.0
02:57:09 [2022-08-22T02:57:09.271Z] #55 11.20 go: downloading github.com/gofrs/flock v0.8.1
02:57:09 [2022-08-22T02:57:09.531Z] #55 11.52 go: downloading github.com/spf13/cobra v1.4.0
02:57:09 [2022-08-22T02:57:09.531Z] #55 ...
02:57:09 [2022-08-22T02:57:09.531Z] 
02:57:09 [2022-08-22T02:57:09.531Z] #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
02:57:09 [2022-08-22T02:57:09.531Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
02:57:09 [2022-08-22T02:57:09.531Z] #57 7.428 go: downloading mvdan.cc/sh/v3 v3.0.2
02:57:09 [2022-08-22T02:57:09.531Z] #57 9.605 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:57:09 [2022-08-22T02:57:09.531Z] #57 9.610 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:57:09 [2022-08-22T02:57:09.531Z] #57 9.782 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:57:09 [2022-08-22T02:57:09.531Z] #57 ...
02:57:09 [2022-08-22T02:57:09.531Z] 
02:57:09 [2022-08-22T02:57:09.531Z] #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
02:57:09 [2022-08-22T02:57:09.531Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:09 [2022-08-22T02:57:09.531Z] #55 11.70 go: downloading github.com/spf13/pflag v1.0.5
02:57:09 [2022-08-22T02:57:09.605Z] #67 7.876 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
02:57:09 [2022-08-22T02:57:09.713Z] #67 ...
02:57:09 [2022-08-22T02:57:09.713Z] 
02:57:09 [2022-08-22T02:57:09.713Z] #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
02:57:09 [2022-08-22T02:57:09.713Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:09 [2022-08-22T02:57:09.969Z] #42 ...
02:57:09 [2022-08-22T02:57:09.969Z] 
02:57:09 [2022-08-22T02:57:09.969Z] #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
02:57:09 [2022-08-22T02:57:09.969Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:09 [2022-08-22T02:57:09.969Z] #14 ...
02:57:09 [2022-08-22T02:57:09.969Z] 
02:57:09 [2022-08-22T02:57:09.969Z] #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
02:57:09 [2022-08-22T02:57:09.969Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:10 [2022-08-22T02:57:10.101Z] #55 12.25 go: downloading github.com/spf13/viper v1.11.0
02:57:10 [2022-08-22T02:57:10.226Z] #55 ...
02:57:10 [2022-08-22T02:57:10.226Z] 
02:57:10 [2022-08-22T02:57:10.226Z] #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
02:57:10 [2022-08-22T02:57:10.226Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
02:57:10 [2022-08-22T02:57:10.226Z] #57 ...
02:57:10 [2022-08-22T02:57:10.226Z] 
02:57:10 [2022-08-22T02:57:10.226Z] #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
02:57:10 [2022-08-22T02:57:10.226Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:10 [2022-08-22T02:57:10.362Z] #55 12.54 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
02:57:10 [2022-08-22T02:57:10.482Z] #62 ...
02:57:10 [2022-08-22T02:57:10.482Z] 
02:57:10 [2022-08-22T02:57:10.482Z] #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
02:57:10 [2022-08-22T02:57:10.482Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:57:10 [2022-08-22T02:57:10.745Z] #53 ...
02:57:10 [2022-08-22T02:57:10.745Z] 
02:57:10 [2022-08-22T02:57:10.745Z] #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             ;
02:57:10 [2022-08-22T02:57:10.745Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:10 [2022-08-22T02:57:10.745Z] #76 9.836 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:10 [2022-08-22T02:57:10.745Z] #76 9.845 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:10 [2022-08-22T02:57:10.745Z] #76 9.845 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:10 [2022-08-22T02:57:10.745Z] #76 10.05 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:10 [2022-08-22T02:57:10.745Z] #76 10.57 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:10 [2022-08-22T02:57:10.745Z] #76 ...
02:57:10 [2022-08-22T02:57:10.745Z] 
02:57:10 [2022-08-22T02:57:10.745Z] #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
02:57:10 [2022-08-22T02:57:10.745Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
02:57:11 [2022-08-22T02:57:11.002Z] #38 ...
02:57:11 [2022-08-22T02:57:11.002Z] 
02:57:11 [2022-08-22T02:57:11.002Z] #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
02:57:11 [2022-08-22T02:57:11.002Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:57:11 [2022-08-22T02:57:11.002Z] #40 ...
02:57:11 [2022-08-22T02:57:11.002Z] 
02:57:11 [2022-08-22T02:57:11.002Z] #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
02:57:11 [2022-08-22T02:57:11.002Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:11 [2022-08-22T02:57:11.002Z] #14 10.65 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:11 [2022-08-22T02:57:11.002Z] #14 10.67 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:11 [2022-08-22T02:57:11.002Z] #14 10.68 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:11 [2022-08-22T02:57:11.002Z] #14 11.03 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:11 [2022-08-22T02:57:11.012Z] #19 91.34 Reading package lists...
02:57:11 [2022-08-22T02:57:11.012Z] #19 ...
02:57:11 [2022-08-22T02:57:11.012Z] 
02:57:11 [2022-08-22T02:57:11.012Z] #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
02:57:11 [2022-08-22T02:57:11.012Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:57:11 [2022-08-22T02:57:11.012Z] #84 51.14 libtoolize: putting auxiliary files in '.'.
02:57:11 [2022-08-22T02:57:11.012Z] #84 51.14 libtoolize: copying file './ltmain.sh'
02:57:11 [2022-08-22T02:57:11.012Z] #84 52.21 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
02:57:11 [2022-08-22T02:57:11.012Z] #84 52.21 libtoolize: and rerunning libtoolize and aclocal.
02:57:11 [2022-08-22T02:57:11.012Z] #84 52.21 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
02:57:11 [2022-08-22T02:57:11.270Z] #47 ...
02:57:11 [2022-08-22T02:57:11.270Z] 
02:57:11 [2022-08-22T02:57:11.270Z] #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
02:57:11 [2022-08-22T02:57:11.270Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:11 [2022-08-22T02:57:11.270Z] #55 3.584 go: downloading github.com/golangci/golangci-lint v1.46.2
02:57:11 [2022-08-22T02:57:11.270Z] #55 4.422 go: downloading github.com/fatih/color v1.13.0
02:57:11 [2022-08-22T02:57:11.270Z] #55 4.422 go: downloading github.com/gofrs/flock v0.8.1
02:57:11 [2022-08-22T02:57:11.270Z] #55 4.552 go: downloading github.com/pkg/errors v0.9.1
02:57:11 [2022-08-22T02:57:11.270Z] #55 4.559 go: downloading github.com/spf13/cobra v1.4.0
02:57:11 [2022-08-22T02:57:11.270Z] #55 4.582 go: downloading github.com/spf13/pflag v1.0.5
02:57:11 [2022-08-22T02:57:11.270Z] #55 4.650 go: downloading github.com/spf13/viper v1.11.0
02:57:11 [2022-08-22T02:57:11.270Z] #55 4.650 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
02:57:11 [2022-08-22T02:57:11.270Z] #55 4.892 go: downloading github.com/mattn/go-colorable v0.1.12
02:57:11 [2022-08-22T02:57:11.270Z] #55 4.915 go: downloading github.com/mattn/go-isatty v0.0.14
02:57:11 [2022-08-22T02:57:11.270Z] #55 4.940 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
02:57:11 [2022-08-22T02:57:11.270Z] #55 5.016 go: downloading github.com/go-critic/go-critic v0.6.3
02:57:11 [2022-08-22T02:57:11.495Z] #67 ...
02:57:11 [2022-08-22T02:57:11.495Z] 
02:57:11 [2022-08-22T02:57:11.496Z] #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
02:57:11 [2022-08-22T02:57:11.496Z] #55 sha256:d78db600156b117dec76afdf97844cc0278c0f3d815c9b0189cbbcbfabc803aa
02:57:11 [2022-08-22T02:57:11.496Z] #55 5.245 go: downloading github.com/golangci/golangci-lint v1.46.2
02:57:11 [2022-08-22T02:57:11.496Z] #55 6.841 go: downloading github.com/fatih/color v1.13.0
02:57:11 [2022-08-22T02:57:11.496Z] #55 6.844 go: downloading github.com/gofrs/flock v0.8.1
02:57:11 [2022-08-22T02:57:11.496Z] #55 7.065 go: downloading github.com/spf13/cobra v1.4.0
02:57:11 [2022-08-22T02:57:11.496Z] #55 7.066 go: downloading github.com/spf13/pflag v1.0.5
02:57:11 [2022-08-22T02:57:11.496Z] #55 7.382 go: downloading github.com/spf13/viper v1.11.0
02:57:11 [2022-08-22T02:57:11.496Z] #55 7.578 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
02:57:11 [2022-08-22T02:57:11.496Z] #55 8.004 go: downloading github.com/mattn/go-colorable v0.1.12
02:57:11 [2022-08-22T02:57:11.496Z] #55 8.074 go: downloading github.com/mattn/go-isatty v0.0.14
02:57:11 [2022-08-22T02:57:11.496Z] #55 8.104 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
02:57:11 [2022-08-22T02:57:11.496Z] #55 8.346 go: downloading github.com/go-critic/go-critic v0.6.3
02:57:11 [2022-08-22T02:57:11.496Z] #55 10.16 go: downloading github.com/hashicorp/go-version v1.4.0
02:57:11 [2022-08-22T02:57:11.496Z] #55 10.28 go: downloading github.com/ldez/gomoddirectives v0.2.3
02:57:11 [2022-08-22T02:57:11.496Z] #55 ...
02:57:11 [2022-08-22T02:57:11.496Z] 
02:57:11 [2022-08-22T02:57:11.496Z] #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
02:57:11 [2022-08-22T02:57:11.496Z] #40 sha256:69570b798ff99da2ef0b1346cd9a9f0570efcefad557de6cde34dfcdb46133cd
02:57:11 [2022-08-22T02:57:11.496Z] #40 5.635 go: downloading github.com/tc-hib/go-winres v0.2.3
02:57:11 [2022-08-22T02:57:11.496Z] #40 6.521 go: downloading github.com/tc-hib/winres v0.1.5
02:57:11 [2022-08-22T02:57:11.496Z] #40 7.745 go: downloading github.com/urfave/cli/v2 v2.3.0
02:57:11 [2022-08-22T02:57:11.496Z] #40 8.240 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
02:57:11 [2022-08-22T02:57:11.496Z] #40 8.278 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
02:57:11 [2022-08-22T02:57:11.496Z] #40 ...
02:57:11 [2022-08-22T02:57:11.496Z] 
02:57:11 [2022-08-22T02:57:11.496Z] #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
02:57:11 [2022-08-22T02:57:11.496Z] #36 sha256:6583f4de9b49d5f9f0af4e74d176b75cd3860e05f2b1b1432241659433d7f138
02:57:11 [2022-08-22T02:57:11.496Z] #36 5.253 go: downloading github.com/go-delve/delve v1.8.1
02:57:11 [2022-08-22T02:57:11.745Z] #55 13.76 go: downloading github.com/mattn/go-colorable v0.1.12
02:57:11 [2022-08-22T02:57:11.745Z] #55 13.76 go: downloading github.com/mattn/go-isatty v0.0.14
02:57:11 [2022-08-22T02:57:11.752Z] #36 ...
02:57:11 [2022-08-22T02:57:11.752Z] 
02:57:11 [2022-08-22T02:57:11.752Z] #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
02:57:11 [2022-08-22T02:57:11.752Z] #42 sha256:94be227a87f8e9ad109bdca62160c87af49153c490d2d161654b79177444bd2d
02:57:11 [2022-08-22T02:57:11.752Z] #42 5.404 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:11 [2022-08-22T02:57:11.752Z] #42 5.486 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:11 [2022-08-22T02:57:11.752Z] #42 5.488 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:11 [2022-08-22T02:57:11.752Z] #42 6.399 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
02:57:11 [2022-08-22T02:57:11.752Z] #42 9.390 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
02:57:11 [2022-08-22T02:57:11.752Z] #42 ...
02:57:11 [2022-08-22T02:57:11.752Z] 
02:57:11 [2022-08-22T02:57:11.752Z] #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
02:57:11 [2022-08-22T02:57:11.752Z] #47 sha256:e69378d82c8c8cbcefc35269e70e7e3c279d811c390ced71ff7954797ab7ab3a
02:57:11 [2022-08-22T02:57:11.752Z] #47 3.727 + git clone https://github.com/docker/distribution.git .
02:57:11 [2022-08-22T02:57:11.752Z] #47 3.727 Cloning into '.'...
02:57:11 [2022-08-22T02:57:11.845Z] #55 5.824 go: downloading github.com/hashicorp/go-version v1.4.0
02:57:11 [2022-08-22T02:57:11.845Z] #55 5.851 go: downloading github.com/ldez/gomoddirectives v0.2.3
02:57:11 [2022-08-22T02:57:11.845Z] #55 5.987 go: downloading github.com/mitchellh/go-homedir v1.1.0
02:57:11 [2022-08-22T02:57:11.933Z] #14 12.02 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:12 [2022-08-22T02:57:12.007Z] #55 13.93 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
02:57:12 [2022-08-22T02:57:12.007Z] #55 14.10 go: downloading github.com/go-critic/go-critic v0.6.3
02:57:12 [2022-08-22T02:57:12.008Z] #47 ...
02:57:12 [2022-08-22T02:57:12.008Z] 
02:57:12 [2022-08-22T02:57:12.008Z] #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
02:57:12 [2022-08-22T02:57:12.008Z] #38 sha256:c896c42fc52d68eb0bdf368fbaf5b7fdd774b9a57470726289de1511b423f53e
02:57:12 [2022-08-22T02:57:12.008Z] #38 4.972 go: downloading github.com/pelletier/go-toml v1.8.1
02:57:12 [2022-08-22T02:57:12.008Z] #38 ...
02:57:12 [2022-08-22T02:57:12.008Z] 
02:57:12 [2022-08-22T02:57:12.008Z] #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             ;
02:57:12 [2022-08-22T02:57:12.008Z] #76 sha256:6728089915318b010a209278b80cd51f716c36147ae67c727d31e94443fc267e
02:57:12 [2022-08-22T02:57:12.008Z] #76 3.397 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:12 [2022-08-22T02:57:12.008Z] #76 3.411 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:12 [2022-08-22T02:57:12.008Z] #76 3.411 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:12 [2022-08-22T02:57:12.008Z] #76 3.616 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
02:57:12 [2022-08-22T02:57:12.008Z] #76 3.958 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
02:57:12 [2022-08-22T02:57:12.008Z] #76 5.920 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
02:57:12 [2022-08-22T02:57:12.103Z] #55 6.148 go: downloading github.com/hashicorp/go-multierror v1.1.1
02:57:12 [2022-08-22T02:57:12.264Z] #76 ...
02:57:12 [2022-08-22T02:57:12.264Z] 
02:57:12 [2022-08-22T02:57:12.264Z] #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
02:57:12 [2022-08-22T02:57:12.264Z] #53 sha256:c2b7baa3a398da628953c9c8b55f28a47dcb6ea86c993b76242c87504fe14697
02:57:12 [2022-08-22T02:57:12.264Z] #53 5.049 go: downloading gotest.tools/gotestsum v1.8.1
02:57:12 [2022-08-22T02:57:12.264Z] #53 6.495 go: downloading github.com/fatih/color v1.10.0
02:57:12 [2022-08-22T02:57:12.264Z] #53 6.499 go: downloading github.com/dnephin/pflag v1.0.7
02:57:12 [2022-08-22T02:57:12.264Z] #53 6.556 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:57:12 [2022-08-22T02:57:12.264Z] #53 6.595 go: downloading github.com/pkg/errors v0.9.1
02:57:12 [2022-08-22T02:57:12.264Z] #53 6.859 go: downloading golang.org/x/tools v0.1.0
02:57:12 [2022-08-22T02:57:12.264Z] #53 7.189 go: downloading github.com/mattn/go-colorable v0.1.8
02:57:12 [2022-08-22T02:57:12.264Z] #53 7.242 go: downloading github.com/mattn/go-isatty v0.0.12
02:57:12 [2022-08-22T02:57:12.264Z] #53 7.369 go: downloading github.com/fsnotify/fsnotify v1.4.9
02:57:12 [2022-08-22T02:57:12.264Z] #53 7.497 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
02:57:12 [2022-08-22T02:57:12.264Z] #53 11.13 go: downloading github.com/jonboulle/clockwork v0.2.2
02:57:12 [2022-08-22T02:57:12.264Z] #53 11.23 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
02:57:12 [2022-08-22T02:57:12.264Z] #53 ...
02:57:12 [2022-08-22T02:57:12.264Z] 
02:57:12 [2022-08-22T02:57:12.264Z] #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
02:57:12 [2022-08-22T02:57:12.264Z] #51 sha256:e97bc4e141c470e79af822c7812d17925cbc9d5e8a97d1bd281f8f15f0cbfa78
02:57:12 [2022-08-22T02:57:12.264Z] #51 5.171 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:12 [2022-08-22T02:57:12.264Z] #51 5.197 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:12 [2022-08-22T02:57:12.264Z] #51 5.201 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:12 [2022-08-22T02:57:12.264Z] #51 5.774 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
02:57:12 [2022-08-22T02:57:12.264Z] #51 6.466 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
02:57:12 [2022-08-22T02:57:12.264Z] #51 9.978 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
02:57:12 [2022-08-22T02:57:12.520Z] #51 ...
02:57:12 [2022-08-22T02:57:12.520Z] 
02:57:12 [2022-08-22T02:57:12.520Z] #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
02:57:12 [2022-08-22T02:57:12.520Z] #62 sha256:a922500f3cdbd3f51b62da14fcc82525ccaa34a1e6b3e6e746e0aedc590a31de
02:57:12 [2022-08-22T02:57:12.520Z] #62 4.864 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:12 [2022-08-22T02:57:12.520Z] #62 4.920 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:12 [2022-08-22T02:57:12.520Z] #62 4.921 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:12 [2022-08-22T02:57:12.520Z] #62 5.791 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
02:57:12 [2022-08-22T02:57:12.520Z] #62 8.810 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
02:57:12 [2022-08-22T02:57:12.520Z] #62 ...
02:57:12 [2022-08-22T02:57:12.520Z] 
02:57:12 [2022-08-22T02:57:12.521Z] #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
02:57:12 [2022-08-22T02:57:12.521Z] #34 sha256:4b41878b4762cb0683fc280c29ac8b5b269125ec65df29026de7c40e51009d4b
02:57:12 [2022-08-22T02:57:12.521Z] #34 4.484 + git clone https://github.com/kolyshkin/go-swagger.git .
02:57:12 [2022-08-22T02:57:12.521Z] #34 4.485 Cloning into '.'...
02:57:12 [2022-08-22T02:57:12.668Z] #55 ...
02:57:12 [2022-08-22T02:57:12.668Z] 
02:57:12 [2022-08-22T02:57:12.668Z] #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
02:57:12 [2022-08-22T02:57:12.668Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
02:57:12 [2022-08-22T02:57:12.668Z] #47 6.496 + git clone https://github.com/docker/distribution.git .
02:57:12 [2022-08-22T02:57:12.668Z] #47 6.505 Cloning into '.'...
02:57:12 [2022-08-22T02:57:12.777Z] #34 ...
02:57:12 [2022-08-22T02:57:12.777Z] 
02:57:12 [2022-08-22T02:57:12.777Z] #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
02:57:12 [2022-08-22T02:57:12.777Z] #57 sha256:a3a5813f76520bf3568edd80f01f59dc71cbcb3d8fa218a31e7caaf63c37bf35
02:57:12 [2022-08-22T02:57:12.777Z] #57 5.084 go: downloading mvdan.cc/sh/v3 v3.0.2
02:57:12 [2022-08-22T02:57:12.777Z] #57 6.139 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:57:12 [2022-08-22T02:57:12.777Z] #57 6.145 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:57:12 [2022-08-22T02:57:12.777Z] #57 6.190 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:57:12 [2022-08-22T02:57:12.777Z] #57 7.835 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:57:12 [2022-08-22T02:57:12.777Z] #57 ...
02:57:12 [2022-08-22T02:57:12.777Z] 
02:57:12 [2022-08-22T02:57:12.777Z] #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
02:57:12 [2022-08-22T02:57:12.777Z] #31 sha256:07c81d05a4a032d49bc334755240e3eebbe0ce2979551dd1005c7445f4747c68
02:57:12 [2022-08-22T02:57:12.777Z] #31 2.095 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
02:57:12 [2022-08-22T02:57:12.777Z] #31 2.523 
02:57:12 [2022-08-22T02:57:12.777Z] #31 2.757 #=#=#                                                                         

######################################################################## 100.0%
02:57:12 [2022-08-22T02:57:12.777Z] #31 3.026 
02:57:12 [2022-08-22T02:57:12.777Z] #31 4.253 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
02:57:12 [2022-08-22T02:57:12.777Z] #31 4.842 
02:57:12 [2022-08-22T02:57:12.777Z] #31 5.112 #=#=#                                                                         

                                                                           0.1%
######################################################################## 100.0%
02:57:12 [2022-08-22T02:57:12.777Z] #31 6.629 
02:57:13 [2022-08-22T02:57:13.033Z] #31 12.32 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
02:57:13 [2022-08-22T02:57:13.033Z] #31 ...
02:57:13 [2022-08-22T02:57:13.033Z] 
02:57:13 [2022-08-22T02:57:13.033Z] #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
02:57:13 [2022-08-22T02:57:13.033Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c
02:57:13 [2022-08-22T02:57:13.033Z] #14 4.831 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:13 [2022-08-22T02:57:13.033Z] #14 5.053 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:13 [2022-08-22T02:57:13.033Z] #14 5.061 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:13 [2022-08-22T02:57:13.033Z] #14 5.883 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
02:57:13 [2022-08-22T02:57:13.033Z] #14 9.408 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
02:57:13 [2022-08-22T02:57:13.289Z] #14 ...
02:57:13 [2022-08-22T02:57:13.289Z] 
02:57:13 [2022-08-22T02:57:13.289Z] #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
02:57:13 [2022-08-22T02:57:13.289Z] #67 sha256:64f543e9668ba673e8ce85c5aa21830c96f44937fb2b562b8e45b8241b43b313
02:57:13 [2022-08-22T02:57:13.289Z] #67 10.74 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
02:57:13 [2022-08-22T02:57:13.289Z] #67 11.32 go: downloading github.com/google/uuid v1.3.0
02:57:13 [2022-08-22T02:57:13.289Z] #67 11.42 go: downloading github.com/moby/vpnkit v0.5.0
02:57:13 [2022-08-22T02:57:13.289Z] #67 11.44 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
02:57:13 [2022-08-22T02:57:13.289Z] #67 11.50 go: downloading github.com/gofrs/flock v0.8.1
02:57:13 [2022-08-22T02:57:13.289Z] #67 11.54 go: downloading github.com/gorilla/mux v1.8.0
02:57:13 [2022-08-22T02:57:13.289Z] #67 11.79 go: downloading github.com/moby/sys/mountinfo v0.6.0
02:57:13 [2022-08-22T02:57:13.851Z] #67 12.23 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
02:57:14 [2022-08-22T02:57:14.107Z] #67 12.51 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
02:57:14 [2022-08-22T02:57:14.455Z] #14 14.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:15 [2022-08-22T02:57:15.019Z] #14 ...
02:57:15 [2022-08-22T02:57:15.019Z] 
02:57:15 [2022-08-22T02:57:15.019Z] #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
02:57:15 [2022-08-22T02:57:15.019Z] #26 sha256:ccd700871c30a7d4e27cb68bd17576fda818d99d5ee3ce12ba3876d9fcce25d2
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.721 + RM_GOPATH=0
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.721 + TMP_GOPATH=
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.721 + : /build
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.721 + '[' -z '' ']'
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.725 ++ mktemp -d
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.741 + export GOPATH=/tmp/tmp.BgkroE5S0N
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.741 + GOPATH=/tmp/tmp.BgkroE5S0N
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.741 + RM_GOPATH=1
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.741 + case "$(go env GOARCH)" in
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.751 ++ go env GOARCH
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.798 + export GO_BUILDMODE=-buildmode=pie
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.798 + GO_BUILDMODE=-buildmode=pie
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.799 ++ dirname /install.sh
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.802 + dir=/
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.802 + bin=dockercli
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.803 + shift
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.803 + '[' '!' -f //dockercli.installer ']'
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.803 + . //dockercli.installer
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.805 ++ : stable
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.805 ++ : 17.06.2-ce
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.810 + install_dockercli
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.812 + echo 'Install docker/cli version 17.06.2-ce from stable'
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.812 Install docker/cli version 17.06.2-ce from stable
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.813 ++ uname -m
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.819 + arch=x86_64
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.823 + '[' x86_64 '!=' x86_64 ']'
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.823 + url=https://download.docker.com/linux/static
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.824 + tar -xz docker/docker
02:57:15 [2022-08-22T02:57:15.019Z] #26 7.824 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
02:57:15 [2022-08-22T02:57:15.276Z] #26 ...
02:57:15 [2022-08-22T02:57:15.276Z] 
02:57:15 [2022-08-22T02:57:15.277Z] #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
02:57:15 [2022-08-22T02:57:15.277Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:15 [2022-08-22T02:57:15.277Z] #51 7.972 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:15 [2022-08-22T02:57:15.277Z] #51 8.001 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:15 [2022-08-22T02:57:15.277Z] #51 8.002 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:15 [2022-08-22T02:57:15.277Z] #51 8.782 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
02:57:15 [2022-08-22T02:57:15.277Z] #51 ...
02:57:15 [2022-08-22T02:57:15.277Z] 
02:57:15 [2022-08-22T02:57:15.277Z] #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
02:57:15 [2022-08-22T02:57:15.277Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
02:57:15 [2022-08-22T02:57:15.277Z] #47 7.698 + git clone https://github.com/docker/distribution.git .
02:57:15 [2022-08-22T02:57:15.277Z] #47 7.715 Cloning into '.'...
02:57:15 [2022-08-22T02:57:15.312Z] #55 16.93 go: downloading github.com/hashicorp/go-version v1.4.0
02:57:15 [2022-08-22T02:57:15.312Z] #55 17.02 go: downloading github.com/ldez/gomoddirectives v0.2.3
02:57:15 [2022-08-22T02:57:15.312Z] #55 17.25 go: downloading github.com/mitchellh/go-homedir v1.1.0
02:57:15 [2022-08-22T02:57:15.312Z] #55 17.35 go: downloading github.com/hashicorp/go-multierror v1.1.1
02:57:15 [2022-08-22T02:57:15.534Z] #47 ...
02:57:15 [2022-08-22T02:57:15.534Z] 
02:57:15 [2022-08-22T02:57:15.534Z] #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
02:57:15 [2022-08-22T02:57:15.534Z] #67 sha256:fdac3355f9b629e539fb27fb7b5f179991607f08b44003dc31495b2ea772d285
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.548 + RM_GOPATH=0
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.548 + TMP_GOPATH=
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.548 + : /build
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.548 + '[' -z '' ']'
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.548 ++ mktemp -d
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.550 + export GOPATH=/tmp/tmp.4b94kI1iHi
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.550 + GOPATH=/tmp/tmp.4b94kI1iHi
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.553 + RM_GOPATH=1
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.553 + case "$(go env GOARCH)" in
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.555 ++ go env GOARCH
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.633 + export GO_BUILDMODE=-buildmode=pie
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.636 + GO_BUILDMODE=-buildmode=pie
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.638 ++ dirname /install.sh
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.639 + dir=/
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.641 + bin=rootlesskit
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.641 + shift
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.645 + '[' '!' -f //rootlesskit.installer ']'
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.645 + . //rootlesskit.installer
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.645 ++ : 1920341cd41e047834a21007424162a2dc946315
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.646 + install_rootlesskit
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.646 + case "$1" in
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.648 + export CGO_ENABLED=0
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.648 + CGO_ENABLED=0
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.661 + _install_rootlesskit
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.661 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.661 + for f in rootlesskit rootlesskit-docker-proxy
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.661 + GOBIN=/build
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.661 + GO111MODULE=on
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.661 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
02:57:15 [2022-08-22T02:57:15.534Z] #67 7.661 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
02:57:15 [2022-08-22T02:57:15.534Z] #67 8.323 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
02:57:15 [2022-08-22T02:57:15.882Z] #55 ...
02:57:15 [2022-08-22T02:57:15.882Z] 
02:57:15 [2022-08-22T02:57:15.882Z] #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
02:57:15 [2022-08-22T02:57:15.882Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:15 [2022-08-22T02:57:15.882Z] #62 7.925 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:15 [2022-08-22T02:57:15.882Z] #62 ...
02:57:15 [2022-08-22T02:57:15.882Z] 
02:57:15 [2022-08-22T02:57:15.882Z] #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
02:57:15 [2022-08-22T02:57:15.882Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:15 [2022-08-22T02:57:15.882Z] #42 8.156 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:15 [2022-08-22T02:57:15.882Z] #42 8.292 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:15 [2022-08-22T02:57:15.882Z] #42 8.294 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:15 [2022-08-22T02:57:15.882Z] #42 9.756 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:15 [2022-08-22T02:57:15.882Z] #42 13.15 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:15 [2022-08-22T02:57:15.882Z] #42 16.21 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:15 [2022-08-22T02:57:15.950Z] #47 ...
02:57:15 [2022-08-22T02:57:15.950Z] 
02:57:15 [2022-08-22T02:57:15.950Z] #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
02:57:15 [2022-08-22T02:57:15.950Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
02:57:15 [2022-08-22T02:57:15.950Z] #57 4.455 go: downloading mvdan.cc/sh/v3 v3.0.2
02:57:15 [2022-08-22T02:57:15.950Z] #57 5.529 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:57:15 [2022-08-22T02:57:15.950Z] #57 5.529 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:57:15 [2022-08-22T02:57:15.950Z] #57 5.593 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:57:15 [2022-08-22T02:57:15.950Z] #57 7.079 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:57:15 [2022-08-22T02:57:15.950Z] #57 ...
02:57:15 [2022-08-22T02:57:15.950Z] 
02:57:15 [2022-08-22T02:57:15.950Z] #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
02:57:15 [2022-08-22T02:57:15.950Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:15 [2022-08-22T02:57:15.950Z] #62 5.213 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:15 [2022-08-22T02:57:15.950Z] #62 5.265 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:15 [2022-08-22T02:57:15.950Z] #62 5.265 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:15 [2022-08-22T02:57:15.950Z] #62 5.761 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:15 [2022-08-22T02:57:15.950Z] #62 7.674 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:16 [2022-08-22T02:57:16.000Z] #67 14.40 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
02:57:16 [2022-08-22T02:57:16.000Z] #67 14.56 go: downloading github.com/russross/blackfriday/v2 v2.1.0
02:57:16 [2022-08-22T02:57:16.208Z] #62 ...
02:57:16 [2022-08-22T02:57:16.208Z] 
02:57:16 [2022-08-22T02:57:16.208Z] #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
02:57:16 [2022-08-22T02:57:16.208Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:16 [2022-08-22T02:57:16.208Z] #42 6.702 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:16 [2022-08-22T02:57:16.208Z] #42 6.753 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:16 [2022-08-22T02:57:16.208Z] #42 6.754 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:16 [2022-08-22T02:57:16.208Z] #42 7.723 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:16 [2022-08-22T02:57:16.208Z] #42 10.23 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:16 [2022-08-22T02:57:16.208Z] #42 ...
02:57:16 [2022-08-22T02:57:16.208Z] 
02:57:16 [2022-08-22T02:57:16.208Z] #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
02:57:16 [2022-08-22T02:57:16.208Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:57:16 [2022-08-22T02:57:16.208Z] #40 6.284 go: downloading github.com/tc-hib/go-winres v0.2.3
02:57:16 [2022-08-22T02:57:16.208Z] #40 7.435 go: downloading github.com/tc-hib/winres v0.1.5
02:57:16 [2022-08-22T02:57:16.208Z] #40 8.880 go: downloading github.com/urfave/cli/v2 v2.3.0
02:57:16 [2022-08-22T02:57:16.208Z] #40 9.341 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
02:57:16 [2022-08-22T02:57:16.208Z] #40 9.424 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
02:57:16 [2022-08-22T02:57:16.208Z] #40 ...
02:57:16 [2022-08-22T02:57:16.208Z] 
02:57:16 [2022-08-22T02:57:16.208Z] #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
02:57:16 [2022-08-22T02:57:16.208Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:16 [2022-08-22T02:57:16.208Z] #51 7.115 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:16 [2022-08-22T02:57:16.208Z] #51 7.160 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:16 [2022-08-22T02:57:16.208Z] #51 7.163 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:16 [2022-08-22T02:57:16.208Z] #51 7.850 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
02:57:16 [2022-08-22T02:57:16.208Z] #51 8.390 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:16 [2022-08-22T02:57:16.453Z] #42 ...
02:57:16 [2022-08-22T02:57:16.453Z] 
02:57:16 [2022-08-22T02:57:16.453Z] #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
02:57:16 [2022-08-22T02:57:16.453Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:57:16 [2022-08-22T02:57:16.453Z] #40 11.64 go: downloading github.com/urfave/cli/v2 v2.3.0
02:57:16 [2022-08-22T02:57:16.453Z] #40 12.35 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
02:57:16 [2022-08-22T02:57:16.453Z] #40 12.46 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
02:57:16 [2022-08-22T02:57:16.453Z] #40 18.48 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
02:57:16 [2022-08-22T02:57:16.465Z] #51 ...
02:57:16 [2022-08-22T02:57:16.465Z] 
02:57:16 [2022-08-22T02:57:16.465Z] #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             ;
02:57:16 [2022-08-22T02:57:16.465Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:16 [2022-08-22T02:57:16.465Z] #76 2.994 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:16 [2022-08-22T02:57:16.465Z] #76 3.011 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:16 [2022-08-22T02:57:16.465Z] #76 3.011 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:16 [2022-08-22T02:57:16.465Z] #76 3.260 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:16 [2022-08-22T02:57:16.465Z] #76 3.971 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:16 [2022-08-22T02:57:16.465Z] #76 4.719 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:16 [2022-08-22T02:57:16.465Z] #76 9.576 Fetched 8571 kB in 7s (1254 kB/s)
02:57:16 [2022-08-22T02:57:16.713Z] #40 18.95 go: downloading github.com/russross/blackfriday/v2 v2.1.0
02:57:16 [2022-08-22T02:57:16.722Z] #76 9.576 Reading package lists...
02:57:16 [2022-08-22T02:57:16.722Z] #76 ...
02:57:16 [2022-08-22T02:57:16.722Z] 
02:57:16 [2022-08-22T02:57:16.722Z] #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
02:57:16 [2022-08-22T02:57:16.722Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:16 [2022-08-22T02:57:16.722Z] #14 6.561 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:16 [2022-08-22T02:57:16.722Z] #14 6.583 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:16 [2022-08-22T02:57:16.722Z] #14 6.587 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:16 [2022-08-22T02:57:16.722Z] #14 7.454 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:16 [2022-08-22T02:57:16.722Z] #14 10.33 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:16 [2022-08-22T02:57:16.722Z] #14 ...
02:57:16 [2022-08-22T02:57:16.722Z] 
02:57:16 [2022-08-22T02:57:16.722Z] #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
02:57:16 [2022-08-22T02:57:16.722Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:57:16 [2022-08-22T02:57:16.722Z] #53 6.680 go: downloading gotest.tools/gotestsum v1.8.1
02:57:16 [2022-08-22T02:57:16.722Z] #53 8.119 go: downloading github.com/fatih/color v1.10.0
02:57:16 [2022-08-22T02:57:16.722Z] #53 8.120 go: downloading github.com/dnephin/pflag v1.0.7
02:57:16 [2022-08-22T02:57:16.722Z] #53 8.199 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:57:16 [2022-08-22T02:57:16.722Z] #53 8.680 go: downloading github.com/mattn/go-colorable v0.1.8
02:57:16 [2022-08-22T02:57:16.722Z] #53 8.824 go: downloading github.com/mattn/go-isatty v0.0.12
02:57:16 [2022-08-22T02:57:16.722Z] #53 8.840 go: downloading github.com/fsnotify/fsnotify v1.4.9
02:57:16 [2022-08-22T02:57:16.722Z] #53 8.891 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
02:57:16 [2022-08-22T02:57:16.722Z] #53 9.171 go: downloading github.com/jonboulle/clockwork v0.2.2
02:57:16 [2022-08-22T02:57:16.722Z] #53 9.230 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
02:57:16 [2022-08-22T02:57:16.722Z] #53 9.412 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
02:57:16 [2022-08-22T02:57:16.722Z] #53 9.750 go: downloading golang.org/x/tools v0.1.0
02:57:16 [2022-08-22T02:57:16.979Z] #53 ...
02:57:16 [2022-08-22T02:57:16.979Z] 
02:57:16 [2022-08-22T02:57:16.979Z] #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
02:57:16 [2022-08-22T02:57:16.979Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
02:57:16 [2022-08-22T02:57:16.979Z] #38 5.367 go: downloading github.com/pelletier/go-toml v1.8.1
02:57:16 [2022-08-22T02:57:16.979Z] #38 ...
02:57:16 [2022-08-22T02:57:16.979Z] 
02:57:16 [2022-08-22T02:57:16.979Z] #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
02:57:16 [2022-08-22T02:57:16.979Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:57:16 [2022-08-22T02:57:16.979Z] #34 5.376 + git clone https://github.com/kolyshkin/go-swagger.git .
02:57:16 [2022-08-22T02:57:16.979Z] #34 5.390 Cloning into '.'...
02:57:17 [2022-08-22T02:57:17.237Z] #34 ...
02:57:17 [2022-08-22T02:57:17.237Z] 
02:57:17 [2022-08-22T02:57:17.237Z] #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
02:57:17 [2022-08-22T02:57:17.237Z] #26 sha256:b0700c2c6ccc2f96eaee4128ab9f98c16cd1e12f00486970f7ff63a941fe808f
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.379 + RM_GOPATH=0
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.379 + TMP_GOPATH=
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.383 + : /build
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.383 + '[' -z '' ']'
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.383 ++ mktemp -d
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 Install docker/cli version 17.06.2-ce from stable
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + export GOPATH=/tmp/tmp.YrooMTXLdD
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + GOPATH=/tmp/tmp.YrooMTXLdD
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + RM_GOPATH=1
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + case "$(go env GOARCH)" in
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 ++ go env GOARCH
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + export GO_BUILDMODE=-buildmode=pie
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + GO_BUILDMODE=-buildmode=pie
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 ++ dirname /install.sh
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + dir=/
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + bin=dockercli
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + shift
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + '[' '!' -f //dockercli.installer ']'
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + . //dockercli.installer
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 ++ : stable
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 ++ : 17.06.2-ce
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + install_dockercli
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 + echo 'Install docker/cli version 17.06.2-ce from stable'
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.395 ++ uname -m
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.405 + arch=x86_64
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.405 + '[' x86_64 '!=' x86_64 ']'
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.405 + url=https://download.docker.com/linux/static
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.405 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
02:57:17 [2022-08-22T02:57:17.237Z] #26 4.429 + tar -xz docker/docker
02:57:17 [2022-08-22T02:57:17.237Z] #26 ...
02:57:17 [2022-08-22T02:57:17.237Z] 
02:57:17 [2022-08-22T02:57:17.237Z] #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
02:57:17 [2022-08-22T02:57:17.237Z] #67 sha256:08673386e76cccc64d7daa8fb4fd59a184e06f2df189d21db81bb08ba6bd3a39
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.365 + RM_GOPATH=0
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.365 + TMP_GOPATH=
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.365 + : /build
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.365 + '[' -z '' ']'
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.367 ++ mktemp -d
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.367 + export GOPATH=/tmp/tmp.nqouf92PDU
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.367 + GOPATH=/tmp/tmp.nqouf92PDU
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.385 + RM_GOPATH=1
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.385 + case "$(go env GOARCH)" in
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.385 ++ go env GOARCH
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + export GO_BUILDMODE=-buildmode=pie
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + GO_BUILDMODE=-buildmode=pie
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 ++ dirname /install.sh
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + dir=/
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + bin=rootlesskit
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + shift
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + '[' '!' -f //rootlesskit.installer ']'
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + . //rootlesskit.installer
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 ++ : 1920341cd41e047834a21007424162a2dc946315
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + install_rootlesskit
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + case "$1" in
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + export CGO_ENABLED=0
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + CGO_ENABLED=0
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + _install_rootlesskit
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + for f in rootlesskit rootlesskit-docker-proxy
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + GOBIN=/build
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + GO111MODULE=on
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
02:57:17 [2022-08-22T02:57:17.237Z] #67 6.414 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
02:57:17 [2022-08-22T02:57:17.237Z] #67 7.024 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
02:57:17 [2022-08-22T02:57:17.237Z] #67 9.338 go: downloading github.com/sirupsen/logrus v1.8.1
02:57:17 [2022-08-22T02:57:17.237Z] #67 9.340 go: downloading github.com/urfave/cli/v2 v2.4.0
02:57:17 [2022-08-22T02:57:17.237Z] #67 10.17 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
02:57:17 [2022-08-22T02:57:17.283Z] #40 ...
02:57:17 [2022-08-22T02:57:17.283Z] 
02:57:17 [2022-08-22T02:57:17.283Z] #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
02:57:17 [2022-08-22T02:57:17.283Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:17 [2022-08-22T02:57:17.283Z] #62 19.33 Fetched 8571 kB in 15s (580 kB/s)
02:57:17 [2022-08-22T02:57:17.367Z] #67 ...
02:57:17 [2022-08-22T02:57:17.367Z] 
02:57:17 [2022-08-22T02:57:17.367Z] #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
02:57:17 [2022-08-22T02:57:17.367Z] #31 sha256:07c81d05a4a032d49bc334755240e3eebbe0ce2979551dd1005c7445f4747c68
02:57:17 [2022-08-22T02:57:17.367Z] #31 13.72 #=#=#                                                                         
02:57:17 [2022-08-22T02:57:17.367Z] #31 14.16 #=#=#                                                                         

                                                                           0.0%
############                                                              17.1%
####################                                                      28.8%
###############################                                           43.4%
#######################################                                   54.3%
#################################################                         68.1%
#########################################################                 79.2%
################################################################          90.0%
######################################################################## 100.0%
02:57:17 [2022-08-22T02:57:17.367Z] #31 16.59 
02:57:17 [2022-08-22T02:57:17.435Z] #67 12.01 go: downloading github.com/sirupsen/logrus v1.8.1
02:57:17 [2022-08-22T02:57:17.435Z] #67 12.02 go: downloading github.com/urfave/cli/v2 v2.4.0
02:57:17 [2022-08-22T02:57:17.494Z] #67 ...
02:57:17 [2022-08-22T02:57:17.494Z] 
02:57:17 [2022-08-22T02:57:17.494Z] #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
02:57:17 [2022-08-22T02:57:17.494Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:17 [2022-08-22T02:57:17.494Z] #55 10.73 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
02:57:17 [2022-08-22T02:57:17.494Z] #55 10.74 go: downloading github.com/sirupsen/logrus v1.8.1
02:57:17 [2022-08-22T02:57:17.494Z] #55 10.93 go: downloading github.com/stretchr/testify v1.7.1
02:57:17 [2022-08-22T02:57:17.494Z] #55 11.15 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
02:57:17 [2022-08-22T02:57:17.494Z] #55 11.28 go: downloading github.com/fsnotify/fsnotify v1.5.4
02:57:17 [2022-08-22T02:57:17.494Z] #55 11.34 go: downloading github.com/mitchellh/mapstructure v1.5.0
02:57:17 [2022-08-22T02:57:17.494Z] #55 11.46 go: downloading github.com/spf13/afero v1.8.2
02:57:17 [2022-08-22T02:57:17.494Z] #55 11.59 go: downloading github.com/spf13/cast v1.4.1
02:57:17 [2022-08-22T02:57:17.494Z] #55 11.79 go: downloading github.com/spf13/jwalterweatherman v1.1.0
02:57:17 [2022-08-22T02:57:17.751Z] #55 11.97 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
02:57:17 [2022-08-22T02:57:17.751Z] #55 11.97 go: downloading github.com/go-toolsmith/astcast v1.0.0
02:57:18 [2022-08-22T02:57:18.008Z] #55 12.18 go: downloading github.com/go-toolsmith/astcopy v1.0.0
02:57:18 [2022-08-22T02:57:18.239Z] #62 19.33 Reading package lists...
02:57:18 [2022-08-22T02:57:18.239Z] #62 ...
02:57:18 [2022-08-22T02:57:18.239Z] 
02:57:18 [2022-08-22T02:57:18.239Z] #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
02:57:18 [2022-08-22T02:57:18.239Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:57:18 [2022-08-22T02:57:18.239Z] #53 10.20 go: downloading github.com/jonboulle/clockwork v0.2.2
02:57:18 [2022-08-22T02:57:18.239Z] #53 10.30 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
02:57:18 [2022-08-22T02:57:18.239Z] #53 10.58 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
02:57:18 [2022-08-22T02:57:18.239Z] #53 10.81 go: downloading golang.org/x/tools v0.1.0
02:57:18 [2022-08-22T02:57:18.239Z] #53 ...
02:57:18 [2022-08-22T02:57:18.239Z] 
02:57:18 [2022-08-22T02:57:18.239Z] #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
02:57:18 [2022-08-22T02:57:18.239Z] #67 sha256:14530606292b33a5e92a24b0df654f4c9048e76e2cb463f3567ef3b22b04bab5
02:57:18 [2022-08-22T02:57:18.239Z] #67 12.37 go: downloading github.com/sirupsen/logrus v1.8.1
02:57:18 [2022-08-22T02:57:18.239Z] #67 12.37 go: downloading github.com/urfave/cli/v2 v2.4.0
02:57:18 [2022-08-22T02:57:18.239Z] #67 13.40 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
02:57:18 [2022-08-22T02:57:18.239Z] #67 19.18 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
02:57:18 [2022-08-22T02:57:18.265Z] #55 12.37 go: downloading github.com/go-toolsmith/astequal v1.0.1
02:57:18 [2022-08-22T02:57:18.265Z] #55 ...
02:57:18 [2022-08-22T02:57:18.265Z] 
02:57:18 [2022-08-22T02:57:18.265Z] #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
02:57:18 [2022-08-22T02:57:18.265Z] #26 sha256:b0700c2c6ccc2f96eaee4128ab9f98c16cd1e12f00486970f7ff63a941fe808f
02:57:18 [2022-08-22T02:57:18.265Z] #26 11.59 + mkdir -p /build
02:57:18 [2022-08-22T02:57:18.265Z] #26 11.59 + mv docker/docker /build/
02:57:18 [2022-08-22T02:57:18.265Z] #26 11.59 + rmdir docker
02:57:18 [2022-08-22T02:57:18.265Z] #26 DONE 12.2s
02:57:18 [2022-08-22T02:57:18.372Z] #67 13.12 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
02:57:18 [2022-08-22T02:57:18.522Z] 
02:57:18 [2022-08-22T02:57:18.522Z] #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
02:57:18 [2022-08-22T02:57:18.522Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:18 [2022-08-22T02:57:18.522Z] #55 12.62 go: downloading github.com/go-toolsmith/astfmt v1.0.0
02:57:18 [2022-08-22T02:57:18.522Z] #55 12.66 go: downloading github.com/go-toolsmith/astp v1.0.0
02:57:18 [2022-08-22T02:57:18.522Z] #55 12.82 go: downloading github.com/go-toolsmith/strparse v1.0.0
02:57:18 [2022-08-22T02:57:18.779Z] #55 12.97 go: downloading github.com/go-toolsmith/typep v1.0.2
02:57:18 [2022-08-22T02:57:18.779Z] #55 13.07 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
02:57:18 [2022-08-22T02:57:18.809Z] #67 ...
02:57:18 [2022-08-22T02:57:18.809Z] 
02:57:18 [2022-08-22T02:57:18.809Z] #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
02:57:18 [2022-08-22T02:57:18.809Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:57:18 [2022-08-22T02:57:18.809Z] #36 20.89 go: downloading github.com/sirupsen/logrus v1.6.0
02:57:18 [2022-08-22T02:57:18.809Z] #36 20.89 go: downloading github.com/spf13/cobra v1.1.3
02:57:18 [2022-08-22T02:57:18.809Z] #36 ...
02:57:18 [2022-08-22T02:57:18.809Z] 
02:57:18 [2022-08-22T02:57:18.809Z] #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             ;
02:57:18 [2022-08-22T02:57:18.809Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:18 [2022-08-22T02:57:18.809Z] #76 11.03 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:18 [2022-08-22T02:57:18.809Z] #76 14.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:19 [2022-08-22T02:57:19.069Z] #76 ...
02:57:19 [2022-08-22T02:57:19.069Z] 
02:57:19 [2022-08-22T02:57:19.069Z] #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
02:57:19 [2022-08-22T02:57:19.069Z] #67 sha256:14530606292b33a5e92a24b0df654f4c9048e76e2cb463f3567ef3b22b04bab5
02:57:19 [2022-08-22T02:57:19.069Z] #67 20.83 go: downloading github.com/google/uuid v1.3.0
02:57:19 [2022-08-22T02:57:19.329Z] #67 21.10 go: downloading github.com/moby/vpnkit v0.5.0
02:57:19 [2022-08-22T02:57:19.592Z] #67 21.40 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
02:57:20 [2022-08-22T02:57:20.149Z] #55 14.00 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
02:57:20 [2022-08-22T02:57:20.149Z] #55 14.24 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
02:57:20 [2022-08-22T02:57:20.407Z] #55 ...
02:57:20 [2022-08-22T02:57:20.407Z] 
02:57:20 [2022-08-22T02:57:20.407Z] #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
02:57:20 [2022-08-22T02:57:20.407Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:57:20 [2022-08-22T02:57:20.407Z] #36 4.576 go: downloading github.com/go-delve/delve v1.8.1
02:57:20 [2022-08-22T02:57:20.407Z] #36 13.12 go: downloading github.com/sirupsen/logrus v1.6.0
02:57:20 [2022-08-22T02:57:20.407Z] #36 13.12 go: downloading github.com/spf13/cobra v1.1.3
02:57:20 [2022-08-22T02:57:20.407Z] #36 13.68 go: downloading github.com/mattn/go-isatty v0.0.3
02:57:20 [2022-08-22T02:57:20.407Z] #36 13.93 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
02:57:20 [2022-08-22T02:57:20.407Z] #36 14.15 go: downloading gopkg.in/yaml.v2 v2.4.0
02:57:20 [2022-08-22T02:57:20.407Z] #36 14.60 go: downloading github.com/cosiner/argv v0.1.0
02:57:20 [2022-08-22T02:57:20.534Z] #67 22.14 go: downloading github.com/gofrs/flock v0.8.1
02:57:20 [2022-08-22T02:57:20.534Z] #67 22.23 go: downloading github.com/gorilla/mux v1.8.0
02:57:20 [2022-08-22T02:57:20.663Z] #36 14.71 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
02:57:20 [2022-08-22T02:57:20.663Z] #36 14.73 go: downloading github.com/peterh/liner v1.2.2
02:57:20 [2022-08-22T02:57:20.663Z] #36 ...
02:57:20 [2022-08-22T02:57:20.663Z] 
02:57:20 [2022-08-22T02:57:20.663Z] #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
02:57:20 [2022-08-22T02:57:20.663Z] #67 sha256:08673386e76cccc64d7daa8fb4fd59a184e06f2df189d21db81bb08ba6bd3a39
02:57:20 [2022-08-22T02:57:20.663Z] #67 14.34 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
02:57:20 [2022-08-22T02:57:20.794Z] #67 ...
02:57:20 [2022-08-22T02:57:20.794Z] 
02:57:20 [2022-08-22T02:57:20.794Z] #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
02:57:20 [2022-08-22T02:57:20.794Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:20 [2022-08-22T02:57:20.794Z] #14 12.85 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:20 [2022-08-22T02:57:20.794Z] #14 15.87 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:20 [2022-08-22T02:57:20.794Z] #14 ...
02:57:20 [2022-08-22T02:57:20.794Z] 
02:57:20 [2022-08-22T02:57:20.794Z] #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
02:57:20 [2022-08-22T02:57:20.794Z] #67 sha256:14530606292b33a5e92a24b0df654f4c9048e76e2cb463f3567ef3b22b04bab5
02:57:20 [2022-08-22T02:57:20.794Z] #67 22.75 go: downloading github.com/moby/sys/mountinfo v0.6.0
02:57:20 [2022-08-22T02:57:20.894Z] #67 ...
02:57:20 [2022-08-22T02:57:20.894Z] 
02:57:20 [2022-08-22T02:57:20.894Z] #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             ;
02:57:20 [2022-08-22T02:57:20.894Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:20 [2022-08-22T02:57:20.894Z] #76 11.16 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:20 [2022-08-22T02:57:20.894Z] #76 18.76 Fetched 8571 kB in 9s (933 kB/s)
02:57:20 [2022-08-22T02:57:20.998Z] #84 64.41 configure.ac:7: installing './compile'
02:57:20 [2022-08-22T02:57:20.998Z] #84 64.42 configure.ac:11: installing './config.guess'
02:57:20 [2022-08-22T02:57:20.998Z] #84 64.43 configure.ac:11: installing './config.sub'
02:57:20 [2022-08-22T02:57:20.998Z] #84 64.46 configure.ac:8: installing './install-sh'
02:57:20 [2022-08-22T02:57:20.998Z] #84 64.48 configure.ac:8: installing './missing'
02:57:20 [2022-08-22T02:57:20.998Z] #84 64.65 Makefile.am: installing './depcomp'
02:57:21 [2022-08-22T02:57:21.151Z] #76 18.76 Reading package lists...
02:57:21 [2022-08-22T02:57:21.151Z] #76 ...
02:57:21 [2022-08-22T02:57:21.151Z] 
02:57:21 [2022-08-22T02:57:21.151Z] #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
02:57:21 [2022-08-22T02:57:21.151Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:57:21 [2022-08-22T02:57:21.151Z] #53 13.48 go: downloading gotest.tools/gotestsum v1.8.1
02:57:21 [2022-08-22T02:57:21.151Z] #53 15.47 go: downloading github.com/fatih/color v1.10.0
02:57:21 [2022-08-22T02:57:21.151Z] #53 15.86 go: downloading github.com/dnephin/pflag v1.0.7
02:57:21 [2022-08-22T02:57:21.151Z] #53 16.09 go: downloading golang.org/x/tools v0.1.0
02:57:21 [2022-08-22T02:57:21.151Z] #53 16.27 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:57:21 [2022-08-22T02:57:21.151Z] #53 16.36 go: downloading github.com/pkg/errors v0.9.1
02:57:21 [2022-08-22T02:57:21.151Z] #53 16.63 go: downloading github.com/mattn/go-colorable v0.1.8
02:57:21 [2022-08-22T02:57:21.151Z] #53 16.69 go: downloading github.com/mattn/go-isatty v0.0.12
02:57:21 [2022-08-22T02:57:21.151Z] #53 17.81 go: downloading github.com/jonboulle/clockwork v0.2.2
02:57:21 [2022-08-22T02:57:21.151Z] #53 17.89 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
02:57:21 [2022-08-22T02:57:21.151Z] #53 18.34 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
02:57:21 [2022-08-22T02:57:21.151Z] #53 18.57 go: downloading github.com/fsnotify/fsnotify v1.4.9
02:57:21 [2022-08-22T02:57:21.151Z] #53 18.77 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
02:57:21 [2022-08-22T02:57:21.190Z] #67 ...
02:57:21 [2022-08-22T02:57:21.190Z] 
02:57:21 [2022-08-22T02:57:21.190Z] #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
02:57:21 [2022-08-22T02:57:21.190Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
02:57:21 [2022-08-22T02:57:21.190Z] #57 13.23 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:57:21 [2022-08-22T02:57:21.227Z] #67 15.29 go: downloading github.com/google/uuid v1.3.0
02:57:21 [2022-08-22T02:57:21.227Z] #67 15.29 go: downloading github.com/moby/vpnkit v0.5.0
02:57:21 [2022-08-22T02:57:21.484Z] #67 15.39 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
02:57:21 [2022-08-22T02:57:21.511Z] #57 ...
02:57:21 [2022-08-22T02:57:21.511Z] 
02:57:21 [2022-08-22T02:57:21.511Z] #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
02:57:21 [2022-08-22T02:57:21.511Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:21 [2022-08-22T02:57:21.511Z] #51 13.11 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:21 [2022-08-22T02:57:21.511Z] #51 16.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:21 [2022-08-22T02:57:21.511Z] #51 21.01 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
02:57:21 [2022-08-22T02:57:21.511Z] #51 ...
02:57:21 [2022-08-22T02:57:21.511Z] 
02:57:21 [2022-08-22T02:57:21.511Z] #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
02:57:21 [2022-08-22T02:57:21.511Z] #67 sha256:14530606292b33a5e92a24b0df654f4c9048e76e2cb463f3567ef3b22b04bab5
02:57:21 [2022-08-22T02:57:21.511Z] #67 23.27 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
02:57:21 [2022-08-22T02:57:21.537Z] #31 ...
02:57:21 [2022-08-22T02:57:21.537Z] 
02:57:21 [2022-08-22T02:57:21.537Z] #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
02:57:21 [2022-08-22T02:57:21.537Z] #38 sha256:c896c42fc52d68eb0bdf368fbaf5b7fdd774b9a57470726289de1511b423f53e
02:57:21 [2022-08-22T02:57:21.537Z] #38 16.57 tomll can be used in two ways:
02:57:21 [2022-08-22T02:57:21.537Z] #38 16.59 Writing to STDIN and reading from STDOUT:
02:57:21 [2022-08-22T02:57:21.537Z] #38 16.59   cat file.toml | tomll > file.toml
02:57:21 [2022-08-22T02:57:21.537Z] #38 16.59 
02:57:21 [2022-08-22T02:57:21.537Z] #38 16.59 Reading and updating a list of files:
02:57:21 [2022-08-22T02:57:21.537Z] #38 16.59   tomll a.toml b.toml c.toml
02:57:21 [2022-08-22T02:57:21.537Z] #38 16.59 
02:57:21 [2022-08-22T02:57:21.537Z] #38 16.59 When given a list of files, tomll will modify all files in place without asking.
02:57:21 [2022-08-22T02:57:21.537Z] #38 DONE 20.5s
02:57:21 [2022-08-22T02:57:21.537Z] 
02:57:21 [2022-08-22T02:57:21.537Z] #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
02:57:21 [2022-08-22T02:57:21.537Z] #55 sha256:d78db600156b117dec76afdf97844cc0278c0f3d815c9b0189cbbcbfabc803aa
02:57:21 [2022-08-22T02:57:21.537Z] #55 10.60 go: downloading github.com/mitchellh/go-homedir v1.1.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 13.92 go: downloading github.com/sirupsen/logrus v1.8.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 13.95 go: downloading github.com/stretchr/testify v1.7.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 14.15 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
02:57:21 [2022-08-22T02:57:21.537Z] #55 14.34 go: downloading github.com/hashicorp/go-multierror v1.1.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 14.35 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
02:57:21 [2022-08-22T02:57:21.537Z] #55 14.49 go: downloading github.com/fsnotify/fsnotify v1.5.4
02:57:21 [2022-08-22T02:57:21.537Z] #55 14.55 go: downloading github.com/mitchellh/mapstructure v1.5.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 14.68 go: downloading github.com/spf13/afero v1.8.2
02:57:21 [2022-08-22T02:57:21.537Z] #55 14.80 go: downloading github.com/spf13/cast v1.4.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 14.90 go: downloading github.com/spf13/jwalterweatherman v1.1.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 15.01 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
02:57:21 [2022-08-22T02:57:21.537Z] #55 15.05 go: downloading github.com/go-toolsmith/astcast v1.0.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 15.26 go: downloading github.com/go-toolsmith/astcopy v1.0.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 15.35 go: downloading github.com/go-toolsmith/astequal v1.0.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 15.50 go: downloading github.com/go-toolsmith/astfmt v1.0.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 15.53 go: downloading github.com/go-toolsmith/astp v1.0.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 15.55 go: downloading github.com/go-toolsmith/strparse v1.0.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 15.68 go: downloading github.com/go-toolsmith/typep v1.0.2
02:57:21 [2022-08-22T02:57:21.537Z] #55 15.70 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
02:57:21 [2022-08-22T02:57:21.537Z] #55 16.43 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
02:57:21 [2022-08-22T02:57:21.537Z] #55 16.64 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
02:57:21 [2022-08-22T02:57:21.537Z] #55 17.30 go: downloading 4d63.com/gochecknoglobals v0.1.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 17.50 go: downloading github.com/Antonboom/errname v0.1.6
02:57:21 [2022-08-22T02:57:21.537Z] #55 17.59 go: downloading github.com/Antonboom/nilnil v0.1.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 17.65 go: downloading github.com/BurntSushi/toml v1.1.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 17.85 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.01 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.05 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.16 go: downloading github.com/alexkohler/prealloc v1.0.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.16 go: downloading github.com/ashanbrown/forbidigo v1.3.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.27 go: downloading github.com/ashanbrown/makezero v1.1.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.28 go: downloading github.com/bkielbasa/cyclop v1.2.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.38 go: downloading github.com/blizzy78/varnamelen v0.8.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.39 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.55 go: downloading github.com/breml/bidichk v0.2.3
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.56 go: downloading github.com/breml/errchkjson v0.3.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.66 go: downloading github.com/butuzov/ireturn v0.1.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.66 go: downloading github.com/charithe/durationcheck v0.0.9
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.74 go: downloading github.com/daixiang0/gci v0.3.3
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.86 go: downloading github.com/denis-tingaikin/go-header v0.4.3
02:57:21 [2022-08-22T02:57:21.537Z] #55 18.96 go: downloading github.com/esimonov/ifshort v1.0.4
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.04 go: downloading github.com/firefart/nonamedreturns v1.0.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.07 go: downloading github.com/fzipp/gocyclo v0.5.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.15 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.23 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.23 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.39 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.53 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.65 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.67 go: downloading github.com/golangci/misspell v0.3.5
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.84 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.90 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.94 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 19.96 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 20.03 go: downloading github.com/jgautheron/goconst v1.5.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 20.03 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 20.07 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
02:57:21 [2022-08-22T02:57:21.537Z] #55 20.09 go: downloading github.com/julz/importas v0.1.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 20.14 go: downloading github.com/kisielk/errcheck v1.6.0
02:57:21 [2022-08-22T02:57:21.537Z] #55 20.15 go: downloading github.com/kulti/thelper v0.6.2
02:57:21 [2022-08-22T02:57:21.537Z] #55 20.21 go: downloading github.com/kunwardeep/paralleltest v1.0.3
02:57:21 [2022-08-22T02:57:21.537Z] #55 20.37 go: downloading github.com/kyoh86/exportloopref v0.1.8
02:57:21 [2022-08-22T02:57:21.537Z] #55 20.42 go: downloading github.com/ldez/tagliatelle v0.3.1
02:57:21 [2022-08-22T02:57:21.537Z] #55 20.51 go: downloading github.com/leonklingele/grouper v1.1.0
02:57:21 [2022-08-22T02:57:21.742Z] #67 15.68 go: downloading github.com/gofrs/flock v0.8.1
02:57:21 [2022-08-22T02:57:21.783Z] #67 23.52 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
02:57:21 [2022-08-22T02:57:21.999Z] #67 15.82 go: downloading github.com/gorilla/mux v1.8.0
02:57:22 [2022-08-22T02:57:22.043Z] #67 23.61 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
02:57:22 [2022-08-22T02:57:22.092Z] #53 ...
02:57:22 [2022-08-22T02:57:22.092Z] 
02:57:22 [2022-08-22T02:57:22.092Z] #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
02:57:22 [2022-08-22T02:57:22.092Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:22 [2022-08-22T02:57:22.092Z] #62 12.16 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:22 [2022-08-22T02:57:22.092Z] #62 12.18 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:22 [2022-08-22T02:57:22.092Z] #62 12.18 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:22 [2022-08-22T02:57:22.092Z] #62 13.23 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:22 [2022-08-22T02:57:22.092Z] #62 17.36 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:22 [2022-08-22T02:57:22.092Z] #62 21.22 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:22 [2022-08-22T02:57:22.092Z] #62 ...
02:57:22 [2022-08-22T02:57:22.092Z] 
02:57:22 [2022-08-22T02:57:22.092Z] #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
02:57:22 [2022-08-22T02:57:22.092Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:22 [2022-08-22T02:57:22.092Z] #55 12.72 go: downloading github.com/golangci/golangci-lint v1.46.2
02:57:22 [2022-08-22T02:57:22.092Z] #55 16.18 go: downloading github.com/fatih/color v1.13.0
02:57:22 [2022-08-22T02:57:22.092Z] #55 16.30 go: downloading github.com/gofrs/flock v0.8.1
02:57:22 [2022-08-22T02:57:22.092Z] #55 16.59 go: downloading github.com/spf13/cobra v1.4.0
02:57:22 [2022-08-22T02:57:22.092Z] #55 16.59 go: downloading github.com/spf13/pflag v1.0.5
02:57:22 [2022-08-22T02:57:22.092Z] #55 17.16 go: downloading github.com/spf13/viper v1.11.0
02:57:22 [2022-08-22T02:57:22.092Z] #55 17.46 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
02:57:22 [2022-08-22T02:57:22.092Z] #55 18.76 go: downloading github.com/mattn/go-colorable v0.1.12
02:57:22 [2022-08-22T02:57:22.092Z] #55 18.78 go: downloading github.com/mattn/go-isatty v0.0.14
02:57:22 [2022-08-22T02:57:22.092Z] #55 18.91 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
02:57:22 [2022-08-22T02:57:22.092Z] #55 19.29 go: downloading github.com/go-critic/go-critic v0.6.3
02:57:22 [2022-08-22T02:57:22.092Z] #55 21.98 go: downloading github.com/hashicorp/go-version v1.4.0
02:57:22 [2022-08-22T02:57:22.092Z] #55 22.29 go: downloading github.com/ldez/gomoddirectives v0.2.3
02:57:22 [2022-08-22T02:57:22.100Z] #55 20.74 go: downloading github.com/lufeee/execinquery v1.2.1
02:57:22 [2022-08-22T02:57:22.100Z] #55 20.77 go: downloading github.com/maratori/testpackage v1.0.1
02:57:22 [2022-08-22T02:57:22.100Z] #55 ...
02:57:22 [2022-08-22T02:57:22.100Z] 
02:57:22 [2022-08-22T02:57:22.100Z] #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
02:57:22 [2022-08-22T02:57:22.100Z] #40 sha256:69570b798ff99da2ef0b1346cd9a9f0570efcefad557de6cde34dfcdb46133cd
02:57:22 [2022-08-22T02:57:22.100Z] #40 10.72 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
02:57:22 [2022-08-22T02:57:22.100Z] #40 10.83 go: downloading github.com/russross/blackfriday/v2 v2.1.0
02:57:22 [2022-08-22T02:57:22.100Z] #40 ...
02:57:22 [2022-08-22T02:57:22.100Z] 
02:57:22 [2022-08-22T02:57:22.100Z] #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
02:57:22 [2022-08-22T02:57:22.100Z] #47 sha256:e69378d82c8c8cbcefc35269e70e7e3c279d811c390ced71ff7954797ab7ab3a
02:57:22 [2022-08-22T02:57:22.259Z] #67 16.08 go: downloading github.com/moby/sys/mountinfo v0.6.0
02:57:22 [2022-08-22T02:57:22.356Z] #55 ...
02:57:22 [2022-08-22T02:57:22.357Z] 
02:57:22 [2022-08-22T02:57:22.357Z] #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
02:57:22 [2022-08-22T02:57:22.357Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
02:57:22 [2022-08-22T02:57:22.357Z] #38 12.49 go: downloading github.com/pelletier/go-toml v1.8.1
02:57:22 [2022-08-22T02:57:22.357Z] #38 ...
02:57:22 [2022-08-22T02:57:22.357Z] 
02:57:22 [2022-08-22T02:57:22.357Z] #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
02:57:22 [2022-08-22T02:57:22.357Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:57:22 [2022-08-22T02:57:22.357Z] #34 11.49 + git clone https://github.com/kolyshkin/go-swagger.git .
02:57:22 [2022-08-22T02:57:22.357Z] #34 11.51 Cloning into '.'...
02:57:22 [2022-08-22T02:57:22.358Z] #47 20.78 Updating files:  65% (1422/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)
02:57:22 [2022-08-22T02:57:22.358Z] #47 ...
02:57:22 [2022-08-22T02:57:22.358Z] 
02:57:22 [2022-08-22T02:57:22.358Z] #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
02:57:22 [2022-08-22T02:57:22.358Z] #53 sha256:c2b7baa3a398da628953c9c8b55f28a47dcb6ea86c993b76242c87504fe14697
02:57:22 [2022-08-22T02:57:22.358Z] #53 11.26 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
02:57:22 [2022-08-22T02:57:22.358Z] #53 12.39 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
02:57:22 [2022-08-22T02:57:22.358Z] #53 12.44 go: downloading golang.org/x/mod v0.3.0
02:57:22 [2022-08-22T02:57:22.376Z] #84 66.43 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
02:57:22 [2022-08-22T02:57:22.376Z] #84 66.43 libtoolize: copying file 'build-aux/ltmain.sh'
02:57:22 [2022-08-22T02:57:22.517Z] #67 16.55 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
02:57:22 [2022-08-22T02:57:22.613Z] #34 ...
02:57:22 [2022-08-22T02:57:22.613Z] 
02:57:22 [2022-08-22T02:57:22.613Z] #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
02:57:22 [2022-08-22T02:57:22.613Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:22 [2022-08-22T02:57:22.613Z] #55 22.76 go: downloading github.com/mitchellh/go-homedir v1.1.0
02:57:22 [2022-08-22T02:57:22.613Z] #55 22.87 go: downloading github.com/hashicorp/go-multierror v1.1.1
02:57:22 [2022-08-22T02:57:22.613Z] #55 ...
02:57:22 [2022-08-22T02:57:22.613Z] 
02:57:22 [2022-08-22T02:57:22.613Z] #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
02:57:22 [2022-08-22T02:57:22.613Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:57:22 [2022-08-22T02:57:22.613Z] #40 12.87 go: downloading github.com/tc-hib/go-winres v0.2.3
02:57:22 [2022-08-22T02:57:22.613Z] #40 14.36 go: downloading github.com/tc-hib/winres v0.1.5
02:57:22 [2022-08-22T02:57:22.613Z] #40 16.72 go: downloading github.com/urfave/cli/v2 v2.3.0
02:57:22 [2022-08-22T02:57:22.613Z] #40 17.42 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
02:57:22 [2022-08-22T02:57:22.613Z] #40 17.66 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
02:57:22 [2022-08-22T02:57:22.613Z] #40 22.96 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
02:57:22 [2022-08-22T02:57:22.614Z] #53 ...
02:57:22 [2022-08-22T02:57:22.614Z] 
02:57:22 [2022-08-22T02:57:22.614Z] #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             ;
02:57:22 [2022-08-22T02:57:22.614Z] #76 sha256:6728089915318b010a209278b80cd51f716c36147ae67c727d31e94443fc267e
02:57:22 [2022-08-22T02:57:22.614Z] #76 11.41 Fetched 8458 kB in 8s (1011 kB/s)
02:57:22 [2022-08-22T02:57:22.614Z] #76 11.41 Reading package lists...
02:57:22 [2022-08-22T02:57:22.614Z] #76 17.03 Reading package lists...
02:57:22 [2022-08-22T02:57:22.614Z] #76 ...
02:57:22 [2022-08-22T02:57:22.614Z] 
02:57:22 [2022-08-22T02:57:22.614Z] #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
02:57:22 [2022-08-22T02:57:22.614Z] #47 sha256:e69378d82c8c8cbcefc35269e70e7e3c279d811c390ced71ff7954797ab7ab3a
02:57:22 [2022-08-22T02:57:22.635Z] #84 66.79 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
02:57:22 [2022-08-22T02:57:22.636Z] #84 66.79 libtoolize: copying file 'm4/libtool.m4'
02:57:22 [2022-08-22T02:57:22.775Z] #67 16.69 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
02:57:22 [2022-08-22T02:57:22.869Z] #40 ...
02:57:22 [2022-08-22T02:57:22.869Z] 
02:57:22 [2022-08-22T02:57:22.869Z] #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
02:57:22 [2022-08-22T02:57:22.869Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
02:57:22 [2022-08-22T02:57:22.869Z] #57 13.10 go: downloading mvdan.cc/sh/v3 v3.0.2
02:57:22 [2022-08-22T02:57:22.869Z] #57 14.66 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:57:22 [2022-08-22T02:57:22.869Z] #57 14.67 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:57:22 [2022-08-22T02:57:22.869Z] #57 14.89 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:57:22 [2022-08-22T02:57:22.869Z] #57 17.76 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:57:22 [2022-08-22T02:57:22.871Z] #47 20.78 Updating files:  65% (1422/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:  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.
02:57:22 [2022-08-22T02:57:22.871Z] #47 21.67 + git checkout -q v2.3.0
02:57:22 [2022-08-22T02:57:22.871Z] #47 ...
02:57:22 [2022-08-22T02:57:22.871Z] 
02:57:22 [2022-08-22T02:57:22.871Z] #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
02:57:22 [2022-08-22T02:57:22.871Z] #62 sha256:a922500f3cdbd3f51b62da14fcc82525ccaa34a1e6b3e6e746e0aedc590a31de
02:57:22 [2022-08-22T02:57:22.871Z] #62 11.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
02:57:22 [2022-08-22T02:57:22.871Z] #62 16.89 Fetched 8458 kB in 12s (689 kB/s)
02:57:22 [2022-08-22T02:57:22.895Z] #84 67.12 libtoolize: copying file 'm4/ltoptions.m4'
02:57:23 [2022-08-22T02:57:23.125Z] #57 ...
02:57:23 [2022-08-22T02:57:23.125Z] 
02:57:23 [2022-08-22T02:57:23.125Z] #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
02:57:23 [2022-08-22T02:57:23.125Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:57:23 [2022-08-22T02:57:23.125Z] #40 23.20 go: downloading github.com/russross/blackfriday/v2 v2.1.0
02:57:23 [2022-08-22T02:57:23.125Z] #40 ...
02:57:23 [2022-08-22T02:57:23.125Z] 
02:57:23 [2022-08-22T02:57:23.125Z] #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
02:57:23 [2022-08-22T02:57:23.125Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:23 [2022-08-22T02:57:23.125Z] #42 13.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:57:23 [2022-08-22T02:57:23.125Z] #42 13.60 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:57:23 [2022-08-22T02:57:23.125Z] #42 13.60 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:57:23 [2022-08-22T02:57:23.125Z] #42 15.64 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:23 [2022-08-22T02:57:23.125Z] #42 19.79 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:23 [2022-08-22T02:57:23.130Z] #62 16.89 Reading package lists...
02:57:23 [2022-08-22T02:57:23.130Z] #62 ...
02:57:23 [2022-08-22T02:57:23.130Z] 
02:57:23 [2022-08-22T02:57:23.130Z] #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             ;
02:57:23 [2022-08-22T02:57:23.130Z] #76 sha256:6728089915318b010a209278b80cd51f716c36147ae67c727d31e94443fc267e
02:57:23 [2022-08-22T02:57:23.130Z] #76 17.03 Reading package lists...
02:57:23 [2022-08-22T02:57:23.154Z] #84 67.28 libtoolize: copying file 'm4/ltsugar.m4'
02:57:23 [2022-08-22T02:57:23.154Z] #84 67.46 libtoolize: copying file 'm4/ltversion.m4'
02:57:23 [2022-08-22T02:57:23.382Z] #42 ...
02:57:23 [2022-08-22T02:57:23.382Z] 
02:57:23 [2022-08-22T02:57:23.382Z] #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
02:57:23 [2022-08-22T02:57:23.382Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:57:23 [2022-08-22T02:57:23.382Z] #36 13.59 go: downloading github.com/go-delve/delve v1.8.1
02:57:23 [2022-08-22T02:57:23.382Z] #36 ...
02:57:23 [2022-08-22T02:57:23.382Z] 
02:57:23 [2022-08-22T02:57:23.382Z] #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
02:57:23 [2022-08-22T02:57:23.382Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:23 [2022-08-22T02:57:23.382Z] #51 10.69 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:57:23 [2022-08-22T02:57:23.382Z] #51 14.60 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:23 [2022-08-22T02:57:23.386Z] #76 21.91 Building dependency tree...
02:57:23 [2022-08-22T02:57:23.386Z] #76 ...
02:57:23 [2022-08-22T02:57:23.386Z] 
02:57:23 [2022-08-22T02:57:23.386Z] #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
02:57:23 [2022-08-22T02:57:23.386Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c
02:57:23 [2022-08-22T02:57:23.386Z] #14 12.21 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
02:57:23 [2022-08-22T02:57:23.386Z] #14 17.26 Fetched 8458 kB in 13s (666 kB/s)
02:57:23 [2022-08-22T02:57:23.386Z] #14 17.26 Reading package lists...
02:57:23 [2022-08-22T02:57:23.386Z] #14 ...
02:57:23 [2022-08-22T02:57:23.386Z] 
02:57:23 [2022-08-22T02:57:23.386Z] #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
02:57:23 [2022-08-22T02:57:23.386Z] #42 sha256:94be227a87f8e9ad109bdca62160c87af49153c490d2d161654b79177444bd2d
02:57:23 [2022-08-22T02:57:23.386Z] #42 12.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
02:57:23 [2022-08-22T02:57:23.386Z] #42 17.33 Fetched 8458 kB in 12s (695 kB/s)
02:57:23 [2022-08-22T02:57:23.412Z] #84 67.59 libtoolize: copying file 'm4/lt~obsolete.m4'
02:57:23 [2022-08-22T02:57:23.412Z] #84 67.68 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
02:57:23 [2022-08-22T02:57:23.643Z] #42 17.33 Reading package lists...
02:57:23 [2022-08-22T02:57:23.643Z] #42 ...
02:57:23 [2022-08-22T02:57:23.643Z] 
02:57:23 [2022-08-22T02:57:23.643Z] #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
02:57:23 [2022-08-22T02:57:23.643Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c
02:57:23 [2022-08-22T02:57:23.643Z] #14 17.26 Reading package lists...
02:57:23 [2022-08-22T02:57:23.643Z] #14 22.66 Reading package lists...
02:57:23 [2022-08-22T02:57:23.643Z] #14 ...
02:57:23 [2022-08-22T02:57:23.643Z] 
02:57:23 [2022-08-22T02:57:23.643Z] #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
02:57:23 [2022-08-22T02:57:23.643Z] #36 sha256:6583f4de9b49d5f9f0af4e74d176b75cd3860e05f2b1b1432241659433d7f138
02:57:23 [2022-08-22T02:57:23.643Z] #36 12.56 go: downloading github.com/sirupsen/logrus v1.6.0
02:57:23 [2022-08-22T02:57:23.643Z] #36 12.57 go: downloading github.com/spf13/cobra v1.1.3
02:57:23 [2022-08-22T02:57:23.643Z] #36 12.99 go: downloading github.com/mattn/go-isatty v0.0.3
02:57:23 [2022-08-22T02:57:23.643Z] #36 13.16 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
02:57:23 [2022-08-22T02:57:23.643Z] #36 13.32 go: downloading gopkg.in/yaml.v2 v2.4.0
02:57:23 [2022-08-22T02:57:23.643Z] #36 13.61 go: downloading github.com/cosiner/argv v0.1.0
02:57:23 [2022-08-22T02:57:23.643Z] #36 13.72 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
02:57:23 [2022-08-22T02:57:23.643Z] #36 13.84 go: downloading github.com/peterh/liner v1.2.2
02:57:23 [2022-08-22T02:57:23.643Z] #36 13.92 go: downloading github.com/google/go-dap v0.6.0
02:57:23 [2022-08-22T02:57:23.643Z] #36 14.38 go: downloading github.com/russross/blackfriday/v2 v2.0.1
02:57:23 [2022-08-22T02:57:23.643Z] #36 14.52 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
02:57:23 [2022-08-22T02:57:23.643Z] #36 15.22 go: downloading github.com/mattn/go-runewidth v0.0.3
02:57:23 [2022-08-22T02:57:23.643Z] #36 15.32 go: downloading github.com/hashicorp/golang-lru v0.5.4
02:57:23 [2022-08-22T02:57:23.643Z] #36 15.58 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
02:57:23 [2022-08-22T02:57:23.643Z] #36 16.47 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
02:57:23 [2022-08-22T02:57:23.899Z] #36 ...
02:57:23 [2022-08-22T02:57:23.899Z] 
02:57:23 [2022-08-22T02:57:23.899Z] #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
02:57:23 [2022-08-22T02:57:23.899Z] #42 sha256:94be227a87f8e9ad109bdca62160c87af49153c490d2d161654b79177444bd2d
02:57:23 [2022-08-22T02:57:23.899Z] #42 17.33 Reading package lists...
02:57:23 [2022-08-22T02:57:23.945Z] #51 18.68 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:23 [2022-08-22T02:57:23.952Z] #67 ...
02:57:23 [2022-08-22T02:57:23.952Z] 
02:57:23 [2022-08-22T02:57:23.952Z] #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
02:57:23 [2022-08-22T02:57:23.952Z] #26 sha256:203d0931fa403997d3c962f1f3c517265e89b8c87d0e357977b48503a67bbc2d
02:57:23 [2022-08-22T02:57:23.952Z] #26 22.30 + mkdir -p /build
02:57:23 [2022-08-22T02:57:23.952Z] #26 22.31 + mv docker/docker /build/
02:57:23 [2022-08-22T02:57:23.952Z] #26 22.36 + rmdir docker
02:57:23 [2022-08-22T02:57:23.952Z] #26 DONE 25.7s
02:57:23 [2022-08-22T02:57:23.952Z] 
02:57:23 [2022-08-22T02:57:23.952Z] #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
02:57:23 [2022-08-22T02:57:23.952Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:23 [2022-08-22T02:57:23.952Z] #62 19.33 Reading package lists...
02:57:24 [2022-08-22T02:57:24.211Z] #51 ...
02:57:24 [2022-08-22T02:57:24.211Z] 
02:57:24 [2022-08-22T02:57:24.211Z] #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
02:57:24 [2022-08-22T02:57:24.211Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:24 [2022-08-22T02:57:24.211Z] #42 24.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:24 [2022-08-22T02:57:24.522Z] #62 25.79 Reading package lists...
02:57:24 [2022-08-22T02:57:24.522Z] #62 ...
02:57:24 [2022-08-22T02:57:24.522Z] 
02:57:24 [2022-08-22T02:57:24.522Z] #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
02:57:24 [2022-08-22T02:57:24.522Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
02:57:24 [2022-08-22T02:57:24.522Z] #38 26.41 tomll can be used in two ways:
02:57:24 [2022-08-22T02:57:24.522Z] #38 26.41 Writing to STDIN and reading from STDOUT:
02:57:24 [2022-08-22T02:57:24.522Z] #38 26.41   cat file.toml | tomll > file.toml
02:57:24 [2022-08-22T02:57:24.522Z] #38 26.41 
02:57:24 [2022-08-22T02:57:24.522Z] #38 26.41 Reading and updating a list of files:
02:57:24 [2022-08-22T02:57:24.522Z] #38 26.41   tomll a.toml b.toml c.toml
02:57:24 [2022-08-22T02:57:24.522Z] #38 26.41 
02:57:24 [2022-08-22T02:57:24.522Z] #38 26.41 When given a list of files, tomll will modify all files in place without asking.
02:57:24 [2022-08-22T02:57:24.522Z] #38 DONE 26.6s
02:57:24 [2022-08-22T02:57:24.718Z] #42 22.94 Reading package lists...
02:57:24 [2022-08-22T02:57:24.718Z] #42 ...
02:57:24 [2022-08-22T02:57:24.718Z] 
02:57:24 [2022-08-22T02:57:24.718Z] #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
02:57:24 [2022-08-22T02:57:24.718Z] #51 sha256:e97bc4e141c470e79af822c7812d17925cbc9d5e8a97d1bd281f8f15f0cbfa78
02:57:24 [2022-08-22T02:57:24.718Z] #51 12.93 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
02:57:24 [2022-08-22T02:57:24.718Z] #51 16.10 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
02:57:24 [2022-08-22T02:57:24.718Z] #51 18.12 Fetched 8462 kB in 13s (639 kB/s)
02:57:24 [2022-08-22T02:57:24.718Z] #51 18.12 Reading package lists...
02:57:24 [2022-08-22T02:57:24.718Z] #51 ...
02:57:24 [2022-08-22T02:57:24.718Z] 
02:57:24 [2022-08-22T02:57:24.718Z] #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
02:57:24 [2022-08-22T02:57:24.718Z] #55 sha256:d78db600156b117dec76afdf97844cc0278c0f3d815c9b0189cbbcbfabc803aa
02:57:24 [2022-08-22T02:57:24.718Z] #55 20.88 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
02:57:24 [2022-08-22T02:57:24.718Z] #55 20.97 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
02:57:24 [2022-08-22T02:57:24.718Z] #55 20.98 go: downloading github.com/mgechev/revive v1.2.1
02:57:24 [2022-08-22T02:57:24.718Z] #55 21.90 go: downloading github.com/moricho/tparallel v0.2.1
02:57:24 [2022-08-22T02:57:24.718Z] #55 21.90 go: downloading github.com/nakabonne/nestif v0.3.1
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.03 go: downloading github.com/nishanths/exhaustive v0.7.11
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.04 go: downloading github.com/nishanths/predeclared v0.2.2
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.17 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.30 go: downloading github.com/ryancurrah/gomodguard v1.2.3
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.38 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.42 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.48 go: downloading github.com/securego/gosec/v2 v2.11.0
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.71 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.71 go: downloading github.com/sivchari/containedctx v1.0.2
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.76 go: downloading github.com/sivchari/tenv v1.5.0
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.78 go: downloading github.com/sonatard/noctx v0.0.1
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.83 go: downloading github.com/sourcegraph/go-diff v0.6.1
02:57:24 [2022-08-22T02:57:24.718Z] #55 22.94 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
02:57:24 [2022-08-22T02:57:24.718Z] #55 23.09 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
02:57:24 [2022-08-22T02:57:24.718Z] #55 23.09 go: downloading github.com/sylvia7788/contextcheck v1.0.4
02:57:24 [2022-08-22T02:57:24.718Z] #55 23.20 go: downloading github.com/tdakkota/asciicheck v0.1.1
02:57:24 [2022-08-22T02:57:24.718Z] #55 23.23 go: downloading github.com/tetafro/godot v1.4.11
02:57:24 [2022-08-22T02:57:24.718Z] #55 23.27 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
02:57:24 [2022-08-22T02:57:24.718Z] #55 23.32 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
02:57:24 [2022-08-22T02:57:24.718Z] #55 23.46 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
02:57:24 [2022-08-22T02:57:24.718Z] #55 23.63 go: downloading github.com/ultraware/funlen v0.0.3
02:57:24 [2022-08-22T02:57:24.784Z] 
02:57:24 [2022-08-22T02:57:24.784Z] #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
02:57:24 [2022-08-22T02:57:24.784Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:24 [2022-08-22T02:57:24.784Z] #55 26.27 go: downloading github.com/sirupsen/logrus v1.8.1
02:57:24 [2022-08-22T02:57:24.784Z] #55 26.44 go: downloading github.com/stretchr/testify v1.7.1
02:57:24 [2022-08-22T02:57:24.784Z] #55 26.84 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
02:57:24 [2022-08-22T02:57:24.975Z] #55 23.74 go: downloading github.com/ultraware/whitespace v0.0.5
02:57:24 [2022-08-22T02:57:24.975Z] #55 23.78 go: downloading github.com/uudashr/gocognit v1.0.5
02:57:24 [2022-08-22T02:57:24.975Z] #55 23.85 go: downloading github.com/yagipy/maintidx v1.0.0
02:57:24 [2022-08-22T02:57:24.975Z] #55 23.89 go: downloading github.com/yeya24/promlinter v0.2.0
02:57:25 [2022-08-22T02:57:25.044Z] #55 27.05 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
02:57:25 [2022-08-22T02:57:25.044Z] #55 27.29 go: downloading github.com/fsnotify/fsnotify v1.5.4
02:57:25 [2022-08-22T02:57:25.233Z] #55 24.03 go: downloading gitlab.com/bosi/decorder v0.2.1
02:57:25 [2022-08-22T02:57:25.297Z] #67 18.87 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
02:57:25 [2022-08-22T02:57:25.297Z] #67 19.26 go: downloading github.com/russross/blackfriday/v2 v2.1.0
02:57:25 [2022-08-22T02:57:25.305Z] #55 27.45 go: downloading github.com/mitchellh/mapstructure v1.5.0
02:57:25 [2022-08-22T02:57:25.489Z] #55 24.25 go: downloading honnef.co/go/tools v0.3.1
02:57:25 [2022-08-22T02:57:25.566Z] #55 27.62 go: downloading github.com/spf13/afero v1.8.2
02:57:25 [2022-08-22T02:57:25.827Z] #55 27.82 go: downloading github.com/spf13/cast v1.4.1
02:57:26 [2022-08-22T02:57:26.089Z] #55 28.06 go: downloading github.com/spf13/jwalterweatherman v1.1.0
02:57:26 [2022-08-22T02:57:26.231Z] #67 ...
02:57:26 [2022-08-22T02:57:26.231Z] 
02:57:26 [2022-08-22T02:57:26.231Z] #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
02:57:26 [2022-08-22T02:57:26.231Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:26 [2022-08-22T02:57:26.231Z] #55 14.87 go: downloading github.com/hashicorp/errwrap v1.0.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 15.74 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
02:57:26 [2022-08-22T02:57:26.231Z] #55 15.78 go: downloading 4d63.com/gochecknoglobals v0.1.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 15.89 go: downloading github.com/Antonboom/errname v0.1.6
02:57:26 [2022-08-22T02:57:26.231Z] #55 15.91 go: downloading github.com/Antonboom/nilnil v0.1.1
02:57:26 [2022-08-22T02:57:26.231Z] #55 16.00 go: downloading github.com/BurntSushi/toml v1.1.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 16.03 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
02:57:26 [2022-08-22T02:57:26.231Z] #55 16.18 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 16.37 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 16.76 go: downloading github.com/alexkohler/prealloc v1.0.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 16.82 go: downloading github.com/ashanbrown/forbidigo v1.3.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 16.83 go: downloading github.com/ashanbrown/makezero v1.1.1
02:57:26 [2022-08-22T02:57:26.231Z] #55 16.90 go: downloading github.com/bkielbasa/cyclop v1.2.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 16.98 go: downloading github.com/blizzy78/varnamelen v0.8.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 17.01 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 17.13 go: downloading github.com/breml/bidichk v0.2.3
02:57:26 [2022-08-22T02:57:26.231Z] #55 17.22 go: downloading github.com/breml/errchkjson v0.3.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 17.27 go: downloading github.com/butuzov/ireturn v0.1.1
02:57:26 [2022-08-22T02:57:26.231Z] #55 17.37 go: downloading github.com/charithe/durationcheck v0.0.9
02:57:26 [2022-08-22T02:57:26.231Z] #55 17.43 go: downloading github.com/daixiang0/gci v0.3.3
02:57:26 [2022-08-22T02:57:26.231Z] #55 17.52 go: downloading github.com/denis-tingaikin/go-header v0.4.3
02:57:26 [2022-08-22T02:57:26.231Z] #55 17.71 go: downloading github.com/esimonov/ifshort v1.0.4
02:57:26 [2022-08-22T02:57:26.231Z] #55 17.95 go: downloading github.com/firefart/nonamedreturns v1.0.1
02:57:26 [2022-08-22T02:57:26.231Z] #55 17.95 go: downloading github.com/fzipp/gocyclo v0.5.1
02:57:26 [2022-08-22T02:57:26.231Z] #55 17.97 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:57:26 [2022-08-22T02:57:26.231Z] #55 18.04 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:57:26 [2022-08-22T02:57:26.231Z] #55 18.04 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
02:57:26 [2022-08-22T02:57:26.231Z] #55 18.26 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:57:26 [2022-08-22T02:57:26.231Z] #55 18.44 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:57:26 [2022-08-22T02:57:26.231Z] #55 18.57 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:57:26 [2022-08-22T02:57:26.231Z] #55 18.64 go: downloading github.com/golangci/misspell v0.3.5
02:57:26 [2022-08-22T02:57:26.231Z] #55 18.64 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:57:26 [2022-08-22T02:57:26.231Z] #55 18.83 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
02:57:26 [2022-08-22T02:57:26.231Z] #55 18.89 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 18.99 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
02:57:26 [2022-08-22T02:57:26.231Z] #55 19.14 go: downloading github.com/jgautheron/goconst v1.5.1
02:57:26 [2022-08-22T02:57:26.231Z] #55 19.17 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
02:57:26 [2022-08-22T02:57:26.231Z] #55 19.32 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
02:57:26 [2022-08-22T02:57:26.231Z] #55 19.32 go: downloading github.com/julz/importas v0.1.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 19.45 go: downloading github.com/kisielk/errcheck v1.6.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 19.48 go: downloading github.com/kulti/thelper v0.6.2
02:57:26 [2022-08-22T02:57:26.231Z] #55 19.60 go: downloading github.com/kunwardeep/paralleltest v1.0.3
02:57:26 [2022-08-22T02:57:26.231Z] #55 19.66 go: downloading github.com/kyoh86/exportloopref v0.1.8
02:57:26 [2022-08-22T02:57:26.231Z] #55 19.75 go: downloading github.com/ldez/tagliatelle v0.3.1
02:57:26 [2022-08-22T02:57:26.231Z] #55 19.79 go: downloading github.com/leonklingele/grouper v1.1.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 19.92 go: downloading github.com/lufeee/execinquery v1.2.1
02:57:26 [2022-08-22T02:57:26.231Z] #55 19.97 go: downloading github.com/maratori/testpackage v1.0.1
02:57:26 [2022-08-22T02:57:26.231Z] #55 20.02 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
02:57:26 [2022-08-22T02:57:26.231Z] #55 20.16 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
02:57:26 [2022-08-22T02:57:26.231Z] #55 20.16 go: downloading github.com/mgechev/revive v1.2.1
02:57:26 [2022-08-22T02:57:26.350Z] #55 28.40 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
02:57:26 [2022-08-22T02:57:26.488Z] #55 ...
02:57:26 [2022-08-22T02:57:26.488Z] 
02:57:26 [2022-08-22T02:57:26.488Z] #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
02:57:26 [2022-08-22T02:57:26.488Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:26 [2022-08-22T02:57:26.488Z] #62 10.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:26 [2022-08-22T02:57:26.488Z] #62 19.44 Fetched 8571 kB in 14s (595 kB/s)
02:57:26 [2022-08-22T02:57:26.488Z] #62 19.44 Reading package lists...
02:57:26 [2022-08-22T02:57:26.488Z] #62 ...
02:57:26 [2022-08-22T02:57:26.488Z] 
02:57:26 [2022-08-22T02:57:26.488Z] #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
02:57:26 [2022-08-22T02:57:26.488Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:57:26 [2022-08-22T02:57:26.488Z] #36 14.89 go: downloading github.com/google/go-dap v0.6.0
02:57:26 [2022-08-22T02:57:26.488Z] #36 15.26 go: downloading github.com/russross/blackfriday/v2 v2.0.1
02:57:26 [2022-08-22T02:57:26.488Z] #36 15.56 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
02:57:26 [2022-08-22T02:57:26.488Z] #36 16.22 go: downloading github.com/mattn/go-runewidth v0.0.3
02:57:26 [2022-08-22T02:57:26.488Z] #36 16.46 go: downloading github.com/hashicorp/golang-lru v0.5.4
02:57:26 [2022-08-22T02:57:26.488Z] #36 16.48 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
02:57:26 [2022-08-22T02:57:26.488Z] #36 18.37 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
02:57:26 [2022-08-22T02:57:26.488Z] #36 18.44 go: downloading github.com/cilium/ebpf v0.7.0
02:57:26 [2022-08-22T02:57:26.610Z] #55 28.59 go: downloading github.com/go-toolsmith/astcast v1.0.0
02:57:26 [2022-08-22T02:57:26.748Z] #36 ...
02:57:26 [2022-08-22T02:57:26.748Z] 
02:57:26 [2022-08-22T02:57:26.748Z] #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
02:57:26 [2022-08-22T02:57:26.748Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
02:57:26 [2022-08-22T02:57:26.748Z] #38 19.17 tomll can be used in two ways:
02:57:26 [2022-08-22T02:57:26.748Z] #38 19.17 Writing to STDIN and reading from STDOUT:
02:57:26 [2022-08-22T02:57:26.748Z] #38 19.17   cat file.toml | tomll > file.toml
02:57:26 [2022-08-22T02:57:26.748Z] #38 19.17 
02:57:26 [2022-08-22T02:57:26.748Z] #38 19.17 Reading and updating a list of files:
02:57:26 [2022-08-22T02:57:26.748Z] #38 19.17   tomll a.toml b.toml c.toml
02:57:26 [2022-08-22T02:57:26.748Z] #38 19.17 
02:57:26 [2022-08-22T02:57:26.748Z] #38 19.17 When given a list of files, tomll will modify all files in place without asking.
02:57:26 [2022-08-22T02:57:26.748Z] #38 DONE 20.8s
02:57:26 [2022-08-22T02:57:26.748Z] 
02:57:26 [2022-08-22T02:57:26.748Z] #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
02:57:26 [2022-08-22T02:57:26.748Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:57:26 [2022-08-22T02:57:26.748Z] #53 16.91 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
02:57:26 [2022-08-22T02:57:26.748Z] #53 16.96 go: downloading golang.org/x/mod v0.3.0
02:57:26 [2022-08-22T02:57:26.861Z] #55 25.71 go: downloading mvdan.cc/gofumpt v0.3.1
02:57:26 [2022-08-22T02:57:26.861Z] #55 25.74 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:57:26 [2022-08-22T02:57:26.861Z] #55 25.83 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
02:57:26 [2022-08-22T02:57:26.861Z] #55 25.88 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
02:57:26 [2022-08-22T02:57:26.870Z] #55 29.08 go: downloading github.com/go-toolsmith/astcopy v1.0.0
02:57:27 [2022-08-22T02:57:27.117Z] #55 25.93 go: downloading github.com/hashicorp/errwrap v1.0.0
02:57:27 [2022-08-22T02:57:27.325Z] #53 ...
02:57:27 [2022-08-22T02:57:27.325Z] 
02:57:27 [2022-08-22T02:57:27.325Z] #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
02:57:27 [2022-08-22T02:57:27.325Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:27 [2022-08-22T02:57:27.325Z] #51 11.15 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:57:27 [2022-08-22T02:57:27.325Z] #51 13.99 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:27 [2022-08-22T02:57:27.325Z] #51 16.88 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
02:57:27 [2022-08-22T02:57:27.325Z] #51 ...
02:57:27 [2022-08-22T02:57:27.325Z] 
02:57:27 [2022-08-22T02:57:27.325Z] #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
02:57:27 [2022-08-22T02:57:27.325Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:27 [2022-08-22T02:57:27.325Z] #55 21.26 go: downloading github.com/moricho/tparallel v0.2.1
02:57:27 [2022-08-22T02:57:27.325Z] #55 21.26 go: downloading github.com/nakabonne/nestif v0.3.1
02:57:27 [2022-08-22T02:57:27.325Z] #55 21.43 go: downloading github.com/nishanths/exhaustive v0.7.11
02:57:27 [2022-08-22T02:57:27.374Z] #55 26.05 go: downloading github.com/davecgh/go-spew v1.1.1
02:57:27 [2022-08-22T02:57:27.374Z] #55 26.10 go: downloading github.com/pmezard/go-difflib v1.0.0
02:57:27 [2022-08-22T02:57:27.374Z] #55 26.17 go: downloading github.com/stretchr/objx v0.1.1
02:57:27 [2022-08-22T02:57:27.374Z] #55 26.27 go: downloading golang.org/x/text v0.3.7
02:57:27 [2022-08-22T02:57:27.442Z] #55 29.31 go: downloading github.com/go-toolsmith/astequal v1.0.1
02:57:27 [2022-08-22T02:57:27.583Z] #55 21.63 go: downloading github.com/nishanths/predeclared v0.2.2
02:57:27 [2022-08-22T02:57:27.583Z] #55 21.81 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
02:57:27 [2022-08-22T02:57:27.604Z] #84 ...
02:57:27 [2022-08-22T02:57:27.604Z] 
02:57:27 [2022-08-22T02:57:27.604Z] #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
02:57:27 [2022-08-22T02:57:27.604Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:57:27 [2022-08-22T02:57:27.604Z] #19 91.34 Reading package lists...
02:57:27 [2022-08-22T02:57:27.722Z] #55 29.73 go: downloading github.com/go-toolsmith/astfmt v1.0.0
02:57:27 [2022-08-22T02:57:27.840Z] #55 21.91 go: downloading github.com/ryancurrah/gomodguard v1.2.3
02:57:27 [2022-08-22T02:57:27.840Z] #55 21.96 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
02:57:27 [2022-08-22T02:57:27.840Z] #55 22.05 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
02:57:27 [2022-08-22T02:57:27.840Z] #55 22.10 go: downloading github.com/securego/gosec/v2 v2.11.0
02:57:27 [2022-08-22T02:57:27.997Z] #55 29.89 go: downloading github.com/go-toolsmith/astp v1.0.0
02:57:27 [2022-08-22T02:57:27.997Z] #55 30.28 go: downloading github.com/go-toolsmith/strparse v1.0.0
02:57:28 [2022-08-22T02:57:28.097Z] #55 ...
02:57:28 [2022-08-22T02:57:28.097Z] 
02:57:28 [2022-08-22T02:57:28.097Z] #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
02:57:28 [2022-08-22T02:57:28.097Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:28 [2022-08-22T02:57:28.097Z] #42 12.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:28 [2022-08-22T02:57:28.097Z] #42 21.30 Fetched 8571 kB in 15s (576 kB/s)
02:57:28 [2022-08-22T02:57:28.303Z] #55 ...
02:57:28 [2022-08-22T02:57:28.303Z] 
02:57:28 [2022-08-22T02:57:28.303Z] #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
02:57:28 [2022-08-22T02:57:28.303Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c
02:57:28 [2022-08-22T02:57:28.303Z] #14 22.66 Reading package lists...
02:57:28 [2022-08-22T02:57:28.355Z] #42 21.30 Reading package lists...
02:57:28 [2022-08-22T02:57:28.355Z] #42 ...
02:57:28 [2022-08-22T02:57:28.355Z] 
02:57:28 [2022-08-22T02:57:28.355Z] #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             ;
02:57:28 [2022-08-22T02:57:28.355Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:28 [2022-08-22T02:57:28.355Z] #76 9.576 Reading package lists...
02:57:28 [2022-08-22T02:57:28.355Z] #76 17.22 Reading package lists...
02:57:28 [2022-08-22T02:57:28.355Z] #76 ...
02:57:28 [2022-08-22T02:57:28.355Z] 
02:57:28 [2022-08-22T02:57:28.355Z] #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
02:57:28 [2022-08-22T02:57:28.355Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:28 [2022-08-22T02:57:28.355Z] #14 12.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:57:28 [2022-08-22T02:57:28.355Z] #14 21.59 Fetched 8571 kB in 15s (558 kB/s)
02:57:28 [2022-08-22T02:57:28.566Z] #55 30.59 go: downloading github.com/go-toolsmith/typep v1.0.2
02:57:28 [2022-08-22T02:57:28.566Z] #55 30.71 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
02:57:28 [2022-08-22T02:57:28.618Z] #14 21.59 Reading package lists...
02:57:28 [2022-08-22T02:57:28.618Z] #14 ...
02:57:28 [2022-08-22T02:57:28.618Z] 
02:57:28 [2022-08-22T02:57:28.618Z] #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
02:57:28 [2022-08-22T02:57:28.618Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:28 [2022-08-22T02:57:28.618Z] #55 22.50 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
02:57:28 [2022-08-22T02:57:28.618Z] #55 22.50 go: downloading github.com/sivchari/tenv v1.5.0
02:57:28 [2022-08-22T02:57:28.618Z] #55 22.50 go: downloading github.com/sivchari/containedctx v1.0.2
02:57:28 [2022-08-22T02:57:28.618Z] #55 22.70 go: downloading github.com/sonatard/noctx v0.0.1
02:57:28 [2022-08-22T02:57:28.618Z] #55 22.75 go: downloading github.com/sourcegraph/go-diff v0.6.1
02:57:28 [2022-08-22T02:57:28.618Z] #55 22.84 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
02:57:28 [2022-08-22T02:57:28.875Z] #55 22.93 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
02:57:28 [2022-08-22T02:57:28.875Z] #55 22.93 go: downloading github.com/sylvia7788/contextcheck v1.0.4
02:57:28 [2022-08-22T02:57:28.875Z] #55 23.00 go: downloading github.com/tdakkota/asciicheck v0.1.1
02:57:28 [2022-08-22T02:57:28.875Z] #55 23.04 go: downloading github.com/tetafro/godot v1.4.11
02:57:29 [2022-08-22T02:57:29.132Z] #55 23.11 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
02:57:29 [2022-08-22T02:57:29.132Z] #55 23.15 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
02:57:29 [2022-08-22T02:57:29.132Z] #55 ...
02:57:29 [2022-08-22T02:57:29.132Z] 
02:57:29 [2022-08-22T02:57:29.132Z] #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
02:57:29 [2022-08-22T02:57:29.132Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:57:29 [2022-08-22T02:57:29.132Z] #40 13.17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
02:57:29 [2022-08-22T02:57:29.132Z] #40 13.46 go: downloading github.com/russross/blackfriday/v2 v2.1.0
02:57:29 [2022-08-22T02:57:29.132Z] #40 ...
02:57:29 [2022-08-22T02:57:29.132Z] 
02:57:29 [2022-08-22T02:57:29.132Z] #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
02:57:29 [2022-08-22T02:57:29.132Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:29 [2022-08-22T02:57:29.132Z] #55 23.30 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
02:57:29 [2022-08-22T02:57:29.389Z] #55 23.58 go: downloading github.com/ultraware/funlen v0.0.3
02:57:29 [2022-08-22T02:57:29.472Z] #42 ...
02:57:29 [2022-08-22T02:57:29.472Z] 
02:57:29 [2022-08-22T02:57:29.472Z] #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
02:57:29 [2022-08-22T02:57:29.472Z] #26 sha256:ccd700871c30a7d4e27cb68bd17576fda818d99d5ee3ce12ba3876d9fcce25d2
02:57:29 [2022-08-22T02:57:29.472Z] #26 24.05 + mkdir -p /build
02:57:29 [2022-08-22T02:57:29.472Z] #26 24.08 + mv docker/docker /build/
02:57:29 [2022-08-22T02:57:29.472Z] #26 24.12 + rmdir docker
02:57:29 [2022-08-22T02:57:29.506Z] #55 ...
02:57:29 [2022-08-22T02:57:29.506Z] 
02:57:29 [2022-08-22T02:57:29.506Z] #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
02:57:29 [2022-08-22T02:57:29.506Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:57:29 [2022-08-22T02:57:29.506Z] #36 21.76 go: downloading github.com/mattn/go-isatty v0.0.3
02:57:29 [2022-08-22T02:57:29.506Z] #36 22.00 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
02:57:29 [2022-08-22T02:57:29.506Z] #36 22.47 go: downloading gopkg.in/yaml.v2 v2.4.0
02:57:29 [2022-08-22T02:57:29.506Z] #36 23.08 go: downloading github.com/cosiner/argv v0.1.0
02:57:29 [2022-08-22T02:57:29.506Z] #36 23.27 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
02:57:29 [2022-08-22T02:57:29.506Z] #36 23.48 go: downloading github.com/peterh/liner v1.2.2
02:57:29 [2022-08-22T02:57:29.506Z] #36 23.62 go: downloading github.com/google/go-dap v0.6.0
02:57:29 [2022-08-22T02:57:29.506Z] #36 24.35 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
02:57:29 [2022-08-22T02:57:29.506Z] #36 24.95 go: downloading github.com/mattn/go-runewidth v0.0.3
02:57:29 [2022-08-22T02:57:29.506Z] #36 25.46 go: downloading github.com/hashicorp/golang-lru v0.5.4
02:57:29 [2022-08-22T02:57:29.506Z] #36 25.58 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
02:57:29 [2022-08-22T02:57:29.506Z] #36 27.55 go: downloading github.com/russross/blackfriday/v2 v2.0.1
02:57:29 [2022-08-22T02:57:29.506Z] #36 28.00 go: downloading github.com/cilium/ebpf v0.7.0
02:57:29 [2022-08-22T02:57:29.506Z] #36 29.71 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
02:57:29 [2022-08-22T02:57:29.646Z] #55 23.74 go: downloading github.com/ultraware/whitespace v0.0.5
02:57:29 [2022-08-22T02:57:29.646Z] #55 23.78 go: downloading github.com/uudashr/gocognit v1.0.5
02:57:29 [2022-08-22T02:57:29.646Z] #55 23.85 go: downloading github.com/yagipy/maintidx v1.0.0
02:57:29 [2022-08-22T02:57:29.646Z] #55 23.92 go: downloading github.com/yeya24/promlinter v0.2.0
02:57:29 [2022-08-22T02:57:29.676Z] #14 27.19 Building dependency tree...
02:57:29 [2022-08-22T02:57:29.766Z] #36 ...
02:57:29 [2022-08-22T02:57:29.766Z] 
02:57:29 [2022-08-22T02:57:29.766Z] #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
02:57:29 [2022-08-22T02:57:29.766Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:29 [2022-08-22T02:57:29.766Z] #14 32.02 Fetched 8571 kB in 24s (351 kB/s)
02:57:29 [2022-08-22T02:57:29.903Z] #55 24.27 go: downloading gitlab.com/bosi/decorder v0.2.1
02:57:30 [2022-08-22T02:57:30.037Z] #26 DONE 25.1s
02:57:30 [2022-08-22T02:57:30.037Z] 
02:57:30 [2022-08-22T02:57:30.037Z] #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
02:57:30 [2022-08-22T02:57:30.037Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:57:30 [2022-08-22T02:57:30.037Z] #36 28.89 go: downloading github.com/sirupsen/logrus v1.6.0
02:57:30 [2022-08-22T02:57:30.037Z] #36 28.89 go: downloading github.com/spf13/cobra v1.1.3
02:57:30 [2022-08-22T02:57:30.037Z] #36 29.52 go: downloading github.com/mattn/go-isatty v0.0.3
02:57:30 [2022-08-22T02:57:30.037Z] #36 30.05 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
02:57:30 [2022-08-22T02:57:30.294Z] #36 30.61 go: downloading gopkg.in/yaml.v2 v2.4.0
02:57:30 [2022-08-22T02:57:30.334Z] #14 32.02 Reading package lists...
02:57:30 [2022-08-22T02:57:30.334Z] #14 ...
02:57:30 [2022-08-22T02:57:30.334Z] 
02:57:30 [2022-08-22T02:57:30.334Z] #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
02:57:30 [2022-08-22T02:57:30.334Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:57:30 [2022-08-22T02:57:30.334Z] #53 22.20 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
02:57:30 [2022-08-22T02:57:30.334Z] #53 22.20 go: downloading golang.org/x/mod v0.3.0
02:57:30 [2022-08-22T02:57:30.334Z] #53 ...
02:57:30 [2022-08-22T02:57:30.334Z] 
02:57:30 [2022-08-22T02:57:30.334Z] #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
02:57:30 [2022-08-22T02:57:30.334Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:30 [2022-08-22T02:57:30.334Z] #42 32.38 Fetched 8571 kB in 24s (350 kB/s)
02:57:30 [2022-08-22T02:57:30.474Z] #55 24.48 go: downloading honnef.co/go/tools v0.3.1
02:57:31 [2022-08-22T02:57:31.224Z] #36 31.31 go: downloading github.com/cosiner/argv v0.1.0
02:57:31 [2022-08-22T02:57:31.224Z] #36 31.38 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
02:57:31 [2022-08-22T02:57:31.224Z] #36 31.52 go: downloading github.com/peterh/liner v1.2.2
02:57:31 [2022-08-22T02:57:31.790Z] #36 31.92 go: downloading github.com/google/go-dap v0.6.0
02:57:32 [2022-08-22T02:57:32.376Z] #55 26.22 go: downloading mvdan.cc/gofumpt v0.3.1
02:57:32 [2022-08-22T02:57:32.376Z] #55 26.28 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:57:32 [2022-08-22T02:57:32.376Z] #55 26.39 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
02:57:32 [2022-08-22T02:57:32.376Z] #55 26.58 go: downloading github.com/davecgh/go-spew v1.1.1
02:57:32 [2022-08-22T02:57:32.633Z] #55 26.63 go: downloading github.com/pmezard/go-difflib v1.0.0
02:57:32 [2022-08-22T02:57:32.633Z] #55 26.63 go: downloading github.com/stretchr/objx v0.1.1
02:57:32 [2022-08-22T02:57:32.633Z] #55 26.74 go: downloading github.com/subosito/gotenv v1.2.0
02:57:32 [2022-08-22T02:57:32.633Z] #55 26.81 go: downloading github.com/hashicorp/hcl v1.0.0
02:57:32 [2022-08-22T02:57:32.723Z] #36 32.84 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
02:57:32 [2022-08-22T02:57:32.904Z] #55 27.22 go: downloading gopkg.in/ini.v1 v1.66.4
02:57:32 [2022-08-22T02:57:32.904Z] #55 27.22 go: downloading github.com/magiconair/properties v1.8.6
02:57:32 [2022-08-22T02:57:32.947Z] #14 31.22 The following additional packages will be installed:
02:57:32 [2022-08-22T02:57:32.947Z] #14 31.22   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:57:32 [2022-08-22T02:57:32.947Z] #14 31.22   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
02:57:32 [2022-08-22T02:57:32.947Z] #14 31.22   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
02:57:32 [2022-08-22T02:57:32.947Z] #14 31.22   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
02:57:32 [2022-08-22T02:57:32.947Z] #14 31.24   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
02:57:32 [2022-08-22T02:57:32.947Z] #14 31.24   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
02:57:32 [2022-08-22T02:57:32.947Z] #14 31.25   mingw-w64-common mingw-w64-x86-64-dev
02:57:32 [2022-08-22T02:57:32.947Z] #14 31.27 Suggested packages:
02:57:32 [2022-08-22T02:57:32.947Z] #14 31.27   gcc-10-locales seccomp wine64
02:57:32 [2022-08-22T02:57:32.947Z] #14 ...
02:57:32 [2022-08-22T02:57:32.947Z] 
02:57:32 [2022-08-22T02:57:32.947Z] #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
02:57:32 [2022-08-22T02:57:32.947Z] #31 sha256:07c81d05a4a032d49bc334755240e3eebbe0ce2979551dd1005c7445f4747c68
02:57:32 [2022-08-22T02:57:32.947Z] #31 21.81 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
02:57:32 [2022-08-22T02:57:32.947Z] #31 23.63 #=#=#                                                                         
02:57:32 [2022-08-22T02:57:32.947Z] #31 23.98 #=#=#                                                                         

######################################################################## 100.0%
02:57:32 [2022-08-22T02:57:32.947Z] #31 25.33 
02:57:32 [2022-08-22T02:57:32.947Z] #31 27.93 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
02:57:32 [2022-08-22T02:57:32.947Z] #31 29.67 #=#=#                                                                         
02:57:32 [2022-08-22T02:57:32.947Z] #31 30.03 #=#=#                                                                         

######################################################################## 100.0%
02:57:32 [2022-08-22T02:57:32.947Z] #31 31.37 
02:57:32 [2022-08-22T02:57:32.947Z] #31 31.76 Download of images into '/build' complete.
02:57:32 [2022-08-22T02:57:32.947Z] #31 31.76 Use something like the following to load the result into a Docker daemon:
02:57:32 [2022-08-22T02:57:32.947Z] #31 31.76   tar -cC '/build' . | docker load
02:57:32 [2022-08-22T02:57:32.947Z] #31 ...
02:57:32 [2022-08-22T02:57:32.947Z] 
02:57:32 [2022-08-22T02:57:32.947Z] #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
02:57:32 [2022-08-22T02:57:32.947Z] #55 sha256:d78db600156b117dec76afdf97844cc0278c0f3d815c9b0189cbbcbfabc803aa
02:57:32 [2022-08-22T02:57:32.947Z] #55 31.96 go: downloading github.com/subosito/gotenv v1.2.0
02:57:32 [2022-08-22T02:57:32.947Z] #55 31.98 go: downloading github.com/hashicorp/hcl v1.0.0
02:57:33 [2022-08-22T02:57:33.165Z] #55 27.35 go: downloading github.com/pelletier/go-toml v1.9.5
02:57:33 [2022-08-22T02:57:33.203Z] #55 ...
02:57:33 [2022-08-22T02:57:33.203Z] 
02:57:33 [2022-08-22T02:57:33.203Z] #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
02:57:33 [2022-08-22T02:57:33.203Z] #31 sha256:07c81d05a4a032d49bc334755240e3eebbe0ce2979551dd1005c7445f4747c68
02:57:33 [2022-08-22T02:57:33.203Z] #31 DONE 32.5s
02:57:33 [2022-08-22T02:57:33.423Z] #55 27.51 go: downloading golang.org/x/text v0.3.7
02:57:33 [2022-08-22T02:57:33.460Z] 
02:57:33 [2022-08-22T02:57:33.460Z] #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             ;
02:57:33 [2022-08-22T02:57:33.460Z] #76 sha256:6728089915318b010a209278b80cd51f716c36147ae67c727d31e94443fc267e
02:57:33 [2022-08-22T02:57:33.460Z] #76 21.91 Building dependency tree...
02:57:33 [2022-08-22T02:57:33.460Z] #76 25.78 python3 is already the newest version (3.9.2-3).
02:57:33 [2022-08-22T02:57:33.460Z] #76 25.78 The following additional packages will be installed:
02:57:33 [2022-08-22T02:57:33.460Z] #76 25.79   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
02:57:33 [2022-08-22T02:57:33.460Z] #76 25.81   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
02:57:33 [2022-08-22T02:57:33.460Z] #76 25.82 Suggested packages:
02:57:33 [2022-08-22T02:57:33.460Z] #76 25.82   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
02:57:33 [2022-08-22T02:57:33.460Z] #76 25.82   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
02:57:33 [2022-08-22T02:57:33.460Z] #76 25.82   m4-doc ed diffutils-doc
02:57:33 [2022-08-22T02:57:33.460Z] #76 25.82 Recommended packages:
02:57:33 [2022-08-22T02:57:33.460Z] #76 25.82   fakeroot libalgorithm-merge-perl libltdl-dev
02:57:33 [2022-08-22T02:57:33.460Z] #76 27.33 The following NEW packages will be installed:
02:57:33 [2022-08-22T02:57:33.460Z] #76 27.35   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
02:57:33 [2022-08-22T02:57:33.460Z] #76 27.35   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
02:57:33 [2022-08-22T02:57:33.460Z] #76 27.35   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
02:57:33 [2022-08-22T02:57:33.460Z] #76 27.35   libyajl2 m4 patch xz-utils
02:57:33 [2022-08-22T02:57:33.460Z] #76 27.81 0 upgraded, 23 newly installed, 0 to remove and 6 not upgraded.
02:57:33 [2022-08-22T02:57:33.460Z] #76 27.81 Need to get 5916 kB of archives.
02:57:33 [2022-08-22T02:57:33.460Z] #76 27.81 After this operation, 18.6 MB of additional disk space will be used.
02:57:33 [2022-08-22T02:57:33.461Z] #76 27.81 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 27.82 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 27.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 27.82 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 27.82 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 27.85 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 27.85 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 27.86 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 27.89 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 27.89 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 27.93 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 27.95 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.11 [2308 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 28.06 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
02:57:33 [2022-08-22T02:57:33.461Z] #76 28.07 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 28.08 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 28.08 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 28.09 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 28.09 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 28.10 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 28.10 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 28.14 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 28.15 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 28.16 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #76 29.12 debconf: delaying package configuration, since apt-utils is not installed
02:57:33 [2022-08-22T02:57:33.461Z] #76 29.39 Fetched 5916 kB in 1s (8335 kB/s)
02:57:33 [2022-08-22T02:57:33.461Z] #76 29.46 Selecting previously unselected package bzip2.
02:57:33 [2022-08-22T02:57:33.461Z] #76 29.46 (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.)
02:57:33 [2022-08-22T02:57:33.461Z] #76 29.54 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 29.55 Unpacking bzip2 (1.0.8-4) ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 29.74 Selecting previously unselected package libmagic-mgc.
02:57:33 [2022-08-22T02:57:33.461Z] #76 29.75 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 29.76 Unpacking libmagic-mgc (1:5.39-3) ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 30.49 Selecting previously unselected package libmagic1:arm64.
02:57:33 [2022-08-22T02:57:33.461Z] #76 30.49 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 30.50 Unpacking libmagic1:arm64 (1:5.39-3) ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 30.68 Selecting previously unselected package file.
02:57:33 [2022-08-22T02:57:33.461Z] #76 30.71 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 30.72 Unpacking file (1:5.39-3) ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 30.95 Selecting previously unselected package xz-utils.
02:57:33 [2022-08-22T02:57:33.461Z] #76 30.96 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 30.96 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 31.53 Selecting previously unselected package libsigsegv2:arm64.
02:57:33 [2022-08-22T02:57:33.461Z] #76 31.54 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 31.58 Unpacking libsigsegv2:arm64 (2.13-1) ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 31.73 Selecting previously unselected package m4.
02:57:33 [2022-08-22T02:57:33.461Z] #76 31.73 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 31.74 Unpacking m4 (1.4.18-5) ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 32.06 Selecting previously unselected package autoconf.
02:57:33 [2022-08-22T02:57:33.461Z] #76 32.06 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 32.07 Unpacking autoconf (2.69-14) ...
02:57:33 [2022-08-22T02:57:33.461Z] #76 ...
02:57:33 [2022-08-22T02:57:33.461Z] 
02:57:33 [2022-08-22T02:57:33.461Z] #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
02:57:33 [2022-08-22T02:57:33.461Z] #62 sha256:a922500f3cdbd3f51b62da14fcc82525ccaa34a1e6b3e6e746e0aedc590a31de
02:57:33 [2022-08-22T02:57:33.461Z] #62 16.89 Reading package lists...
02:57:33 [2022-08-22T02:57:33.461Z] #62 22.40 Reading package lists...
02:57:33 [2022-08-22T02:57:33.461Z] #62 26.91 Building dependency tree...
02:57:33 [2022-08-22T02:57:33.461Z] #62 30.91 The following additional packages will be installed:
02:57:33 [2022-08-22T02:57:33.461Z] #62 30.94   libbtrfs0
02:57:33 [2022-08-22T02:57:33.461Z] #62 31.21 The following NEW packages will be installed:
02:57:33 [2022-08-22T02:57:33.461Z] #62 31.21   libbtrfs-dev libbtrfs0
02:57:33 [2022-08-22T02:57:33.461Z] #62 31.61 0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded.
02:57:33 [2022-08-22T02:57:33.461Z] #62 31.61 Need to get 454 kB of archives.
02:57:33 [2022-08-22T02:57:33.461Z] #62 31.61 After this operation, 1275 kB of additional disk space will be used.
02:57:33 [2022-08-22T02:57:33.461Z] #62 31.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
02:57:33 [2022-08-22T02:57:33.461Z] #62 31.62 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
02:57:33 [2022-08-22T02:57:33.655Z] #36 33.92 go: downloading github.com/mattn/go-runewidth v0.0.3
02:57:33 [2022-08-22T02:57:33.717Z] #62 32.51 debconf: delaying package configuration, since apt-utils is not installed
02:57:33 [2022-08-22T02:57:33.717Z] #62 ...
02:57:33 [2022-08-22T02:57:33.717Z] 
02:57:33 [2022-08-22T02:57:33.717Z] #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
02:57:33 [2022-08-22T02:57:33.717Z] #55 sha256:d78db600156b117dec76afdf97844cc0278c0f3d815c9b0189cbbcbfabc803aa
02:57:33 [2022-08-22T02:57:33.717Z] #55 32.41 go: downloading gopkg.in/ini.v1 v1.66.4
02:57:33 [2022-08-22T02:57:33.717Z] #55 32.41 go: downloading github.com/magiconair/properties v1.8.6
02:57:33 [2022-08-22T02:57:33.718Z] #55 32.52 go: downloading github.com/pelletier/go-toml v1.9.5
02:57:33 [2022-08-22T02:57:33.718Z] #55 32.66 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
02:57:33 [2022-08-22T02:57:33.912Z] #36 34.19 go: downloading github.com/russross/blackfriday/v2 v2.0.1
02:57:33 [2022-08-22T02:57:33.974Z] #55 32.80 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
02:57:33 [2022-08-22T02:57:33.974Z] #55 32.88 go: downloading github.com/gobwas/glob v0.2.3
02:57:33 [2022-08-22T02:57:33.974Z] #55 32.94 go: downloading github.com/kisielk/gotool v1.0.0
02:57:33 [2022-08-22T02:57:33.974Z] #55 33.01 go: downloading github.com/gostaticanalysis/comment v1.4.2
02:57:34 [2022-08-22T02:57:34.172Z] #19 114.7 Building dependency tree...
02:57:34 [2022-08-22T02:57:34.230Z] #55 33.06 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
02:57:34 [2022-08-22T02:57:34.230Z] #55 33.08 go: downloading github.com/ettle/strcase v0.1.1
02:57:34 [2022-08-22T02:57:34.230Z] #55 33.21 go: downloading github.com/fatih/structtag v1.2.0
02:57:34 [2022-08-22T02:57:34.476Z] #36 ...
02:57:34 [2022-08-22T02:57:34.476Z] 
02:57:34 [2022-08-22T02:57:34.476Z] #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
02:57:34 [2022-08-22T02:57:34.476Z] #67 sha256:fdac3355f9b629e539fb27fb7b5f179991607f08b44003dc31495b2ea772d285
02:57:34 [2022-08-22T02:57:34.476Z] #67 19.23 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
02:57:34 [2022-08-22T02:57:34.476Z] #67 20.87 go: downloading github.com/google/uuid v1.3.0
02:57:34 [2022-08-22T02:57:34.476Z] #67 20.92 go: downloading github.com/moby/vpnkit v0.5.0
02:57:34 [2022-08-22T02:57:34.476Z] #67 21.10 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
02:57:34 [2022-08-22T02:57:34.476Z] #67 21.84 go: downloading github.com/gofrs/flock v0.8.1
02:57:34 [2022-08-22T02:57:34.476Z] #67 22.17 go: downloading github.com/gorilla/mux v1.8.0
02:57:34 [2022-08-22T02:57:34.476Z] #67 22.48 go: downloading github.com/moby/sys/mountinfo v0.6.0
02:57:34 [2022-08-22T02:57:34.476Z] #67 23.28 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
02:57:34 [2022-08-22T02:57:34.476Z] #67 23.62 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
02:57:34 [2022-08-22T02:57:34.476Z] #67 26.21 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
02:57:34 [2022-08-22T02:57:34.476Z] #67 26.91 go: downloading github.com/russross/blackfriday/v2 v2.1.0
02:57:34 [2022-08-22T02:57:34.476Z] #67 ...
02:57:34 [2022-08-22T02:57:34.476Z] 
02:57:34 [2022-08-22T02:57:34.476Z] #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
02:57:34 [2022-08-22T02:57:34.476Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52
02:57:34 [2022-08-22T02:57:34.476Z] #38 34.82 tomll can be used in two ways:
02:57:34 [2022-08-22T02:57:34.487Z] #55 33.23 go: downloading github.com/Masterminds/semver v1.5.0
02:57:34 [2022-08-22T02:57:34.487Z] #55 ...
02:57:34 [2022-08-22T02:57:34.487Z] 
02:57:34 [2022-08-22T02:57:34.487Z] #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
02:57:34 [2022-08-22T02:57:34.487Z] #57 sha256:a3a5813f76520bf3568edd80f01f59dc71cbcb3d8fa218a31e7caaf63c37bf35
02:57:34 [2022-08-22T02:57:34.487Z] #57 33.23 v3.0.2
02:57:34 [2022-08-22T02:57:34.487Z] #57 DONE 33.4s
02:57:34 [2022-08-22T02:57:34.487Z] 
02:57:34 [2022-08-22T02:57:34.487Z] #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
02:57:34 [2022-08-22T02:57:34.487Z] #55 sha256:d78db600156b117dec76afdf97844cc0278c0f3d815c9b0189cbbcbfabc803aa
02:57:34 [2022-08-22T02:57:34.487Z] #55 33.38 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
02:57:34 [2022-08-22T02:57:34.487Z] #55 33.47 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
02:57:34 [2022-08-22T02:57:34.671Z] #42 32.38 Reading package lists...
02:57:34 [2022-08-22T02:57:34.671Z] #42 ...
02:57:34 [2022-08-22T02:57:34.671Z] 
02:57:34 [2022-08-22T02:57:34.671Z] #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
02:57:34 [2022-08-22T02:57:34.671Z] #67 sha256:14530606292b33a5e92a24b0df654f4c9048e76e2cb463f3567ef3b22b04bab5
02:57:34 [2022-08-22T02:57:34.671Z] #67 26.05 go: downloading github.com/russross/blackfriday/v2 v2.1.0
02:57:34 [2022-08-22T02:57:34.671Z] #67 ...
02:57:34 [2022-08-22T02:57:34.671Z] 
02:57:34 [2022-08-22T02:57:34.671Z] #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
02:57:34 [2022-08-22T02:57:34.671Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
02:57:34 [2022-08-22T02:57:34.671Z] #47 33.63 Updating files:  48% (1060/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:  80% (1741/2176)
Updating files:  81% (1763/2176)
Updating files:  82% (1785/2176)
Updating files:  82% (1804/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.
02:57:34 [2022-08-22T02:57:34.671Z] #47 35.12 + git checkout -q v2.3.0
02:57:34 [2022-08-22T02:57:34.733Z] #38 34.82 Writing to STDIN and reading from STDOUT:
02:57:34 [2022-08-22T02:57:34.733Z] #38 34.82   cat file.toml | tomll > file.toml
02:57:34 [2022-08-22T02:57:34.733Z] #38 34.82 
02:57:34 [2022-08-22T02:57:34.733Z] #38 34.82 Reading and updating a list of files:
02:57:34 [2022-08-22T02:57:34.733Z] #38 34.82   tomll a.toml b.toml c.toml
02:57:34 [2022-08-22T02:57:34.733Z] #38 34.82 
02:57:34 [2022-08-22T02:57:34.733Z] #38 34.82 When given a list of files, tomll will modify all files in place without asking.
02:57:34 [2022-08-22T02:57:34.733Z] #38 DONE 35.1s
02:57:34 [2022-08-22T02:57:34.733Z] 
02:57:34 [2022-08-22T02:57:34.733Z] #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
02:57:34 [2022-08-22T02:57:34.733Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:34 [2022-08-22T02:57:34.733Z] #62 34.99 Fetched 8571 kB in 23s (372 kB/s)
02:57:34 [2022-08-22T02:57:34.759Z] #55 ...
02:57:34 [2022-08-22T02:57:34.759Z] 
02:57:34 [2022-08-22T02:57:34.759Z] #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
02:57:34 [2022-08-22T02:57:34.759Z] #47 sha256:e69378d82c8c8cbcefc35269e70e7e3c279d811c390ced71ff7954797ab7ab3a
02:57:34 [2022-08-22T02:57:34.759Z] #47 23.50 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
02:57:34 [2022-08-22T02:57:34.793Z] #55 ...
02:57:34 [2022-08-22T02:57:34.793Z] 
02:57:34 [2022-08-22T02:57:34.793Z] #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
02:57:34 [2022-08-22T02:57:34.793Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
02:57:35 [2022-08-22T02:57:35.015Z] #47 ...
02:57:35 [2022-08-22T02:57:35.015Z] 
02:57:35 [2022-08-22T02:57:35.015Z] #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
02:57:35 [2022-08-22T02:57:35.015Z] #62 sha256:a922500f3cdbd3f51b62da14fcc82525ccaa34a1e6b3e6e746e0aedc590a31de
02:57:35 [2022-08-22T02:57:35.015Z] #62 32.69 Fetched 454 kB in 0s (1346 kB/s)
02:57:35 [2022-08-22T02:57:35.015Z] #62 32.79 Selecting previously unselected package libbtrfs0:arm64.
02:57:35 [2022-08-22T02:57:35.015Z] #62 32.79 (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.)
02:57:35 [2022-08-22T02:57:35.015Z] #62 32.84 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
02:57:35 [2022-08-22T02:57:35.015Z] #62 32.86 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
02:57:35 [2022-08-22T02:57:35.015Z] #62 33.10 Selecting previously unselected package libbtrfs-dev:arm64.
02:57:35 [2022-08-22T02:57:35.015Z] #62 33.10 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
02:57:35 [2022-08-22T02:57:35.015Z] #62 33.11 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
02:57:35 [2022-08-22T02:57:35.015Z] #62 33.42 Setting up libbtrfs0:arm64 (5.10.1-2) ...
02:57:35 [2022-08-22T02:57:35.015Z] #62 33.48 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
02:57:35 [2022-08-22T02:57:35.015Z] #62 33.59 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:57:35 [2022-08-22T02:57:35.273Z] #62 ...
02:57:35 [2022-08-22T02:57:35.273Z] 
02:57:35 [2022-08-22T02:57:35.273Z] #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
02:57:35 [2022-08-22T02:57:35.273Z] #51 sha256:e97bc4e141c470e79af822c7812d17925cbc9d5e8a97d1bd281f8f15f0cbfa78
02:57:35 [2022-08-22T02:57:35.273Z] #51 18.12 Reading package lists...
02:57:35 [2022-08-22T02:57:35.273Z] #51 23.91 Reading package lists...
02:57:35 [2022-08-22T02:57:35.273Z] #51 28.47 Building dependency tree...
02:57:35 [2022-08-22T02:57:35.273Z] #51 32.35 The following additional packages will be installed:
02:57:35 [2022-08-22T02:57:35.273Z] #51 32.35   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
02:57:35 [2022-08-22T02:57:35.273Z] #51 32.36   python3-protobuf python3-six
02:57:35 [2022-08-22T02:57:35.273Z] #51 32.38 Suggested packages:
02:57:35 [2022-08-22T02:57:35.273Z] #51 32.38   python3-setuptools
02:57:35 [2022-08-22T02:57:35.273Z] #51 32.38 Recommended packages:
02:57:35 [2022-08-22T02:57:35.273Z] #51 32.38   iproute2 | iproute
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.11 The following NEW packages will be installed:
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.11   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.13   python3-protobuf python3-six
02:57:35 [2022-08-22T02:57:35.273Z] #51 ...
02:57:35 [2022-08-22T02:57:35.273Z] 
02:57:35 [2022-08-22T02:57:35.273Z] #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
02:57:35 [2022-08-22T02:57:35.273Z] #62 sha256:a922500f3cdbd3f51b62da14fcc82525ccaa34a1e6b3e6e746e0aedc590a31de
02:57:35 [2022-08-22T02:57:35.273Z] #62 DONE 34.2s
02:57:35 [2022-08-22T02:57:35.273Z] 
02:57:35 [2022-08-22T02:57:35.273Z] #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
02:57:35 [2022-08-22T02:57:35.273Z] #51 sha256:e97bc4e141c470e79af822c7812d17925cbc9d5e8a97d1bd281f8f15f0cbfa78
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.84 0 upgraded, 8 newly installed, 0 to remove and 6 not upgraded.
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.84 Need to get 2136 kB of archives.
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.84 After this operation, 10.8 MB of additional disk space will be used.
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.84 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.86 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.86 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.91 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.91 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
02:57:35 [2022-08-22T02:57:35.273Z] #51 33.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
02:57:35 [2022-08-22T02:57:35.273Z] #51 ...
02:57:35 [2022-08-22T02:57:35.273Z] 
02:57:35 [2022-08-22T02:57:35.273Z] #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             ;
02:57:35 [2022-08-22T02:57:35.273Z] #76 sha256:6728089915318b010a209278b80cd51f716c36147ae67c727d31e94443fc267e
02:57:35 [2022-08-22T02:57:35.273Z] #76 32.71 Selecting previously unselected package autotools-dev.
02:57:35 [2022-08-22T02:57:35.273Z] #76 32.73 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
02:57:35 [2022-08-22T02:57:35.273Z] #76 32.75 Unpacking autotools-dev (20180224.1+nmu1) ...
02:57:35 [2022-08-22T02:57:35.273Z] #76 32.94 Selecting previously unselected package automake.
02:57:35 [2022-08-22T02:57:35.273Z] #76 32.94 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
02:57:35 [2022-08-22T02:57:35.273Z] #76 32.95 Unpacking automake (1:1.16.3-2) ...
02:57:35 [2022-08-22T02:57:35.273Z] #76 33.53 Selecting previously unselected package patch.
02:57:35 [2022-08-22T02:57:35.273Z] #76 33.53 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ...
02:57:35 [2022-08-22T02:57:35.273Z] #76 33.58 Unpacking patch (2.7.6-7) ...
02:57:35 [2022-08-22T02:57:35.273Z] #76 33.93 Selecting previously unselected package dpkg-dev.
02:57:35 [2022-08-22T02:57:35.273Z] #76 33.93 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
02:57:35 [2022-08-22T02:57:35.273Z] #76 33.94 Unpacking dpkg-dev (1.20.11) ...
02:57:35 [2022-08-22T02:57:35.306Z] #47 28.61 Updating files:  73% (1605/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.
02:57:35 [2022-08-22T02:57:35.563Z] #47 29.26 + git checkout -q v2.3.0
02:57:35 [2022-08-22T02:57:35.835Z] #76 ...
02:57:35 [2022-08-22T02:57:35.836Z] 
02:57:35 [2022-08-22T02:57:35.836Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
02:57:35 [2022-08-22T02:57:35.836Z] #63 sha256:8f3b9942f1643fbbd79542e16ae01e0e7e21dd5d16c22ac2b3de593b3fefe892
02:57:35 [2022-08-22T02:57:35.836Z] #63 DONE 0.5s
02:57:35 [2022-08-22T02:57:35.836Z] 
02:57:35 [2022-08-22T02:57:35.836Z] #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
02:57:35 [2022-08-22T02:57:35.836Z] #64 sha256:6a5874ca715bd99efdb538bae2b9fc7b8788b03c941cb97fa996da00e95da226
02:57:36 [2022-08-22T02:57:36.402Z] #64 0.665 + RM_GOPATH=0
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.665 + TMP_GOPATH=
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.665 + : /build
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.665 + '[' -z '' ']'
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.666 ++ mktemp -d
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.670 + export GOPATH=/tmp/tmp.06Bt50XZAW
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.670 + GOPATH=/tmp/tmp.06Bt50XZAW
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.672 + RM_GOPATH=1
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.672 + case "$(go env GOARCH)" in
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.684 ++ go env GOARCH
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.696 + export GO_BUILDMODE=-buildmode=pie
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.696 + GO_BUILDMODE=-buildmode=pie
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.707 ++ dirname /install.sh
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.710 + dir=/
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.710 + bin=containerd
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.710 + shift
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.710 + '[' '!' -f //containerd.installer ']'
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.710 + . //containerd.installer
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.710 ++ set -e
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.710 ++ : v1.6.7
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.710 + install_containerd
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.711 + echo 'Install containerd version v1.6.7'
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.711 Install containerd version v1.6.7
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.711 + git clone https://github.com/containerd/containerd.git /tmp/tmp.06Bt50XZAW/src/github.com/containerd/containerd
02:57:36 [2022-08-22T02:57:36.659Z] #64 0.750 Cloning into '/tmp/tmp.06Bt50XZAW/src/github.com/containerd/containerd'...
02:57:37 [2022-08-22T02:57:37.209Z] #47 38.80 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
02:57:37 [2022-08-22T02:57:37.209Z] #47 ...
02:57:37 [2022-08-22T02:57:37.209Z] 
02:57:37 [2022-08-22T02:57:37.209Z] #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             ;
02:57:37 [2022-08-22T02:57:37.209Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:37 [2022-08-22T02:57:37.209Z] #76 29.13 Fetched 8571 kB in 23s (376 kB/s)
02:57:37 [2022-08-22T02:57:37.209Z] #76 29.13 Reading package lists...
02:57:37 [2022-08-22T02:57:37.209Z] #76 39.19 Reading package lists...
02:57:37 [2022-08-22T02:57:37.209Z] #76 ...
02:57:37 [2022-08-22T02:57:37.209Z] 
02:57:37 [2022-08-22T02:57:37.209Z] #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
02:57:37 [2022-08-22T02:57:37.209Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:37 [2022-08-22T02:57:37.209Z] #55 32.38 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
02:57:37 [2022-08-22T02:57:37.209Z] #55 32.82 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
02:57:37 [2022-08-22T02:57:37.209Z] #55 34.14 go: downloading github.com/hashicorp/errwrap v1.0.0
02:57:37 [2022-08-22T02:57:37.209Z] #55 34.38 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
02:57:37 [2022-08-22T02:57:37.209Z] #55 34.61 go: downloading 4d63.com/gochecknoglobals v0.1.0
02:57:37 [2022-08-22T02:57:37.209Z] #55 34.69 go: downloading github.com/Antonboom/errname v0.1.6
02:57:37 [2022-08-22T02:57:37.209Z] #55 34.83 go: downloading github.com/Antonboom/nilnil v0.1.1
02:57:37 [2022-08-22T02:57:37.209Z] #55 34.88 go: downloading github.com/BurntSushi/toml v1.1.0
02:57:37 [2022-08-22T02:57:37.209Z] #55 35.14 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
02:57:37 [2022-08-22T02:57:37.209Z] #55 35.33 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
02:57:37 [2022-08-22T02:57:37.209Z] #55 35.68 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
02:57:37 [2022-08-22T02:57:37.209Z] #55 35.85 go: downloading github.com/alexkohler/prealloc v1.0.0
02:57:37 [2022-08-22T02:57:37.209Z] #55 36.24 go: downloading github.com/ashanbrown/forbidigo v1.3.0
02:57:37 [2022-08-22T02:57:37.209Z] #55 36.33 go: downloading github.com/ashanbrown/makezero v1.1.1
02:57:37 [2022-08-22T02:57:37.209Z] #55 36.55 go: downloading github.com/bkielbasa/cyclop v1.2.0
02:57:37 [2022-08-22T02:57:37.209Z] #55 36.61 go: downloading github.com/blizzy78/varnamelen v0.8.0
02:57:37 [2022-08-22T02:57:37.209Z] #55 36.71 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
02:57:37 [2022-08-22T02:57:37.209Z] #55 36.94 go: downloading github.com/breml/bidichk v0.2.3
02:57:37 [2022-08-22T02:57:37.209Z] #55 37.02 go: downloading github.com/breml/errchkjson v0.3.0
02:57:37 [2022-08-22T02:57:37.209Z] #55 37.13 go: downloading github.com/butuzov/ireturn v0.1.1
02:57:37 [2022-08-22T02:57:37.209Z] #55 37.26 go: downloading github.com/charithe/durationcheck v0.0.9
02:57:37 [2022-08-22T02:57:37.209Z] #55 37.32 go: downloading github.com/daixiang0/gci v0.3.3
02:57:37 [2022-08-22T02:57:37.209Z] #55 37.41 go: downloading github.com/denis-tingaikin/go-header v0.4.3
02:57:37 [2022-08-22T02:57:37.209Z] #55 37.67 go: downloading github.com/esimonov/ifshort v1.0.4
02:57:37 [2022-08-22T02:57:37.209Z] #55 37.82 go: downloading github.com/firefart/nonamedreturns v1.0.1
02:57:37 [2022-08-22T02:57:37.209Z] #55 38.06 go: downloading github.com/fzipp/gocyclo v0.5.1
02:57:37 [2022-08-22T02:57:37.209Z] #55 38.13 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:57:37 [2022-08-22T02:57:37.209Z] #55 38.33 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:57:37 [2022-08-22T02:57:37.209Z] #55 38.35 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
02:57:37 [2022-08-22T02:57:37.209Z] #55 38.61 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:57:37 [2022-08-22T02:57:37.209Z] #55 38.93 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:57:37 [2022-08-22T02:57:37.209Z] #55 39.34 go: downloading github.com/golangci/misspell v0.3.5
02:57:37 [2022-08-22T02:57:37.209Z] #55 39.37 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:57:37 [2022-08-22T02:57:37.477Z] #55 39.61 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:57:37 [2022-08-22T02:57:37.511Z] #47 30.98 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
02:57:37 [2022-08-22T02:57:37.737Z] #55 39.86 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
02:57:37 [2022-08-22T02:57:37.996Z] #55 40.10 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
02:57:38 [2022-08-22T02:57:38.007Z] #62 34.99 Reading package lists...
02:57:38 [2022-08-22T02:57:38.007Z] #62 ...
02:57:38 [2022-08-22T02:57:38.007Z] 
02:57:38 [2022-08-22T02:57:38.007Z] #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
02:57:38 [2022-08-22T02:57:38.007Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:38 [2022-08-22T02:57:38.007Z] #51 22.52 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
02:57:38 [2022-08-22T02:57:38.007Z] #51 ...
02:57:38 [2022-08-22T02:57:38.007Z] 
02:57:38 [2022-08-22T02:57:38.007Z] #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
02:57:38 [2022-08-22T02:57:38.007Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:38 [2022-08-22T02:57:38.007Z] #55 30.68 go: downloading github.com/sirupsen/logrus v1.8.1
02:57:38 [2022-08-22T02:57:38.007Z] #55 31.00 go: downloading github.com/stretchr/testify v1.7.1
02:57:38 [2022-08-22T02:57:38.007Z] #55 31.41 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
02:57:38 [2022-08-22T02:57:38.007Z] #55 31.58 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
02:57:38 [2022-08-22T02:57:38.007Z] #55 31.78 go: downloading github.com/fsnotify/fsnotify v1.5.4
02:57:38 [2022-08-22T02:57:38.007Z] #55 31.98 go: downloading github.com/mitchellh/mapstructure v1.5.0
02:57:38 [2022-08-22T02:57:38.007Z] #55 32.12 go: downloading github.com/spf13/afero v1.8.2
02:57:38 [2022-08-22T02:57:38.007Z] #55 32.35 go: downloading github.com/spf13/cast v1.4.1
02:57:38 [2022-08-22T02:57:38.007Z] #55 32.51 go: downloading github.com/spf13/jwalterweatherman v1.1.0
02:57:38 [2022-08-22T02:57:38.007Z] #55 32.68 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
02:57:38 [2022-08-22T02:57:38.007Z] #55 33.04 go: downloading github.com/go-toolsmith/astcast v1.0.0
02:57:38 [2022-08-22T02:57:38.007Z] #55 33.47 go: downloading github.com/go-toolsmith/astcopy v1.0.0
02:57:38 [2022-08-22T02:57:38.007Z] #55 33.68 go: downloading github.com/go-toolsmith/astequal v1.0.1
02:57:38 [2022-08-22T02:57:38.007Z] #55 34.02 go: downloading github.com/go-toolsmith/astfmt v1.0.0
02:57:38 [2022-08-22T02:57:38.007Z] #55 34.10 go: downloading github.com/go-toolsmith/astp v1.0.0
02:57:38 [2022-08-22T02:57:38.007Z] #55 34.30 go: downloading github.com/go-toolsmith/strparse v1.0.0
02:57:38 [2022-08-22T02:57:38.007Z] #55 34.33 go: downloading github.com/go-toolsmith/typep v1.0.2
02:57:38 [2022-08-22T02:57:38.007Z] #55 34.48 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
02:57:38 [2022-08-22T02:57:38.007Z] #55 36.18 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
02:57:38 [2022-08-22T02:57:38.007Z] #55 36.53 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
02:57:38 [2022-08-22T02:57:38.007Z] #55 37.53 go: downloading github.com/hashicorp/errwrap v1.0.0
02:57:38 [2022-08-22T02:57:38.007Z] #55 ...
02:57:38 [2022-08-22T02:57:38.007Z] 
02:57:38 [2022-08-22T02:57:38.007Z] #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
02:57:38 [2022-08-22T02:57:38.007Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:38 [2022-08-22T02:57:38.007Z] #14 28.27 Fetched 8571 kB in 18s (481 kB/s)
02:57:38 [2022-08-22T02:57:38.007Z] #14 28.27 Reading package lists...
02:57:38 [2022-08-22T02:57:38.007Z] #14 ...
02:57:38 [2022-08-22T02:57:38.007Z] 
02:57:38 [2022-08-22T02:57:38.007Z] #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
02:57:38 [2022-08-22T02:57:38.007Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:57:38 [2022-08-22T02:57:38.007Z] #36 34.82 go: downloading github.com/hashicorp/golang-lru v0.5.4
02:57:38 [2022-08-22T02:57:38.007Z] #36 35.02 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
02:57:38 [2022-08-22T02:57:38.007Z] #36 38.00 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
02:57:38 [2022-08-22T02:57:38.007Z] #36 38.06 go: downloading github.com/cilium/ebpf v0.7.0
02:57:38 [2022-08-22T02:57:38.256Z] #55 40.31 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
02:57:38 [2022-08-22T02:57:38.256Z] #55 40.39 go: downloading github.com/jgautheron/goconst v1.5.1
02:57:38 [2022-08-22T02:57:38.366Z] #19 125.5 The following additional packages will be installed:
02:57:38 [2022-08-22T02:57:38.366Z] #19 125.5   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
02:57:38 [2022-08-22T02:57:38.366Z] #19 125.5   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
02:57:38 [2022-08-22T02:57:38.516Z] #55 40.51 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
02:57:38 [2022-08-22T02:57:38.516Z] #55 40.57 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
02:57:38 [2022-08-22T02:57:38.552Z] #64 ...
02:57:38 [2022-08-22T02:57:38.552Z] 
02:57:38 [2022-08-22T02:57:38.552Z] #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
02:57:38 [2022-08-22T02:57:38.552Z] #42 sha256:94be227a87f8e9ad109bdca62160c87af49153c490d2d161654b79177444bd2d
02:57:38 [2022-08-22T02:57:38.552Z] #42 22.94 Reading package lists...
02:57:38 [2022-08-22T02:57:38.552Z] #42 27.53 Building dependency tree...
02:57:38 [2022-08-22T02:57:38.552Z] #42 31.72 The following additional packages will be installed:
02:57:38 [2022-08-22T02:57:38.552Z] #42 31.73   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
02:57:38 [2022-08-22T02:57:38.552Z] #42 31.75 Suggested packages:
02:57:38 [2022-08-22T02:57:38.552Z] #42 31.79   cmake-doc ninja-build lrzip
02:57:38 [2022-08-22T02:57:38.552Z] #42 31.79 Recommended packages:
02:57:38 [2022-08-22T02:57:38.552Z] #42 31.79   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
02:57:38 [2022-08-22T02:57:38.552Z] #42 32.68 The following NEW packages will be installed:
02:57:38 [2022-08-22T02:57:38.552Z] #42 32.71   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
02:57:38 [2022-08-22T02:57:38.552Z] #42 32.72   vim-common xxd
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.17 0 upgraded, 10 newly installed, 0 to remove and 6 not upgraded.
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.17 Need to get 15.6 MB of archives.
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.17 After this operation, 67.4 MB of additional disk space will be used.
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.19 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.24 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u2 [629 kB]
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.86 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.86 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.86 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
02:57:38 [2022-08-22T02:57:38.552Z] #42 33.86 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
02:57:38 [2022-08-22T02:57:38.552Z] #42 35.42 debconf: delaying package configuration, since apt-utils is not installed
02:57:38 [2022-08-22T02:57:38.552Z] #42 35.73 Fetched 15.6 MB in 1s (13.5 MB/s)
02:57:38 [2022-08-22T02:57:38.552Z] #42 35.86 Selecting previously unselected package xxd.
02:57:38 [2022-08-22T02:57:38.552Z] #42 35.86 (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.)
02:57:38 [2022-08-22T02:57:38.552Z] #42 35.94 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
02:57:38 [2022-08-22T02:57:38.552Z] #42 35.95 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
02:57:38 [2022-08-22T02:57:38.552Z] #42 36.13 Selecting previously unselected package vim-common.
02:57:38 [2022-08-22T02:57:38.552Z] #42 36.13 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
02:57:38 [2022-08-22T02:57:38.552Z] #42 36.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
02:57:38 [2022-08-22T02:57:38.552Z] #42 36.54 Selecting previously unselected package cmake-data.
02:57:38 [2022-08-22T02:57:38.552Z] #42 36.54 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
02:57:38 [2022-08-22T02:57:38.552Z] #42 36.56 Unpacking cmake-data (3.18.4-2+deb11u1) ...
02:57:38 [2022-08-22T02:57:38.552Z] #42 ...
02:57:38 [2022-08-22T02:57:38.552Z] 
02:57:38 [2022-08-22T02:57:38.552Z] #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
02:57:38 [2022-08-22T02:57:38.552Z] #40 sha256:69570b798ff99da2ef0b1346cd9a9f0570efcefad557de6cde34dfcdb46133cd
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.74 NAME:
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.75    go-winres - A tool for embedding resources in Windows executables
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.76 
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.76 USAGE:
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.76    go-winres [global options] command [command options] [arguments...]
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.76 
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.77 COMMANDS:
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.77    init     Create an initial ./winres/winres.json
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.77    make     Make syso files for the "go build" command
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.77    simply   Make syso files for the "go build" command (simplified)
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.77    extract  Extract all resources from an executable
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.77    patch    Replace resources in an executable file (exe, dll)
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.78    help, h  Shows a list of commands or help for one command
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.78 
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.78 GLOBAL OPTIONS:
02:57:38 [2022-08-22T02:57:38.552Z] #40 36.78    --help, -h  show help (default: false)
02:57:38 [2022-08-22T02:57:38.570Z] #36 ...
02:57:38 [2022-08-22T02:57:38.570Z] 
02:57:38 [2022-08-22T02:57:38.570Z] #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             ;
02:57:38 [2022-08-22T02:57:38.570Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:38 [2022-08-22T02:57:38.570Z] #76 18.76 Reading package lists...
02:57:38 [2022-08-22T02:57:38.570Z] #76 29.10 Reading package lists...
02:57:38 [2022-08-22T02:57:38.570Z] #76 ...
02:57:38 [2022-08-22T02:57:38.570Z] 
02:57:38 [2022-08-22T02:57:38.570Z] #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
02:57:38 [2022-08-22T02:57:38.571Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:38 [2022-08-22T02:57:38.571Z] #55 38.55 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
02:57:38 [2022-08-22T02:57:38.571Z] #55 38.76 go: downloading 4d63.com/gochecknoglobals v0.1.0
02:57:38 [2022-08-22T02:57:38.571Z] #55 38.81 go: downloading github.com/Antonboom/errname v0.1.6
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.6   linux-libc-dev-s390x-cross patch xz-utils
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.7 Suggested packages:
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.7   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.7   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.7   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.7   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.7   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.7   libyaml-shell-perl ed diffutils-doc
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.7 Recommended packages:
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.7   fakeroot build-essential libalgorithm-merge-perl libwww-perl
02:57:38 [2022-08-22T02:57:38.625Z] #19 125.7   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
02:57:38 [2022-08-22T02:57:38.776Z] #55 40.78 go: downloading github.com/julz/importas v0.1.0
02:57:38 [2022-08-22T02:57:38.776Z] #55 40.79 go: downloading github.com/kisielk/errcheck v1.6.0
02:57:38 [2022-08-22T02:57:38.776Z] #55 41.01 go: downloading github.com/kulti/thelper v0.6.2
02:57:38 [2022-08-22T02:57:38.811Z] #40 DONE 37.7s
02:57:38 [2022-08-22T02:57:38.811Z] 
02:57:38 [2022-08-22T02:57:38.811Z] #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             ;
02:57:38 [2022-08-22T02:57:38.811Z] #76 sha256:6728089915318b010a209278b80cd51f716c36147ae67c727d31e94443fc267e
02:57:38 [2022-08-22T02:57:38.811Z] #76 35.50 Selecting previously unselected package build-essential.
02:57:38 [2022-08-22T02:57:38.811Z] #76 35.52 Preparing to unpack .../12-build-essential_12.9_arm64.deb ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 35.53 Unpacking build-essential (12.9) ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 35.65 Selecting previously unselected package libcap2:arm64.
02:57:38 [2022-08-22T02:57:38.811Z] #76 35.66 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 35.67 Unpacking libcap2:arm64 (1:2.44-1) ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 35.78 Selecting previously unselected package libcap-dev:arm64.
02:57:38 [2022-08-22T02:57:38.811Z] #76 35.79 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 35.80 Unpacking libcap-dev:arm64 (1:2.44-1) ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 35.94 Selecting previously unselected package libprotobuf-c1:arm64.
02:57:38 [2022-08-22T02:57:38.811Z] #76 35.95 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 35.95 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 36.09 Selecting previously unselected package libprotobuf-c-dev:arm64.
02:57:38 [2022-08-22T02:57:38.811Z] #76 36.09 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 36.09 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 36.21 Selecting previously unselected package libseccomp-dev:arm64.
02:57:38 [2022-08-22T02:57:38.811Z] #76 36.21 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 36.22 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 36.44 Selecting previously unselected package libsystemd-dev:arm64.
02:57:38 [2022-08-22T02:57:38.811Z] #76 36.46 Preparing to unpack .../18-libsystemd-dev_247.3-7_arm64.deb ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 36.46 Unpacking libsystemd-dev:arm64 (247.3-7) ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 37.58 Selecting previously unselected package libtool.
02:57:38 [2022-08-22T02:57:38.811Z] #76 37.58 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
02:57:38 [2022-08-22T02:57:38.811Z] #76 37.58 Unpacking libtool (2.4.6-15) ...
02:57:38 [2022-08-22T02:57:38.827Z] #55 39.00 go: downloading github.com/Antonboom/nilnil v0.1.1
02:57:38 [2022-08-22T02:57:38.827Z] #55 39.02 go: downloading github.com/BurntSushi/toml v1.1.0
02:57:38 [2022-08-22T02:57:38.827Z] #55 39.18 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
02:57:39 [2022-08-22T02:57:39.035Z] #55 41.03 go: downloading github.com/kunwardeep/paralleltest v1.0.3
02:57:39 [2022-08-22T02:57:39.035Z] #55 41.17 go: downloading github.com/kyoh86/exportloopref v0.1.8
02:57:39 [2022-08-22T02:57:39.035Z] #55 41.21 go: downloading github.com/ldez/tagliatelle v0.3.1
02:57:39 [2022-08-22T02:57:39.035Z] #55 41.24 go: downloading github.com/leonklingele/grouper v1.1.0
02:57:39 [2022-08-22T02:57:39.035Z] #55 41.28 go: downloading github.com/lufeee/execinquery v1.2.1
02:57:39 [2022-08-22T02:57:39.295Z] #55 41.43 go: downloading github.com/maratori/testpackage v1.0.1
02:57:39 [2022-08-22T02:57:39.295Z] #55 41.47 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
02:57:39 [2022-08-22T02:57:39.373Z] #76 38.17 Selecting previously unselected package libudev-dev:arm64.
02:57:39 [2022-08-22T02:57:39.374Z] #76 38.18 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
02:57:39 [2022-08-22T02:57:39.374Z] #76 38.18 Unpacking libudev-dev:arm64 (247.3-7) ...
02:57:39 [2022-08-22T02:57:39.393Z] #55 39.52 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
02:57:39 [2022-08-22T02:57:39.393Z] #55 ...
02:57:39 [2022-08-22T02:57:39.393Z] 
02:57:39 [2022-08-22T02:57:39.393Z] #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
02:57:39 [2022-08-22T02:57:39.393Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:57:39 [2022-08-22T02:57:39.393Z] #53 29.53 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
02:57:39 [2022-08-22T02:57:39.393Z] #53 29.53 go: downloading golang.org/x/mod v0.3.0
02:57:39 [2022-08-22T02:57:39.393Z] #53 ...
02:57:39 [2022-08-22T02:57:39.393Z] 
02:57:39 [2022-08-22T02:57:39.393Z] #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
02:57:39 [2022-08-22T02:57:39.393Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:39 [2022-08-22T02:57:39.393Z] #51 34.20 Fetched 8575 kB in 27s (324 kB/s)
02:57:39 [2022-08-22T02:57:39.555Z] #55 41.62 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
02:57:39 [2022-08-22T02:57:39.555Z] #55 ...
02:57:39 [2022-08-22T02:57:39.555Z] 
02:57:39 [2022-08-22T02:57:39.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
02:57:39 [2022-08-22T02:57:39.555Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:39 [2022-08-22T02:57:39.555Z] #14 32.02 Reading package lists...
02:57:39 [2022-08-22T02:57:39.630Z] #76 38.53 Selecting previously unselected package libyajl2:arm64.
02:57:39 [2022-08-22T02:57:39.630Z] #76 38.53 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ...
02:57:39 [2022-08-22T02:57:39.630Z] #76 38.53 Unpacking libyajl2:arm64 (2.1.0-3) ...
02:57:39 [2022-08-22T02:57:39.630Z] #76 38.64 Selecting previously unselected package libyajl-dev:arm64.
02:57:39 [2022-08-22T02:57:39.887Z] #76 38.64 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ...
02:57:39 [2022-08-22T02:57:39.887Z] #76 38.66 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
02:57:39 [2022-08-22T02:57:39.887Z] #76 38.85 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
02:57:39 [2022-08-22T02:57:39.887Z] #76 38.89 Setting up libmagic-mgc (1:5.39-3) ...
02:57:40 [2022-08-22T02:57:40.057Z] #47 ...
02:57:40 [2022-08-22T02:57:40.057Z] 
02:57:40 [2022-08-22T02:57:40.057Z] #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
02:57:40 [2022-08-22T02:57:40.057Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:40 [2022-08-22T02:57:40.057Z] #51 23.48 Fetched 8575 kB in 17s (514 kB/s)
02:57:40 [2022-08-22T02:57:40.057Z] #51 23.48 Reading package lists...
02:57:40 [2022-08-22T02:57:40.057Z] #51 29.75 Reading package lists...
02:57:40 [2022-08-22T02:57:40.057Z] #51 ...
02:57:40 [2022-08-22T02:57:40.057Z] 
02:57:40 [2022-08-22T02:57:40.057Z] #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             ;
02:57:40 [2022-08-22T02:57:40.057Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:40 [2022-08-22T02:57:40.057Z] #76 17.22 Reading package lists...
02:57:40 [2022-08-22T02:57:40.057Z] #76 24.07 Building dependency tree...
02:57:40 [2022-08-22T02:57:40.057Z] #76 27.65 python3 is already the newest version (3.9.2-3).
02:57:40 [2022-08-22T02:57:40.057Z] #76 27.65 The following additional packages will be installed:
02:57:40 [2022-08-22T02:57:40.057Z] #76 27.65   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
02:57:40 [2022-08-22T02:57:40.057Z] #76 27.65   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
02:57:40 [2022-08-22T02:57:40.057Z] #76 27.70 Suggested packages:
02:57:40 [2022-08-22T02:57:40.057Z] #76 27.70   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
02:57:40 [2022-08-22T02:57:40.057Z] #76 27.70   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
02:57:40 [2022-08-22T02:57:40.057Z] #76 27.70   m4-doc ed diffutils-doc
02:57:40 [2022-08-22T02:57:40.057Z] #76 27.70 Recommended packages:
02:57:40 [2022-08-22T02:57:40.057Z] #76 27.70   fakeroot libalgorithm-merge-perl libltdl-dev
02:57:40 [2022-08-22T02:57:40.057Z] #76 29.54 The following NEW packages will be installed:
02:57:40 [2022-08-22T02:57:40.057Z] #76 29.54   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
02:57:40 [2022-08-22T02:57:40.057Z] #76 29.55   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
02:57:40 [2022-08-22T02:57:40.057Z] #76 29.56   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
02:57:40 [2022-08-22T02:57:40.057Z] #76 29.56   libyajl2 m4 patch xz-utils
02:57:40 [2022-08-22T02:57:40.057Z] #76 30.05 0 upgraded, 23 newly installed, 0 to remove and 8 not upgraded.
02:57:40 [2022-08-22T02:57:40.057Z] #76 30.05 Need to get 5940 kB of archives.
02:57:40 [2022-08-22T02:57:40.057Z] #76 30.05 After this operation, 18.7 MB of additional disk space will be used.
02:57:40 [2022-08-22T02:57:40.057Z] #76 30.05 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
02:57:40 [2022-08-22T02:57:40.057Z] #76 30.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
02:57:40 [2022-08-22T02:57:40.057Z] #76 30.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
02:57:40 [2022-08-22T02:57:40.057Z] #76 30.07 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
02:57:40 [2022-08-22T02:57:40.057Z] #76 30.07 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.10 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.12 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.15 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.21 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.23 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.38 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.41 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.41 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.41 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.41 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.42 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.43 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.47 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.48 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.52 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 30.52 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
02:57:40 [2022-08-22T02:57:40.058Z] #76 31.85 debconf: delaying package configuration, since apt-utils is not installed
02:57:40 [2022-08-22T02:57:40.058Z] #76 32.19 Fetched 5940 kB in 1s (7269 kB/s)
02:57:40 [2022-08-22T02:57:40.058Z] #76 32.28 Selecting previously unselected package bzip2.
02:57:40 [2022-08-22T02:57:40.058Z] #76 32.28 (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.)
02:57:40 [2022-08-22T02:57:40.058Z] #76 32.38 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 32.38 Unpacking bzip2 (1.0.8-4) ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 32.55 Selecting previously unselected package libmagic-mgc.
02:57:40 [2022-08-22T02:57:40.058Z] #76 32.55 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 32.56 Unpacking libmagic-mgc (1:5.39-3) ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.05 Selecting previously unselected package libmagic1:amd64.
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.05 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.06 Unpacking libmagic1:amd64 (1:5.39-3) ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.28 Selecting previously unselected package file.
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.28 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.33 Unpacking file (1:5.39-3) ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.49 Selecting previously unselected package xz-utils.
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.49 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.49 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.83 Selecting previously unselected package libsigsegv2:amd64.
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.83 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.84 Unpacking libsigsegv2:amd64 (2.13-1) ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.91 Selecting previously unselected package m4.
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.91 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 33.93 Unpacking m4 (1.4.18-5) ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 34.17 Selecting previously unselected package autoconf.
02:57:40 [2022-08-22T02:57:40.058Z] #76 34.19 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
02:57:40 [2022-08-22T02:57:40.058Z] #76 34.22 Unpacking autoconf (2.69-14) ...
02:57:40 [2022-08-22T02:57:40.146Z] #76 38.90 Setting up libyajl2:arm64 (2.1.0-3) ...
02:57:40 [2022-08-22T02:57:40.146Z] #76 38.91 Setting up libmagic1:arm64 (1:5.39-3) ...
02:57:40 [2022-08-22T02:57:40.146Z] #76 39.00 Setting up file (1:5.39-3) ...
02:57:40 [2022-08-22T02:57:40.146Z] #76 39.05 Setting up bzip2 (1.0.8-4) ...
02:57:40 [2022-08-22T02:57:40.146Z] #76 39.08 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
02:57:40 [2022-08-22T02:57:40.314Z] #76 34.44 Selecting previously unselected package autotools-dev.
02:57:40 [2022-08-22T02:57:40.314Z] #76 34.46 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
02:57:40 [2022-08-22T02:57:40.314Z] #76 34.47 Unpacking autotools-dev (20180224.1+nmu1) ...
02:57:40 [2022-08-22T02:57:40.402Z] #76 39.14 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
02:57:40 [2022-08-22T02:57:40.402Z] #76 39.18 Setting up libcap2:arm64 (1:2.44-1) ...
02:57:40 [2022-08-22T02:57:40.402Z] #76 39.21 Setting up autotools-dev (20180224.1+nmu1) ...
02:57:40 [2022-08-22T02:57:40.402Z] #76 39.26 Setting up libsigsegv2:arm64 (2.13-1) ...
02:57:40 [2022-08-22T02:57:40.402Z] #76 39.28 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
02:57:40 [2022-08-22T02:57:40.402Z] #76 39.29 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:57:40 [2022-08-22T02:57:40.402Z] #76 39.31 Setting up patch (2.7.6-7) ...
02:57:40 [2022-08-22T02:57:40.402Z] #76 39.35 Setting up libudev-dev:arm64 (247.3-7) ...
02:57:40 [2022-08-22T02:57:40.531Z] #19 ...
02:57:40 [2022-08-22T02:57:40.531Z] 
02:57:40 [2022-08-22T02:57:40.531Z] #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
02:57:40 [2022-08-22T02:57:40.531Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:57:40 [2022-08-22T02:57:40.531Z] #84 84.79 configure.ac:7: installing 'build-aux/compile'
02:57:40 [2022-08-22T02:57:40.531Z] #84 84.80 configure.ac:9: installing 'build-aux/config.guess'
02:57:40 [2022-08-22T02:57:40.531Z] #84 84.82 configure.ac:9: installing 'build-aux/config.sub'
02:57:40 [2022-08-22T02:57:40.531Z] #84 84.88 configure.ac:11: installing 'build-aux/install-sh'
02:57:40 [2022-08-22T02:57:40.531Z] #84 84.89 configure.ac:11: installing 'build-aux/missing'
02:57:40 [2022-08-22T02:57:40.569Z] #76 34.62 Selecting previously unselected package automake.
02:57:40 [2022-08-22T02:57:40.569Z] #76 34.65 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
02:57:40 [2022-08-22T02:57:40.569Z] #76 34.68 Unpacking automake (1:1.16.3-2) ...
02:57:40 [2022-08-22T02:57:40.658Z] #76 39.41 Setting up libyajl-dev:arm64 (2.1.0-3) ...
02:57:40 [2022-08-22T02:57:40.658Z] #76 39.43 Setting up libcap-dev:arm64 (1:2.44-1) ...
02:57:40 [2022-08-22T02:57:40.658Z] #76 39.45 Setting up libsystemd-dev:arm64 (247.3-7) ...
02:57:40 [2022-08-22T02:57:40.658Z] #76 39.51 Setting up libtool (2.4.6-15) ...
02:57:40 [2022-08-22T02:57:40.658Z] #76 39.54 Setting up m4 (1.4.18-5) ...
02:57:40 [2022-08-22T02:57:40.658Z] #76 39.58 Setting up dpkg-dev (1.20.11) ...
02:57:40 [2022-08-22T02:57:40.914Z] #76 39.68 Setting up autoconf (2.69-14) ...
02:57:40 [2022-08-22T02:57:40.914Z] #76 39.71 Setting up build-essential (12.9) ...
02:57:40 [2022-08-22T02:57:40.914Z] #76 39.74 Setting up automake (1:1.16.3-2) ...
02:57:40 [2022-08-22T02:57:40.914Z] #76 39.75 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
02:57:40 [2022-08-22T02:57:40.914Z] #76 39.78 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:57:41 [2022-08-22T02:57:41.099Z] #84 85.28 Makefile.am: installing 'build-aux/depcomp'
02:57:41 [2022-08-22T02:57:41.099Z] #84 85.38 parallel-tests: installing 'build-aux/test-driver'
02:57:41 [2022-08-22T02:57:41.132Z] #76 35.29 Selecting previously unselected package patch.
02:57:41 [2022-08-22T02:57:41.132Z] #76 ...
02:57:41 [2022-08-22T02:57:41.132Z] 
02:57:41 [2022-08-22T02:57:41.132Z] #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
02:57:41 [2022-08-22T02:57:41.132Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:41 [2022-08-22T02:57:41.132Z] #55 35.19 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
02:57:41 [2022-08-22T02:57:41.132Z] #55 35.32 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
02:57:41 [2022-08-22T02:57:41.132Z] #55 35.38 go: downloading github.com/gobwas/glob v0.2.3
02:57:41 [2022-08-22T02:57:41.132Z] #55 35.44 go: downloading github.com/kisielk/gotool v1.0.0
02:57:41 [2022-08-22T02:57:41.389Z] #55 35.55 go: downloading github.com/gostaticanalysis/comment v1.4.2
02:57:41 [2022-08-22T02:57:41.389Z] #55 35.62 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
02:57:41 [2022-08-22T02:57:41.389Z] #55 35.62 go: downloading github.com/ettle/strcase v0.1.1
02:57:41 [2022-08-22T02:57:41.476Z] #76 DONE 40.4s
02:57:41 [2022-08-22T02:57:41.476Z] 
02:57:41 [2022-08-22T02:57:41.476Z] #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
02:57:41 [2022-08-22T02:57:41.476Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:57:41 [2022-08-22T02:57:41.646Z] #55 35.73 go: downloading github.com/fatih/structtag v1.2.0
02:57:41 [2022-08-22T02:57:41.646Z] #55 35.77 go: downloading github.com/Masterminds/semver v1.5.0
02:57:41 [2022-08-22T02:57:41.646Z] #55 35.78 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
02:57:41 [2022-08-22T02:57:41.646Z] #55 35.88 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
02:57:41 [2022-08-22T02:57:41.646Z] #55 35.93 go: downloading github.com/prometheus/client_golang v1.12.1
02:57:41 [2022-08-22T02:57:41.646Z] #55 ...
02:57:41 [2022-08-22T02:57:41.646Z] 
02:57:41 [2022-08-22T02:57:41.646Z] #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
02:57:41 [2022-08-22T02:57:41.646Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:41 [2022-08-22T02:57:41.646Z] #62 19.44 Reading package lists...
02:57:41 [2022-08-22T02:57:41.646Z] #62 26.07 Reading package lists...
02:57:41 [2022-08-22T02:57:41.646Z] #62 31.99 Building dependency tree...
02:57:41 [2022-08-22T02:57:41.646Z] #62 35.46 The following additional packages will be installed:
02:57:41 [2022-08-22T02:57:41.646Z] #62 35.49   libbtrfs0
02:57:41 [2022-08-22T02:57:41.646Z] #62 35.71 The following NEW packages will be installed:
02:57:41 [2022-08-22T02:57:41.646Z] #62 35.73   libbtrfs-dev libbtrfs0
02:57:41 [2022-08-22T02:57:41.903Z] #62 ...
02:57:41 [2022-08-22T02:57:41.903Z] 
02:57:41 [2022-08-22T02:57:41.903Z] #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             ;
02:57:41 [2022-08-22T02:57:41.903Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:41 [2022-08-22T02:57:41.903Z] #76 35.29 Selecting previously unselected package patch.
02:57:41 [2022-08-22T02:57:41.903Z] #76 35.30 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
02:57:41 [2022-08-22T02:57:41.903Z] #76 35.30 Unpacking patch (2.7.6-7) ...
02:57:41 [2022-08-22T02:57:41.903Z] #76 35.52 Selecting previously unselected package dpkg-dev.
02:57:41 [2022-08-22T02:57:41.903Z] #76 35.52 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
02:57:41 [2022-08-22T02:57:41.903Z] #76 35.53 Unpacking dpkg-dev (1.20.11) ...
02:57:42 [2022-08-22T02:57:42.407Z] #77 0.682 Cloning into '/tmp/crun-build'...
02:57:42 [2022-08-22T02:57:42.665Z] #14 42.00 Reading package lists...
02:57:42 [2022-08-22T02:57:42.665Z] #14 ...
02:57:42 [2022-08-22T02:57:42.665Z] 
02:57:42 [2022-08-22T02:57:42.665Z] #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
02:57:42 [2022-08-22T02:57:42.665Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:42 [2022-08-22T02:57:42.665Z] #51 34.58 Fetched 8575 kB in 27s (315 kB/s)
02:57:42 [2022-08-22T02:57:42.665Z] #51 34.58 Reading package lists...
02:57:42 [2022-08-22T02:57:42.832Z] #76 36.86 Selecting previously unselected package build-essential.
02:57:42 [2022-08-22T02:57:42.832Z] #76 36.86 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
02:57:42 [2022-08-22T02:57:42.832Z] #76 36.87 Unpacking build-essential (12.9) ...
02:57:42 [2022-08-22T02:57:42.832Z] #76 37.01 Selecting previously unselected package libcap2:amd64.
02:57:42 [2022-08-22T02:57:42.832Z] #76 37.01 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
02:57:42 [2022-08-22T02:57:42.832Z] #76 37.01 Unpacking libcap2:amd64 (1:2.44-1) ...
02:57:42 [2022-08-22T02:57:42.832Z] #76 37.13 Selecting previously unselected package libcap-dev:amd64.
02:57:42 [2022-08-22T02:57:42.925Z] #51 44.59 Reading package lists...
02:57:42 [2022-08-22T02:57:42.925Z] #51 ...
02:57:42 [2022-08-22T02:57:42.925Z] 
02:57:42 [2022-08-22T02:57:42.925Z] #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
02:57:42 [2022-08-22T02:57:42.925Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:42 [2022-08-22T02:57:42.925Z] #55 41.83 go: downloading github.com/mgechev/revive v1.2.1
02:57:42 [2022-08-22T02:57:42.925Z] #55 42.99 go: downloading github.com/moricho/tparallel v0.2.1
02:57:42 [2022-08-22T02:57:42.925Z] #55 43.03 go: downloading github.com/nakabonne/nestif v0.3.1
02:57:42 [2022-08-22T02:57:42.925Z] #55 43.22 go: downloading github.com/nishanths/exhaustive v0.7.11
02:57:42 [2022-08-22T02:57:42.925Z] #55 43.24 go: downloading github.com/nishanths/predeclared v0.2.2
02:57:42 [2022-08-22T02:57:42.925Z] #55 43.38 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
02:57:42 [2022-08-22T02:57:42.925Z] #55 43.42 go: downloading github.com/ryancurrah/gomodguard v1.2.3
02:57:42 [2022-08-22T02:57:42.925Z] #55 43.61 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
02:57:42 [2022-08-22T02:57:42.925Z] #55 43.77 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
02:57:42 [2022-08-22T02:57:42.925Z] #55 43.79 go: downloading github.com/securego/gosec/v2 v2.11.0
02:57:42 [2022-08-22T02:57:42.925Z] #55 44.34 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
02:57:42 [2022-08-22T02:57:42.925Z] #55 44.37 go: downloading github.com/sivchari/containedctx v1.0.2
02:57:42 [2022-08-22T02:57:42.925Z] #55 44.48 go: downloading github.com/sivchari/tenv v1.5.0
02:57:42 [2022-08-22T02:57:42.925Z] #55 44.60 go: downloading github.com/sonatard/noctx v0.0.1
02:57:42 [2022-08-22T02:57:42.925Z] #55 44.77 go: downloading github.com/sourcegraph/go-diff v0.6.1
02:57:42 [2022-08-22T02:57:42.925Z] #55 44.83 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
02:57:42 [2022-08-22T02:57:42.925Z] #55 45.05 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
02:57:42 [2022-08-22T02:57:42.925Z] #55 45.07 go: downloading github.com/sylvia7788/contextcheck v1.0.4
02:57:42 [2022-08-22T02:57:42.925Z] #55 45.19 go: downloading github.com/tdakkota/asciicheck v0.1.1
02:57:43 [2022-08-22T02:57:43.088Z] #76 37.13 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
02:57:43 [2022-08-22T02:57:43.088Z] #76 37.13 Unpacking libcap-dev:amd64 (1:2.44-1) ...
02:57:43 [2022-08-22T02:57:43.088Z] #76 37.36 Selecting previously unselected package libprotobuf-c1:amd64.
02:57:43 [2022-08-22T02:57:43.088Z] #76 37.36 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
02:57:43 [2022-08-22T02:57:43.088Z] #76 37.37 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:57:43 [2022-08-22T02:57:43.088Z] #76 ...
02:57:43 [2022-08-22T02:57:43.088Z] 
02:57:43 [2022-08-22T02:57:43.088Z] #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
02:57:43 [2022-08-22T02:57:43.088Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:43 [2022-08-22T02:57:43.088Z] #42 21.30 Reading package lists...
02:57:43 [2022-08-22T02:57:43.088Z] #42 27.58 Reading package lists...
02:57:43 [2022-08-22T02:57:43.088Z] #42 33.66 Building dependency tree...
02:57:43 [2022-08-22T02:57:43.185Z] #55 45.21 go: downloading github.com/tetafro/godot v1.4.11
02:57:43 [2022-08-22T02:57:43.185Z] #55 45.45 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
02:57:43 [2022-08-22T02:57:43.345Z] #42 37.44 The following additional packages will be installed:
02:57:43 [2022-08-22T02:57:43.345Z] #42 37.45   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
02:57:43 [2022-08-22T02:57:43.345Z] #42 37.46 Suggested packages:
02:57:43 [2022-08-22T02:57:43.345Z] #42 37.46   cmake-doc ninja-build lrzip
02:57:43 [2022-08-22T02:57:43.345Z] #42 37.46 Recommended packages:
02:57:43 [2022-08-22T02:57:43.345Z] #42 37.46   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
02:57:43 [2022-08-22T02:57:43.345Z] #42 ...
02:57:43 [2022-08-22T02:57:43.345Z] 
02:57:43 [2022-08-22T02:57:43.345Z] #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             ;
02:57:43 [2022-08-22T02:57:43.345Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:43 [2022-08-22T02:57:43.345Z] #76 37.51 Selecting previously unselected package libprotobuf-c-dev:amd64.
02:57:43 [2022-08-22T02:57:43.345Z] #76 37.51 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
02:57:43 [2022-08-22T02:57:43.345Z] #76 37.52 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
02:57:43 [2022-08-22T02:57:43.445Z] #55 45.50 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
02:57:43 [2022-08-22T02:57:43.602Z] #76 37.69 Selecting previously unselected package libseccomp-dev:amd64.
02:57:43 [2022-08-22T02:57:43.602Z] #76 37.69 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
02:57:43 [2022-08-22T02:57:43.602Z] #76 37.70 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
02:57:43 [2022-08-22T02:57:43.602Z] #76 ...
02:57:43 [2022-08-22T02:57:43.602Z] 
02:57:43 [2022-08-22T02:57:43.602Z] #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
02:57:43 [2022-08-22T02:57:43.602Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:43 [2022-08-22T02:57:43.602Z] #14 21.59 Reading package lists...
02:57:43 [2022-08-22T02:57:43.602Z] #14 27.95 Reading package lists...
02:57:43 [2022-08-22T02:57:43.602Z] #14 33.71 Building dependency tree...
02:57:43 [2022-08-22T02:57:43.602Z] #14 37.53 The following additional packages will be installed:
02:57:43 [2022-08-22T02:57:43.602Z] #14 37.55   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:57:43 [2022-08-22T02:57:43.602Z] #14 37.55   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
02:57:43 [2022-08-22T02:57:43.602Z] #14 37.55   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
02:57:43 [2022-08-22T02:57:43.602Z] #14 37.55   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
02:57:43 [2022-08-22T02:57:43.602Z] #14 37.55   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
02:57:43 [2022-08-22T02:57:43.602Z] #14 37.55   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
02:57:43 [2022-08-22T02:57:43.602Z] #14 37.56   mingw-w64-common mingw-w64-x86-64-dev
02:57:43 [2022-08-22T02:57:43.602Z] #14 37.56 Suggested packages:
02:57:43 [2022-08-22T02:57:43.602Z] #14 37.58   gcc-10-locales seccomp wine64
02:57:43 [2022-08-22T02:57:43.602Z] #14 ...
02:57:43 [2022-08-22T02:57:43.602Z] 
02:57:43 [2022-08-22T02:57:43.602Z] #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
02:57:43 [2022-08-22T02:57:43.602Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:43 [2022-08-22T02:57:43.602Z] #62 36.16 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
02:57:43 [2022-08-22T02:57:43.602Z] #62 36.16 Need to get 460 kB of archives.
02:57:43 [2022-08-22T02:57:43.602Z] #62 36.16 After this operation, 1237 kB of additional disk space will be used.
02:57:43 [2022-08-22T02:57:43.602Z] #62 36.16 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
02:57:43 [2022-08-22T02:57:43.602Z] #62 36.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
02:57:43 [2022-08-22T02:57:43.602Z] #62 37.22 debconf: delaying package configuration, since apt-utils is not installed
02:57:43 [2022-08-22T02:57:43.602Z] #62 37.50 Fetched 460 kB in 0s (1359 kB/s)
02:57:43 [2022-08-22T02:57:43.602Z] #62 37.65 Selecting previously unselected package libbtrfs0:amd64.
02:57:43 [2022-08-22T02:57:43.602Z] #62 37.65 (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.)
02:57:43 [2022-08-22T02:57:43.602Z] #62 37.73 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
02:57:43 [2022-08-22T02:57:43.602Z] #62 37.75 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
02:57:43 [2022-08-22T02:57:43.705Z] #55 45.64 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
02:57:43 [2022-08-22T02:57:43.774Z] #77 ...
02:57:43 [2022-08-22T02:57:43.774Z] 
02:57:43 [2022-08-22T02:57:43.774Z] #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
02:57:43 [2022-08-22T02:57:43.774Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c
02:57:43 [2022-08-22T02:57:43.774Z] #14 32.74 The following NEW packages will be installed:
02:57:43 [2022-08-22T02:57:43.774Z] #14 32.74   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:57:43 [2022-08-22T02:57:43.774Z] #14 32.74   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
02:57:43 [2022-08-22T02:57:43.774Z] #14 32.74   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
02:57:43 [2022-08-22T02:57:43.774Z] #14 32.74   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
02:57:43 [2022-08-22T02:57:43.774Z] #14 32.74   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
02:57:43 [2022-08-22T02:57:43.774Z] #14 32.76   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
02:57:43 [2022-08-22T02:57:43.774Z] #14 32.77   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
02:57:43 [2022-08-22T02:57:43.774Z] #14 32.77   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
02:57:43 [2022-08-22T02:57:43.774Z] #14 32.78   mingw-w64-x86-64-dev
02:57:43 [2022-08-22T02:57:43.774Z] #14 33.28 0 upgraded, 30 newly installed, 0 to remove and 6 not upgraded.
02:57:43 [2022-08-22T02:57:43.774Z] #14 33.28 Need to get 108 MB of archives.
02:57:43 [2022-08-22T02:57:43.774Z] #14 33.28 After this operation, 620 MB of additional disk space will be used.
02:57:43 [2022-08-22T02:57:43.774Z] #14 33.28 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]
02:57:43 [2022-08-22T02:57:43.774Z] #14 33.36 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]
02:57:43 [2022-08-22T02:57:43.774Z] #14 33.60 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 33.60 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 33.60 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 33.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 33.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 34.10 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]
02:57:43 [2022-08-22T02:57:43.774Z] #14 34.18 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]
02:57:43 [2022-08-22T02:57:43.774Z] #14 34.86 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]
02:57:43 [2022-08-22T02:57:43.774Z] #14 35.88 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]
02:57:43 [2022-08-22T02:57:43.774Z] #14 36.17 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]
02:57:43 [2022-08-22T02:57:43.774Z] #14 36.53 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]
02:57:43 [2022-08-22T02:57:43.774Z] #14 37.48 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]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.17 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]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.17 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.18 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.18 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.18 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.20 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]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.20 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.22 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.25 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.25 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.28 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.28 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.34 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.34 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.34 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 38.37 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
02:57:43 [2022-08-22T02:57:43.774Z] #14 39.51 debconf: delaying package configuration, since apt-utils is not installed
02:57:43 [2022-08-22T02:57:43.774Z] #14 39.90 Fetched 108 MB in 5s (19.8 MB/s)
02:57:43 [2022-08-22T02:57:43.774Z] #14 40.00 Selecting previously unselected package binutils-mingw-w64-i686.
02:57:43 [2022-08-22T02:57:43.774Z] #14 40.00 (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.)
02:57:43 [2022-08-22T02:57:43.774Z] #14 40.09 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
02:57:43 [2022-08-22T02:57:43.774Z] #14 40.15 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
02:57:43 [2022-08-22T02:57:43.861Z] #62 38.05 Selecting previously unselected package libbtrfs-dev:amd64.
02:57:43 [2022-08-22T02:57:43.861Z] #62 38.06 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
02:57:43 [2022-08-22T02:57:43.861Z] #62 38.07 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
02:57:43 [2022-08-22T02:57:43.965Z] #55 45.96 go: downloading github.com/ultraware/funlen v0.0.3
02:57:43 [2022-08-22T02:57:43.965Z] #55 ...
02:57:43 [2022-08-22T02:57:43.965Z] 
02:57:43 [2022-08-22T02:57:43.965Z] #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
02:57:43 [2022-08-22T02:57:43.965Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:43 [2022-08-22T02:57:43.965Z] #62 25.79 Reading package lists...
02:57:43 [2022-08-22T02:57:43.965Z] #62 36.20 Building dependency tree...
02:57:43 [2022-08-22T02:57:43.965Z] #62 43.24 The following additional packages will be installed:
02:57:43 [2022-08-22T02:57:43.965Z] #62 43.29   libbtrfs0
02:57:43 [2022-08-22T02:57:43.965Z] #62 43.71 The following NEW packages will be installed:
02:57:43 [2022-08-22T02:57:43.965Z] #62 43.72   libbtrfs-dev libbtrfs0
02:57:43 [2022-08-22T02:57:43.965Z] #62 44.46 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
02:57:43 [2022-08-22T02:57:43.965Z] #62 44.46 Need to get 460 kB of archives.
02:57:43 [2022-08-22T02:57:43.965Z] #62 44.46 After this operation, 1237 kB of additional disk space will be used.
02:57:43 [2022-08-22T02:57:43.965Z] #62 44.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
02:57:43 [2022-08-22T02:57:43.965Z] #62 44.47 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
02:57:43 [2022-08-22T02:57:43.965Z] #62 46.15 debconf: delaying package configuration, since apt-utils is not installed
02:57:43 [2022-08-22T02:57:43.965Z] #62 ...
02:57:43 [2022-08-22T02:57:43.965Z] 
02:57:43 [2022-08-22T02:57:43.965Z] #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
02:57:43 [2022-08-22T02:57:43.965Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:43 [2022-08-22T02:57:43.965Z] #55 46.07 go: downloading github.com/ultraware/whitespace v0.0.5
02:57:43 [2022-08-22T02:57:43.965Z] #55 46.18 go: downloading github.com/uudashr/gocognit v1.0.5
02:57:44 [2022-08-22T02:57:44.030Z] #14 42.81 Selecting previously unselected package binutils-mingw-w64-x86-64.
02:57:44 [2022-08-22T02:57:44.030Z] #14 42.81 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
02:57:44 [2022-08-22T02:57:44.030Z] #14 42.82 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
02:57:44 [2022-08-22T02:57:44.030Z] #14 ...
02:57:44 [2022-08-22T02:57:44.030Z] 
02:57:44 [2022-08-22T02:57:44.030Z] #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
02:57:44 [2022-08-22T02:57:44.030Z] #51 sha256:e97bc4e141c470e79af822c7812d17925cbc9d5e8a97d1bd281f8f15f0cbfa78
02:57:44 [2022-08-22T02:57:44.030Z] #51 36.20 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [630 kB]
02:57:44 [2022-08-22T02:57:44.030Z] #51 37.38 debconf: delaying package configuration, since apt-utils is not installed
02:57:44 [2022-08-22T02:57:44.030Z] #51 37.75 Fetched 2136 kB in 3s (646 kB/s)
02:57:44 [2022-08-22T02:57:44.030Z] #51 38.02 Selecting previously unselected package libprotobuf23:arm64.
02:57:44 [2022-08-22T02:57:44.030Z] #51 38.02 (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.)
02:57:44 [2022-08-22T02:57:44.030Z] #51 38.14 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 38.17 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 38.77 Selecting previously unselected package python3-pkg-resources.
02:57:44 [2022-08-22T02:57:44.030Z] #51 38.78 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 38.79 Unpacking python3-pkg-resources (52.0.0-4) ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 39.13 Selecting previously unselected package python3-six.
02:57:44 [2022-08-22T02:57:44.030Z] #51 39.13 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 39.15 Unpacking python3-six (1.16.0-2) ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 39.36 Selecting previously unselected package python3-protobuf.
02:57:44 [2022-08-22T02:57:44.030Z] #51 39.36 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 39.38 Unpacking python3-protobuf (3.12.4-1) ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 39.93 Selecting previously unselected package libnet1:arm64.
02:57:44 [2022-08-22T02:57:44.030Z] #51 39.93 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 39.94 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 40.12 Selecting previously unselected package libnl-3-200:arm64.
02:57:44 [2022-08-22T02:57:44.030Z] #51 40.12 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 40.14 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 40.42 Selecting previously unselected package libprotobuf-c1:arm64.
02:57:44 [2022-08-22T02:57:44.030Z] #51 40.44 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 40.44 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 40.56 Selecting previously unselected package criu.
02:57:44 [2022-08-22T02:57:44.030Z] #51 40.56 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 40.56 Unpacking criu (3.17.1-1) ...
02:57:44 [2022-08-22T02:57:44.030Z] #51 41.25 Setting up python3-pkg-resources (52.0.0-4) ...
02:57:44 [2022-08-22T02:57:44.286Z] #51 42.78 Setting up libprotobuf23:arm64 (3.12.4-1) ...
02:57:44 [2022-08-22T02:57:44.286Z] #51 42.80 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
02:57:44 [2022-08-22T02:57:44.286Z] #51 42.82 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
02:57:44 [2022-08-22T02:57:44.393Z] #84 88.42 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
02:57:44 [2022-08-22T02:57:44.393Z] #84 88.42 libtoolize: copying file 'build-aux/ltmain.sh'
02:57:44 [2022-08-22T02:57:44.424Z] #62 38.49 Setting up libbtrfs0:amd64 (5.10.1-2) ...
02:57:44 [2022-08-22T02:57:44.424Z] #62 38.50 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
02:57:44 [2022-08-22T02:57:44.424Z] #62 38.52 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:57:44 [2022-08-22T02:57:44.535Z] #55 46.49 go: downloading github.com/yagipy/maintidx v1.0.0
02:57:44 [2022-08-22T02:57:44.535Z] #55 46.69 go: downloading github.com/yeya24/promlinter v0.2.0
02:57:44 [2022-08-22T02:57:44.542Z] #51 42.84 Setting up python3-six (1.16.0-2) ...
02:57:44 [2022-08-22T02:57:44.645Z] #51 34.20 Reading package lists...
02:57:44 [2022-08-22T02:57:44.645Z] #51 ...
02:57:44 [2022-08-22T02:57:44.645Z] 
02:57:44 [2022-08-22T02:57:44.645Z] #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
02:57:44 [2022-08-22T02:57:44.645Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:44 [2022-08-22T02:57:44.645Z] #55 39.82 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
02:57:44 [2022-08-22T02:57:44.645Z] #55 39.97 go: downloading github.com/alexkohler/prealloc v1.0.0
02:57:44 [2022-08-22T02:57:44.645Z] #55 40.24 go: downloading github.com/ashanbrown/forbidigo v1.3.0
02:57:44 [2022-08-22T02:57:44.645Z] #55 40.43 go: downloading github.com/ashanbrown/makezero v1.1.1
02:57:44 [2022-08-22T02:57:44.645Z] #55 40.54 go: downloading github.com/bkielbasa/cyclop v1.2.0
02:57:44 [2022-08-22T02:57:44.645Z] #55 40.70 go: downloading github.com/blizzy78/varnamelen v0.8.0
02:57:44 [2022-08-22T02:57:44.645Z] #55 40.70 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
02:57:44 [2022-08-22T02:57:44.645Z] #55 40.85 go: downloading github.com/breml/bidichk v0.2.3
02:57:44 [2022-08-22T02:57:44.645Z] #55 40.95 go: downloading github.com/breml/errchkjson v0.3.0
02:57:44 [2022-08-22T02:57:44.645Z] #55 41.02 go: downloading github.com/butuzov/ireturn v0.1.1
02:57:44 [2022-08-22T02:57:44.645Z] #55 41.26 go: downloading github.com/charithe/durationcheck v0.0.9
02:57:44 [2022-08-22T02:57:44.645Z] #55 41.34 go: downloading github.com/daixiang0/gci v0.3.3
02:57:44 [2022-08-22T02:57:44.645Z] #55 41.59 go: downloading github.com/denis-tingaikin/go-header v0.4.3
02:57:44 [2022-08-22T02:57:44.645Z] #55 41.88 go: downloading github.com/esimonov/ifshort v1.0.4
02:57:44 [2022-08-22T02:57:44.645Z] #55 41.98 go: downloading github.com/firefart/nonamedreturns v1.0.1
02:57:44 [2022-08-22T02:57:44.645Z] #55 42.13 go: downloading github.com/fzipp/gocyclo v0.5.1
02:57:44 [2022-08-22T02:57:44.645Z] #55 42.24 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:57:44 [2022-08-22T02:57:44.645Z] #55 42.39 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:57:44 [2022-08-22T02:57:44.645Z] #55 42.44 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
02:57:44 [2022-08-22T02:57:44.645Z] #55 42.65 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:57:44 [2022-08-22T02:57:44.645Z] #55 42.86 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:57:44 [2022-08-22T02:57:44.645Z] #55 43.08 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:57:44 [2022-08-22T02:57:44.645Z] #55 43.16 go: downloading github.com/golangci/misspell v0.3.5
02:57:44 [2022-08-22T02:57:44.645Z] #55 43.46 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:57:44 [2022-08-22T02:57:44.645Z] #55 43.55 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
02:57:44 [2022-08-22T02:57:44.645Z] #55 43.71 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
02:57:44 [2022-08-22T02:57:44.645Z] #55 43.80 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
02:57:44 [2022-08-22T02:57:44.645Z] #55 44.06 go: downloading github.com/jgautheron/goconst v1.5.1
02:57:44 [2022-08-22T02:57:44.645Z] #55 44.20 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
02:57:44 [2022-08-22T02:57:44.645Z] #55 44.21 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
02:57:44 [2022-08-22T02:57:44.645Z] #55 44.32 go: downloading github.com/julz/importas v0.1.0
02:57:44 [2022-08-22T02:57:44.645Z] #55 44.37 go: downloading github.com/kisielk/errcheck v1.6.0
02:57:44 [2022-08-22T02:57:44.645Z] #55 44.53 go: downloading github.com/kulti/thelper v0.6.2
02:57:44 [2022-08-22T02:57:44.645Z] #55 44.58 go: downloading github.com/kunwardeep/paralleltest v1.0.3
02:57:44 [2022-08-22T02:57:44.645Z] #55 44.79 go: downloading github.com/kyoh86/exportloopref v0.1.8
02:57:44 [2022-08-22T02:57:44.645Z] #55 44.79 go: downloading github.com/ldez/tagliatelle v0.3.1
02:57:44 [2022-08-22T02:57:44.645Z] #55 44.86 go: downloading github.com/leonklingele/grouper v1.1.0
02:57:44 [2022-08-22T02:57:44.795Z] #55 46.92 go: downloading gitlab.com/bosi/decorder v0.2.1
02:57:44 [2022-08-22T02:57:44.798Z] #51 ...
02:57:44 [2022-08-22T02:57:44.798Z] 
02:57:44 [2022-08-22T02:57:44.798Z] #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
02:57:44 [2022-08-22T02:57:44.798Z] #55 sha256:d78db600156b117dec76afdf97844cc0278c0f3d815c9b0189cbbcbfabc803aa
02:57:44 [2022-08-22T02:57:44.798Z] #55 33.82 go: downloading github.com/prometheus/client_golang v1.12.1
02:57:44 [2022-08-22T02:57:44.798Z] #55 34.58 go: downloading github.com/prometheus/client_model v0.2.0
02:57:44 [2022-08-22T02:57:44.798Z] #55 34.80 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
02:57:44 [2022-08-22T02:57:44.798Z] #55 35.00 go: downloading github.com/google/go-cmp v0.5.7
02:57:44 [2022-08-22T02:57:44.798Z] #55 35.11 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:57:44 [2022-08-22T02:57:44.798Z] #55 35.28 go: downloading github.com/hexops/gotextdiff v1.0.3
02:57:44 [2022-08-22T02:57:44.798Z] #55 35.37 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
02:57:44 [2022-08-22T02:57:44.798Z] #55 35.42 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
02:57:44 [2022-08-22T02:57:44.798Z] #55 35.43 go: downloading github.com/olekukonko/tablewriter v0.0.5
02:57:44 [2022-08-22T02:57:44.798Z] #55 35.56 go: downloading github.com/beorn7/perks v1.0.1
02:57:44 [2022-08-22T02:57:44.798Z] #55 35.59 go: downloading github.com/cespare/xxhash/v2 v2.1.2
02:57:44 [2022-08-22T02:57:44.798Z] #55 35.59 go: downloading github.com/golang/protobuf v1.5.2
02:57:44 [2022-08-22T02:57:44.798Z] #55 35.72 go: downloading github.com/prometheus/common v0.32.1
02:57:44 [2022-08-22T02:57:44.798Z] #55 36.10 go: downloading github.com/prometheus/procfs v0.7.3
02:57:44 [2022-08-22T02:57:44.798Z] #55 36.12 go: downloading google.golang.org/protobuf v1.28.0
02:57:44 [2022-08-22T02:57:44.798Z] #55 36.78 go: downloading github.com/mattn/go-runewidth v0.0.9
02:57:44 [2022-08-22T02:57:44.798Z] #55 36.89 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
02:57:44 [2022-08-22T02:57:44.903Z] #55 45.06 go: downloading github.com/lufeee/execinquery v1.2.1
02:57:44 [2022-08-22T02:57:44.903Z] #55 45.17 go: downloading github.com/maratori/testpackage v1.0.1
02:57:44 [2022-08-22T02:57:44.903Z] #55 45.21 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
02:57:44 [2022-08-22T02:57:44.903Z] #55 45.28 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
02:57:44 [2022-08-22T02:57:44.993Z] #62 DONE 39.1s
02:57:44 [2022-08-22T02:57:44.993Z] 
02:57:44 [2022-08-22T02:57:44.993Z] #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
02:57:44 [2022-08-22T02:57:44.993Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
02:57:44 [2022-08-22T02:57:44.993Z] #57 38.67 v3.0.2
02:57:44 [2022-08-22T02:57:44.993Z] #57 DONE 39.0s
02:57:44 [2022-08-22T02:57:44.993Z] 
02:57:44 [2022-08-22T02:57:44.993Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
02:57:44 [2022-08-22T02:57:44.993Z] #63 sha256:599c44e4d2bf24e1c848e6580d0b18974100454a42f4fc1e43f6a5cb6f2b9a4f
02:57:45 [2022-08-22T02:57:45.054Z] #55 ...
02:57:45 [2022-08-22T02:57:45.054Z] 
02:57:45 [2022-08-22T02:57:45.054Z] #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
02:57:45 [2022-08-22T02:57:45.054Z] #34 sha256:4b41878b4762cb0683fc280c29ac8b5b269125ec65df29026de7c40e51009d4b
02:57:45 [2022-08-22T02:57:45.054Z] #34 39.17 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
02:57:45 [2022-08-22T02:57:45.054Z] #34 39.54 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
02:57:45 [2022-08-22T02:57:45.159Z] #55 45.39 go: downloading github.com/mgechev/revive v1.2.1
02:57:45 [2022-08-22T02:57:45.249Z] #63 DONE 0.4s
02:57:45 [2022-08-22T02:57:45.249Z] 
02:57:45 [2022-08-22T02:57:45.249Z] #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
02:57:45 [2022-08-22T02:57:45.249Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:45 [2022-08-22T02:57:45.249Z] #42 38.57 The following NEW packages will be installed:
02:57:45 [2022-08-22T02:57:45.249Z] #42 38.60   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
02:57:45 [2022-08-22T02:57:45.249Z] #42 38.60   vim-common xxd
02:57:45 [2022-08-22T02:57:45.249Z] #42 39.03 0 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
02:57:45 [2022-08-22T02:57:45.249Z] #42 39.03 Need to get 17.7 MB of archives.
02:57:45 [2022-08-22T02:57:45.249Z] #42 39.03 After this operation, 70.7 MB of additional disk space will be used.
02:57:45 [2022-08-22T02:57:45.249Z] #42 39.03 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
02:57:45 [2022-08-22T02:57:45.249Z] #42 39.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
02:57:45 [2022-08-22T02:57:45.249Z] #42 39.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
02:57:45 [2022-08-22T02:57:45.249Z] #42 39.20 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
02:57:45 [2022-08-22T02:57:45.330Z] #84 89.51 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
02:57:45 [2022-08-22T02:57:45.330Z] #84 89.51 libtoolize: copying file 'm4/libtool.m4'
02:57:45 [2022-08-22T02:57:45.364Z] #55 47.49 go: downloading honnef.co/go/tools v0.3.1
02:57:45 [2022-08-22T02:57:45.589Z] #84 89.79 libtoolize: copying file 'm4/ltoptions.m4'
02:57:45 [2022-08-22T02:57:45.817Z] #42 39.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
02:57:45 [2022-08-22T02:57:45.818Z] #42 39.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
02:57:45 [2022-08-22T02:57:45.818Z] #42 39.95 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
02:57:45 [2022-08-22T02:57:45.818Z] #42 39.95 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
02:57:45 [2022-08-22T02:57:45.818Z] #42 40.00 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
02:57:45 [2022-08-22T02:57:45.818Z] #42 40.00 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
02:57:45 [2022-08-22T02:57:45.848Z] #84 90.09 libtoolize: copying file 'm4/ltsugar.m4'
02:57:46 [2022-08-22T02:57:46.107Z] #84 90.30 libtoolize: copying file 'm4/ltversion.m4'
02:57:46 [2022-08-22T02:57:46.107Z] #84 90.50 libtoolize: copying file 'm4/lt~obsolete.m4'
02:57:46 [2022-08-22T02:57:46.538Z] #55 46.65 go: downloading github.com/moricho/tparallel v0.2.1
02:57:46 [2022-08-22T02:57:46.538Z] #55 46.69 go: downloading github.com/nakabonne/nestif v0.3.1
02:57:46 [2022-08-22T02:57:46.538Z] #55 ...
02:57:46 [2022-08-22T02:57:46.538Z] 
02:57:46 [2022-08-22T02:57:46.538Z] #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
02:57:46 [2022-08-22T02:57:46.538Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
02:57:46 [2022-08-22T02:57:46.947Z] #34 ...
02:57:46 [2022-08-22T02:57:46.947Z] 
02:57:46 [2022-08-22T02:57:46.947Z] #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
02:57:46 [2022-08-22T02:57:46.947Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c
02:57:46 [2022-08-22T02:57:46.947Z] #14 45.64 Selecting previously unselected package binutils-mingw-w64.
02:57:46 [2022-08-22T02:57:46.947Z] #14 45.65 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
02:57:46 [2022-08-22T02:57:46.947Z] #14 45.65 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
02:57:46 [2022-08-22T02:57:46.947Z] #14 45.77 Selecting previously unselected package libdevmapper1.02.1:arm64.
02:57:46 [2022-08-22T02:57:46.947Z] #14 45.78 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
02:57:46 [2022-08-22T02:57:46.947Z] #14 45.78 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
02:57:47 [2022-08-22T02:57:47.045Z] #84 ...
02:57:47 [2022-08-22T02:57:47.045Z] 
02:57:47 [2022-08-22T02:57:47.045Z] #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
02:57:47 [2022-08-22T02:57:47.045Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:57:47 [2022-08-22T02:57:47.045Z] #19 134.2 The following NEW packages will be installed:
02:57:47 [2022-08-22T02:57:47.045Z] #19 134.2   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   crossbuild-essential-armel crossbuild-essential-armhf
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
02:57:47 [2022-08-22T02:57:47.046Z] #19 134.2   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
02:57:47 [2022-08-22T02:57:47.092Z] #47 41.35 Updating files:  60% (1325/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:  80% (1741/2176)
Updating files:  81% (1763/2176)
02:57:47 [2022-08-22T02:57:47.092Z] #47 ...
02:57:47 [2022-08-22T02:57:47.092Z] 
02:57:47 [2022-08-22T02:57:47.092Z] #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
02:57:47 [2022-08-22T02:57:47.092Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:47 [2022-08-22T02:57:47.092Z] #42 37.24 Fetched 8571 kB in 24s (355 kB/s)
02:57:47 [2022-08-22T02:57:47.092Z] #42 37.24 Reading package lists...
02:57:47 [2022-08-22T02:57:47.092Z] #42 47.28 Reading package lists...
02:57:47 [2022-08-22T02:57:47.092Z] #42 ...
02:57:47 [2022-08-22T02:57:47.092Z] 
02:57:47 [2022-08-22T02:57:47.092Z] #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
02:57:47 [2022-08-22T02:57:47.092Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
02:57:47 [2022-08-22T02:57:47.197Z] #42 ...
02:57:47 [2022-08-22T02:57:47.197Z] 
02:57:47 [2022-08-22T02:57:47.197Z] #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             ;
02:57:47 [2022-08-22T02:57:47.197Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:47 [2022-08-22T02:57:47.197Z] #76 37.94 Selecting previously unselected package libsystemd-dev:amd64.
02:57:47 [2022-08-22T02:57:47.197Z] #76 37.97 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 38.00 Unpacking libsystemd-dev:amd64 (247.3-7) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 38.90 Selecting previously unselected package libtool.
02:57:47 [2022-08-22T02:57:47.197Z] #76 38.97 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 39.02 Unpacking libtool (2.4.6-15) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 39.38 Selecting previously unselected package libudev-dev:amd64.
02:57:47 [2022-08-22T02:57:47.197Z] #76 39.38 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 39.38 Unpacking libudev-dev:amd64 (247.3-7) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 39.67 Selecting previously unselected package libyajl2:amd64.
02:57:47 [2022-08-22T02:57:47.197Z] #76 39.67 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 39.67 Unpacking libyajl2:amd64 (2.1.0-3) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 39.80 Selecting previously unselected package libyajl-dev:amd64.
02:57:47 [2022-08-22T02:57:47.197Z] #76 39.83 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 39.86 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.14 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.15 Setting up libmagic-mgc (1:5.39-3) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.17 Setting up libyajl2:amd64 (2.1.0-3) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.21 Setting up libmagic1:amd64 (1:5.39-3) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.23 Setting up file (1:5.39-3) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.29 Setting up bzip2 (1.0.8-4) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.34 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.37 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.39 Setting up libcap2:amd64 (1:2.44-1) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.42 Setting up autotools-dev (20180224.1+nmu1) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.43 Setting up libsigsegv2:amd64 (2.13-1) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.45 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.47 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.49 Setting up patch (2.7.6-7) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.51 Setting up libudev-dev:amd64 (247.3-7) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.55 Setting up libyajl-dev:amd64 (2.1.0-3) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.57 Setting up libcap-dev:amd64 (1:2.44-1) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.58 Setting up libsystemd-dev:amd64 (247.3-7) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.60 Setting up libtool (2.4.6-15) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.61 Setting up m4 (1.4.18-5) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.62 Setting up dpkg-dev (1.20.11) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.63 Setting up autoconf (2.69-14) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.65 Setting up build-essential (12.9) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.68 Setting up automake (1:1.16.3-2) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.69 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
02:57:47 [2022-08-22T02:57:47.197Z] #76 40.70 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:57:47 [2022-08-22T02:57:47.197Z] #76 DONE 41.5s
02:57:47 [2022-08-22T02:57:47.206Z] #14 45.95 Selecting previously unselected package dmsetup.
02:57:47 [2022-08-22T02:57:47.206Z] #14 45.95 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
02:57:47 [2022-08-22T02:57:47.206Z] #14 45.96 Unpacking dmsetup (2:1.02.175-2.1) ...
02:57:47 [2022-08-22T02:57:47.206Z] #14 46.17 Selecting previously unselected package mingw-w64-common.
02:57:47 [2022-08-22T02:57:47.305Z] #19 134.2   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
02:57:47 [2022-08-22T02:57:47.305Z] #19 134.2   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
02:57:47 [2022-08-22T02:57:47.305Z] #19 134.2   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
02:57:47 [2022-08-22T02:57:47.305Z] #19 134.2   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
02:57:47 [2022-08-22T02:57:47.305Z] #19 134.2   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
02:57:47 [2022-08-22T02:57:47.305Z] #19 134.2   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
02:57:47 [2022-08-22T02:57:47.305Z] #19 134.2   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
02:57:47 [2022-08-22T02:57:47.305Z] #19 134.2   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
02:57:47 [2022-08-22T02:57:47.305Z] #19 134.2   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
02:57:47 [2022-08-22T02:57:47.305Z] #19 134.2   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
02:57:47 [2022-08-22T02:57:47.305Z] #19 134.2   linux-libc-dev-s390x-cross patch xz-utils
02:57:47 [2022-08-22T02:57:47.455Z] 
02:57:47 [2022-08-22T02:57:47.455Z] #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
02:57:47 [2022-08-22T02:57:47.455Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:57:47 [2022-08-22T02:57:47.493Z] #14 46.18 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
02:57:47 [2022-08-22T02:57:47.493Z] #14 46.20 Unpacking mingw-w64-common (8.0.0-1) ...
02:57:47 [2022-08-22T02:57:47.663Z] #47 41.35 Updating files:  60% (1325/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:  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.
02:57:47 [2022-08-22T02:57:47.663Z] #47 42.77 + git checkout -q v2.3.0
02:57:47 [2022-08-22T02:57:47.904Z] #55 49.74 go: downloading mvdan.cc/gofumpt v0.3.1
02:57:47 [2022-08-22T02:57:47.904Z] #55 49.80 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:57:48 [2022-08-22T02:57:48.165Z] #55 50.05 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
02:57:48 [2022-08-22T02:57:48.165Z] #55 50.12 go: downloading github.com/davecgh/go-spew v1.1.1
02:57:48 [2022-08-22T02:57:48.165Z] #55 50.33 go: downloading github.com/pmezard/go-difflib v1.0.0
02:57:48 [2022-08-22T02:57:48.237Z] #47 ...
02:57:48 [2022-08-22T02:57:48.237Z] 
02:57:48 [2022-08-22T02:57:48.237Z] #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
02:57:48 [2022-08-22T02:57:48.237Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:48 [2022-08-22T02:57:48.237Z] #14 28.27 Reading package lists...
02:57:48 [2022-08-22T02:57:48.237Z] #14 39.07 Reading package lists...
02:57:48 [2022-08-22T02:57:48.242Z] #19 135.2 0 upgraded, 133 newly installed, 0 to remove and 8 not upgraded.
02:57:48 [2022-08-22T02:57:48.242Z] #19 135.2 Need to get 788 MB of archives.
02:57:48 [2022-08-22T02:57:48.242Z] #19 135.2 After this operation, 3385 MB of additional disk space will be used.
02:57:48 [2022-08-22T02:57:48.242Z] #19 135.2 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
02:57:48 [2022-08-22T02:57:48.242Z] #19 135.2 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
02:57:48 [2022-08-22T02:57:48.242Z] #19 135.2 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
02:57:48 [2022-08-22T02:57:48.242Z] #19 135.2 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
02:57:48 [2022-08-22T02:57:48.242Z] #19 135.2 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
02:57:48 [2022-08-22T02:57:48.242Z] #19 135.2 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
02:57:48 [2022-08-22T02:57:48.242Z] #19 135.2 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
02:57:48 [2022-08-22T02:57:48.242Z] #19 135.4 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
02:57:48 [2022-08-22T02:57:48.242Z] #19 135.5 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
02:57:48 [2022-08-22T02:57:48.425Z] #55 ...
02:57:48 [2022-08-22T02:57:48.425Z] 
02:57:48 [2022-08-22T02:57:48.425Z] #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
02:57:48 [2022-08-22T02:57:48.425Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:48 [2022-08-22T02:57:48.425Z] #62 46.54 Fetched 460 kB in 1s (906 kB/s)
02:57:48 [2022-08-22T02:57:48.425Z] #62 46.80 Selecting previously unselected package libbtrfs0:amd64.
02:57:48 [2022-08-22T02:57:48.425Z] #62 46.80 (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.)
02:57:48 [2022-08-22T02:57:48.425Z] #62 46.95 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
02:57:48 [2022-08-22T02:57:48.425Z] #62 47.00 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
02:57:48 [2022-08-22T02:57:48.425Z] #62 47.58 Selecting previously unselected package libbtrfs-dev:amd64.
02:57:48 [2022-08-22T02:57:48.425Z] #62 47.58 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
02:57:48 [2022-08-22T02:57:48.425Z] #62 47.58 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
02:57:48 [2022-08-22T02:57:48.425Z] #62 48.26 Setting up libbtrfs0:amd64 (5.10.1-2) ...
02:57:48 [2022-08-22T02:57:48.425Z] #62 48.30 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
02:57:48 [2022-08-22T02:57:48.425Z] #62 48.31 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:57:48 [2022-08-22T02:57:48.425Z] #62 DONE 50.4s
02:57:48 [2022-08-22T02:57:48.425Z] 
02:57:48 [2022-08-22T02:57:48.425Z] #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
02:57:48 [2022-08-22T02:57:48.425Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:48 [2022-08-22T02:57:48.425Z] #55 50.37 go: downloading github.com/stretchr/objx v0.1.1
02:57:48 [2022-08-22T02:57:48.425Z] #55 ...
02:57:48 [2022-08-22T02:57:48.425Z] 
02:57:48 [2022-08-22T02:57:48.425Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
02:57:48 [2022-08-22T02:57:48.425Z] #63 sha256:9d95ce6908c186417394cc863e5218c1f743ca0217cb7304cf44c92f6515146a
02:57:48 [2022-08-22T02:57:48.425Z] #63 DONE 0.1s
02:57:48 [2022-08-22T02:57:48.425Z] 
02:57:48 [2022-08-22T02:57:48.425Z] #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
02:57:48 [2022-08-22T02:57:48.425Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:48 [2022-08-22T02:57:48.425Z] #55 50.52 go: downloading github.com/subosito/gotenv v1.2.0
02:57:48 [2022-08-22T02:57:48.425Z] #55 50.56 go: downloading github.com/hashicorp/hcl v1.0.0
02:57:48 [2022-08-22T02:57:48.500Z] #14 47.62 Building dependency tree...
02:57:48 [2022-08-22T02:57:48.500Z] #14 ...
02:57:48 [2022-08-22T02:57:48.500Z] 
02:57:48 [2022-08-22T02:57:48.500Z] #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
02:57:48 [2022-08-22T02:57:48.500Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:48 [2022-08-22T02:57:48.500Z] #55 46.73 go: downloading github.com/nishanths/exhaustive v0.7.11
02:57:48 [2022-08-22T02:57:48.500Z] #55 46.80 go: downloading github.com/nishanths/predeclared v0.2.2
02:57:48 [2022-08-22T02:57:48.500Z] #55 47.22 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
02:57:48 [2022-08-22T02:57:48.500Z] #55 47.34 go: downloading github.com/ryancurrah/gomodguard v1.2.3
02:57:48 [2022-08-22T02:57:48.500Z] #55 47.36 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
02:57:48 [2022-08-22T02:57:48.500Z] #55 47.67 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
02:57:48 [2022-08-22T02:57:48.500Z] #55 47.78 go: downloading github.com/securego/gosec/v2 v2.11.0
02:57:48 [2022-08-22T02:57:48.500Z] #55 48.50 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
02:57:48 [2022-08-22T02:57:48.500Z] #55 48.50 go: downloading github.com/sivchari/containedctx v1.0.2
02:57:48 [2022-08-22T02:57:48.500Z] #55 48.53 go: downloading github.com/sivchari/tenv v1.5.0
02:57:48 [2022-08-22T02:57:48.500Z] #55 48.68 go: downloading github.com/sonatard/noctx v0.0.1
02:57:48 [2022-08-22T02:57:48.500Z] #55 48.82 go: downloading github.com/sourcegraph/go-diff v0.6.1
02:57:48 [2022-08-22T02:57:48.500Z] #55 48.86 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
02:57:48 [2022-08-22T02:57:48.501Z] #55 ...
02:57:48 [2022-08-22T02:57:48.501Z] 
02:57:48 [2022-08-22T02:57:48.501Z] #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             ;
02:57:48 [2022-08-22T02:57:48.501Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:48 [2022-08-22T02:57:48.501Z] #76 29.10 Reading package lists...
02:57:48 [2022-08-22T02:57:48.501Z] #76 38.98 Building dependency tree...
02:57:48 [2022-08-22T02:57:48.501Z] #76 45.00 python3 is already the newest version (3.9.2-3).
02:57:48 [2022-08-22T02:57:48.501Z] #76 45.00 The following additional packages will be installed:
02:57:48 [2022-08-22T02:57:48.501Z] #76 45.01   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
02:57:48 [2022-08-22T02:57:48.501Z] #76 45.02   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
02:57:48 [2022-08-22T02:57:48.501Z] #76 45.06 Suggested packages:
02:57:48 [2022-08-22T02:57:48.501Z] #76 45.07   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
02:57:48 [2022-08-22T02:57:48.501Z] #76 45.07   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
02:57:48 [2022-08-22T02:57:48.501Z] #76 45.07   m4-doc ed diffutils-doc
02:57:48 [2022-08-22T02:57:48.501Z] #76 45.07 Recommended packages:
02:57:48 [2022-08-22T02:57:48.501Z] #76 45.07   fakeroot libalgorithm-merge-perl libltdl-dev
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.01 The following NEW packages will be installed:
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.05   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.08   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.09   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.10   libyajl2 m4 patch xz-utils
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.75 0 upgraded, 23 newly installed, 0 to remove and 8 not upgraded.
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.75 Need to get 5940 kB of archives.
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.75 After this operation, 18.7 MB of additional disk space will be used.
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.77 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
02:57:48 [2022-08-22T02:57:48.501Z] #76 48.77 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
02:57:48 [2022-08-22T02:57:48.501Z] #19 135.6 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
02:57:48 [2022-08-22T02:57:48.761Z] #19 135.7 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
02:57:48 [2022-08-22T02:57:48.761Z] #19 135.8 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]
02:57:48 [2022-08-22T02:57:48.761Z] #19 135.8 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]
02:57:48 [2022-08-22T02:57:48.761Z] #76 48.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
02:57:48 [2022-08-22T02:57:48.762Z] #76 48.98 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
02:57:48 [2022-08-22T02:57:48.762Z] #76 48.98 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
02:57:48 [2022-08-22T02:57:48.762Z] #76 48.98 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
02:57:48 [2022-08-22T02:57:48.762Z] #76 48.98 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
02:57:48 [2022-08-22T02:57:48.762Z] #76 ...
02:57:48 [2022-08-22T02:57:48.762Z] 
02:57:48 [2022-08-22T02:57:48.762Z] #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
02:57:48 [2022-08-22T02:57:48.762Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:48 [2022-08-22T02:57:48.762Z] #51 34.20 Reading package lists...
02:57:49 [2022-08-22T02:57:49.365Z] #55 51.32 go: downloading gopkg.in/ini.v1 v1.66.4
02:57:49 [2022-08-22T02:57:49.365Z] #55 51.32 go: downloading github.com/magiconair/properties v1.8.6
02:57:49 [2022-08-22T02:57:49.711Z] #55 51.60 go: downloading github.com/pelletier/go-toml v1.9.5
02:57:49 [2022-08-22T02:57:49.711Z] #55 51.74 go: downloading golang.org/x/text v0.3.7
02:57:49 [2022-08-22T02:57:49.711Z] #55 ...
02:57:49 [2022-08-22T02:57:49.711Z] 
02:57:49 [2022-08-22T02:57:49.711Z] #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
02:57:49 [2022-08-22T02:57:49.711Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:49 [2022-08-22T02:57:49.711Z] #42 32.38 Reading package lists...
02:57:49 [2022-08-22T02:57:49.711Z] #42 42.08 Reading package lists...
02:57:49 [2022-08-22T02:57:49.971Z] #42 50.70 Building dependency tree...
02:57:49 [2022-08-22T02:57:49.971Z] #42 ...
02:57:49 [2022-08-22T02:57:49.971Z] 
02:57:49 [2022-08-22T02:57:49.971Z] #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
02:57:49 [2022-08-22T02:57:49.971Z] #64 sha256:7db1d7aa68f1d6b64cbaa1b87a9381b85fd7bb2780d0fa93a665d575e3bc5324
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.396 + RM_GOPATH=0
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.397 + TMP_GOPATH=
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.397 + : /build
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.397 + '[' -z '' ']'
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.398 ++ mktemp -d
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.471 + export GOPATH=/tmp/tmp.WAEhcJy8FF
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.471 + GOPATH=/tmp/tmp.WAEhcJy8FF
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.471 + RM_GOPATH=1
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.483 + case "$(go env GOARCH)" in
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.483 ++ go env GOARCH
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.516 + export GO_BUILDMODE=-buildmode=pie
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.516 + GO_BUILDMODE=-buildmode=pie
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.517 ++ dirname /install.sh
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.533 + dir=/
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.534 + bin=containerd
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.534 + shift
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.534 + '[' '!' -f //containerd.installer ']'
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.535 + . //containerd.installer
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.535 ++ set -e
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.535 ++ : v1.6.7
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.536 + install_containerd
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.537 + echo 'Install containerd version v1.6.7'
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.537 + git clone https://github.com/containerd/containerd.git /tmp/tmp.WAEhcJy8FF/src/github.com/containerd/containerd
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.537 Install containerd version v1.6.7
02:57:49 [2022-08-22T02:57:49.971Z] #64 1.539 Cloning into '/tmp/tmp.WAEhcJy8FF/src/github.com/containerd/containerd'...
02:57:49 [2022-08-22T02:57:49.979Z] #77 ...
02:57:49 [2022-08-22T02:57:49.979Z] 
02:57:49 [2022-08-22T02:57:49.979Z] #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
02:57:49 [2022-08-22T02:57:49.979Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.40 NAME:
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.40    go-winres - A tool for embedding resources in Windows executables
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.40 
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.40 USAGE:
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.40    go-winres [global options] command [command options] [arguments...]
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.41 
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.41 COMMANDS:
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.41    init     Create an initial ./winres/winres.json
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.41    make     Make syso files for the "go build" command
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.41    simply   Make syso files for the "go build" command (simplified)
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.41    extract  Extract all resources from an executable
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.41    patch    Replace resources in an executable file (exe, dll)
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.41    help, h  Shows a list of commands or help for one command
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.41 
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.41 GLOBAL OPTIONS:
02:57:49 [2022-08-22T02:57:49.979Z] #40 43.41    --help, -h  show help (default: false)
02:57:49 [2022-08-22T02:57:49.979Z] #40 DONE 44.0s
02:57:49 [2022-08-22T02:57:49.979Z] 
02:57:49 [2022-08-22T02:57:49.979Z] #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
02:57:49 [2022-08-22T02:57:49.979Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:49 [2022-08-22T02:57:49.979Z] #42 41.66 debconf: delaying package configuration, since apt-utils is not installed
02:57:49 [2022-08-22T02:57:49.979Z] #42 41.87 Fetched 17.7 MB in 2s (10.5 MB/s)
02:57:49 [2022-08-22T02:57:49.979Z] #42 41.99 Selecting previously unselected package xxd.
02:57:49 [2022-08-22T02:57:49.979Z] #42 41.99 (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.)
02:57:49 [2022-08-22T02:57:49.979Z] #42 42.07 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
02:57:49 [2022-08-22T02:57:49.979Z] #42 42.08 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
02:57:49 [2022-08-22T02:57:49.979Z] #42 42.35 Selecting previously unselected package vim-common.
02:57:49 [2022-08-22T02:57:49.979Z] #42 42.35 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
02:57:49 [2022-08-22T02:57:49.979Z] #42 42.36 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
02:57:49 [2022-08-22T02:57:49.979Z] #42 42.73 Selecting previously unselected package cmake-data.
02:57:49 [2022-08-22T02:57:49.979Z] #42 42.73 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
02:57:49 [2022-08-22T02:57:49.979Z] #42 42.73 Unpacking cmake-data (3.18.4-2+deb11u1) ...
02:57:51 [2022-08-22T02:57:51.301Z] #19 138.4 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]
02:57:51 [2022-08-22T02:57:51.301Z] #19 138.4 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]
02:57:51 [2022-08-22T02:57:51.871Z] #42 ...
02:57:51 [2022-08-22T02:57:51.871Z] 
02:57:51 [2022-08-22T02:57:51.871Z] #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
02:57:51 [2022-08-22T02:57:51.871Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:51 [2022-08-22T02:57:51.871Z] #51 29.75 Reading package lists...
02:57:51 [2022-08-22T02:57:51.871Z] #51 35.91 Building dependency tree...
02:57:51 [2022-08-22T02:57:51.871Z] #51 39.38 The following additional packages will be installed:
02:57:51 [2022-08-22T02:57:51.871Z] #51 39.38   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
02:57:51 [2022-08-22T02:57:51.871Z] #51 39.38   python3-protobuf python3-six
02:57:51 [2022-08-22T02:57:51.871Z] #51 39.41 Suggested packages:
02:57:51 [2022-08-22T02:57:51.871Z] #51 39.41   python3-setuptools
02:57:51 [2022-08-22T02:57:51.871Z] #51 39.41 Recommended packages:
02:57:51 [2022-08-22T02:57:51.871Z] #51 39.41   iproute2 | iproute
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.08 The following NEW packages will be installed:
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.08   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.08   python3-protobuf python3-six
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.52 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.52 Need to get 2315 kB of archives.
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.52 After this operation, 11.1 MB of additional disk space will be used.
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.57 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.60 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.60 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
02:57:51 [2022-08-22T02:57:51.871Z] #51 40.61 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
02:57:51 [2022-08-22T02:57:51.871Z] #51 42.97 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
02:57:51 [2022-08-22T02:57:51.871Z] #51 43.80 debconf: delaying package configuration, since apt-utils is not installed
02:57:51 [2022-08-22T02:57:51.871Z] #51 44.23 Fetched 2315 kB in 3s (740 kB/s)
02:57:51 [2022-08-22T02:57:51.871Z] #51 44.23 Selecting previously unselected package libprotobuf23:amd64.
02:57:51 [2022-08-22T02:57:51.871Z] #51 44.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.)
02:57:51 [2022-08-22T02:57:51.871Z] #51 44.23 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
02:57:51 [2022-08-22T02:57:51.871Z] #51 44.23 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
02:57:51 [2022-08-22T02:57:51.871Z] #51 45.08 Selecting previously unselected package python3-pkg-resources.
02:57:51 [2022-08-22T02:57:51.871Z] #51 45.08 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
02:57:51 [2022-08-22T02:57:51.871Z] #51 45.08 Unpacking python3-pkg-resources (52.0.0-4) ...
02:57:51 [2022-08-22T02:57:51.871Z] #51 45.26 Selecting previously unselected package python3-six.
02:57:51 [2022-08-22T02:57:51.871Z] #51 45.26 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
02:57:51 [2022-08-22T02:57:51.871Z] #51 45.28 Unpacking python3-six (1.16.0-2) ...
02:57:51 [2022-08-22T02:57:51.871Z] #51 45.42 Selecting previously unselected package python3-protobuf.
02:57:51 [2022-08-22T02:57:51.871Z] #51 45.42 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
02:57:51 [2022-08-22T02:57:51.871Z] #51 45.42 Unpacking python3-protobuf (3.12.4-1) ...
02:57:51 [2022-08-22T02:57:51.871Z] #51 ...
02:57:51 [2022-08-22T02:57:51.871Z] 
02:57:51 [2022-08-22T02:57:51.871Z] #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
02:57:51 [2022-08-22T02:57:51.871Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:51 [2022-08-22T02:57:51.871Z] #42 46.13 Selecting previously unselected package libicu67:amd64.
02:57:51 [2022-08-22T02:57:51.871Z] #42 46.13 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
02:57:51 [2022-08-22T02:57:51.871Z] #42 46.13 Unpacking libicu67:amd64 (67.1-7) ...
02:57:52 [2022-08-22T02:57:52.434Z] #42 ...
02:57:52 [2022-08-22T02:57:52.434Z] 
02:57:52 [2022-08-22T02:57:52.434Z] #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
02:57:52 [2022-08-22T02:57:52.434Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:52 [2022-08-22T02:57:52.434Z] #55 36.66 go: downloading github.com/prometheus/client_model v0.2.0
02:57:52 [2022-08-22T02:57:52.434Z] #55 36.78 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
02:57:52 [2022-08-22T02:57:52.434Z] #55 36.94 go: downloading github.com/google/go-cmp v0.5.7
02:57:52 [2022-08-22T02:57:52.434Z] #55 37.32 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:57:52 [2022-08-22T02:57:52.434Z] #55 37.45 go: downloading github.com/hexops/gotextdiff v1.0.3
02:57:52 [2022-08-22T02:57:52.434Z] #55 37.51 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
02:57:52 [2022-08-22T02:57:52.434Z] #55 37.51 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
02:57:52 [2022-08-22T02:57:52.434Z] #55 37.62 go: downloading github.com/olekukonko/tablewriter v0.0.5
02:57:52 [2022-08-22T02:57:52.434Z] #55 37.75 go: downloading github.com/beorn7/perks v1.0.1
02:57:52 [2022-08-22T02:57:52.434Z] #55 37.76 go: downloading github.com/cespare/xxhash/v2 v2.1.2
02:57:52 [2022-08-22T02:57:52.434Z] #55 37.82 go: downloading github.com/golang/protobuf v1.5.2
02:57:52 [2022-08-22T02:57:52.434Z] #55 37.95 go: downloading github.com/prometheus/common v0.32.1
02:57:52 [2022-08-22T02:57:52.434Z] #55 38.32 go: downloading github.com/prometheus/procfs v0.7.3
02:57:52 [2022-08-22T02:57:52.434Z] #55 38.32 go: downloading google.golang.org/protobuf v1.28.0
02:57:52 [2022-08-22T02:57:52.434Z] #55 39.77 go: downloading github.com/mattn/go-runewidth v0.0.9
02:57:52 [2022-08-22T02:57:52.434Z] #55 40.97 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
02:57:52 [2022-08-22T02:57:52.690Z] #55 ...
02:57:52 [2022-08-22T02:57:52.690Z] 
02:57:52 [2022-08-22T02:57:52.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
02:57:52 [2022-08-22T02:57:52.690Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:57:52 [2022-08-22T02:57:52.690Z] #51 45.88 Selecting previously unselected package libnet1:amd64.
02:57:52 [2022-08-22T02:57:52.690Z] #51 45.88 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
02:57:52 [2022-08-22T02:57:52.690Z] #51 45.88 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:57:52 [2022-08-22T02:57:52.690Z] #51 45.99 Selecting previously unselected package libnl-3-200:amd64.
02:57:52 [2022-08-22T02:57:52.690Z] #51 45.99 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
02:57:52 [2022-08-22T02:57:52.690Z] #51 45.99 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
02:57:52 [2022-08-22T02:57:52.690Z] #51 46.29 Selecting previously unselected package libprotobuf-c1:amd64.
02:57:52 [2022-08-22T02:57:52.690Z] #51 46.29 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
02:57:52 [2022-08-22T02:57:52.690Z] #51 46.29 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:57:52 [2022-08-22T02:57:52.690Z] #51 46.29 Selecting previously unselected package criu.
02:57:52 [2022-08-22T02:57:52.690Z] #51 46.29 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
02:57:52 [2022-08-22T02:57:52.690Z] #51 46.29 Unpacking criu (3.17.1-1) ...
02:57:52 [2022-08-22T02:57:52.764Z] #14 ...
02:57:52 [2022-08-22T02:57:52.764Z] 
02:57:52 [2022-08-22T02:57:52.764Z] #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
02:57:52 [2022-08-22T02:57:52.764Z] #42 sha256:94be227a87f8e9ad109bdca62160c87af49153c490d2d161654b79177444bd2d
02:57:52 [2022-08-22T02:57:52.764Z] #42 41.16 Selecting previously unselected package libicu67:arm64.
02:57:52 [2022-08-22T02:57:52.764Z] #42 41.16 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 41.19 Unpacking libicu67:arm64 (67.1-7) ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 46.11 Selecting previously unselected package libxml2:arm64.
02:57:52 [2022-08-22T02:57:52.764Z] #42 46.11 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 46.11 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 46.66 Selecting previously unselected package libarchive13:arm64.
02:57:52 [2022-08-22T02:57:52.764Z] #42 46.66 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 46.68 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 46.97 Selecting previously unselected package libjsoncpp24:arm64.
02:57:52 [2022-08-22T02:57:52.764Z] #42 46.97 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 46.98 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 47.23 Selecting previously unselected package librhash0:arm64.
02:57:52 [2022-08-22T02:57:52.764Z] #42 47.23 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 47.23 Unpacking librhash0:arm64 (1.4.1-2) ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 47.36 Selecting previously unselected package libuv1:arm64.
02:57:52 [2022-08-22T02:57:52.764Z] #42 47.36 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 47.37 Unpacking libuv1:arm64 (1.40.0-2) ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 47.58 Selecting previously unselected package cmake.
02:57:52 [2022-08-22T02:57:52.764Z] #42 47.59 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
02:57:52 [2022-08-22T02:57:52.764Z] #42 47.59 Unpacking cmake (3.18.4-2+deb11u1) ...
02:57:53 [2022-08-22T02:57:53.020Z] #42 51.81 Setting up libicu67:arm64 (67.1-7) ...
02:57:53 [2022-08-22T02:57:53.020Z] #42 51.85 Setting up xxd (2:8.2.2434-3+deb11u1) ...
02:57:53 [2022-08-22T02:57:53.020Z] #42 51.89 Setting up libuv1:arm64 (1.40.0-2) ...
02:57:53 [2022-08-22T02:57:53.020Z] #42 51.93 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
02:57:53 [2022-08-22T02:57:53.020Z] #42 52.01 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
02:57:53 [2022-08-22T02:57:53.020Z] #42 52.05 Setting up librhash0:arm64 (1.4.1-2) ...
02:57:53 [2022-08-22T02:57:53.213Z] #19 140.1 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]
02:57:53 [2022-08-22T02:57:53.213Z] #19 140.1 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]
02:57:53 [2022-08-22T02:57:53.256Z] #51 47.05 Setting up python3-pkg-resources (52.0.0-4) ...
02:57:53 [2022-08-22T02:57:53.289Z] #42 52.12 Setting up cmake-data (3.18.4-2+deb11u1) ...
02:57:53 [2022-08-22T02:57:53.546Z] #42 52.19 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
02:57:53 [2022-08-22T02:57:53.546Z] #42 ...
02:57:53 [2022-08-22T02:57:53.546Z] 
02:57:53 [2022-08-22T02:57:53.546Z] #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
02:57:53 [2022-08-22T02:57:53.546Z] #51 sha256:e97bc4e141c470e79af822c7812d17925cbc9d5e8a97d1bd281f8f15f0cbfa78
02:57:53 [2022-08-22T02:57:53.546Z] #51 43.79 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
02:57:53 [2022-08-22T02:57:53.546Z] #51 43.81 Setting up python3-protobuf (3.12.4-1) ...
02:57:53 [2022-08-22T02:57:53.546Z] #51 47.24 Setting up criu (3.17.1-1) ...
02:57:53 [2022-08-22T02:57:53.546Z] #51 48.91 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:57:53 [2022-08-22T02:57:53.546Z] #51 DONE 52.1s
02:57:53 [2022-08-22T02:57:53.546Z] 
02:57:53 [2022-08-22T02:57:53.546Z] #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
02:57:53 [2022-08-22T02:57:53.546Z] #42 sha256:94be227a87f8e9ad109bdca62160c87af49153c490d2d161654b79177444bd2d
02:57:53 [2022-08-22T02:57:53.546Z] #42 52.42 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
02:57:53 [2022-08-22T02:57:53.546Z] #42 ...
02:57:53 [2022-08-22T02:57:53.546Z] 
02:57:53 [2022-08-22T02:57:53.546Z] #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
02:57:53 [2022-08-22T02:57:53.546Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:57:53 [2022-08-22T02:57:53.546Z] #77 6.066 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
02:57:53 [2022-08-22T02:57:53.546Z] #77 6.094 Cloning into '/tmp/crun-build/libocispec'...
02:57:53 [2022-08-22T02:57:53.546Z] #77 7.267 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
02:57:53 [2022-08-22T02:57:53.546Z] #77 7.288 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
02:57:53 [2022-08-22T02:57:53.546Z] #77 7.297 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
02:57:53 [2022-08-22T02:57:53.547Z] #77 7.302 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
02:57:53 [2022-08-22T02:57:53.547Z] #77 7.327 Cloning into '/tmp/crun-build/libocispec/image-spec'...
02:57:53 [2022-08-22T02:57:53.547Z] #77 9.256 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
02:57:53 [2022-08-22T02:57:53.547Z] #77 10.47 Cloning into '/tmp/crun-build/libocispec/yajl'...
02:57:53 [2022-08-22T02:57:53.547Z] #77 11.33 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
02:57:53 [2022-08-22T02:57:53.547Z] #77 11.55 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
02:57:53 [2022-08-22T02:57:53.547Z] #77 11.69 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
02:57:53 [2022-08-22T02:57:53.571Z] #51 43.99 Reading package lists...
02:57:53 [2022-08-22T02:57:53.571Z] #51 ...
02:57:53 [2022-08-22T02:57:53.571Z] 
02:57:53 [2022-08-22T02:57:53.571Z] #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             ;
02:57:53 [2022-08-22T02:57:53.571Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.05 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.05 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.35 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.35 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.37 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.37 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.39 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.39 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.39 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.43 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.52 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
02:57:53 [2022-08-22T02:57:53.571Z] #76 49.55 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
02:57:53 [2022-08-22T02:57:53.571Z] #76 51.61 debconf: delaying package configuration, since apt-utils is not installed
02:57:53 [2022-08-22T02:57:53.571Z] #76 52.08 Fetched 5940 kB in 1s (4735 kB/s)
02:57:53 [2022-08-22T02:57:53.571Z] #76 52.23 Selecting previously unselected package bzip2.
02:57:53 [2022-08-22T02:57:53.571Z] #76 52.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 ... 15717 files and directories currently installed.)
02:57:53 [2022-08-22T02:57:53.571Z] #76 52.28 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
02:57:53 [2022-08-22T02:57:53.571Z] #76 52.28 Unpacking bzip2 (1.0.8-4) ...
02:57:53 [2022-08-22T02:57:53.571Z] #76 52.46 Selecting previously unselected package libmagic-mgc.
02:57:53 [2022-08-22T02:57:53.571Z] #76 52.46 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
02:57:53 [2022-08-22T02:57:53.571Z] #76 52.48 Unpacking libmagic-mgc (1:5.39-3) ...
02:57:53 [2022-08-22T02:57:53.571Z] #76 53.37 Selecting previously unselected package libmagic1:amd64.
02:57:53 [2022-08-22T02:57:53.571Z] #76 53.37 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
02:57:53 [2022-08-22T02:57:53.571Z] #76 53.39 Unpacking libmagic1:amd64 (1:5.39-3) ...
02:57:53 [2022-08-22T02:57:53.571Z] #76 53.82 Selecting previously unselected package file.
02:57:53 [2022-08-22T02:57:53.571Z] #76 53.82 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
02:57:53 [2022-08-22T02:57:53.571Z] #76 53.82 Unpacking file (1:5.39-3) ...
02:57:53 [2022-08-22T02:57:53.802Z] #77 ...
02:57:53 [2022-08-22T02:57:53.802Z] 
02:57:53 [2022-08-22T02:57:53.802Z] #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
02:57:53 [2022-08-22T02:57:53.802Z] #42 sha256:94be227a87f8e9ad109bdca62160c87af49153c490d2d161654b79177444bd2d
02:57:53 [2022-08-22T02:57:53.802Z] #42 52.49 Setting up cmake (3.18.4-2+deb11u1) ...
02:57:53 [2022-08-22T02:57:53.802Z] #42 52.51 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:57:53 [2022-08-22T02:57:53.832Z] #76 54.05 Selecting previously unselected package xz-utils.
02:57:53 [2022-08-22T02:57:53.832Z] #76 ...
02:57:53 [2022-08-22T02:57:53.832Z] 
02:57:53 [2022-08-22T02:57:53.832Z] #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
02:57:53 [2022-08-22T02:57:53.832Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:57:53 [2022-08-22T02:57:53.832Z] #62 34.99 Reading package lists...
02:57:53 [2022-08-22T02:57:53.832Z] #62 44.37 Reading package lists...
02:57:53 [2022-08-22T02:57:53.832Z] #62 53.98 Building dependency tree...
02:57:53 [2022-08-22T02:57:53.832Z] #62 ...
02:57:53 [2022-08-22T02:57:53.832Z] 
02:57:53 [2022-08-22T02:57:53.832Z] #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             ;
02:57:53 [2022-08-22T02:57:53.832Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:53 [2022-08-22T02:57:53.832Z] #76 54.05 Selecting previously unselected package xz-utils.
02:57:53 [2022-08-22T02:57:53.832Z] #76 54.06 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
02:57:53 [2022-08-22T02:57:53.832Z] #76 54.07 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
02:57:54 [2022-08-22T02:57:54.395Z] #76 54.61 Selecting previously unselected package libsigsegv2:amd64.
02:57:54 [2022-08-22T02:57:54.395Z] #76 54.61 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
02:57:54 [2022-08-22T02:57:54.395Z] #76 54.61 Unpacking libsigsegv2:amd64 (2.13-1) ...
02:57:54 [2022-08-22T02:57:54.395Z] #76 54.81 Selecting previously unselected package m4.
02:57:54 [2022-08-22T02:57:54.630Z] #51 48.62 Setting up libprotobuf23:amd64 (3.12.4-1) ...
02:57:54 [2022-08-22T02:57:54.630Z] #51 48.62 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:57:54 [2022-08-22T02:57:54.630Z] #51 48.62 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:57:54 [2022-08-22T02:57:54.630Z] #51 48.64 Setting up python3-six (1.16.0-2) ...
02:57:54 [2022-08-22T02:57:54.651Z] #76 54.81 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
02:57:54 [2022-08-22T02:57:54.651Z] #76 54.83 Unpacking m4 (1.4.18-5) ...
02:57:54 [2022-08-22T02:57:54.730Z] #42 DONE 53.4s
02:57:54 [2022-08-22T02:57:54.730Z] 
02:57:54 [2022-08-22T02:57:54.730Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
02:57:54 [2022-08-22T02:57:54.730Z] #43 sha256:6d48529bd4edf0e984448f0e16312aaa6119b5f06e1c3561fe93cebb2fb802ad
02:57:54 [2022-08-22T02:57:54.908Z] #76 55.17 Selecting previously unselected package autoconf.
02:57:54 [2022-08-22T02:57:54.908Z] #76 55.20 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
02:57:54 [2022-08-22T02:57:54.908Z] #76 55.21 Unpacking autoconf (2.69-14) ...
02:57:54 [2022-08-22T02:57:54.986Z] #43 DONE 0.3s
02:57:54 [2022-08-22T02:57:54.986Z] 
02:57:54 [2022-08-22T02:57:54.986Z] #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
02:57:54 [2022-08-22T02:57:54.986Z] #44 sha256:6c3f263b0fdc42456597b4fbe7aa4acba12979db3adbd9c29fc866de9d4be4b7
02:57:55 [2022-08-22T02:57:55.194Z] #51 ...
02:57:55 [2022-08-22T02:57:55.194Z] 
02:57:55 [2022-08-22T02:57:55.194Z] #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
02:57:55 [2022-08-22T02:57:55.194Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.23 The following NEW packages will be installed:
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.23   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.23   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.23   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.23   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.23   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.23   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.23   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.23   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.23   mingw-w64-x86-64-dev
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.75 0 upgraded, 30 newly installed, 0 to remove and 8 not upgraded.
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.75 Need to get 115 MB of archives.
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.75 After this operation, 645 MB of additional disk space will be used.
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.75 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]
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.82 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]
02:57:55 [2022-08-22T02:57:55.194Z] #14 39.95 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 40.00 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 40.00 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 40.00 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 40.29 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 40.55 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]
02:57:55 [2022-08-22T02:57:55.194Z] #14 40.55 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]
02:57:55 [2022-08-22T02:57:55.194Z] #14 41.11 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]
02:57:55 [2022-08-22T02:57:55.194Z] #14 42.73 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]
02:57:55 [2022-08-22T02:57:55.194Z] #14 43.30 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]
02:57:55 [2022-08-22T02:57:55.194Z] #14 43.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]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.26 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]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.69 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]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.69 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.69 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.69 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.73 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.73 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]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.73 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.73 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.74 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.78 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.78 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.78 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.79 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.82 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.82 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 45.86 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
02:57:55 [2022-08-22T02:57:55.194Z] #14 46.83 debconf: delaying package configuration, since apt-utils is not installed
02:57:55 [2022-08-22T02:57:55.194Z] #14 47.04 Fetched 115 MB in 6s (17.7 MB/s)
02:57:55 [2022-08-22T02:57:55.194Z] #14 47.08 Selecting previously unselected package binutils-mingw-w64-i686.
02:57:55 [2022-08-22T02:57:55.194Z] #14 47.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 ... 15717 files and directories currently installed.)
02:57:55 [2022-08-22T02:57:55.194Z] #14 47.13 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
02:57:55 [2022-08-22T02:57:55.194Z] #14 47.17 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
02:57:55 [2022-08-22T02:57:55.194Z] #14 49.28 Selecting previously unselected package binutils-mingw-w64-x86-64.
02:57:55 [2022-08-22T02:57:55.194Z] #14 49.28 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
02:57:55 [2022-08-22T02:57:55.194Z] #14 49.29 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
02:57:55 [2022-08-22T02:57:55.452Z] #14 ...
02:57:55 [2022-08-22T02:57:55.452Z] 
02:57:55 [2022-08-22T02:57:55.452Z] #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
02:57:55 [2022-08-22T02:57:55.452Z] #64 sha256:3cc9a934e26f38483eb8868a957496ea933eb2d3bd6e223c1c40b52244771452
02:57:55 [2022-08-22T02:57:55.452Z] #64 9.951 + RM_GOPATH=0
02:57:55 [2022-08-22T02:57:55.452Z] #64 9.951 + TMP_GOPATH=
02:57:55 [2022-08-22T02:57:55.452Z] #64 9.951 + : /build
02:57:55 [2022-08-22T02:57:55.452Z] #64 9.951 + '[' -z '' ']'
02:57:55 [2022-08-22T02:57:55.452Z] #64 9.951 ++ mktemp -d
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + export GOPATH=/tmp/tmp.FUACGWeDBw
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + GOPATH=/tmp/tmp.FUACGWeDBw
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + RM_GOPATH=1
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + case "$(go env GOARCH)" in
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 ++ go env GOARCH
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + export GO_BUILDMODE=-buildmode=pie
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + GO_BUILDMODE=-buildmode=pie
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 ++ dirname /install.sh
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + dir=/
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + bin=containerd
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + shift
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + '[' '!' -f //containerd.installer ']'
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + . //containerd.installer
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 ++ set -e
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 ++ : v1.6.7
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + install_containerd
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + echo 'Install containerd version v1.6.7'
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 + git clone https://github.com/containerd/containerd.git /tmp/tmp.FUACGWeDBw/src/github.com/containerd/containerd
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 Cloning into '/tmp/tmp.FUACGWeDBw/src/github.com/containerd/containerd'...
02:57:55 [2022-08-22T02:57:55.452Z] #64 10.00 Install containerd version v1.6.7
02:57:55 [2022-08-22T02:57:55.452Z] #64 ...
02:57:55 [2022-08-22T02:57:55.452Z] 
02:57:55 [2022-08-22T02:57:55.452Z] #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
02:57:55 [2022-08-22T02:57:55.452Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:57:55 [2022-08-22T02:57:55.452Z] #34 46.90 Updating files:  92% (1403/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.
02:57:55 [2022-08-22T02:57:55.452Z] #34 47.12 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
02:57:55 [2022-08-22T02:57:55.452Z] #34 48.02 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.576 + RM_GOPATH=0
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.578 + TMP_GOPATH=
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.578 + : /build
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.583 + '[' -z '' ']'
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.589 ++ mktemp -d
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.599 + export GOPATH=/tmp/tmp.rfhnJFdZ1p
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.599 + GOPATH=/tmp/tmp.rfhnJFdZ1p
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.599 + RM_GOPATH=1
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.600 + case "$(go env GOARCH)" in
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.600 ++ go env GOARCH
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.613 + export GO_BUILDMODE=-buildmode=pie
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.620 + GO_BUILDMODE=-buildmode=pie
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.621 ++ dirname /install.sh
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.622 + dir=/
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.622 + bin=tini
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.622 + shift
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.623 + '[' '!' -f //tini.installer ']'
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.623 + . //tini.installer
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.623 ++ : v0.19.0
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.623 + install_tini
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.624 + echo 'Install tini version v0.19.0'
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.624 + git clone https://github.com/krallin/tini.git /tmp/tmp.rfhnJFdZ1p/tini
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.624 Install tini version v0.19.0
02:57:55 [2022-08-22T02:57:55.546Z] #44 0.626 Cloning into '/tmp/tmp.rfhnJFdZ1p/tini'...
02:57:55 [2022-08-22T02:57:55.749Z] #19 142.7 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]
02:57:55 [2022-08-22T02:57:55.749Z] #19 142.7 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]
02:57:55 [2022-08-22T02:57:55.838Z] #76 56.15 Selecting previously unselected package autotools-dev.
02:57:55 [2022-08-22T02:57:55.838Z] #76 56.15 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
02:57:55 [2022-08-22T02:57:55.838Z] #76 56.15 Unpacking autotools-dev (20180224.1+nmu1) ...
02:57:56 [2022-08-22T02:57:56.095Z] #76 56.36 Selecting previously unselected package automake.
02:57:56 [2022-08-22T02:57:56.095Z] #76 56.36 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
02:57:56 [2022-08-22T02:57:56.109Z] #44 1.203 + cd /tmp/tmp.rfhnJFdZ1p/tini
02:57:56 [2022-08-22T02:57:56.109Z] #44 1.219 + git checkout -q v0.19.0
02:57:56 [2022-08-22T02:57:56.109Z] #44 1.247 + cmake .
02:57:56 [2022-08-22T02:57:56.353Z] #76 56.40 Unpacking automake (1:1.16.3-2) ...
02:57:56 [2022-08-22T02:57:56.683Z] #44 1.824 -- The C compiler identification is GNU 10.2.1
02:57:56 [2022-08-22T02:57:56.683Z] #44 1.893 -- Detecting C compiler ABI info
02:57:57 [2022-08-22T02:57:57.245Z] #44 ...
02:57:57 [2022-08-22T02:57:57.245Z] 
02:57:57 [2022-08-22T02:57:57.245Z] #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
02:57:57 [2022-08-22T02:57:57.245Z] #53 sha256:c2b7baa3a398da628953c9c8b55f28a47dcb6ea86c993b76242c87504fe14697
02:57:57 [2022-08-22T02:57:57.245Z] #53 55.33 gotestsum version dev
02:57:57 [2022-08-22T02:57:57.245Z] #53 DONE 56.1s
02:57:57 [2022-08-22T02:57:57.283Z] #76 57.35 Selecting previously unselected package patch.
02:57:57 [2022-08-22T02:57:57.284Z] #76 57.39 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
02:57:57 [2022-08-22T02:57:57.284Z] #76 57.43 Unpacking patch (2.7.6-7) ...
02:57:57 [2022-08-22T02:57:57.501Z] 
02:57:57 [2022-08-22T02:57:57.502Z] #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
02:57:57 [2022-08-22T02:57:57.502Z] #44 sha256:6c3f263b0fdc42456597b4fbe7aa4acba12979db3adbd9c29fc866de9d4be4b7
02:57:57 [2022-08-22T02:57:57.502Z] #44 2.560 -- Detecting C compiler ABI info - done
02:57:57 [2022-08-22T02:57:57.502Z] #44 2.717 -- Check for working C compiler: /usr/bin/cc - skipped
02:57:57 [2022-08-22T02:57:57.502Z] #44 2.727 -- Detecting C compile features
02:57:57 [2022-08-22T02:57:57.502Z] #44 2.728 -- Detecting C compile features - done
02:57:57 [2022-08-22T02:57:57.502Z] #44 2.779 -- Performing Test HAS_BUILTIN_FORTIFY
02:57:57 [2022-08-22T02:57:57.543Z] #76 57.80 Selecting previously unselected package dpkg-dev.
02:57:57 [2022-08-22T02:57:57.543Z] #76 57.81 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
02:57:57 [2022-08-22T02:57:57.543Z] #76 57.87 Unpacking dpkg-dev (1.20.11) ...
02:57:57 [2022-08-22T02:57:57.658Z] #19 144.7 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]
02:57:57 [2022-08-22T02:57:57.658Z] #19 144.7 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]
02:57:57 [2022-08-22T02:57:57.972Z] #34 ...
02:57:57 [2022-08-22T02:57:57.972Z] 
02:57:57 [2022-08-22T02:57:57.972Z] #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
02:57:57 [2022-08-22T02:57:57.972Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:57 [2022-08-22T02:57:57.972Z] #14 52.10 Selecting previously unselected package binutils-mingw-w64.
02:57:57 [2022-08-22T02:57:57.972Z] #14 52.12 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
02:57:57 [2022-08-22T02:57:57.972Z] #14 52.12 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
02:57:58 [2022-08-22T02:57:58.063Z] #44 3.202 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
02:57:58 [2022-08-22T02:57:58.063Z] #44 3.298 -- Configuring done
02:57:58 [2022-08-22T02:57:58.063Z] #44 3.337 -- Generating done
02:57:58 [2022-08-22T02:57:58.064Z] #44 3.337 -- Build files have been written to: /tmp/tmp.rfhnJFdZ1p/tini
02:57:58 [2022-08-22T02:57:58.103Z] #64 ...
02:57:58 [2022-08-22T02:57:58.103Z] 
02:57:58 [2022-08-22T02:57:58.103Z] #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             ;
02:57:58 [2022-08-22T02:57:58.103Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:58 [2022-08-22T02:57:58.103Z] #76 39.19 Reading package lists...
02:57:58 [2022-08-22T02:57:58.103Z] #76 49.08 Building dependency tree...
02:57:58 [2022-08-22T02:57:58.103Z] #76 54.96 python3 is already the newest version (3.9.2-3).
02:57:58 [2022-08-22T02:57:58.103Z] #76 54.96 The following additional packages will be installed:
02:57:58 [2022-08-22T02:57:58.103Z] #76 54.97   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
02:57:58 [2022-08-22T02:57:58.103Z] #76 55.01   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
02:57:58 [2022-08-22T02:57:58.103Z] #76 55.05 Suggested packages:
02:57:58 [2022-08-22T02:57:58.103Z] #76 55.07   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
02:57:58 [2022-08-22T02:57:58.103Z] #76 55.07   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
02:57:58 [2022-08-22T02:57:58.103Z] #76 55.07   m4-doc ed diffutils-doc
02:57:58 [2022-08-22T02:57:58.103Z] #76 55.07 Recommended packages:
02:57:58 [2022-08-22T02:57:58.103Z] #76 55.07   fakeroot libalgorithm-merge-perl libltdl-dev
02:57:58 [2022-08-22T02:57:58.103Z] #76 57.77 The following NEW packages will be installed:
02:57:58 [2022-08-22T02:57:58.103Z] #76 57.81   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
02:57:58 [2022-08-22T02:57:58.103Z] #76 57.81   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
02:57:58 [2022-08-22T02:57:58.103Z] #76 57.81   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
02:57:58 [2022-08-22T02:57:58.103Z] #76 57.82   libyajl2 m4 patch xz-utils
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.39 0 upgraded, 23 newly installed, 0 to remove and 8 not upgraded.
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.39 Need to get 5940 kB of archives.
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.39 After this operation, 18.7 MB of additional disk space will be used.
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.41 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.41 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.42 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.46 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.54 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.65 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.68 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.98 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.98 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.99 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.99 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.99 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 58.99 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 59.01 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 59.06 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 59.11 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 59.12 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 59.13 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #76 ...
02:57:58 [2022-08-22T02:57:58.103Z] 
02:57:58 [2022-08-22T02:57:58.103Z] #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
02:57:58 [2022-08-22T02:57:58.103Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:58 [2022-08-22T02:57:58.103Z] #14 42.00 Reading package lists...
02:57:58 [2022-08-22T02:57:58.103Z] #14 50.58 Building dependency tree...
02:57:58 [2022-08-22T02:57:58.103Z] #14 56.62 The following additional packages will be installed:
02:57:58 [2022-08-22T02:57:58.103Z] #14 56.64   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:57:58 [2022-08-22T02:57:58.103Z] #14 56.64   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
02:57:58 [2022-08-22T02:57:58.103Z] #14 56.64   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
02:57:58 [2022-08-22T02:57:58.103Z] #14 56.64   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
02:57:58 [2022-08-22T02:57:58.103Z] #14 56.66   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
02:57:58 [2022-08-22T02:57:58.103Z] #14 56.66   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
02:57:58 [2022-08-22T02:57:58.103Z] #14 56.68   mingw-w64-common mingw-w64-x86-64-dev
02:57:58 [2022-08-22T02:57:58.103Z] #14 56.69 Suggested packages:
02:57:58 [2022-08-22T02:57:58.103Z] #14 56.73   gcc-10-locales seccomp wine64
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.12 The following NEW packages will be installed:
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.12   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.14   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.14   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.14   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.14   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.14   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.14   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.15   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.16   mingw-w64-x86-64-dev
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.72 0 upgraded, 30 newly installed, 0 to remove and 8 not upgraded.
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.72 Need to get 115 MB of archives.
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.72 After this operation, 645 MB of additional disk space will be used.
02:57:58 [2022-08-22T02:57:58.103Z] #14 59.72 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]
02:57:58 [2022-08-22T02:57:58.103Z] #14 60.00 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]
02:57:58 [2022-08-22T02:57:58.103Z] #14 60.24 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #14 60.25 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #14 60.30 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
02:57:58 [2022-08-22T02:57:58.103Z] #14 60.30 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
02:57:58 [2022-08-22T02:57:58.228Z] #14 52.29 Selecting previously unselected package libdevmapper1.02.1:amd64.
02:57:58 [2022-08-22T02:57:58.228Z] #14 52.29 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
02:57:58 [2022-08-22T02:57:58.228Z] #14 52.32 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
02:57:58 [2022-08-22T02:57:58.228Z] #14 52.50 Selecting previously unselected package dmsetup.
02:57:58 [2022-08-22T02:57:58.228Z] #14 52.50 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
02:57:58 [2022-08-22T02:57:58.228Z] #14 52.50 Unpacking dmsetup (2:1.02.175-2.1) ...
02:57:58 [2022-08-22T02:57:58.319Z] #44 3.384 + make tini-static
02:57:58 [2022-08-22T02:57:58.319Z] #44 3.582 Scanning dependencies of target tini-static
02:57:58 [2022-08-22T02:57:58.487Z] #14 52.72 Selecting previously unselected package mingw-w64-common.
02:57:58 [2022-08-22T02:57:58.576Z] #44 3.653 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
02:57:58 [2022-08-22T02:57:58.674Z] #14 ...
02:57:58 [2022-08-22T02:57:58.674Z] 
02:57:58 [2022-08-22T02:57:58.674Z] #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
02:57:58 [2022-08-22T02:57:58.674Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
02:57:58 [2022-08-22T02:57:58.674Z] #57 60.67 v3.0.2
02:57:58 [2022-08-22T02:57:58.747Z] #14 52.95 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
02:57:58 [2022-08-22T02:57:58.747Z] #14 52.95 Unpacking mingw-w64-common (8.0.0-1) ...
02:57:58 [2022-08-22T02:57:58.915Z] #76 ...
02:57:58 [2022-08-22T02:57:58.915Z] 
02:57:58 [2022-08-22T02:57:58.915Z] #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
02:57:58 [2022-08-22T02:57:58.915Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:57:58 [2022-08-22T02:57:58.915Z] #55 49.29 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
02:57:58 [2022-08-22T02:57:58.915Z] #55 49.31 go: downloading github.com/sylvia7788/contextcheck v1.0.4
02:57:58 [2022-08-22T02:57:58.915Z] #55 49.40 go: downloading github.com/tdakkota/asciicheck v0.1.1
02:57:58 [2022-08-22T02:57:58.915Z] #55 49.41 go: downloading github.com/tetafro/godot v1.4.11
02:57:58 [2022-08-22T02:57:58.915Z] #55 49.61 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
02:57:58 [2022-08-22T02:57:58.915Z] #55 49.71 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
02:57:58 [2022-08-22T02:57:58.915Z] #55 49.79 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
02:57:58 [2022-08-22T02:57:58.915Z] #55 50.40 go: downloading github.com/ultraware/funlen v0.0.3
02:57:58 [2022-08-22T02:57:58.915Z] #55 50.55 go: downloading github.com/ultraware/whitespace v0.0.5
02:57:58 [2022-08-22T02:57:58.915Z] #55 50.62 go: downloading github.com/uudashr/gocognit v1.0.5
02:57:58 [2022-08-22T02:57:58.915Z] #55 50.67 go: downloading github.com/yagipy/maintidx v1.0.0
02:57:58 [2022-08-22T02:57:58.915Z] #55 50.85 go: downloading github.com/yeya24/promlinter v0.2.0
02:57:58 [2022-08-22T02:57:58.915Z] #55 51.07 go: downloading gitlab.com/bosi/decorder v0.2.1
02:57:58 [2022-08-22T02:57:58.915Z] #55 51.42 go: downloading honnef.co/go/tools v0.3.1
02:57:58 [2022-08-22T02:57:58.915Z] #55 53.92 go: downloading mvdan.cc/gofumpt v0.3.1
02:57:58 [2022-08-22T02:57:58.915Z] #55 54.01 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:57:58 [2022-08-22T02:57:58.915Z] #55 54.22 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
02:57:58 [2022-08-22T02:57:58.915Z] #55 54.31 go: downloading github.com/davecgh/go-spew v1.1.1
02:57:58 [2022-08-22T02:57:58.915Z] #55 54.42 go: downloading github.com/pmezard/go-difflib v1.0.0
02:57:58 [2022-08-22T02:57:58.915Z] #55 54.56 go: downloading github.com/stretchr/objx v0.1.1
02:57:58 [2022-08-22T02:57:58.915Z] #55 54.76 go: downloading github.com/subosito/gotenv v1.2.0
02:57:58 [2022-08-22T02:57:58.915Z] #55 54.81 go: downloading github.com/hashicorp/hcl v1.0.0
02:57:58 [2022-08-22T02:57:58.915Z] #55 55.23 go: downloading gopkg.in/ini.v1 v1.66.4
02:57:58 [2022-08-22T02:57:58.915Z] #55 55.23 go: downloading github.com/magiconair/properties v1.8.6
02:57:58 [2022-08-22T02:57:58.915Z] #55 55.52 go: downloading github.com/pelletier/go-toml v1.9.5
02:57:58 [2022-08-22T02:57:58.915Z] #55 55.69 go: downloading golang.org/x/text v0.3.7
02:57:58 [2022-08-22T02:57:58.934Z] #57 DONE 61.1s
02:57:58 [2022-08-22T02:57:58.934Z] 
02:57:58 [2022-08-22T02:57:58.934Z] #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
02:57:58 [2022-08-22T02:57:58.934Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:57:58 [2022-08-22T02:57:58.934Z] #42 50.70 Building dependency tree...
02:57:58 [2022-08-22T02:57:58.934Z] #42 56.69 The following additional packages will be installed:
02:57:58 [2022-08-22T02:57:58.934Z] #42 56.74   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
02:57:58 [2022-08-22T02:57:58.934Z] #42 56.77 Suggested packages:
02:57:58 [2022-08-22T02:57:58.934Z] #42 56.82   cmake-doc ninja-build lrzip
02:57:58 [2022-08-22T02:57:58.934Z] #42 56.82 Recommended packages:
02:57:58 [2022-08-22T02:57:58.934Z] #42 56.82   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
02:57:58 [2022-08-22T02:57:58.934Z] #42 58.31 The following NEW packages will be installed:
02:57:58 [2022-08-22T02:57:58.934Z] #42 58.33   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
02:57:58 [2022-08-22T02:57:58.934Z] #42 58.33   vim-common xxd
02:57:58 [2022-08-22T02:57:58.934Z] #42 58.73 0 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
02:57:58 [2022-08-22T02:57:58.934Z] #42 58.73 Need to get 17.7 MB of archives.
02:57:58 [2022-08-22T02:57:58.934Z] #42 58.73 After this operation, 70.7 MB of additional disk space will be used.
02:57:58 [2022-08-22T02:57:58.934Z] #42 58.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
02:57:58 [2022-08-22T02:57:58.934Z] #42 58.74 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
02:57:58 [2022-08-22T02:57:58.934Z] #42 58.75 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
02:57:58 [2022-08-22T02:57:58.935Z] #42 58.93 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
02:57:58 [2022-08-22T02:57:58.935Z] #42 59.67 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
02:57:58 [2022-08-22T02:57:58.935Z] #42 59.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
02:57:58 [2022-08-22T02:57:58.935Z] #42 59.78 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
02:57:58 [2022-08-22T02:57:58.935Z] #42 59.78 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
02:57:58 [2022-08-22T02:57:58.935Z] #42 59.78 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
02:57:58 [2022-08-22T02:57:58.935Z] #42 59.79 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
02:57:59 [2022-08-22T02:57:59.171Z] #55 ...
02:57:59 [2022-08-22T02:57:59.171Z] 
02:57:59 [2022-08-22T02:57:59.171Z] #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
02:57:59 [2022-08-22T02:57:59.171Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:57:59 [2022-08-22T02:57:59.171Z] #14 47.62 Building dependency tree...
02:57:59 [2022-08-22T02:57:59.171Z] #14 53.68 The following additional packages will be installed:
02:57:59 [2022-08-22T02:57:59.171Z] #14 53.70   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:57:59 [2022-08-22T02:57:59.171Z] #14 53.70   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
02:57:59 [2022-08-22T02:57:59.171Z] #14 53.70   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
02:57:59 [2022-08-22T02:57:59.171Z] #14 53.70   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
02:57:59 [2022-08-22T02:57:59.171Z] #14 53.71   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
02:57:59 [2022-08-22T02:57:59.171Z] #14 53.71   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
02:57:59 [2022-08-22T02:57:59.171Z] #14 53.71   mingw-w64-common mingw-w64-x86-64-dev
02:57:59 [2022-08-22T02:57:59.171Z] #14 53.72 Suggested packages:
02:57:59 [2022-08-22T02:57:59.171Z] #14 53.75   gcc-10-locales seccomp wine64
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.21 The following NEW packages will be installed:
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.21   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.22   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.22   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.22   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.22   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.22   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.22   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.22   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.23   mingw-w64-x86-64-dev
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.66 0 upgraded, 30 newly installed, 0 to remove and 8 not upgraded.
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.66 Need to get 115 MB of archives.
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.66 After this operation, 645 MB of additional disk space will be used.
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.66 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]
02:57:59 [2022-08-22T02:57:59.171Z] #14 56.85 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]
02:57:59 [2022-08-22T02:57:59.171Z] #14 57.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
02:57:59 [2022-08-22T02:57:59.171Z] #14 57.17 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
02:57:59 [2022-08-22T02:57:59.171Z] #14 57.21 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
02:57:59 [2022-08-22T02:57:59.171Z] #14 57.22 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
02:57:59 [2022-08-22T02:57:59.171Z] #14 57.76 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
02:57:59 [2022-08-22T02:57:59.171Z] #14 58.10 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]
02:57:59 [2022-08-22T02:57:59.171Z] #14 58.10 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]
02:57:59 [2022-08-22T02:57:59.171Z] #14 59.33 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]
02:57:59 [2022-08-22T02:57:59.195Z] #42 ...
02:57:59 [2022-08-22T02:57:59.195Z] 
02:57:59 [2022-08-22T02:57:59.195Z] #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             ;
02:57:59 [2022-08-22T02:57:59.195Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:59 [2022-08-22T02:57:59.195Z] #76 61.35 debconf: delaying package configuration, since apt-utils is not installed
02:57:59 [2022-08-22T02:57:59.504Z] #44 4.786 [100%] Linking C executable tini-static
02:57:59 [2022-08-22T02:57:59.735Z] #14 ...
02:57:59 [2022-08-22T02:57:59.735Z] 
02:57:59 [2022-08-22T02:57:59.735Z] #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             ;
02:57:59 [2022-08-22T02:57:59.735Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:57:59 [2022-08-22T02:57:59.735Z] #76 59.84 Selecting previously unselected package build-essential.
02:57:59 [2022-08-22T02:57:59.735Z] #76 59.92 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
02:57:59 [2022-08-22T02:57:59.735Z] #76 59.95 Unpacking build-essential (12.9) ...
02:57:59 [2022-08-22T02:57:59.780Z] #76 61.69 Fetched 5940 kB in 1s (5046 kB/s)
02:57:59 [2022-08-22T02:57:59.780Z] #76 61.90 Selecting previously unselected package bzip2.
02:57:59 [2022-08-22T02:57:59.992Z] #76 60.10 Selecting previously unselected package libcap2:amd64.
02:57:59 [2022-08-22T02:57:59.992Z] #76 60.10 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
02:57:59 [2022-08-22T02:57:59.992Z] #76 60.12 Unpacking libcap2:amd64 (1:2.44-1) ...
02:57:59 [2022-08-22T02:57:59.992Z] #76 60.29 Selecting previously unselected package libcap-dev:amd64.
02:57:59 [2022-08-22T02:57:59.992Z] #76 60.29 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
02:57:59 [2022-08-22T02:57:59.992Z] #76 60.32 Unpacking libcap-dev:amd64 (1:2.44-1) ...
02:58:00 [2022-08-22T02:58:00.052Z] #76 61.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.)
02:58:00 [2022-08-22T02:58:00.052Z] #76 62.05 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
02:58:00 [2022-08-22T02:58:00.052Z] #76 62.07 Unpacking bzip2 (1.0.8-4) ...
02:58:00 [2022-08-22T02:58:00.194Z] #19 146.9 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]
02:58:00 [2022-08-22T02:58:00.194Z] #19 146.9 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]
02:58:00 [2022-08-22T02:58:00.194Z] #19 146.9 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]
02:58:00 [2022-08-22T02:58:00.194Z] #19 146.9 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]
02:58:00 [2022-08-22T02:58:00.194Z] #19 146.9 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]
02:58:00 [2022-08-22T02:58:00.194Z] #19 146.9 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
02:58:00 [2022-08-22T02:58:00.194Z] #19 146.9 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
02:58:00 [2022-08-22T02:58:00.194Z] #19 146.9 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
02:58:00 [2022-08-22T02:58:00.194Z] #19 147.0 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
02:58:00 [2022-08-22T02:58:00.194Z] #19 147.0 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
02:58:00 [2022-08-22T02:58:00.194Z] #19 147.0 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
02:58:00 [2022-08-22T02:58:00.194Z] #19 147.1 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
02:58:00 [2022-08-22T02:58:00.194Z] #19 147.1 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
02:58:00 [2022-08-22T02:58:00.194Z] #19 147.2 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
02:58:00 [2022-08-22T02:58:00.194Z] #19 147.2 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
02:58:00 [2022-08-22T02:58:00.194Z] #19 147.3 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
02:58:00 [2022-08-22T02:58:00.194Z] #19 147.3 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
02:58:00 [2022-08-22T02:58:00.194Z] #19 147.4 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
02:58:00 [2022-08-22T02:58:00.194Z] #19 147.5 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]
02:58:00 [2022-08-22T02:58:00.432Z] #44 5.429 [100%] Built target tini-static
02:58:00 [2022-08-22T02:58:00.432Z] #44 5.489 + mkdir -p /build
02:58:00 [2022-08-22T02:58:00.432Z] #44 5.500 + cp tini-static /build/docker-init
02:58:00 [2022-08-22T02:58:00.574Z] #76 60.84 Selecting previously unselected package libprotobuf-c1:amd64.
02:58:00 [2022-08-22T02:58:00.574Z] #76 60.85 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
02:58:00 [2022-08-22T02:58:00.574Z] #76 60.85 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:58:00 [2022-08-22T02:58:00.624Z] #76 62.61 Selecting previously unselected package libmagic-mgc.
02:58:00 [2022-08-22T02:58:00.624Z] #76 62.62 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
02:58:00 [2022-08-22T02:58:00.624Z] #76 62.63 Unpacking libmagic-mgc (1:5.39-3) ...
02:58:00 [2022-08-22T02:58:00.995Z] #44 DONE 6.2s
02:58:00 [2022-08-22T02:58:00.995Z] 
02:58:00 [2022-08-22T02:58:00.995Z] #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
02:58:00 [2022-08-22T02:58:00.995Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c
02:58:00 [2022-08-22T02:58:00.995Z] #14 52.62 Selecting previously unselected package mingw-w64-x86-64-dev.
02:58:00 [2022-08-22T02:58:00.995Z] #14 52.63 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
02:58:00 [2022-08-22T02:58:00.995Z] #14 52.67 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
02:58:00 [2022-08-22T02:58:00.995Z] #14 59.70 Selecting previously unselected package gcc-mingw-w64-base.
02:58:00 [2022-08-22T02:58:00.995Z] #14 59.71 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
02:58:00 [2022-08-22T02:58:00.995Z] #14 59.73 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
02:58:00 [2022-08-22T02:58:00.995Z] #14 59.97 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
02:58:00 [2022-08-22T02:58:00.995Z] #14 59.97 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
02:58:01 [2022-08-22T02:58:01.137Z] #76 61.29 Selecting previously unselected package libprotobuf-c-dev:amd64.
02:58:01 [2022-08-22T02:58:01.137Z] #76 61.29 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
02:58:01 [2022-08-22T02:58:01.137Z] #76 61.30 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
02:58:01 [2022-08-22T02:58:01.137Z] #76 ...
02:58:01 [2022-08-22T02:58:01.137Z] 
02:58:01 [2022-08-22T02:58:01.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
02:58:01 [2022-08-22T02:58:01.137Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
02:58:01 [2022-08-22T02:58:01.137Z] #47 46.25 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
02:58:01 [2022-08-22T02:58:01.251Z] #14 59.99 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
02:58:01 [2022-08-22T02:58:01.393Z] #47 ...
02:58:01 [2022-08-22T02:58:01.393Z] 
02:58:01 [2022-08-22T02:58:01.393Z] #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             ;
02:58:01 [2022-08-22T02:58:01.393Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:58:01 [2022-08-22T02:58:01.393Z] #76 61.61 Selecting previously unselected package libseccomp-dev:amd64.
02:58:01 [2022-08-22T02:58:01.393Z] #76 61.61 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
02:58:01 [2022-08-22T02:58:01.393Z] #76 61.62 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
02:58:01 [2022-08-22T02:58:01.563Z] #76 ...
02:58:01 [2022-08-22T02:58:01.563Z] 
02:58:01 [2022-08-22T02:58:01.563Z] #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
02:58:01 [2022-08-22T02:58:01.563Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:58:01 [2022-08-22T02:58:01.563Z] #51 44.59 Reading package lists...
02:58:01 [2022-08-22T02:58:01.563Z] #51 53.50 Building dependency tree...
02:58:01 [2022-08-22T02:58:01.563Z] #51 59.51 The following additional packages will be installed:
02:58:01 [2022-08-22T02:58:01.563Z] #51 59.51   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
02:58:01 [2022-08-22T02:58:01.563Z] #51 59.55   python3-protobuf python3-six
02:58:01 [2022-08-22T02:58:01.563Z] #51 59.55 Suggested packages:
02:58:01 [2022-08-22T02:58:01.563Z] #51 59.58   python3-setuptools
02:58:01 [2022-08-22T02:58:01.563Z] #51 59.58 Recommended packages:
02:58:01 [2022-08-22T02:58:01.563Z] #51 59.58   iproute2 | iproute
02:58:01 [2022-08-22T02:58:01.563Z] #51 60.77 The following NEW packages will be installed:
02:58:01 [2022-08-22T02:58:01.563Z] #51 60.82   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
02:58:01 [2022-08-22T02:58:01.563Z] #51 60.85   python3-protobuf python3-six
02:58:01 [2022-08-22T02:58:01.563Z] #51 61.64 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
02:58:01 [2022-08-22T02:58:01.563Z] #51 61.64 Need to get 2315 kB of archives.
02:58:01 [2022-08-22T02:58:01.563Z] #51 61.64 After this operation, 11.1 MB of additional disk space will be used.
02:58:01 [2022-08-22T02:58:01.563Z] #51 61.64 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
02:58:01 [2022-08-22T02:58:01.563Z] #51 62.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
02:58:01 [2022-08-22T02:58:01.563Z] #51 62.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
02:58:01 [2022-08-22T02:58:01.563Z] #51 62.06 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
02:58:01 [2022-08-22T02:58:01.563Z] #51 62.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:58:01 [2022-08-22T02:58:01.563Z] #51 62.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
02:58:01 [2022-08-22T02:58:01.563Z] #51 62.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
02:58:01 [2022-08-22T02:58:01.563Z] #51 ...
02:58:01 [2022-08-22T02:58:01.563Z] 
02:58:01 [2022-08-22T02:58:01.563Z] #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
02:58:01 [2022-08-22T02:58:01.563Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:58:01 [2022-08-22T02:58:01.563Z] #42 62.38 debconf: delaying package configuration, since apt-utils is not installed
02:58:01 [2022-08-22T02:58:01.563Z] #42 62.88 Fetched 17.7 MB in 2s (8982 kB/s)
02:58:01 [2022-08-22T02:58:01.563Z] #42 63.02 Selecting previously unselected package xxd.
02:58:01 [2022-08-22T02:58:01.563Z] #42 63.02 (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.)
02:58:01 [2022-08-22T02:58:01.563Z] #42 63.15 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
02:58:01 [2022-08-22T02:58:01.563Z] #42 63.19 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
02:58:01 [2022-08-22T02:58:01.563Z] #42 63.55 Selecting previously unselected package vim-common.
02:58:01 [2022-08-22T02:58:01.563Z] #42 63.55 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
02:58:01 [2022-08-22T02:58:01.563Z] #42 63.57 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
02:58:01 [2022-08-22T02:58:01.959Z] #76 62.10 Selecting previously unselected package libsystemd-dev:amd64.
02:58:01 [2022-08-22T02:58:01.959Z] #76 62.11 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
02:58:01 [2022-08-22T02:58:01.959Z] #76 62.11 Unpacking libsystemd-dev:amd64 (247.3-7) ...
02:58:02 [2022-08-22T02:58:02.137Z] #42 ...
02:58:02 [2022-08-22T02:58:02.137Z] 
02:58:02 [2022-08-22T02:58:02.137Z] #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
02:58:02 [2022-08-22T02:58:02.137Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:58:02 [2022-08-22T02:58:02.137Z] #40 63.97 NAME:
02:58:02 [2022-08-22T02:58:02.137Z] #40 63.97    go-winres - A tool for embedding resources in Windows executables
02:58:02 [2022-08-22T02:58:02.137Z] #40 63.97 
02:58:02 [2022-08-22T02:58:02.137Z] #40 63.97 USAGE:
02:58:02 [2022-08-22T02:58:02.137Z] #40 64.00    go-winres [global options] command [command options] [arguments...]
02:58:02 [2022-08-22T02:58:02.137Z] #40 64.00 
02:58:02 [2022-08-22T02:58:02.137Z] #40 64.00 COMMANDS:
02:58:02 [2022-08-22T02:58:02.137Z] #40 64.00    init     Create an initial ./winres/winres.json
02:58:02 [2022-08-22T02:58:02.137Z] #40 64.00    make     Make syso files for the "go build" command
02:58:02 [2022-08-22T02:58:02.137Z] #40 64.00    simply   Make syso files for the "go build" command (simplified)
02:58:02 [2022-08-22T02:58:02.137Z] #40 64.00    extract  Extract all resources from an executable
02:58:02 [2022-08-22T02:58:02.137Z] #40 64.00    patch    Replace resources in an executable file (exe, dll)
02:58:02 [2022-08-22T02:58:02.137Z] #40 64.00    help, h  Shows a list of commands or help for one command
02:58:02 [2022-08-22T02:58:02.137Z] #40 64.00 
02:58:02 [2022-08-22T02:58:02.137Z] #40 64.00 GLOBAL OPTIONS:
02:58:02 [2022-08-22T02:58:02.137Z] #40 64.00    --help, -h  show help (default: false)
02:58:02 [2022-08-22T02:58:02.137Z] #40 DONE 64.3s
02:58:02 [2022-08-22T02:58:02.137Z] 
02:58:02 [2022-08-22T02:58:02.137Z] #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
02:58:02 [2022-08-22T02:58:02.137Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:58:02 [2022-08-22T02:58:02.137Z] #42 64.28 Selecting previously unselected package cmake-data.
02:58:02 [2022-08-22T02:58:02.137Z] #42 64.28 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
02:58:02 [2022-08-22T02:58:02.137Z] #42 64.30 Unpacking cmake-data (3.18.4-2+deb11u1) ...
02:58:03 [2022-08-22T02:58:03.328Z] #76 63.56 Selecting previously unselected package libtool.
02:58:03 [2022-08-22T02:58:03.328Z] #76 63.57 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
02:58:03 [2022-08-22T02:58:03.328Z] #76 63.59 Unpacking libtool (2.4.6-15) ...
02:58:03 [2022-08-22T02:58:03.487Z] #19 150.7 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
02:58:03 [2022-08-22T02:58:03.746Z] #19 150.7 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
02:58:03 [2022-08-22T02:58:03.746Z] #19 150.8 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
02:58:03 [2022-08-22T02:58:03.891Z] #76 64.11 Selecting previously unselected package libudev-dev:amd64.
02:58:03 [2022-08-22T02:58:03.891Z] #76 64.11 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
02:58:03 [2022-08-22T02:58:03.891Z] #76 64.13 Unpacking libudev-dev:amd64 (247.3-7) ...
02:58:04 [2022-08-22T02:58:04.006Z] #19 150.9 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
02:58:04 [2022-08-22T02:58:04.006Z] #19 151.0 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]
02:58:04 [2022-08-22T02:58:04.009Z] #14 ...
02:58:04 [2022-08-22T02:58:04.009Z] 
02:58:04 [2022-08-22T02:58:04.009Z] #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
02:58:04 [2022-08-22T02:58:04.009Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:58:04 [2022-08-22T02:58:04.009Z] #51 49.74 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
02:58:04 [2022-08-22T02:58:04.009Z] #51 49.78 Setting up python3-protobuf (3.12.4-1) ...
02:58:04 [2022-08-22T02:58:04.009Z] #51 54.33 Setting up criu (3.17.1-1) ...
02:58:04 [2022-08-22T02:58:04.009Z] #51 56.74 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:58:04 [2022-08-22T02:58:04.009Z] #51 DONE 57.3s
02:58:04 [2022-08-22T02:58:04.009Z] 
02:58:04 [2022-08-22T02:58:04.009Z] #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
02:58:04 [2022-08-22T02:58:04.009Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:58:04 [2022-08-22T02:58:04.009Z] #42 52.26 Selecting previously unselected package libxml2:amd64.
02:58:04 [2022-08-22T02:58:04.009Z] #42 52.26 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
02:58:04 [2022-08-22T02:58:04.009Z] #42 52.26 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
02:58:04 [2022-08-22T02:58:04.009Z] #42 52.95 Selecting previously unselected package libarchive13:amd64.
02:58:04 [2022-08-22T02:58:04.009Z] #42 52.95 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
02:58:04 [2022-08-22T02:58:04.009Z] #42 52.95 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
02:58:04 [2022-08-22T02:58:04.009Z] #42 53.22 Selecting previously unselected package libjsoncpp24:amd64.
02:58:04 [2022-08-22T02:58:04.009Z] #42 53.22 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
02:58:04 [2022-08-22T02:58:04.009Z] #42 53.22 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
02:58:04 [2022-08-22T02:58:04.009Z] #42 53.45 Selecting previously unselected package librhash0:amd64.
02:58:04 [2022-08-22T02:58:04.009Z] #42 53.45 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
02:58:04 [2022-08-22T02:58:04.009Z] #42 53.45 Unpacking librhash0:amd64 (1.4.1-2) ...
02:58:04 [2022-08-22T02:58:04.009Z] #42 53.60 Selecting previously unselected package libuv1:amd64.
02:58:04 [2022-08-22T02:58:04.009Z] #42 53.60 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
02:58:04 [2022-08-22T02:58:04.009Z] #42 53.60 Unpacking libuv1:amd64 (1.40.0-2) ...
02:58:04 [2022-08-22T02:58:04.009Z] #42 53.78 Selecting previously unselected package cmake.
02:58:04 [2022-08-22T02:58:04.009Z] #42 53.78 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
02:58:04 [2022-08-22T02:58:04.009Z] #42 53.79 Unpacking cmake (3.18.4-2+deb11u1) ...
02:58:04 [2022-08-22T02:58:04.454Z] #76 64.54 Selecting previously unselected package libyajl2:amd64.
02:58:04 [2022-08-22T02:58:04.454Z] #76 64.54 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
02:58:04 [2022-08-22T02:58:04.454Z] #76 64.58 Unpacking libyajl2:amd64 (2.1.0-3) ...
02:58:04 [2022-08-22T02:58:04.573Z] #42 58.67 Setting up libicu67:amd64 (67.1-7) ...
02:58:04 [2022-08-22T02:58:04.573Z] #42 58.68 Setting up xxd (2:8.2.2434-3+deb11u1) ...
02:58:04 [2022-08-22T02:58:04.573Z] #42 58.70 Setting up libuv1:amd64 (1.40.0-2) ...
02:58:04 [2022-08-22T02:58:04.573Z] #42 58.71 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
02:58:04 [2022-08-22T02:58:04.573Z] #42 58.74 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
02:58:04 [2022-08-22T02:58:04.573Z] #42 58.75 Setting up librhash0:amd64 (1.4.1-2) ...
02:58:04 [2022-08-22T02:58:04.573Z] #42 58.76 Setting up cmake-data (3.18.4-2+deb11u1) ...
02:58:04 [2022-08-22T02:58:04.573Z] #42 58.79 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
02:58:04 [2022-08-22T02:58:04.711Z] #76 64.85 Selecting previously unselected package libyajl-dev:amd64.
02:58:04 [2022-08-22T02:58:04.711Z] #76 64.86 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
02:58:04 [2022-08-22T02:58:04.711Z] #76 64.92 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
02:58:04 [2022-08-22T02:58:04.830Z] #42 58.81 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
02:58:04 [2022-08-22T02:58:04.830Z] #42 58.83 Setting up cmake (3.18.4-2+deb11u1) ...
02:58:04 [2022-08-22T02:58:04.830Z] #42 58.85 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:58:05 [2022-08-22T02:58:05.088Z] #42 ...
02:58:05 [2022-08-22T02:58:05.088Z] 
02:58:05 [2022-08-22T02:58:05.088Z] #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
02:58:05 [2022-08-22T02:58:05.088Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:05 [2022-08-22T02:58:05.088Z] #14 59.23 Selecting previously unselected package mingw-w64-x86-64-dev.
02:58:05 [2022-08-22T02:58:05.088Z] #14 ...
02:58:05 [2022-08-22T02:58:05.088Z] 
02:58:05 [2022-08-22T02:58:05.088Z] #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
02:58:05 [2022-08-22T02:58:05.088Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:58:05 [2022-08-22T02:58:05.088Z] #42 DONE 59.4s
02:58:05 [2022-08-22T02:58:05.088Z] 
02:58:05 [2022-08-22T02:58:05.088Z] #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
02:58:05 [2022-08-22T02:58:05.088Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:05 [2022-08-22T02:58:05.088Z] #14 59.24 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
02:58:05 [2022-08-22T02:58:05.088Z] #14 59.26 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
02:58:05 [2022-08-22T02:58:05.297Z] #76 65.36 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
02:58:05 [2022-08-22T02:58:05.297Z] #76 65.68 Setting up libmagic-mgc (1:5.39-3) ...
02:58:05 [2022-08-22T02:58:05.434Z] #42 ...
02:58:05 [2022-08-22T02:58:05.434Z] 
02:58:05 [2022-08-22T02:58:05.434Z] #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
02:58:05 [2022-08-22T02:58:05.434Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:58:05 [2022-08-22T02:58:05.434Z] #51 64.52 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
02:58:05 [2022-08-22T02:58:05.434Z] #51 66.56 debconf: delaying package configuration, since apt-utils is not installed
02:58:05 [2022-08-22T02:58:05.434Z] #51 66.90 Fetched 2315 kB in 4s (631 kB/s)
02:58:05 [2022-08-22T02:58:05.434Z] #51 67.10 Selecting previously unselected package libprotobuf23:amd64.
02:58:05 [2022-08-22T02:58:05.434Z] #51 67.10 (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.)
02:58:05 [2022-08-22T02:58:05.434Z] #51 67.26 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
02:58:05 [2022-08-22T02:58:05.434Z] #51 67.27 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
02:58:05 [2022-08-22T02:58:05.913Z] #19 ...
02:58:05 [2022-08-22T02:58:05.913Z] 
02:58:05 [2022-08-22T02:58:05.913Z] #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
02:58:05 [2022-08-22T02:58:05.913Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:05 [2022-08-22T02:58:05.913Z] #84 109.9 configure.ac:11: installing 'build-aux/compile'
02:58:05 [2022-08-22T02:58:05.913Z] #84 110.0 configure.ac:11: installing 'build-aux/config.guess'
02:58:05 [2022-08-22T02:58:05.913Z] #84 110.0 configure.ac:11: installing 'build-aux/config.sub'
02:58:05 [2022-08-22T02:58:05.913Z] #84 110.0 configure.ac:13: installing 'build-aux/install-sh'
02:58:05 [2022-08-22T02:58:05.913Z] #84 110.0 configure.ac:13: installing 'build-aux/missing'
02:58:05 [2022-08-22T02:58:05.913Z] #84 110.0 configure.ac:8: installing 'build-aux/tap-driver.sh'
02:58:06 [2022-08-22T02:58:06.019Z] #14 ...
02:58:06 [2022-08-22T02:58:06.019Z] 
02:58:06 [2022-08-22T02:58:06.019Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
02:58:06 [2022-08-22T02:58:06.019Z] #43 sha256:d90c4dbc26af131d2fc505d0ac6c9202e2a9aad99020a45604eee83dcce12924
02:58:06 [2022-08-22T02:58:06.019Z] #43 DONE 0.6s
02:58:06 [2022-08-22T02:58:06.019Z] 
02:58:06 [2022-08-22T02:58:06.019Z] #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
02:58:06 [2022-08-22T02:58:06.019Z] #44 sha256:d1d35086b0c29c5cbe7bb9901cea4148b40771e4a0aaa82fc50ea6b154e43fb7
02:58:06 [2022-08-22T02:58:06.173Z] #84 110.3 Makefile.am: installing 'build-aux/depcomp'
02:58:06 [2022-08-22T02:58:06.227Z] #76 66.42 Setting up libyajl2:amd64 (2.1.0-3) ...
02:58:06 [2022-08-22T02:58:06.227Z] #76 ...
02:58:06 [2022-08-22T02:58:06.227Z] 
02:58:06 [2022-08-22T02:58:06.227Z] #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
02:58:06 [2022-08-22T02:58:06.227Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:58:06 [2022-08-22T02:58:06.227Z] #62 53.98 Building dependency tree...
02:58:06 [2022-08-22T02:58:06.227Z] #62 59.96 The following additional packages will be installed:
02:58:06 [2022-08-22T02:58:06.227Z] #62 59.97   libbtrfs0
02:58:06 [2022-08-22T02:58:06.227Z] #62 60.25 The following NEW packages will be installed:
02:58:06 [2022-08-22T02:58:06.227Z] #62 60.26   libbtrfs-dev libbtrfs0
02:58:06 [2022-08-22T02:58:06.227Z] #62 60.79 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
02:58:06 [2022-08-22T02:58:06.227Z] #62 60.79 Need to get 460 kB of archives.
02:58:06 [2022-08-22T02:58:06.227Z] #62 60.79 After this operation, 1237 kB of additional disk space will be used.
02:58:06 [2022-08-22T02:58:06.227Z] #62 60.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
02:58:06 [2022-08-22T02:58:06.227Z] #62 60.80 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
02:58:06 [2022-08-22T02:58:06.227Z] #62 62.67 debconf: delaying package configuration, since apt-utils is not installed
02:58:06 [2022-08-22T02:58:06.227Z] #62 63.11 Fetched 460 kB in 0s (1207 kB/s)
02:58:06 [2022-08-22T02:58:06.227Z] #62 63.33 Selecting previously unselected package libbtrfs0:amd64.
02:58:06 [2022-08-22T02:58:06.227Z] #62 63.33 (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.)
02:58:06 [2022-08-22T02:58:06.227Z] #62 63.43 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
02:58:06 [2022-08-22T02:58:06.227Z] #62 63.46 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
02:58:06 [2022-08-22T02:58:06.227Z] #62 63.98 Selecting previously unselected package libbtrfs-dev:amd64.
02:58:06 [2022-08-22T02:58:06.227Z] #62 63.98 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
02:58:06 [2022-08-22T02:58:06.227Z] #62 63.98 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
02:58:06 [2022-08-22T02:58:06.227Z] #62 64.65 Setting up libbtrfs0:amd64 (5.10.1-2) ...
02:58:06 [2022-08-22T02:58:06.227Z] #62 64.83 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
02:58:06 [2022-08-22T02:58:06.227Z] #62 64.86 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:58:06 [2022-08-22T02:58:06.227Z] #62 ...
02:58:06 [2022-08-22T02:58:06.227Z] 
02:58:06 [2022-08-22T02:58:06.227Z] #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
02:58:06 [2022-08-22T02:58:06.227Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:58:06 [2022-08-22T02:58:06.227Z] #42 47.28 Reading package lists...
02:58:06 [2022-08-22T02:58:06.227Z] #42 56.65 Building dependency tree...
02:58:06 [2022-08-22T02:58:06.227Z] #42 63.02 The following additional packages will be installed:
02:58:06 [2022-08-22T02:58:06.227Z] #42 63.02   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
02:58:06 [2022-08-22T02:58:06.227Z] #42 63.06 Suggested packages:
02:58:06 [2022-08-22T02:58:06.227Z] #42 63.09   cmake-doc ninja-build lrzip
02:58:06 [2022-08-22T02:58:06.227Z] #42 63.09 Recommended packages:
02:58:06 [2022-08-22T02:58:06.227Z] #42 63.10   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
02:58:06 [2022-08-22T02:58:06.227Z] #42 64.65 The following NEW packages will be installed:
02:58:06 [2022-08-22T02:58:06.227Z] #42 64.66   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
02:58:06 [2022-08-22T02:58:06.227Z] #42 64.68   vim-common xxd
02:58:06 [2022-08-22T02:58:06.227Z] #42 65.18 0 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
02:58:06 [2022-08-22T02:58:06.227Z] #42 65.18 Need to get 17.7 MB of archives.
02:58:06 [2022-08-22T02:58:06.227Z] #42 65.18 After this operation, 70.7 MB of additional disk space will be used.
02:58:06 [2022-08-22T02:58:06.227Z] #42 65.18 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
02:58:06 [2022-08-22T02:58:06.227Z] #42 65.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
02:58:06 [2022-08-22T02:58:06.227Z] #42 65.22 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
02:58:06 [2022-08-22T02:58:06.227Z] #42 65.48 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
02:58:06 [2022-08-22T02:58:06.227Z] #42 66.37 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
02:58:06 [2022-08-22T02:58:06.227Z] #42 66.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
02:58:06 [2022-08-22T02:58:06.227Z] #42 66.42 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
02:58:06 [2022-08-22T02:58:06.227Z] #42 66.43 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
02:58:06 [2022-08-22T02:58:06.227Z] #42 66.46 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
02:58:06 [2022-08-22T02:58:06.227Z] #42 66.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
02:58:06 [2022-08-22T02:58:06.279Z] #44 ...
02:58:06 [2022-08-22T02:58:06.279Z] 
02:58:06 [2022-08-22T02:58:06.279Z] #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
02:58:06 [2022-08-22T02:58:06.279Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:06 [2022-08-22T02:58:06.279Z] #77 8.878 Cloning into '/tmp/crun-build'...
02:58:06 [2022-08-22T02:58:06.279Z] #77 16.52 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
02:58:06 [2022-08-22T02:58:06.279Z] #77 16.54 Cloning into '/tmp/crun-build/libocispec'...
02:58:06 [2022-08-22T02:58:06.279Z] #77 17.82 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
02:58:06 [2022-08-22T02:58:06.279Z] #77 17.82 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
02:58:06 [2022-08-22T02:58:06.279Z] #77 17.86 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
02:58:06 [2022-08-22T02:58:06.279Z] #77 17.86 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
02:58:06 [2022-08-22T02:58:06.279Z] #77 17.86 Cloning into '/tmp/crun-build/libocispec/image-spec'...
02:58:06 [2022-08-22T02:58:06.484Z] #42 ...
02:58:06 [2022-08-22T02:58:06.484Z] 
02:58:06 [2022-08-22T02:58:06.484Z] #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             ;
02:58:06 [2022-08-22T02:58:06.484Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:58:06 [2022-08-22T02:58:06.484Z] #76 66.72 Setting up libmagic1:amd64 (1:5.39-3) ...
02:58:06 [2022-08-22T02:58:06.821Z] #51 68.66 Selecting previously unselected package python3-pkg-resources.
02:58:06 [2022-08-22T02:58:06.821Z] #51 68.68 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
02:58:06 [2022-08-22T02:58:06.821Z] #51 68.68 Unpacking python3-pkg-resources (52.0.0-4) ...
02:58:07 [2022-08-22T02:58:07.048Z] #76 ...
02:58:07 [2022-08-22T02:58:07.048Z] 
02:58:07 [2022-08-22T02:58:07.048Z] #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
02:58:07 [2022-08-22T02:58:07.048Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363
02:58:07 [2022-08-22T02:58:07.048Z] #62 DONE 67.3s
02:58:07 [2022-08-22T02:58:07.048Z] 
02:58:07 [2022-08-22T02:58:07.048Z] #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             ;
02:58:07 [2022-08-22T02:58:07.048Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:58:07 [2022-08-22T02:58:07.048Z] #76 67.33 Setting up file (1:5.39-3) ...
02:58:07 [2022-08-22T02:58:07.305Z] #76 67.34 Setting up bzip2 (1.0.8-4) ...
02:58:07 [2022-08-22T02:58:07.305Z] #76 67.41 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:58:07 [2022-08-22T02:58:07.305Z] #76 67.53 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
02:58:07 [2022-08-22T02:58:07.305Z] #76 67.58 Setting up libcap2:amd64 (1:2.44-1) ...
02:58:07 [2022-08-22T02:58:07.305Z] #76 67.63 Setting up autotools-dev (20180224.1+nmu1) ...#76 ...
02:58:07 [2022-08-22T02:58:07.305Z] 
02:58:07 [2022-08-22T02:58:07.305Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
02:58:07 [2022-08-22T02:58:07.305Z] #63 sha256:585f8f5a419be789dee244339672c48168c940804b26733a0e12a055d6c4e932
02:58:07 [2022-08-22T02:58:07.305Z] #63 DONE 0.3s
02:58:07 [2022-08-22T02:58:07.305Z] 
02:58:07 [2022-08-22T02:58:07.305Z] #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             ;
02:58:07 [2022-08-22T02:58:07.305Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:58:07 [2022-08-22T02:58:07.305Z] #76 67.63 Setting up autotools-dev (20180224.1+nmu1) ...
02:58:07 [2022-08-22T02:58:07.305Z] #76 67.67 Setting up libsigsegv2:amd64 (2.13-1) ...
02:58:07 [2022-08-22T02:58:07.305Z] #76 67.68 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
02:58:07 [2022-08-22T02:58:07.305Z] #76 67.73 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:58:07 [2022-08-22T02:58:07.390Z] #51 69.09 Selecting previously unselected package python3-six.
02:58:07 [2022-08-22T02:58:07.390Z] #51 69.09 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
02:58:07 [2022-08-22T02:58:07.390Z] #51 69.10 Unpacking python3-six (1.16.0-2) ...
02:58:07 [2022-08-22T02:58:07.390Z] #51 69.29 Selecting previously unselected package python3-protobuf.
02:58:07 [2022-08-22T02:58:07.390Z] #51 69.29 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
02:58:07 [2022-08-22T02:58:07.390Z] #51 69.32 Unpacking python3-protobuf (3.12.4-1) ...
02:58:07 [2022-08-22T02:58:07.563Z] #76 67.80 Setting up patch (2.7.6-7) ...
02:58:07 [2022-08-22T02:58:07.563Z] #76 67.83 Setting up libudev-dev:amd64 (247.3-7) ...
02:58:07 [2022-08-22T02:58:07.563Z] #76 67.84 Setting up libyajl-dev:amd64 (2.1.0-3) ...
02:58:07 [2022-08-22T02:58:07.563Z] #76 67.87 Setting up libcap-dev:amd64 (1:2.44-1) ...
02:58:07 [2022-08-22T02:58:07.563Z] #76 67.88 Setting up libsystemd-dev:amd64 (247.3-7) ...
02:58:07 [2022-08-22T02:58:07.563Z] #76 67.89 Setting up libtool (2.4.6-15) ...
02:58:07 [2022-08-22T02:58:07.563Z] #76 67.91 Setting up m4 (1.4.18-5) ...
02:58:07 [2022-08-22T02:58:07.649Z] #77 20.16 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
02:58:07 [2022-08-22T02:58:07.812Z] #14 66.38 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
02:58:07 [2022-08-22T02:58:07.812Z] #14 66.38 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
02:58:07 [2022-08-22T02:58:07.812Z] #14 66.38 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:58:07 [2022-08-22T02:58:07.812Z] #14 ...
02:58:07 [2022-08-22T02:58:07.812Z] 
02:58:07 [2022-08-22T02:58:07.812Z] #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
02:58:07 [2022-08-22T02:58:07.812Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:58:07 [2022-08-22T02:58:07.812Z] #77 26.44 aclocal: warning: couldn't open directory 'm4': No such file or directory
02:58:07 [2022-08-22T02:58:07.821Z] #76 ...
02:58:07 [2022-08-22T02:58:07.821Z] 
02:58:07 [2022-08-22T02:58:07.821Z] #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
02:58:07 [2022-08-22T02:58:07.821Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef
02:58:07 [2022-08-22T02:58:07.821Z] #57 67.89 v3.0.2
02:58:07 [2022-08-22T02:58:07.821Z] #57 DONE 68.0s
02:58:07 [2022-08-22T02:58:07.821Z] 
02:58:07 [2022-08-22T02:58:07.821Z] #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             ;
02:58:07 [2022-08-22T02:58:07.821Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:58:07 [2022-08-22T02:58:07.821Z] #76 68.02 Setting up dpkg-dev (1.20.11) ...
02:58:07 [2022-08-22T02:58:07.821Z] #76 68.06 Setting up autoconf (2.69-14) ...
02:58:07 [2022-08-22T02:58:07.821Z] #76 68.10 Setting up build-essential (12.9) ...
02:58:07 [2022-08-22T02:58:07.821Z] #76 68.16 Setting up automake (1:1.16.3-2) ...
02:58:07 [2022-08-22T02:58:07.821Z] #76 68.16 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
02:58:07 [2022-08-22T02:58:07.821Z] #76 68.19 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:58:08 [2022-08-22T02:58:08.078Z] #76 ...
02:58:08 [2022-08-22T02:58:08.078Z] 
02:58:08 [2022-08-22T02:58:08.078Z] #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
02:58:08 [2022-08-22T02:58:08.078Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:58:08 [2022-08-22T02:58:08.078Z] #51 43.99 Reading package lists...
02:58:08 [2022-08-22T02:58:08.078Z] #51 53.04 Building dependency tree...
02:58:08 [2022-08-22T02:58:08.078Z] #51 59.02 The following additional packages will be installed:
02:58:08 [2022-08-22T02:58:08.078Z] #51 59.03   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
02:58:08 [2022-08-22T02:58:08.078Z] #51 59.03   python3-protobuf python3-six
02:58:08 [2022-08-22T02:58:08.078Z] #51 59.08 Suggested packages:
02:58:08 [2022-08-22T02:58:08.078Z] #51 59.08   python3-setuptools
02:58:08 [2022-08-22T02:58:08.078Z] #51 59.08 Recommended packages:
02:58:08 [2022-08-22T02:58:08.078Z] #51 59.08   iproute2 | iproute
02:58:08 [2022-08-22T02:58:08.078Z] #51 60.15 The following NEW packages will be installed:
02:58:08 [2022-08-22T02:58:08.078Z] #51 60.26   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
02:58:08 [2022-08-22T02:58:08.078Z] #51 60.26   python3-protobuf python3-six
02:58:08 [2022-08-22T02:58:08.078Z] #51 60.94 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
02:58:08 [2022-08-22T02:58:08.078Z] #51 60.94 Need to get 2315 kB of archives.
02:58:08 [2022-08-22T02:58:08.078Z] #51 60.94 After this operation, 11.1 MB of additional disk space will be used.
02:58:08 [2022-08-22T02:58:08.078Z] #51 60.94 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
02:58:08 [2022-08-22T02:58:08.078Z] #51 61.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
02:58:08 [2022-08-22T02:58:08.078Z] #51 61.23 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
02:58:08 [2022-08-22T02:58:08.078Z] #51 61.26 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
02:58:08 [2022-08-22T02:58:08.078Z] #51 61.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:58:08 [2022-08-22T02:58:08.078Z] #51 61.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
02:58:08 [2022-08-22T02:58:08.078Z] #51 61.70 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
02:58:08 [2022-08-22T02:58:08.094Z] #84 111.9 checking build system type... x86_64-pc-linux-gnu
02:58:08 [2022-08-22T02:58:08.094Z] #84 112.3 checking host system type... x86_64-pc-linux-gnu
02:58:08 [2022-08-22T02:58:08.094Z] #84 112.3 checking how to print strings... printf
02:58:08 [2022-08-22T02:58:08.094Z] #84 112.4 checking for gcc... gcc
02:58:08 [2022-08-22T02:58:08.330Z] #51 ...
02:58:08 [2022-08-22T02:58:08.330Z] 
02:58:08 [2022-08-22T02:58:08.330Z] #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
02:58:08 [2022-08-22T02:58:08.330Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:58:08 [2022-08-22T02:58:08.330Z] #42 70.36 Selecting previously unselected package libicu67:amd64.
02:58:08 [2022-08-22T02:58:08.330Z] #42 70.36 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
02:58:08 [2022-08-22T02:58:08.330Z] #42 70.41 Unpacking libicu67:amd64 (67.1-7) ...
02:58:08 [2022-08-22T02:58:08.590Z] #42 ...
02:58:08 [2022-08-22T02:58:08.590Z] 
02:58:08 [2022-08-22T02:58:08.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
02:58:08 [2022-08-22T02:58:08.590Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:08 [2022-08-22T02:58:08.590Z] #14 60.77 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 61.23 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]
02:58:08 [2022-08-22T02:58:08.590Z] #14 61.28 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]
02:58:08 [2022-08-22T02:58:08.590Z] #14 62.24 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]
02:58:08 [2022-08-22T02:58:08.590Z] #14 64.85 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]
02:58:08 [2022-08-22T02:58:08.590Z] #14 65.63 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]
02:58:08 [2022-08-22T02:58:08.590Z] #14 66.84 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]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.03 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]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.76 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]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.76 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.78 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.79 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.82 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.88 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]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.88 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.88 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.91 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.92 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.94 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 69.95 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 70.07 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 70.08 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 70.10 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
02:58:08 [2022-08-22T02:58:08.590Z] #14 70.11 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
02:58:08 [2022-08-22T02:58:08.642Z] #51 ...
02:58:08 [2022-08-22T02:58:08.642Z] 
02:58:08 [2022-08-22T02:58:08.642Z] #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             ;
02:58:08 [2022-08-22T02:58:08.642Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:58:08 [2022-08-22T02:58:08.642Z] #76 DONE 68.8s
02:58:08 [2022-08-22T02:58:08.642Z] 
02:58:08 [2022-08-22T02:58:08.642Z] #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
02:58:08 [2022-08-22T02:58:08.642Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:08 [2022-08-22T02:58:08.700Z] #84 112.5 checking whether the C compiler works... yes
02:58:08 [2022-08-22T02:58:08.701Z] #84 112.9 checking for C compiler default output file name... a.out
02:58:08 [2022-08-22T02:58:08.850Z] #14 ...
02:58:08 [2022-08-22T02:58:08.850Z] 
02:58:08 [2022-08-22T02:58:08.850Z] #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
02:58:08 [2022-08-22T02:58:08.850Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:58:08 [2022-08-22T02:58:08.850Z] #34 69.20 Updating files:  84% (1281/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:  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.
02:58:08 [2022-08-22T02:58:08.850Z] #34 70.30 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
02:58:08 [2022-08-22T02:58:08.850Z] #34 70.64 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
02:58:09 [2022-08-22T02:58:09.306Z] #84 112.9 checking for suffix of executables... 
02:58:09 [2022-08-22T02:58:09.543Z] #77 22.13 Cloning into '/tmp/crun-build/libocispec/yajl'...
02:58:09 [2022-08-22T02:58:09.565Z] #84 113.5 checking whether we are cross compiling... no
02:58:09 [2022-08-22T02:58:09.824Z] #84 113.8 checking for suffix of object files... o
02:58:09 [2022-08-22T02:58:09.824Z] #84 114.0 checking whether we are using the GNU C compiler... yes
02:58:10 [2022-08-22T02:58:10.083Z] #84 114.2 checking whether gcc accepts -g... yes
02:58:10 [2022-08-22T02:58:10.106Z] #77 ...
02:58:10 [2022-08-22T02:58:10.106Z] 
02:58:10 [2022-08-22T02:58:10.106Z] #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
02:58:10 [2022-08-22T02:58:10.106Z] #44 sha256:d1d35086b0c29c5cbe7bb9901cea4148b40771e4a0aaa82fc50ea6b154e43fb7
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.267 + RM_GOPATH=0
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.267 + TMP_GOPATH=
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.267 + : /build
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.267 + '[' -z '' ']'
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.267 ++ mktemp -d
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.267 + export GOPATH=/tmp/tmp.luczrhMvuz
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.267 + GOPATH=/tmp/tmp.luczrhMvuz
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.267 + RM_GOPATH=1
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.267 + case "$(go env GOARCH)" in
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.267 ++ go env GOARCH
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.303 + export GO_BUILDMODE=-buildmode=pie
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.303 + GO_BUILDMODE=-buildmode=pie
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.303 ++ dirname /install.sh
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.303 + dir=/
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.303 + bin=tini
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.303 + shift
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.303 + '[' '!' -f //tini.installer ']'
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.304 + . //tini.installer
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.304 ++ : v0.19.0
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.304 Install tini version v0.19.0
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.305 + install_tini
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.305 + echo 'Install tini version v0.19.0'
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.305 + git clone https://github.com/krallin/tini.git /tmp/tmp.luczrhMvuz/tini
02:58:10 [2022-08-22T02:58:10.106Z] #44 4.318 Cloning into '/tmp/tmp.luczrhMvuz/tini'...
02:58:10 [2022-08-22T02:58:10.654Z] #84 114.3 checking for gcc option to accept ISO C89... none needed
02:58:10 [2022-08-22T02:58:10.654Z] #84 114.7 checking whether gcc understands -c and -o together... yes
02:58:10 [2022-08-22T02:58:10.654Z] #84 115.0 checking for a sed that does not truncate output... /bin/sed
02:58:10 [2022-08-22T02:58:10.654Z] #84 115.0 checking for grep that handles long lines and -e... /bin/grep
02:58:10 [2022-08-22T02:58:10.914Z] #84 115.0 checking for egrep... /bin/grep -E
02:58:10 [2022-08-22T02:58:10.914Z] #84 115.1 checking for fgrep... /bin/grep -F
02:58:10 [2022-08-22T02:58:10.914Z] #84 115.1 checking for ld used by gcc... /usr/bin/ld
02:58:10 [2022-08-22T02:58:10.914Z] #84 115.1 checking if the linker (/usr/bin/ld) is GNU ld... yes
02:58:10 [2022-08-22T02:58:10.914Z] #84 115.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
02:58:10 [2022-08-22T02:58:10.914Z] #84 115.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm
02:58:11 [2022-08-22T02:58:11.039Z] #44 5.271 + cd /tmp/tmp.luczrhMvuz/tini
02:58:11 [2022-08-22T02:58:11.039Z] #44 5.274 + git checkout -q v0.19.0
02:58:11 [2022-08-22T02:58:11.039Z] #44 5.318 + cmake .
02:58:11 [2022-08-22T02:58:11.172Z] #77 2.409 Cloning into '/tmp/crun-build'...
02:58:11 [2022-08-22T02:58:11.174Z] #84 115.3 checking whether ln -s works... yes
02:58:11 [2022-08-22T02:58:11.174Z] #84 115.3 checking the maximum length of command line arguments... 1572864
02:58:11 [2022-08-22T02:58:11.174Z] #84 115.4 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
02:58:11 [2022-08-22T02:58:11.174Z] #84 115.4 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
02:58:11 [2022-08-22T02:58:11.174Z] #84 115.4 checking for /usr/bin/ld option to reload object files... -r
02:58:11 [2022-08-22T02:58:11.174Z] #84 115.4 checking for objdump... objdump
02:58:11 [2022-08-22T02:58:11.174Z] #84 115.4 checking how to recognize dependent libraries... pass_all
02:58:11 [2022-08-22T02:58:11.174Z] #84 115.4 checking for dlltool... no
02:58:11 [2022-08-22T02:58:11.174Z] #84 115.4 checking how to associate runtime and link libraries... printf %s\n
02:58:11 [2022-08-22T02:58:11.174Z] #84 115.4 checking for ar... ar
02:58:11 [2022-08-22T02:58:11.433Z] #84 115.4 checking for archiver @FILE support... @
02:58:11 [2022-08-22T02:58:11.433Z] #84 115.7 checking for strip... strip
02:58:11 [2022-08-22T02:58:11.433Z] #84 115.7 checking for ranlib... ranlib
02:58:11 [2022-08-22T02:58:11.433Z] #84 115.7 checking for gawk... no
02:58:11 [2022-08-22T02:58:11.433Z] #84 115.7 checking for mawk... mawk
02:58:11 [2022-08-22T02:58:11.455Z] #34 ...
02:58:11 [2022-08-22T02:58:11.455Z] 
02:58:11 [2022-08-22T02:58:11.455Z] #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
02:58:11 [2022-08-22T02:58:11.455Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:58:11 [2022-08-22T02:58:11.455Z] #55 63.22 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
02:58:11 [2022-08-22T02:58:11.455Z] #55 63.49 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
02:58:11 [2022-08-22T02:58:11.455Z] #55 63.58 go: downloading github.com/gobwas/glob v0.2.3
02:58:11 [2022-08-22T02:58:11.455Z] #55 63.62 go: downloading github.com/kisielk/gotool v1.0.0
02:58:11 [2022-08-22T02:58:11.455Z] #55 63.83 go: downloading github.com/gostaticanalysis/comment v1.4.2
02:58:11 [2022-08-22T02:58:11.455Z] #55 64.02 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
02:58:11 [2022-08-22T02:58:11.455Z] #55 64.07 go: downloading github.com/ettle/strcase v0.1.1
02:58:11 [2022-08-22T02:58:11.455Z] #55 64.19 go: downloading github.com/fatih/structtag v1.2.0
02:58:11 [2022-08-22T02:58:11.455Z] #55 64.25 go: downloading github.com/Masterminds/semver v1.5.0
02:58:11 [2022-08-22T02:58:11.455Z] #55 64.43 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
02:58:11 [2022-08-22T02:58:11.455Z] #55 64.54 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
02:58:11 [2022-08-22T02:58:11.455Z] #55 64.57 go: downloading github.com/prometheus/client_golang v1.12.1
02:58:11 [2022-08-22T02:58:11.455Z] #55 65.56 go: downloading github.com/prometheus/client_model v0.2.0
02:58:11 [2022-08-22T02:58:11.455Z] #55 65.85 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
02:58:11 [2022-08-22T02:58:11.455Z] #55 66.10 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:58:11 [2022-08-22T02:58:11.455Z] #55 66.18 go: downloading github.com/google/go-cmp v0.5.7
02:58:11 [2022-08-22T02:58:11.455Z] #55 66.57 go: downloading github.com/hexops/gotextdiff v1.0.3
02:58:11 [2022-08-22T02:58:11.455Z] #55 66.79 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
02:58:11 [2022-08-22T02:58:11.455Z] #55 66.82 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
02:58:11 [2022-08-22T02:58:11.455Z] #55 67.03 go: downloading github.com/olekukonko/tablewriter v0.0.5
02:58:11 [2022-08-22T02:58:11.455Z] #55 67.14 go: downloading github.com/beorn7/perks v1.0.1
02:58:11 [2022-08-22T02:58:11.455Z] #55 67.19 go: downloading github.com/cespare/xxhash/v2 v2.1.2
02:58:11 [2022-08-22T02:58:11.455Z] #55 67.29 go: downloading github.com/golang/protobuf v1.5.2
02:58:11 [2022-08-22T02:58:11.455Z] #55 67.30 go: downloading github.com/prometheus/common v0.32.1
02:58:11 [2022-08-22T02:58:11.455Z] #55 68.04 go: downloading github.com/prometheus/procfs v0.7.3
02:58:11 [2022-08-22T02:58:11.455Z] #55 68.45 go: downloading google.golang.org/protobuf v1.28.0
02:58:11 [2022-08-22T02:58:11.455Z] #55 69.52 go: downloading github.com/mattn/go-runewidth v0.0.9
02:58:11 [2022-08-22T02:58:11.455Z] #55 69.89 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
02:58:11 [2022-08-22T02:58:11.455Z] #55 ...
02:58:11 [2022-08-22T02:58:11.455Z] 
02:58:11 [2022-08-22T02:58:11.455Z] #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
02:58:11 [2022-08-22T02:58:11.455Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:11 [2022-08-22T02:58:11.455Z] #14 71.51 debconf: delaying package configuration, since apt-utils is not installed
02:58:11 [2022-08-22T02:58:11.455Z] #14 71.99 Fetched 115 MB in 11s (10.6 MB/s)
02:58:11 [2022-08-22T02:58:11.455Z] #14 72.12 Selecting previously unselected package binutils-mingw-w64-i686.
02:58:11 [2022-08-22T02:58:11.455Z] #14 72.12 (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.)
02:58:11 [2022-08-22T02:58:11.455Z] #14 72.22 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.455Z] #14 72.23 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
02:58:11 [2022-08-22T02:58:11.721Z] #14 ...
02:58:11 [2022-08-22T02:58:11.721Z] 
02:58:11 [2022-08-22T02:58:11.721Z] #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             ;
02:58:11 [2022-08-22T02:58:11.721Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13
02:58:11 [2022-08-22T02:58:11.721Z] #76 63.73 Selecting previously unselected package libmagic1:amd64.
02:58:11 [2022-08-22T02:58:11.721Z] #76 63.73 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 63.73 Unpacking libmagic1:amd64 (1:5.39-3) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 64.10 Selecting previously unselected package file.
02:58:11 [2022-08-22T02:58:11.721Z] #76 64.11 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 64.22 Unpacking file (1:5.39-3) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 64.48 Selecting previously unselected package xz-utils.
02:58:11 [2022-08-22T02:58:11.721Z] #76 64.48 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 64.49 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 64.95 Selecting previously unselected package libsigsegv2:amd64.
02:58:11 [2022-08-22T02:58:11.721Z] #76 64.96 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 64.98 Unpacking libsigsegv2:amd64 (2.13-1) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 65.23 Selecting previously unselected package m4.
02:58:11 [2022-08-22T02:58:11.721Z] #76 65.23 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 65.24 Unpacking m4 (1.4.18-5) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 65.93 Selecting previously unselected package autoconf.
02:58:11 [2022-08-22T02:58:11.721Z] #76 65.93 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 65.94 Unpacking autoconf (2.69-14) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 66.75 Selecting previously unselected package autotools-dev.
02:58:11 [2022-08-22T02:58:11.721Z] #76 66.77 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 66.79 Unpacking autotools-dev (20180224.1+nmu1) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 67.13 Selecting previously unselected package automake.
02:58:11 [2022-08-22T02:58:11.721Z] #76 67.13 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 67.14 Unpacking automake (1:1.16.3-2) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 68.17 Selecting previously unselected package patch.
02:58:11 [2022-08-22T02:58:11.721Z] #76 68.18 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 68.19 Unpacking patch (2.7.6-7) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 68.52 Selecting previously unselected package dpkg-dev.
02:58:11 [2022-08-22T02:58:11.721Z] #76 68.53 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 68.54 Unpacking dpkg-dev (1.20.11) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 70.31 Selecting previously unselected package build-essential.
02:58:11 [2022-08-22T02:58:11.721Z] #76 70.39 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 70.39 Unpacking build-essential (12.9) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 70.83 Selecting previously unselected package libcap2:amd64.
02:58:11 [2022-08-22T02:58:11.721Z] #76 70.83 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 70.86 Unpacking libcap2:amd64 (1:2.44-1) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.10 Selecting previously unselected package libcap-dev:amd64.
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.10 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.11 Unpacking libcap-dev:amd64 (1:2.44-1) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.36 Selecting previously unselected package libprotobuf-c1:amd64.
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.36 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.39 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.62 Selecting previously unselected package libprotobuf-c-dev:amd64.
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.62 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.63 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.80 Selecting previously unselected package libseccomp-dev:amd64.
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.81 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.81 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.99 Selecting previously unselected package libsystemd-dev:amd64.
02:58:11 [2022-08-22T02:58:11.721Z] #76 71.99 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 72.01 Unpacking libsystemd-dev:amd64 (247.3-7) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 73.25 Selecting previously unselected package libtool.
02:58:11 [2022-08-22T02:58:11.721Z] #76 73.25 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 73.26 Unpacking libtool (2.4.6-15) ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 73.77 Selecting previously unselected package libudev-dev:amd64.
02:58:11 [2022-08-22T02:58:11.721Z] #76 73.79 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.721Z] #76 73.80 Unpacking libudev-dev:amd64 (247.3-7) ...
02:58:11 [2022-08-22T02:58:11.970Z] #44 5.947 -- The C compiler identification is GNU 10.2.1
02:58:11 [2022-08-22T02:58:11.970Z] #44 6.063 -- Detecting C compiler ABI info
02:58:11 [2022-08-22T02:58:11.986Z] #76 74.08 Selecting previously unselected package libyajl2:amd64.
02:58:11 [2022-08-22T02:58:11.986Z] #76 74.09 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
02:58:11 [2022-08-22T02:58:11.986Z] #76 74.10 Unpacking libyajl2:amd64 (2.1.0-3) ...
02:58:12 [2022-08-22T02:58:12.229Z] #44 ...
02:58:12 [2022-08-22T02:58:12.229Z] 
02:58:12 [2022-08-22T02:58:12.229Z] #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
02:58:12 [2022-08-22T02:58:12.229Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:58:12 [2022-08-22T02:58:12.229Z] #53 65.60 gotestsum version dev
02:58:12 [2022-08-22T02:58:12.229Z] #53 DONE 66.4s
02:58:12 [2022-08-22T02:58:12.229Z] 
02:58:12 [2022-08-22T02:58:12.229Z] #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
02:58:12 [2022-08-22T02:58:12.229Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:12 [2022-08-22T02:58:12.229Z] #14 66.26 Selecting previously unselected package gcc-mingw-w64-base.
02:58:12 [2022-08-22T02:58:12.229Z] #14 66.26 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
02:58:12 [2022-08-22T02:58:12.229Z] #14 66.28 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
02:58:12 [2022-08-22T02:58:12.229Z] #14 66.40 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
02:58:12 [2022-08-22T02:58:12.229Z] #14 66.43 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
02:58:12 [2022-08-22T02:58:12.229Z] #14 66.44 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
02:58:12 [2022-08-22T02:58:12.246Z] #76 74.27 Selecting previously unselected package libyajl-dev:amd64.
02:58:12 [2022-08-22T02:58:12.246Z] #76 74.27 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
02:58:12 [2022-08-22T02:58:12.246Z] #76 74.28 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
02:58:12 [2022-08-22T02:58:12.506Z] #76 74.51 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
02:58:12 [2022-08-22T02:58:12.506Z] #76 74.54 Setting up libmagic-mgc (1:5.39-3) ...
02:58:12 [2022-08-22T02:58:12.506Z] #76 74.58 Setting up libyajl2:amd64 (2.1.0-3) ...
02:58:12 [2022-08-22T02:58:12.506Z] #76 74.59 Setting up libmagic1:amd64 (1:5.39-3) ...
02:58:12 [2022-08-22T02:58:12.506Z] #76 74.61 Setting up file (1:5.39-3) ...
02:58:12 [2022-08-22T02:58:12.506Z] #76 74.62 Setting up bzip2 (1.0.8-4) ...
02:58:12 [2022-08-22T02:58:12.506Z] #76 74.63 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:58:12 [2022-08-22T02:58:12.506Z] #76 74.67 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
02:58:12 [2022-08-22T02:58:12.506Z] #76 74.68 Setting up libcap2:amd64 (1:2.44-1) ...
02:58:12 [2022-08-22T02:58:12.506Z] #76 74.69 Setting up autotools-dev (20180224.1+nmu1) ...
02:58:12 [2022-08-22T02:58:12.506Z] #76 74.70 Setting up libsigsegv2:amd64 (2.13-1) ...
02:58:12 [2022-08-22T02:58:12.506Z] #76 74.71 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
02:58:12 [2022-08-22T02:58:12.543Z] #77 ...
02:58:12 [2022-08-22T02:58:12.543Z] 
02:58:12 [2022-08-22T02:58:12.543Z] #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
02:58:12 [2022-08-22T02:58:12.543Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:12 [2022-08-22T02:58:12.543Z] #14 62.60 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]
02:58:12 [2022-08-22T02:58:12.543Z] #14 63.77 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]
02:58:12 [2022-08-22T02:58:12.543Z] #14 64.78 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]
02:58:12 [2022-08-22T02:58:12.543Z] #14 67.40 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]
02:58:12 [2022-08-22T02:58:12.543Z] #14 68.61 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]
02:58:12 [2022-08-22T02:58:12.543Z] #14 68.61 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.62 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.64 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.67 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.69 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]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.69 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.73 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.75 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.78 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.79 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.84 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.92 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.94 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.95 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 68.95 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
02:58:12 [2022-08-22T02:58:12.544Z] #14 71.03 debconf: delaying package configuration, since apt-utils is not installed
02:58:12 [2022-08-22T02:58:12.544Z] #14 71.68 Fetched 115 MB in 13s (8967 kB/s)
02:58:12 [2022-08-22T02:58:12.544Z] #14 71.95 Selecting previously unselected package binutils-mingw-w64-i686.
02:58:12 [2022-08-22T02:58:12.544Z] #14 71.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.)
02:58:12 [2022-08-22T02:58:12.544Z] #14 72.12 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
02:58:12 [2022-08-22T02:58:12.544Z] #14 72.17 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
02:58:12 [2022-08-22T02:58:12.544Z] #14 ...
02:58:12 [2022-08-22T02:58:12.544Z] 
02:58:12 [2022-08-22T02:58:12.544Z] #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
02:58:12 [2022-08-22T02:58:12.544Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:58:12 [2022-08-22T02:58:12.544Z] #55 68.70 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
02:58:12 [2022-08-22T02:58:12.544Z] #55 68.96 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
02:58:12 [2022-08-22T02:58:12.544Z] #55 69.04 go: downloading github.com/gobwas/glob v0.2.3
02:58:12 [2022-08-22T02:58:12.544Z] #55 69.15 go: downloading github.com/kisielk/gotool v1.0.0
02:58:12 [2022-08-22T02:58:12.544Z] #55 69.23 go: downloading github.com/gostaticanalysis/comment v1.4.2
02:58:12 [2022-08-22T02:58:12.544Z] #55 69.41 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
02:58:12 [2022-08-22T02:58:12.544Z] #55 69.45 go: downloading github.com/ettle/strcase v0.1.1
02:58:12 [2022-08-22T02:58:12.544Z] #55 69.64 go: downloading github.com/fatih/structtag v1.2.0
02:58:12 [2022-08-22T02:58:12.544Z] #55 69.67 go: downloading github.com/Masterminds/semver v1.5.0
02:58:12 [2022-08-22T02:58:12.544Z] #55 69.76 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
02:58:12 [2022-08-22T02:58:12.544Z] #55 69.97 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
02:58:12 [2022-08-22T02:58:12.544Z] #55 70.10 go: downloading github.com/prometheus/client_golang v1.12.1
02:58:12 [2022-08-22T02:58:12.544Z] #55 71.45 go: downloading github.com/prometheus/client_model v0.2.0
02:58:12 [2022-08-22T02:58:12.544Z] #55 71.67 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
02:58:12 [2022-08-22T02:58:12.544Z] #55 71.91 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:58:12 [2022-08-22T02:58:12.544Z] #55 71.92 go: downloading github.com/google/go-cmp v0.5.7
02:58:12 [2022-08-22T02:58:12.544Z] #55 72.03 go: downloading github.com/hexops/gotextdiff v1.0.3
02:58:12 [2022-08-22T02:58:12.544Z] #55 72.26 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
02:58:12 [2022-08-22T02:58:12.544Z] #55 72.35 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
02:58:12 [2022-08-22T02:58:12.544Z] #55 72.50 go: downloading github.com/olekukonko/tablewriter v0.0.5
02:58:12 [2022-08-22T02:58:12.544Z] #55 72.70 go: downloading github.com/beorn7/perks v1.0.1
02:58:12 [2022-08-22T02:58:12.544Z] #55 72.71 go: downloading github.com/cespare/xxhash/v2 v2.1.2
02:58:12 [2022-08-22T02:58:12.544Z] #55 72.93 go: downloading github.com/golang/protobuf v1.5.2
02:58:12 [2022-08-22T02:58:12.744Z] #84 115.7 checking command to parse /usr/bin/nm -B output from gcc object... ok
02:58:12 [2022-08-22T02:58:12.744Z] #84 116.7 checking for sysroot... no
02:58:12 [2022-08-22T02:58:12.744Z] #84 116.7 checking for a working dd... /bin/dd
02:58:12 [2022-08-22T02:58:12.744Z] #84 116.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
02:58:12 [2022-08-22T02:58:12.766Z] #76 74.79 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:58:12 [2022-08-22T02:58:12.766Z] #76 74.82 Setting up patch (2.7.6-7) ...
02:58:12 [2022-08-22T02:58:12.766Z] #76 74.84 Setting up libudev-dev:amd64 (247.3-7) ...
02:58:12 [2022-08-22T02:58:12.766Z] #76 74.85 Setting up libyajl-dev:amd64 (2.1.0-3) ...
02:58:12 [2022-08-22T02:58:12.766Z] #76 74.88 Setting up libcap-dev:amd64 (1:2.44-1) ...
02:58:12 [2022-08-22T02:58:12.766Z] #76 74.89 Setting up libsystemd-dev:amd64 (247.3-7) ...
02:58:12 [2022-08-22T02:58:12.766Z] #76 74.91 Setting up libtool (2.4.6-15) ...
02:58:12 [2022-08-22T02:58:12.766Z] #76 74.92 Setting up m4 (1.4.18-5) ...
02:58:12 [2022-08-22T02:58:12.766Z] #76 74.94 Setting up dpkg-dev (1.20.11) ...
02:58:12 [2022-08-22T02:58:12.766Z] #76 74.99 Setting up autoconf (2.69-14) ...
02:58:12 [2022-08-22T02:58:12.801Z] #55 72.93 go: downloading github.com/prometheus/common v0.32.1
02:58:13 [2022-08-22T02:58:13.027Z] #76 75.02 Setting up build-essential (12.9) ...
02:58:13 [2022-08-22T02:58:13.027Z] #76 75.03 Setting up automake (1:1.16.3-2) ...
02:58:13 [2022-08-22T02:58:13.027Z] #76 75.04 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
02:58:13 [2022-08-22T02:58:13.027Z] #76 75.05 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:58:13 [2022-08-22T02:58:13.343Z] #84 117.2 checking for mt... no
02:58:13 [2022-08-22T02:58:13.343Z] #84 117.2 checking if : is a manifest tool... no
02:58:13 [2022-08-22T02:58:13.343Z] #84 117.2 checking how to run the C preprocessor... gcc -E
02:58:13 [2022-08-22T02:58:13.385Z] #55 73.57 go: downloading github.com/prometheus/procfs v0.7.3
02:58:13 [2022-08-22T02:58:13.644Z] #55 ...
02:58:13 [2022-08-22T02:58:13.645Z] 
02:58:13 [2022-08-22T02:58:13.645Z] #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
02:58:13 [2022-08-22T02:58:13.645Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1
02:58:13 [2022-08-22T02:58:13.645Z] #40 73.92 NAME:
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.93    go-winres - A tool for embedding resources in Windows executables
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.93 
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94 USAGE:
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94    go-winres [global options] command [command options] [arguments...]
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94 
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94 COMMANDS:
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94    init     Create an initial ./winres/winres.json
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94    make     Make syso files for the "go build" command
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94    simply   Make syso files for the "go build" command (simplified)
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94    extract  Extract all resources from an executable
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94    patch    Replace resources in an executable file (exe, dll)
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94    help, h  Shows a list of commands or help for one command
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94 
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94 GLOBAL OPTIONS:
02:58:13 [2022-08-22T02:58:13.902Z] #40 73.94    --help, -h  show help (default: false)
02:58:13 [2022-08-22T02:58:13.902Z] #40 DONE 74.2s
02:58:13 [2022-08-22T02:58:13.902Z] 
02:58:13 [2022-08-22T02:58:13.902Z] #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
02:58:13 [2022-08-22T02:58:13.902Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
02:58:13 [2022-08-22T02:58:13.902Z] #55 74.22 go: downloading google.golang.org/protobuf v1.28.0
02:58:13 [2022-08-22T02:58:13.969Z] #76 DONE 75.8s
02:58:13 [2022-08-22T02:58:13.969Z] 
02:58:13 [2022-08-22T02:58:13.969Z] #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
02:58:13 [2022-08-22T02:58:13.969Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:14 [2022-08-22T02:58:14.288Z] #84 117.4 checking for ANSI C header files... yes
02:58:14 [2022-08-22T02:58:14.288Z] #84 118.5 checking for sys/types.h... yes
02:58:14 [2022-08-22T02:58:14.808Z] #84 118.8 checking for sys/stat.h... yes
02:58:14 [2022-08-22T02:58:14.835Z] #55 75.00 go: downloading github.com/mattn/go-runewidth v0.0.9
02:58:14 [2022-08-22T02:58:14.835Z] #55 75.25 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
02:58:14 [2022-08-22T02:58:14.910Z] #77 1.325 Cloning into '/tmp/crun-build'...
02:58:15 [2022-08-22T02:58:15.068Z] #84 119.2 checking for stdlib.h... yes
02:58:15 [2022-08-22T02:58:15.327Z] #84 119.4 checking for string.h... yes
02:58:15 [2022-08-22T02:58:15.588Z] #84 119.8 checking for memory.h... yes
02:58:16 [2022-08-22T02:58:16.109Z] #84 120.0 checking for strings.h... yes
02:58:16 [2022-08-22T02:58:16.368Z] #84 120.4 checking for inttypes.h... yes
02:58:16 [2022-08-22T02:58:16.470Z] #14 ...
02:58:16 [2022-08-22T02:58:16.470Z] 
02:58:16 [2022-08-22T02:58:16.470Z] #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
02:58:16 [2022-08-22T02:58:16.470Z] #44 sha256:d1d35086b0c29c5cbe7bb9901cea4148b40771e4a0aaa82fc50ea6b154e43fb7
02:58:16 [2022-08-22T02:58:16.470Z] #44 6.723 -- Detecting C compiler ABI info - done
02:58:16 [2022-08-22T02:58:16.470Z] #44 6.842 -- Check for working C compiler: /usr/bin/cc - skipped
02:58:16 [2022-08-22T02:58:16.470Z] #44 6.842 -- Detecting C compile features
02:58:16 [2022-08-22T02:58:16.470Z] #44 6.842 -- Detecting C compile features - done
02:58:16 [2022-08-22T02:58:16.470Z] #44 6.895 -- Performing Test HAS_BUILTIN_FORTIFY
02:58:16 [2022-08-22T02:58:16.470Z] #44 7.095 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
02:58:16 [2022-08-22T02:58:16.470Z] #44 7.217 -- Configuring done
02:58:16 [2022-08-22T02:58:16.470Z] #44 7.217 -- Generating done
02:58:16 [2022-08-22T02:58:16.470Z] #44 7.227 -- Build files have been written to: /tmp/tmp.luczrhMvuz/tini
02:58:16 [2022-08-22T02:58:16.470Z] #44 7.251 + make tini-static
02:58:16 [2022-08-22T02:58:16.470Z] #44 7.490 Scanning dependencies of target tini-static
02:58:16 [2022-08-22T02:58:16.470Z] #44 7.543 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
02:58:16 [2022-08-22T02:58:16.470Z] #44 8.922 [100%] Linking C executable tini-static
02:58:16 [2022-08-22T02:58:16.470Z] #44 9.691 [100%] Built target tini-static
02:58:16 [2022-08-22T02:58:16.470Z] #44 9.748 + mkdir -p /build
02:58:16 [2022-08-22T02:58:16.470Z] #44 9.748 + cp tini-static /build/docker-init
02:58:16 [2022-08-22T02:58:16.470Z] #44 DONE 10.7s
02:58:16 [2022-08-22T02:58:16.626Z] #84 120.6 checking for stdint.h... yes
02:58:16 [2022-08-22T02:58:16.726Z] 
02:58:16 [2022-08-22T02:58:16.726Z] #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
02:58:16 [2022-08-22T02:58:16.726Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:16 [2022-08-22T02:58:16.726Z] #77 23.63 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
02:58:16 [2022-08-22T02:58:16.726Z] #77 23.88 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
02:58:16 [2022-08-22T02:58:16.726Z] #77 24.11 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
02:58:17 [2022-08-22T02:58:17.194Z] #84 120.9 checking for unistd.h... yes
02:58:17 [2022-08-22T02:58:17.194Z] #84 121.3 checking for dlfcn.h... yes
02:58:17 [2022-08-22T02:58:17.354Z] #55 ...
02:58:17 [2022-08-22T02:58:17.354Z] 
02:58:17 [2022-08-22T02:58:17.354Z] #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
02:58:17 [2022-08-22T02:58:17.355Z] #64 sha256:80292288bea20eb251a6d6c9729ce3eb6858e0f93da1a22516f493d3dcc8c985
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.694 + RM_GOPATH=0
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.694 + TMP_GOPATH=
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.694 + : /build
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.694 + '[' -z '' ']'
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.694 ++ mktemp -d
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.694 + export GOPATH=/tmp/tmp.Dti8g2Yj0v
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.694 + GOPATH=/tmp/tmp.Dti8g2Yj0v
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.694 + RM_GOPATH=1
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.694 + case "$(go env GOARCH)" in
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.694 ++ go env GOARCH
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.738 + export GO_BUILDMODE=-buildmode=pie
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.738 + GO_BUILDMODE=-buildmode=pie
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.738 ++ dirname /install.sh
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.738 + dir=/
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.738 + bin=containerd
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.738 + shift
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.738 + '[' '!' -f //containerd.installer ']'
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.738 + . //containerd.installer
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.738 ++ set -e
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.738 ++ : v1.6.7
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.738 + install_containerd
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.738 Install containerd version v1.6.7
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.741 + echo 'Install containerd version v1.6.7'
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.741 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Dti8g2Yj0v/src/github.com/containerd/containerd
02:58:17 [2022-08-22T02:58:17.355Z] #64 2.759 Cloning into '/tmp/tmp.Dti8g2Yj0v/src/github.com/containerd/containerd'...
02:58:17 [2022-08-22T02:58:17.454Z] #84 121.6 checking for objdir... .libs
02:58:17 [2022-08-22T02:58:17.611Z] #64 ...
02:58:17 [2022-08-22T02:58:17.611Z] 
02:58:17 [2022-08-22T02:58:17.611Z] #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
02:58:17 [2022-08-22T02:58:17.611Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:17 [2022-08-22T02:58:17.611Z] #14 77.05 Selecting previously unselected package binutils-mingw-w64-x86-64.
02:58:17 [2022-08-22T02:58:17.611Z] #14 77.05 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
02:58:17 [2022-08-22T02:58:17.611Z] #14 77.06 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
02:58:17 [2022-08-22T02:58:17.715Z] #84 ...
02:58:17 [2022-08-22T02:58:17.715Z] 
02:58:17 [2022-08-22T02:58:17.715Z] #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
02:58:17 [2022-08-22T02:58:17.715Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:58:17 [2022-08-22T02:58:17.715Z] #19 154.7 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
02:58:17 [2022-08-22T02:58:17.715Z] #19 154.7 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 154.7 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 154.9 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 154.9 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 154.9 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.2 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.2 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.2 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.2 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.2 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.2 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.2 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.2 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.2 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.2 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.3 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.3 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.3 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.3 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.4 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.4 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.4 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.4 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.4 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.5 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.5 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 155.5 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]
02:58:17 [2022-08-22T02:58:17.715Z] #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]
02:58:17 [2022-08-22T02:58:17.715Z] #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]
02:58:17 [2022-08-22T02:58:17.715Z] #19 160.9 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 161.0 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
02:58:17 [2022-08-22T02:58:17.715Z] #19 161.2 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]
02:58:17 [2022-08-22T02:58:17.781Z] #77 ...
02:58:17 [2022-08-22T02:58:17.781Z] 
02:58:17 [2022-08-22T02:58:17.781Z] #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
02:58:17 [2022-08-22T02:58:17.781Z] #64 sha256:6a5874ca715bd99efdb538bae2b9fc7b8788b03c941cb97fa996da00e95da226
02:58:17 [2022-08-22T02:58:17.781Z] #64 40.38 Updating files:  56% (2825/4961)
Updating files:  57% (2828/4961)
Updating files:  58% (2878/4961)
Updating files:  59% (2927/4961)
Updating files:  60% (2977/4961)
Updating files:  61% (3027/4961)
Updating files:  62% (3076/4961)
Updating files:  63% (3126/4961)
Updating files:  64% (3176/4961)
Updating files:  65% (3225/4961)
Updating files:  66% (3275/4961)
Updating files:  67% (3324/4961)
Updating files:  68% (3374/4961)
Updating files:  69% (3424/4961)
Updating files:  70% (3473/4961)
Updating files:  71% (3523/4961)
Updating files:  72% (3572/4961)
Updating files:  73% (3622/4961)
Updating files:  74% (3672/4961)
Updating files:  75% (3721/4961)
Updating files:  76% (3771/4961)
Updating files:  77% (3820/4961)
Updating files:  78% (3870/4961)
Updating files:  79% (3920/4961)
Updating files:  80% (3969/4961)
Updating files:  81% (4019/4961)
Updating files:  82% (4069/4961)
Updating files:  83% (4118/4961)
Updating files:  84% (4168/4961)
Updating files:  85% (4217/4961)
Updating files:  86% (4267/4961)
Updating files:  87% (4317/4961)
Updating files:  88% (4366/4961)
Updating files:  89% (4416/4961)
Updating files:  90% (4465/4961)
Updating files:  91% (4515/4961)
Updating files:  92% (4565/4961)
Updating files:  93% (4614/4961)
Updating files:  94% (4664/4961)
Updating files:  95% (4713/4961)
Updating files:  96% (4763/4961)
Updating files:  97% (4813/4961)
Updating files:  98% (4862/4961)
Updating files:  98% (4868/4961)
Updating files:  99% (4912/4961)
Updating files: 100% (4961/4961)
Updating files: 100% (4961/4961), done.
02:58:17 [2022-08-22T02:58:17.781Z] #64 41.51 + cd /tmp/tmp.06Bt50XZAW/src/github.com/containerd/containerd
02:58:17 [2022-08-22T02:58:17.781Z] #64 41.51 + git checkout -q v1.6.7
02:58:17 [2022-08-22T02:58:17.976Z] #19 165.0 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
02:58:17 [2022-08-22T02:58:17.977Z] #19 165.0 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
02:58:17 [2022-08-22T02:58:17.977Z] #19 165.0 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
02:58:17 [2022-08-22T02:58:17.977Z] #19 165.1 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
02:58:17 [2022-08-22T02:58:17.977Z] #19 ...
02:58:17 [2022-08-22T02:58:17.977Z] 
02:58:17 [2022-08-22T02:58:17.977Z] #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
02:58:17 [2022-08-22T02:58:17.977Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:17 [2022-08-22T02:58:17.977Z] #84 122.1 checking if gcc supports -fno-rtti -fno-exceptions... no
02:58:17 [2022-08-22T02:58:17.977Z] #84 122.3 checking for gcc option to produce PIC... -fPIC -DPIC
02:58:18 [2022-08-22T02:58:18.236Z] #84 122.3 checking if gcc PIC flag -fPIC -DPIC works... yes
02:58:18 [2022-08-22T02:58:18.710Z] #64 42.85 + export 'BUILDTAGS=netgo osusergo static_build'
02:58:18 [2022-08-22T02:58:18.710Z] #64 42.85 + BUILDTAGS='netgo osusergo static_build'
02:58:18 [2022-08-22T02:58:18.710Z] #64 42.85 + export EXTRA_FLAGS=-buildmode=pie
02:58:18 [2022-08-22T02:58:18.710Z] #64 42.85 + EXTRA_FLAGS=-buildmode=pie
02:58:18 [2022-08-22T02:58:18.710Z] #64 42.85 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
02:58:18 [2022-08-22T02:58:18.710Z] #64 42.85 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
02:58:18 [2022-08-22T02:58:18.710Z] #64 42.85 + '[' '' = dynamic ']'
02:58:18 [2022-08-22T02:58:18.710Z] #64 42.85 + make
02:58:18 [2022-08-22T02:58:18.981Z] #14 ...
02:58:18 [2022-08-22T02:58:18.981Z] 
02:58:18 [2022-08-22T02:58:18.981Z] #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
02:58:18 [2022-08-22T02:58:18.981Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:58:18 [2022-08-22T02:58:18.981Z] #42 68.93 debconf: delaying package configuration, since apt-utils is not installed
02:58:18 [2022-08-22T02:58:18.981Z] #42 69.42 Fetched 17.7 MB in 3s (7091 kB/s)
02:58:18 [2022-08-22T02:58:18.981Z] #42 69.56 Selecting previously unselected package xxd.
02:58:18 [2022-08-22T02:58:18.981Z] #42 69.56 (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.)
02:58:18 [2022-08-22T02:58:18.981Z] #42 69.70 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
02:58:18 [2022-08-22T02:58:18.981Z] #42 69.72 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
02:58:18 [2022-08-22T02:58:18.981Z] #42 70.11 Selecting previously unselected package vim-common.
02:58:18 [2022-08-22T02:58:18.981Z] #42 70.14 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
02:58:18 [2022-08-22T02:58:18.981Z] #42 70.15 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
02:58:18 [2022-08-22T02:58:18.981Z] #42 70.75 Selecting previously unselected package cmake-data.
02:58:18 [2022-08-22T02:58:18.981Z] #42 70.75 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
02:58:18 [2022-08-22T02:58:18.981Z] #42 70.77 Unpacking cmake-data (3.18.4-2+deb11u1) ...
02:58:18 [2022-08-22T02:58:18.981Z] #42 76.88 Selecting previously unselected package libicu67:amd64.
02:58:18 [2022-08-22T02:58:18.981Z] #42 76.90 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
02:58:18 [2022-08-22T02:58:18.981Z] #42 76.92 Unpacking libicu67:amd64 (67.1-7) ...
02:58:18 [2022-08-22T02:58:18.981Z] #42 ...
02:58:18 [2022-08-22T02:58:18.981Z] 
02:58:18 [2022-08-22T02:58:18.981Z] #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
02:58:18 [2022-08-22T02:58:18.981Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:58:18 [2022-08-22T02:58:18.981Z] #34 77.64 Updating files:  76% (1162/1521)
Updating files:  77% (1172/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)
02:58:18 [2022-08-22T02:58:18.981Z] #34 ...
02:58:18 [2022-08-22T02:58:18.981Z] 
02:58:18 [2022-08-22T02:58:18.981Z] #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
02:58:18 [2022-08-22T02:58:18.981Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:58:18 [2022-08-22T02:58:18.981Z] #51 63.79 Get:7 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
02:58:18 [2022-08-22T02:58:18.981Z] #51 65.98 debconf: delaying package configuration, since apt-utils is not installed
02:58:18 [2022-08-22T02:58:18.981Z] #51 66.31 Fetched 2315 kB in 4s (630 kB/s)
02:58:18 [2022-08-22T02:58:18.981Z] #51 66.54 Selecting previously unselected package libprotobuf23:amd64.
02:58:18 [2022-08-22T02:58:18.981Z] #51 66.54 (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.)
02:58:18 [2022-08-22T02:58:18.981Z] #51 66.71 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 66.77 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 68.48 Selecting previously unselected package python3-pkg-resources.
02:58:18 [2022-08-22T02:58:18.981Z] #51 68.48 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 68.49 Unpacking python3-pkg-resources (52.0.0-4) ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 68.92 Selecting previously unselected package python3-six.
02:58:18 [2022-08-22T02:58:18.981Z] #51 68.93 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 68.97 Unpacking python3-six (1.16.0-2) ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 69.15 Selecting previously unselected package python3-protobuf.
02:58:18 [2022-08-22T02:58:18.981Z] #51 69.15 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 69.22 Unpacking python3-protobuf (3.12.4-1) ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 70.26 Selecting previously unselected package libnet1:amd64.
02:58:18 [2022-08-22T02:58:18.981Z] #51 70.26 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 70.27 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 70.50 Selecting previously unselected package libnl-3-200:amd64.
02:58:18 [2022-08-22T02:58:18.981Z] #51 70.50 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 70.51 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 70.77 Selecting previously unselected package libprotobuf-c1:amd64.
02:58:18 [2022-08-22T02:58:18.981Z] #51 70.78 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 70.78 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 70.97 Selecting previously unselected package criu.
02:58:18 [2022-08-22T02:58:18.981Z] #51 70.97 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 70.99 Unpacking criu (3.17.1-1) ...
02:58:18 [2022-08-22T02:58:18.981Z] #51 72.06 Setting up python3-pkg-resources (52.0.0-4) ...
02:58:19 [2022-08-22T02:58:19.112Z] #77 ...
02:58:19 [2022-08-22T02:58:19.112Z] 
02:58:19 [2022-08-22T02:58:19.112Z] #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
02:58:19 [2022-08-22T02:58:19.112Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:58:19 [2022-08-22T02:58:19.112Z] #51 70.48 Selecting previously unselected package libnet1:amd64.
02:58:19 [2022-08-22T02:58:19.112Z] #51 70.48 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 70.54 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 71.00 Selecting previously unselected package libnl-3-200:amd64.
02:58:19 [2022-08-22T02:58:19.112Z] #51 71.00 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 71.01 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 71.31 Selecting previously unselected package libprotobuf-c1:amd64.
02:58:19 [2022-08-22T02:58:19.112Z] #51 71.31 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 71.32 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 71.60 Selecting previously unselected package criu.
02:58:19 [2022-08-22T02:58:19.112Z] #51 71.60 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 71.61 Unpacking criu (3.17.1-1) ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 73.06 Setting up python3-pkg-resources (52.0.0-4) ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 75.98 Setting up libprotobuf23:amd64 (3.12.4-1) ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 76.01 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 76.05 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 76.08 Setting up python3-six (1.16.0-2) ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 78.19 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
02:58:19 [2022-08-22T02:58:19.112Z] #51 78.22 Setting up python3-protobuf (3.12.4-1) ...
02:58:19 [2022-08-22T02:58:19.177Z] #84 122.5 checking if gcc static flag -static works... yes
02:58:19 [2022-08-22T02:58:19.237Z] #51 ...
02:58:19 [2022-08-22T02:58:19.237Z] 
02:58:19 [2022-08-22T02:58:19.237Z] #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
02:58:19 [2022-08-22T02:58:19.237Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:58:19 [2022-08-22T02:58:19.376Z] #51 ...
02:58:19 [2022-08-22T02:58:19.376Z] 
02:58:19 [2022-08-22T02:58:19.376Z] #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
02:58:19 [2022-08-22T02:58:19.376Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:19 [2022-08-22T02:58:19.376Z] #14 76.13 Selecting previously unselected package binutils-mingw-w64-x86-64.
02:58:19 [2022-08-22T02:58:19.376Z] #14 76.13 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
02:58:19 [2022-08-22T02:58:19.376Z] #14 76.15 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
02:58:19 [2022-08-22T02:58:19.376Z] #14 80.87 Selecting previously unselected package binutils-mingw-w64.
02:58:19 [2022-08-22T02:58:19.376Z] #14 80.87 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
02:58:19 [2022-08-22T02:58:19.376Z] #14 80.90 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
02:58:19 [2022-08-22T02:58:19.376Z] #14 81.29 Selecting previously unselected package libdevmapper1.02.1:amd64.
02:58:19 [2022-08-22T02:58:19.376Z] #14 81.29 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
02:58:19 [2022-08-22T02:58:19.376Z] #14 81.35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
02:58:19 [2022-08-22T02:58:19.436Z] #84 123.4 checking if gcc supports -c -o file.o... yes
02:58:19 [2022-08-22T02:58:19.436Z] #84 123.6 checking if gcc supports -c -o file.o... (cached) yes
02:58:19 [2022-08-22T02:58:19.436Z] #84 123.6 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
02:58:19 [2022-08-22T02:58:19.640Z] #14 81.72 Selecting previously unselected package dmsetup.
02:58:19 [2022-08-22T02:58:19.640Z] #14 81.72 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
02:58:19 [2022-08-22T02:58:19.640Z] #14 81.73 Unpacking dmsetup (2:1.02.175-2.1) ...
02:58:19 [2022-08-22T02:58:19.900Z] #14 82.13 Selecting previously unselected package mingw-w64-common.
02:58:20 [2022-08-22T02:58:20.007Z] #84 123.7 checking dynamic linker characteristics... GNU/Linux ld.so
02:58:20 [2022-08-22T02:58:20.007Z] #84 124.3 checking how to hardcode library paths into programs... immediate
02:58:20 [2022-08-22T02:58:20.007Z] #84 124.3 checking whether stripping libraries is possible... yes
02:58:20 [2022-08-22T02:58:20.007Z] #84 124.4 checking if libtool supports shared libraries... yes
02:58:20 [2022-08-22T02:58:20.007Z] #84 124.4 checking whether to build shared libraries... no
02:58:20 [2022-08-22T02:58:20.007Z] #84 124.4 checking whether to build static libraries... yes
02:58:20 [2022-08-22T02:58:20.160Z] #14 82.13 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
02:58:20 [2022-08-22T02:58:20.160Z] #14 82.15 Unpacking mingw-w64-common (8.0.0-1) ...
02:58:20 [2022-08-22T02:58:20.160Z] #14 ...
02:58:20 [2022-08-22T02:58:20.160Z] 
02:58:20 [2022-08-22T02:58:20.160Z] #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
02:58:20 [2022-08-22T02:58:20.160Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:58:20 [2022-08-22T02:58:20.160Z] #42 82.15 Selecting previously unselected package libxml2:amd64.
02:58:20 [2022-08-22T02:58:20.160Z] #42 82.15 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
02:58:20 [2022-08-22T02:58:20.160Z] #42 82.16 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
02:58:20 [2022-08-22T02:58:20.267Z] #84 124.4 checking for a BSD-compatible install... /usr/bin/install -c
02:58:20 [2022-08-22T02:58:20.268Z] #84 124.4 checking whether build environment is sane... yes
02:58:20 [2022-08-22T02:58:20.268Z] #84 124.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
02:58:20 [2022-08-22T02:58:20.268Z] #84 124.5 checking whether make sets $(MAKE)... yes
02:58:20 [2022-08-22T02:58:20.268Z] #84 124.5 checking whether make supports the include directive... yes (GNU style)
02:58:20 [2022-08-22T02:58:20.268Z] #84 124.6 checking whether make supports nested variables... yes
02:58:20 [2022-08-22T02:58:20.314Z] #34 77.64 Updating files:  76% (1162/1521)
Updating files:  77% (1172/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% (1402/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.
02:58:20 [2022-08-22T02:58:20.314Z] #34 79.18 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
02:58:20 [2022-08-22T02:58:20.527Z] #84 124.7 checking whether UID '0' is supported by ustar format... yes
02:58:20 [2022-08-22T02:58:20.527Z] #84 124.7 checking whether GID '0' is supported by ustar format... yes
02:58:20 [2022-08-22T02:58:20.571Z] #34 79.39 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
02:58:20 [2022-08-22T02:58:20.605Z] #64 44.53 + bin/ctr
02:58:20 [2022-08-22T02:58:20.786Z] #84 124.7 checking how to create a ustar tar archive... gnutar
02:58:20 [2022-08-22T02:58:20.895Z] #77 ...
02:58:20 [2022-08-22T02:58:20.895Z] 
02:58:20 [2022-08-22T02:58:20.895Z] #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
02:58:20 [2022-08-22T02:58:20.895Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:20 [2022-08-22T02:58:20.895Z] #14 74.76 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
02:58:20 [2022-08-22T02:58:20.895Z] #14 74.76 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
02:58:20 [2022-08-22T02:58:20.895Z] #14 74.77 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:58:21 [2022-08-22T02:58:21.045Z] #84 125.0 checking dependency style of gcc... gcc3
02:58:21 [2022-08-22T02:58:21.045Z] #84 125.3 checking whether to enable maintainer-specific portions of Makefiles... yes
02:58:21 [2022-08-22T02:58:21.045Z] #84 125.3 checking whether make supports nested variables... (cached) yes
02:58:21 [2022-08-22T02:58:21.045Z] #84 125.3 checking for gawk... (cached) mawk
02:58:21 [2022-08-22T02:58:21.045Z] #84 125.3 checking for a sed that does not truncate output... (cached) /bin/sed
02:58:21 [2022-08-22T02:58:21.045Z] #84 125.3 checking for gcc... (cached) gcc
02:58:21 [2022-08-22T02:58:21.310Z] #84 125.4 checking whether we are using the GNU C compiler... (cached) yes
02:58:21 [2022-08-22T02:58:21.310Z] #84 125.4 checking whether gcc accepts -g... (cached) yes
02:58:21 [2022-08-22T02:58:21.310Z] #84 125.4 checking for gcc option to accept ISO C89... (cached) none needed
02:58:21 [2022-08-22T02:58:21.310Z] #84 125.4 checking whether gcc understands -c and -o together... (cached) yes
02:58:21 [2022-08-22T02:58:21.310Z] #84 125.4 checking for a Python interpreter with version >= 3... python3
02:58:21 [2022-08-22T02:58:21.310Z] #84 125.6 checking for python3... /usr/bin/python3
02:58:21 [2022-08-22T02:58:21.359Z] #42 83.31 Selecting previously unselected package libarchive13:amd64.
02:58:21 [2022-08-22T02:58:21.359Z] #42 83.31 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
02:58:21 [2022-08-22T02:58:21.359Z] #42 83.32 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
02:58:21 [2022-08-22T02:58:21.576Z] #84 125.6 checking for python3 version... 3.9
02:58:21 [2022-08-22T02:58:21.576Z] #84 125.7 checking for python3 platform... linux
02:58:21 [2022-08-22T02:58:21.835Z] #84 125.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
02:58:21 [2022-08-22T02:58:21.836Z] #84 126.0 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
02:58:21 [2022-08-22T02:58:21.931Z] #42 84.10 Selecting previously unselected package libjsoncpp24:amd64.
02:58:21 [2022-08-22T02:58:21.931Z] #42 84.10 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
02:58:21 [2022-08-22T02:58:21.931Z] #42 84.13 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
02:58:22 [2022-08-22T02:58:22.105Z] #84 126.2 checking for go-md2man... no
02:58:22 [2022-08-22T02:58:22.105Z] #84 126.2 checking error.h usability... yes
02:58:22 [2022-08-22T02:58:22.241Z] #42 84.40 Selecting previously unselected package librhash0:amd64.
02:58:22 [2022-08-22T02:58:22.241Z] #42 84.42 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
02:58:22 [2022-08-22T02:58:22.241Z] #42 84.43 Unpacking librhash0:amd64 (1.4.1-2) ...
02:58:22 [2022-08-22T02:58:22.364Z] #84 126.5 checking error.h presence... yes
02:58:22 [2022-08-22T02:58:22.365Z] #84 126.5 checking for error.h... yes
02:58:22 [2022-08-22T02:58:22.898Z] #42 85.04 Selecting previously unselected package libuv1:amd64.
02:58:22 [2022-08-22T02:58:22.898Z] #42 85.04 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
02:58:22 [2022-08-22T02:58:22.898Z] #42 85.04 Unpacking libuv1:amd64 (1.40.0-2) ...
02:58:22 [2022-08-22T02:58:22.937Z] #84 126.6 checking linux/openat2.h usability... yes
02:58:22 [2022-08-22T02:58:22.937Z] #84 127.0 checking linux/openat2.h presence... yes
02:58:22 [2022-08-22T02:58:22.937Z] #84 127.1 checking for linux/openat2.h... yes
02:58:23 [2022-08-22T02:58:23.472Z] #42 85.45 Selecting previously unselected package cmake.
02:58:23 [2022-08-22T02:58:23.472Z] #42 85.46 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
02:58:23 [2022-08-22T02:58:23.472Z] #42 85.46 Unpacking cmake (3.18.4-2+deb11u1) ...
02:58:23 [2022-08-22T02:58:23.505Z] #84 127.1 checking for copy_file_range... yes
02:58:23 [2022-08-22T02:58:23.764Z] #84 127.7 checking for fgetxattr... yes
02:58:24 [2022-08-22T02:58:24.334Z] #84 128.0 checking for statx... yes
02:58:24 [2022-08-22T02:58:24.902Z] #84 128.5 checking for fgetpwent_r... yes
02:58:25 [2022-08-22T02:58:25.162Z] #84 129.0 checking for issetugid... no
02:58:25 [2022-08-22T02:58:25.162Z] #84 129.3 checking for pkg-config... /usr/bin/pkg-config
02:58:25 [2022-08-22T02:58:25.162Z] #84 129.3 checking pkg-config is at least version 0.9.0... yes
02:58:26 [2022-08-22T02:58:26.013Z] #42 ...
02:58:26 [2022-08-22T02:58:26.013Z] 
02:58:26 [2022-08-22T02:58:26.013Z] #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
02:58:26 [2022-08-22T02:58:26.013Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:26 [2022-08-22T02:58:26.013Z] #77 12.19 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
02:58:26 [2022-08-22T02:58:26.013Z] #77 12.19 Cloning into '/tmp/crun-build/libocispec'...
02:58:26 [2022-08-22T02:58:26.100Z] #84 129.4 checking for library containing yajl_tree_get... -lyajl
02:58:26 [2022-08-22T02:58:26.100Z] #84 130.1 checking for yajl >= 2.0.0... yes
02:58:26 [2022-08-22T02:58:26.359Z] #84 130.2 checking sys/capability.h usability... yes
02:58:26 [2022-08-22T02:58:26.618Z] #84 130.6 checking sys/capability.h presence... yes
02:58:26 [2022-08-22T02:58:26.618Z] #84 130.8 checking for sys/capability.h... yes
02:58:27 [2022-08-22T02:58:27.188Z] #84 130.8 checking for library containing cap_from_name... -lcap
02:58:27 [2022-08-22T02:58:27.758Z] #84 131.5 checking for library containing dlopen... -ldl
02:58:27 [2022-08-22T02:58:27.933Z] #77 ...
02:58:27 [2022-08-22T02:58:27.933Z] 
02:58:27 [2022-08-22T02:58:27.933Z] #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
02:58:27 [2022-08-22T02:58:27.933Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:58:27 [2022-08-22T02:58:27.933Z] #51 84.85 Setting up criu (3.17.1-1) ...
02:58:27 [2022-08-22T02:58:27.933Z] #51 88.53 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:58:27 [2022-08-22T02:58:27.933Z] #51 DONE 89.5s
02:58:27 [2022-08-22T02:58:27.933Z] 
02:58:27 [2022-08-22T02:58:27.933Z] #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
02:58:27 [2022-08-22T02:58:27.933Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:27 [2022-08-22T02:58:27.933Z] #77 14.10 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
02:58:27 [2022-08-22T02:58:27.933Z] #77 14.15 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
02:58:27 [2022-08-22T02:58:27.933Z] #77 14.15 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
02:58:27 [2022-08-22T02:58:27.933Z] #77 14.15 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
02:58:27 [2022-08-22T02:58:27.933Z] #77 14.20 Cloning into '/tmp/crun-build/libocispec/image-spec'...
02:58:28 [2022-08-22T02:58:28.019Z] #84 132.1 checking seccomp.h usability... 
02:58:28 [2022-08-22T02:58:28.019Z] #84 ...
02:58:28 [2022-08-22T02:58:28.019Z] 
02:58:28 [2022-08-22T02:58:28.019Z] #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
02:58:28 [2022-08-22T02:58:28.019Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:58:28 [2022-08-22T02:58:28.019Z] #19 165.1 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 165.1 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
02:58:28 [2022-08-22T02:58:28.019Z] #19 165.1 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 165.2 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 165.2 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 165.3 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 165.3 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]
02:58:28 [2022-08-22T02:58:28.019Z] #19 168.2 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
02:58:28 [2022-08-22T02:58:28.019Z] #19 168.2 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 168.3 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 168.4 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 168.5 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]
02:58:28 [2022-08-22T02:58:28.019Z] #19 170.9 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
02:58:28 [2022-08-22T02:58:28.019Z] #19 170.9 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
02:58:28 [2022-08-22T02:58:28.019Z] #19 170.9 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 171.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]
02:58:28 [2022-08-22T02:58:28.019Z] #19 171.0 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 171.0 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 171.0 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
02:58:28 [2022-08-22T02:58:28.019Z] #19 171.0 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 171.2 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 171.2 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 171.4 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 171.4 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 171.5 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 171.5 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 171.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]
02:58:28 [2022-08-22T02:58:28.019Z] #19 174.1 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
02:58:28 [2022-08-22T02:58:28.019Z] #19 174.1 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 174.1 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 174.3 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
02:58:28 [2022-08-22T02:58:28.019Z] #19 174.5 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]
02:58:28 [2022-08-22T02:58:28.278Z] #19 ...
02:58:28 [2022-08-22T02:58:28.278Z] 
02:58:28 [2022-08-22T02:58:28.278Z] #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
02:58:28 [2022-08-22T02:58:28.278Z] #41 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:58:28 [2022-08-22T02:58:28.278Z] #41 DONE 188.6s
02:58:28 [2022-08-22T02:58:28.278Z] 
02:58:28 [2022-08-22T02:58:28.278Z] #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
02:58:28 [2022-08-22T02:58:28.278Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:28 [2022-08-22T02:58:28.278Z] #84 132.1 checking seccomp.h usability... yes
02:58:28 [2022-08-22T02:58:28.278Z] #84 132.4 checking seccomp.h presence... yes
02:58:28 [2022-08-22T02:58:28.278Z] #84 132.5 checking for seccomp.h... yes
02:58:28 [2022-08-22T02:58:28.693Z] #64 ...
02:58:28 [2022-08-22T02:58:28.693Z] 
02:58:28 [2022-08-22T02:58:28.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
02:58:28 [2022-08-22T02:58:28.693Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:58:28 [2022-08-22T02:58:28.693Z] #77 35.94 libtoolize: putting auxiliary files in '.'.
02:58:28 [2022-08-22T02:58:28.693Z] #77 35.95 libtoolize: copying file './ltmain.sh'
02:58:28 [2022-08-22T02:58:28.693Z] #77 36.75 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
02:58:28 [2022-08-22T02:58:28.693Z] #77 36.75 libtoolize: and rerunning libtoolize and aclocal.
02:58:28 [2022-08-22T02:58:28.693Z] #77 36.75 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
02:58:28 [2022-08-22T02:58:28.693Z] #77 44.57 configure.ac:7: installing './compile'
02:58:28 [2022-08-22T02:58:28.693Z] #77 44.57 configure.ac:11: installing './config.guess'
02:58:28 [2022-08-22T02:58:28.693Z] #77 44.59 configure.ac:11: installing './config.sub'
02:58:28 [2022-08-22T02:58:28.693Z] #77 44.60 configure.ac:8: installing './install-sh'
02:58:28 [2022-08-22T02:58:28.693Z] #77 44.61 configure.ac:8: installing './missing'
02:58:28 [2022-08-22T02:58:28.693Z] #77 44.75 Makefile.am: installing './depcomp'
02:58:28 [2022-08-22T02:58:28.693Z] #77 45.83 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
02:58:28 [2022-08-22T02:58:28.693Z] #77 45.84 libtoolize: copying file 'build-aux/ltmain.sh'
02:58:28 [2022-08-22T02:58:28.693Z] #77 46.01 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
02:58:28 [2022-08-22T02:58:28.693Z] #77 46.01 libtoolize: copying file 'm4/libtool.m4'
02:58:28 [2022-08-22T02:58:28.693Z] #77 46.17 libtoolize: copying file 'm4/ltoptions.m4'
02:58:28 [2022-08-22T02:58:28.693Z] #77 46.27 libtoolize: copying file 'm4/ltsugar.m4'
02:58:28 [2022-08-22T02:58:28.693Z] #77 46.39 libtoolize: copying file 'm4/ltversion.m4'
02:58:28 [2022-08-22T02:58:28.693Z] #77 46.50 libtoolize: copying file 'm4/lt~obsolete.m4'
02:58:28 [2022-08-22T02:58:28.693Z] #77 46.60 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
02:58:28 [2022-08-22T02:58:28.846Z] #84 132.5 checking for library containing seccomp_rule_add... -lseccomp
02:58:28 [2022-08-22T02:58:28.950Z] #77 ...
02:58:28 [2022-08-22T02:58:28.950Z] 
02:58:28 [2022-08-22T02:58:28.950Z] #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
02:58:28 [2022-08-22T02:58:28.950Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c
02:58:28 [2022-08-22T02:58:28.950Z] #14 77.70 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
02:58:28 [2022-08-22T02:58:28.950Z] #14 77.70 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
02:58:28 [2022-08-22T02:58:28.950Z] #14 77.71 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:58:28 [2022-08-22T02:58:28.950Z] #14 82.75 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
02:58:28 [2022-08-22T02:58:28.950Z] #14 82.75 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
02:58:28 [2022-08-22T02:58:28.950Z] #14 82.76 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
02:58:28 [2022-08-22T02:58:28.986Z] #14 ...
02:58:28 [2022-08-22T02:58:28.986Z] 
02:58:28 [2022-08-22T02:58:28.986Z] #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
02:58:28 [2022-08-22T02:58:28.986Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:28 [2022-08-22T02:58:28.986Z] #77 40.19 aclocal: warning: couldn't open directory 'm4': No such file or directory
02:58:29 [2022-08-22T02:58:29.107Z] #84 133.1 checking for library containing seccomp_arch_resolve_name... none required
02:58:29 [2022-08-22T02:58:29.675Z] #84 133.5 checking systemd/sd-bus.h usability... yes
02:58:29 [2022-08-22T02:58:29.675Z] #84 133.9 checking systemd/sd-bus.h presence... yes
02:58:29 [2022-08-22T02:58:29.675Z] #84 134.0 checking for systemd/sd-bus.h... yes
02:58:29 [2022-08-22T02:58:29.878Z] #14 88.50 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
02:58:29 [2022-08-22T02:58:29.879Z] #14 88.50 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
02:58:29 [2022-08-22T02:58:29.879Z] #14 88.51 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:58:30 [2022-08-22T02:58:30.523Z] #34 ...
02:58:30 [2022-08-22T02:58:30.523Z] 
02:58:30 [2022-08-22T02:58:30.523Z] #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
02:58:30 [2022-08-22T02:58:30.523Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:58:30 [2022-08-22T02:58:30.523Z] #42 89.14 Selecting previously unselected package libxml2:amd64.
02:58:30 [2022-08-22T02:58:30.523Z] #42 89.14 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
02:58:30 [2022-08-22T02:58:30.523Z] #42 89.15 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
02:58:30 [2022-08-22T02:58:30.523Z] #42 90.02 Selecting previously unselected package libarchive13:amd64.
02:58:30 [2022-08-22T02:58:30.523Z] #42 90.03 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
02:58:30 [2022-08-22T02:58:30.523Z] #42 90.04 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
02:58:30 [2022-08-22T02:58:30.523Z] #42 90.57 Selecting previously unselected package libjsoncpp24:amd64.
02:58:30 [2022-08-22T02:58:30.523Z] #42 ...
02:58:30 [2022-08-22T02:58:30.523Z] 
02:58:30 [2022-08-22T02:58:30.523Z] #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
02:58:30 [2022-08-22T02:58:30.523Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:58:30 [2022-08-22T02:58:30.523Z] #51 75.05 Setting up libprotobuf23:amd64 (3.12.4-1) ...
02:58:30 [2022-08-22T02:58:30.523Z] #51 75.08 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:58:30 [2022-08-22T02:58:30.523Z] #51 75.12 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
02:58:30 [2022-08-22T02:58:30.523Z] #51 75.17 Setting up python3-six (1.16.0-2) ...
02:58:30 [2022-08-22T02:58:30.523Z] #51 77.15 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
02:58:30 [2022-08-22T02:58:30.523Z] #51 77.28 Setting up python3-protobuf (3.12.4-1) ...
02:58:30 [2022-08-22T02:58:30.523Z] #51 84.23 Setting up criu (3.17.1-1) ...
02:58:30 [2022-08-22T02:58:30.523Z] #51 ...
02:58:30 [2022-08-22T02:58:30.523Z] 
02:58:30 [2022-08-22T02:58:30.523Z] #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
02:58:30 [2022-08-22T02:58:30.523Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:58:30 [2022-08-22T02:58:30.523Z] #42 90.58 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
02:58:30 [2022-08-22T02:58:30.523Z] #42 90.60 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
02:58:30 [2022-08-22T02:58:30.614Z] #84 134.0 checking for library containing sd_bus_match_signal_async... -lsystemd
02:58:30 [2022-08-22T02:58:30.780Z] #42 90.95 Selecting previously unselected package librhash0:amd64.
02:58:30 [2022-08-22T02:58:30.780Z] #42 90.97 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
02:58:30 [2022-08-22T02:58:30.780Z] #42 90.98 Unpacking librhash0:amd64 (1.4.1-2) ...
02:58:30 [2022-08-22T02:58:30.873Z] #84 134.8 checking for sd_notify_barrier... yes
02:58:31 [2022-08-22T02:58:31.037Z] #42 91.24 Selecting previously unselected package libuv1:amd64.
02:58:31 [2022-08-22T02:58:31.037Z] #42 91.25 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
02:58:31 [2022-08-22T02:58:31.037Z] #42 91.26 Unpacking libuv1:amd64 (1.40.0-2) ...
02:58:31 [2022-08-22T02:58:31.133Z] #84 135.2 checking linux/bpf.h usability... yes
02:58:31 [2022-08-22T02:58:31.294Z] #42 91.46 Selecting previously unselected package cmake.
02:58:31 [2022-08-22T02:58:31.294Z] #42 91.47 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
02:58:31 [2022-08-22T02:58:31.294Z] #42 91.48 Unpacking cmake (3.18.4-2+deb11u1) ...
02:58:31 [2022-08-22T02:58:31.394Z] #84 135.5 checking linux/bpf.h presence... yes
02:58:31 [2022-08-22T02:58:31.394Z] #84 135.6 checking for linux/bpf.h... yes
02:58:31 [2022-08-22T02:58:31.394Z] #84 135.6 checking compilation for eBPF... yes
02:58:31 [2022-08-22T02:58:31.657Z] #84 135.7 checking for criu >= 3.15... no
02:58:31 [2022-08-22T02:58:31.657Z] #84 135.7 configure: CRIU headers not found, building without CRIU support
02:58:31 [2022-08-22T02:58:31.657Z] #84 135.8 checking for criu > 3.16... no
02:58:31 [2022-08-22T02:58:31.657Z] #84 135.8 configure: CRIU version doesn't support join-ns API
02:58:31 [2022-08-22T02:58:31.657Z] #84 135.8 checking for criu > 3.16.1... no
02:58:31 [2022-08-22T02:58:31.657Z] #84 135.8 configure: CRIU version doesn't support for pre-dumping
02:58:31 [2022-08-22T02:58:31.657Z] #84 135.8 checking for new mount API (fsconfig)... yes
02:58:31 [2022-08-22T02:58:31.657Z] #84 135.9 checking for seccomp notify API... yes
02:58:31 [2022-08-22T02:58:31.858Z] #42 ...
02:58:31 [2022-08-22T02:58:31.858Z] 
02:58:31 [2022-08-22T02:58:31.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
02:58:31 [2022-08-22T02:58:31.858Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:31 [2022-08-22T02:58:31.858Z] #14 82.06 Selecting previously unselected package binutils-mingw-w64.
02:58:31 [2022-08-22T02:58:31.858Z] #14 82.07 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
02:58:31 [2022-08-22T02:58:31.858Z] #14 82.08 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
02:58:31 [2022-08-22T02:58:31.858Z] #14 82.46 Selecting previously unselected package libdevmapper1.02.1:amd64.
02:58:31 [2022-08-22T02:58:31.858Z] #14 82.46 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
02:58:31 [2022-08-22T02:58:31.858Z] #14 82.48 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
02:58:31 [2022-08-22T02:58:31.858Z] #14 82.84 Selecting previously unselected package dmsetup.
02:58:31 [2022-08-22T02:58:31.858Z] #14 82.84 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
02:58:31 [2022-08-22T02:58:31.858Z] #14 82.85 Unpacking dmsetup (2:1.02.175-2.1) ...
02:58:31 [2022-08-22T02:58:31.858Z] #14 83.27 Selecting previously unselected package mingw-w64-common.
02:58:31 [2022-08-22T02:58:31.858Z] #14 83.27 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
02:58:31 [2022-08-22T02:58:31.858Z] #14 83.28 Unpacking mingw-w64-common (8.0.0-1) ...
02:58:31 [2022-08-22T02:58:31.917Z] #84 136.0 checking for gperf... no
02:58:31 [2022-08-22T02:58:31.917Z] #84 136.0 configure: gperf not found - cannot rebuild signal parser code
02:58:31 [2022-08-22T02:58:31.917Z] #84 136.0 checking for library containing argp_parse... none required
02:58:32 [2022-08-22T02:58:32.132Z] #77 18.05 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
02:58:32 [2022-08-22T02:58:32.178Z] #84 136.4 checking that generated files are newer than configure... done
02:58:32 [2022-08-22T02:58:32.178Z] #84 136.4 configure: creating ./config.status
02:58:32 [2022-08-22T02:58:32.396Z] #77 ...
02:58:32 [2022-08-22T02:58:32.396Z] 
02:58:32 [2022-08-22T02:58:32.396Z] #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
02:58:32 [2022-08-22T02:58:32.396Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:58:32 [2022-08-22T02:58:32.396Z] #42 93.74 Setting up libicu67:amd64 (67.1-7) ...
02:58:32 [2022-08-22T02:58:32.396Z] #42 93.77 Setting up xxd (2:8.2.2434-3+deb11u1) ...
02:58:32 [2022-08-22T02:58:32.396Z] #42 93.78 Setting up libuv1:amd64 (1.40.0-2) ...
02:58:32 [2022-08-22T02:58:32.396Z] #42 93.80 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
02:58:32 [2022-08-22T02:58:32.396Z] #42 93.87 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
02:58:32 [2022-08-22T02:58:32.397Z] #42 93.92 Setting up librhash0:amd64 (1.4.1-2) ...
02:58:32 [2022-08-22T02:58:32.397Z] #42 93.96 Setting up cmake-data (3.18.4-2+deb11u1) ...
02:58:32 [2022-08-22T02:58:32.397Z] #42 94.01 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
02:58:32 [2022-08-22T02:58:32.397Z] #42 94.05 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
02:58:32 [2022-08-22T02:58:32.397Z] #42 94.07 Setting up cmake (3.18.4-2+deb11u1) ...
02:58:32 [2022-08-22T02:58:32.397Z] #42 94.10 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:58:32 [2022-08-22T02:58:32.397Z] #42 DONE 94.5s
02:58:32 [2022-08-22T02:58:32.397Z] 
02:58:32 [2022-08-22T02:58:32.397Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
02:58:32 [2022-08-22T02:58:32.397Z] #43 sha256:d54ea77cff7b2052e6b502a9c213d29296f28d6e982e2d9c2b2556b886783ed9
02:58:32 [2022-08-22T02:58:32.397Z] #43 DONE 0.1s
02:58:32 [2022-08-22T02:58:32.424Z] #14 ...
02:58:32 [2022-08-22T02:58:32.424Z] 
02:58:32 [2022-08-22T02:58:32.424Z] #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
02:58:32 [2022-08-22T02:58:32.424Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:32 [2022-08-22T02:58:32.424Z] #77 13.83 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
02:58:32 [2022-08-22T02:58:32.424Z] #77 13.87 Cloning into '/tmp/crun-build/libocispec'...
02:58:32 [2022-08-22T02:58:32.424Z] #77 15.75 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
02:58:32 [2022-08-22T02:58:32.424Z] #77 15.78 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
02:58:32 [2022-08-22T02:58:32.424Z] #77 15.78 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
02:58:32 [2022-08-22T02:58:32.424Z] #77 15.78 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
02:58:32 [2022-08-22T02:58:32.424Z] #77 15.82 Cloning into '/tmp/crun-build/libocispec/image-spec'...
02:58:32 [2022-08-22T02:58:32.424Z] #77 19.13 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
02:58:32 [2022-08-22T02:58:32.424Z] #77 22.48 Cloning into '/tmp/crun-build/libocispec/yajl'...
02:58:32 [2022-08-22T02:58:32.658Z] 
02:58:32 [2022-08-22T02:58:32.658Z] #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
02:58:32 [2022-08-22T02:58:32.658Z] #44 sha256:430ef591bf83c9cf373d21f083c5110b08705e9dfd7c199561ccaecd0256b773
02:58:32 [2022-08-22T02:58:32.685Z] #77 ...
02:58:32 [2022-08-22T02:58:32.685Z] 
02:58:32 [2022-08-22T02:58:32.685Z] #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
02:58:32 [2022-08-22T02:58:32.685Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e
02:58:32 [2022-08-22T02:58:32.685Z] #51 87.31 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:58:33 [2022-08-22T02:58:33.560Z] #84 ...
02:58:33 [2022-08-22T02:58:33.560Z] 
02:58:33 [2022-08-22T02:58:33.560Z] #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
02:58:33 [2022-08-22T02:58:33.560Z] #43 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 Delve is a source level debugger for Go programs.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 Delve enables you to interact with your program by controlling the execution of the process,
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 Pass flags to the program you are debugging using `--`, for example:
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 `dlv exec ./hello -- server --config conf/config.toml`
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 Usage:
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   dlv [command]
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 Available Commands:
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   attach      Attach to running process and begin debugging.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   connect     Connect to a headless debug server with a terminal client.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   core        Examine a core dump.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   debug       Compile and begin debugging main package in current directory, or the package specified.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   exec        Execute a precompiled binary, and begin a debug session.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   help        Help about any command
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   run         Deprecated command. Use 'debug' instead.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   test        Compile test binary and begin debugging program.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   trace       Compile and begin tracing program.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   version     Prints version.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 Flags:
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --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)
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --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)
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --disable-aslr                     Disables address space randomization
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   -h, --help                             help for dlv
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --init string                      Init file, executed by the terminal client.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --log                              Enable debugging server logging.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1       --wd string                        Working directory for running the program.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 Additional help topics:
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   dlv backend  Help about the --backend flag.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   dlv log      Help about logging flags.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1   dlv redirect Help about file redirection.
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 
02:58:33 [2022-08-22T02:58:33.560Z] #43 194.1 Use "dlv [command] --help" for more information about a command.
02:58:33 [2022-08-22T02:58:33.618Z] #51 DONE 88.5s
02:58:33 [2022-08-22T02:58:33.618Z] 
02:58:33 [2022-08-22T02:58:33.618Z] #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
02:58:33 [2022-08-22T02:58:33.618Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:33 [2022-08-22T02:58:33.618Z] #77 25.26 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.439 + RM_GOPATH=0
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.439 + TMP_GOPATH=
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.439 + : /build
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.439 + '[' -z '' ']'
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.439 ++ mktemp -d
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.439 + export GOPATH=/tmp/tmp.HhrYiYZbeA
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.439 + GOPATH=/tmp/tmp.HhrYiYZbeA
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.439 + RM_GOPATH=1
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.440 + case "$(go env GOARCH)" in
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.441 ++ go env GOARCH
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.515 + export GO_BUILDMODE=-buildmode=pie
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.515 + GO_BUILDMODE=-buildmode=pie
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.516 ++ dirname /install.sh
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.519 + dir=/
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.520 + bin=tini
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.520 + shift
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.520 + '[' '!' -f //tini.installer ']'
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.520 + . //tini.installer
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.520 ++ : v0.19.0
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.520 + install_tini
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.520 + echo 'Install tini version v0.19.0'
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.520 + git clone https://github.com/krallin/tini.git /tmp/tmp.HhrYiYZbeA/tini
02:58:34 [2022-08-22T02:58:34.039Z] #44 1.523 Install tini version v0.19.0
02:58:34 [2022-08-22T02:58:34.040Z] #44 1.579 Cloning into '/tmp/tmp.HhrYiYZbeA/tini'...
02:58:34 [2022-08-22T02:58:34.129Z] #43 DONE 194.9s
02:58:34 [2022-08-22T02:58:34.129Z] 
02:58:34 [2022-08-22T02:58:34.129Z] #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
02:58:34 [2022-08-22T02:58:34.129Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:58:34 [2022-08-22T02:58:34.129Z] #19 176.7 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
02:58:34 [2022-08-22T02:58:34.129Z] #19 176.7 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
02:58:34 [2022-08-22T02:58:34.129Z] #19 176.7 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
02:58:34 [2022-08-22T02:58:34.129Z] #19 176.7 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
02:58:34 [2022-08-22T02:58:34.129Z] #19 176.7 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
02:58:34 [2022-08-22T02:58:34.129Z] #19 176.7 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
02:58:34 [2022-08-22T02:58:34.129Z] #19 176.7 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
02:58:34 [2022-08-22T02:58:34.129Z] #19 176.7 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
02:58:34 [2022-08-22T02:58:34.129Z] #19 176.8 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
02:58:34 [2022-08-22T02:58:34.129Z] #19 176.8 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
02:58:34 [2022-08-22T02:58:34.129Z] #19 176.9 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
02:58:34 [2022-08-22T02:58:34.129Z] #19 176.9 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]
02:58:34 [2022-08-22T02:58:34.129Z] #19 179.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]
02:58:34 [2022-08-22T02:58:34.129Z] #19 179.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]
02:58:34 [2022-08-22T02:58:34.129Z] #19 179.1 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
02:58:34 [2022-08-22T02:58:34.129Z] #19 179.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]
02:58:34 [2022-08-22T02:58:34.129Z] #19 179.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]
02:58:34 [2022-08-22T02:58:34.129Z] #19 180.7 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
02:58:34 [2022-08-22T02:58:34.129Z] #19 180.7 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
02:58:34 [2022-08-22T02:58:34.182Z] #77 25.63 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
02:58:34 [2022-08-22T02:58:34.699Z] #19 181.8 debconf: delaying package configuration, since apt-utils is not installed
02:58:34 [2022-08-22T02:58:34.747Z] #77 26.15 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
02:58:35 [2022-08-22T02:58:35.269Z] #19 182.4 Fetched 788 MB in 46s (17.1 MB/s)
02:58:35 [2022-08-22T02:58:35.424Z] #44 2.890 + cd /tmp/tmp.HhrYiYZbeA/tini
02:58:35 [2022-08-22T02:58:35.424Z] #44 2.891 + git checkout -q v0.19.0
02:58:35 [2022-08-22T02:58:35.424Z] #44 2.989 + cmake .
02:58:35 [2022-08-22T02:58:35.527Z] #77 ...
02:58:35 [2022-08-22T02:58:35.527Z] 
02:58:35 [2022-08-22T02:58:35.527Z] #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
02:58:35 [2022-08-22T02:58:35.527Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:35 [2022-08-22T02:58:35.527Z] #14 88.70 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
02:58:35 [2022-08-22T02:58:35.527Z] #14 88.70 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
02:58:35 [2022-08-22T02:58:35.527Z] #14 88.70 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:58:35 [2022-08-22T02:58:35.528Z] #19 182.6 Selecting previously unselected package liblocale-gettext-perl.
02:58:35 [2022-08-22T02:58:35.528Z] #19 182.6 (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%
02:58:35 [2022-08-22T02:58:35.528Z] #19 ...
02:58:35 [2022-08-22T02:58:35.528Z] 
02:58:35 [2022-08-22T02:58:35.528Z] #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
02:58:35 [2022-08-22T02:58:35.528Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:35 [2022-08-22T02:58:35.528Z] #84 139.7 config.status: creating Makefile
02:58:35 [2022-08-22T02:58:35.528Z] #84 139.8 config.status: creating rpm/crun.spec
02:58:35 [2022-08-22T02:58:35.788Z] #84 139.9 config.status: creating config.h
02:58:35 [2022-08-22T02:58:35.788Z] #84 139.9 config.status: executing libtool commands
02:58:35 [2022-08-22T02:58:35.788Z] #84 140.0 config.status: executing depfiles commands
02:58:36 [2022-08-22T02:58:36.364Z] #44 3.937 -- The C compiler identification is GNU 10.2.1
02:58:36 [2022-08-22T02:58:36.624Z] #44 4.061 -- Detecting C compiler ABI info
02:58:37 [2022-08-22T02:58:37.167Z] #84 141.4 === configuring in libocispec (/tmp/crun-build/libocispec)
02:58:37 [2022-08-22T02:58:37.167Z] #84 141.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
02:58:37 [2022-08-22T02:58:37.565Z] #44 4.997 -- Detecting C compiler ABI info - done
02:58:37 [2022-08-22T02:58:37.565Z] #44 5.203 -- Check for working C compiler: /usr/bin/cc - skipped
02:58:37 [2022-08-22T02:58:37.735Z] #84 142.0 checking for gcc... gcc
02:58:37 [2022-08-22T02:58:37.825Z] #44 5.205 -- Detecting C compile features
02:58:37 [2022-08-22T02:58:37.825Z] #44 5.207 -- Detecting C compile features - done
02:58:37 [2022-08-22T02:58:37.825Z] #44 5.264 -- Performing Test HAS_BUILTIN_FORTIFY
02:58:38 [2022-08-22T02:58:38.254Z] #84 142.2 checking whether the C compiler works... yes
02:58:38 [2022-08-22T02:58:38.254Z] #84 142.5 checking for C compiler default output file name... a.out
02:58:38 [2022-08-22T02:58:38.395Z] #44 5.717 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
02:58:38 [2022-08-22T02:58:38.395Z] #44 5.851 -- Configuring done
02:58:38 [2022-08-22T02:58:38.395Z] #44 5.869 -- Generating done
02:58:38 [2022-08-22T02:58:38.395Z] #44 5.876 -- Build files have been written to: /tmp/tmp.HhrYiYZbeA/tini
02:58:38 [2022-08-22T02:58:38.395Z] #44 5.891 + make tini-static
02:58:38 [2022-08-22T02:58:38.514Z] #84 142.5 checking for suffix of executables... 
02:58:38 [2022-08-22T02:58:38.773Z] #84 142.8 checking whether we are cross compiling... no
02:58:38 [2022-08-22T02:58:38.773Z] #84 142.9 checking for suffix of object files... o
02:58:38 [2022-08-22T02:58:38.773Z] #84 143.0 checking whether we are using the GNU C compiler... yes
02:58:38 [2022-08-22T02:58:38.965Z] #44 6.343 Scanning dependencies of target tini-static
02:58:38 [2022-08-22T02:58:38.965Z] #44 6.475 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
02:58:39 [2022-08-22T02:58:39.032Z] #84 143.1 checking whether gcc accepts -g... yes
02:58:39 [2022-08-22T02:58:39.291Z] #84 143.3 checking for gcc option to accept ISO C89... none needed
02:58:39 [2022-08-22T02:58:39.550Z] #84 143.4 checking whether gcc understands -c and -o together... yes
02:58:39 [2022-08-22T02:58:39.810Z] #84 143.7 checking how to run the C preprocessor... gcc -E
02:58:39 [2022-08-22T02:58:39.810Z] #84 144.0 checking for grep that handles long lines and -e... /bin/grep
02:58:39 [2022-08-22T02:58:39.810Z] #84 144.0 checking for egrep... /bin/grep -E
02:58:39 [2022-08-22T02:58:39.823Z] #14 ...
02:58:39 [2022-08-22T02:58:39.824Z] 
02:58:39 [2022-08-22T02:58:39.824Z] #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
02:58:39 [2022-08-22T02:58:39.824Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:58:39 [2022-08-22T02:58:39.824Z] #77 56.92 configure.ac:7: installing 'build-aux/compile'
02:58:39 [2022-08-22T02:58:39.824Z] #77 56.94 configure.ac:9: installing 'build-aux/config.guess'
02:58:39 [2022-08-22T02:58:39.824Z] #77 56.95 configure.ac:9: installing 'build-aux/config.sub'
02:58:39 [2022-08-22T02:58:39.824Z] #77 56.96 configure.ac:11: installing 'build-aux/install-sh'
02:58:39 [2022-08-22T02:58:39.824Z] #77 56.99 configure.ac:11: installing 'build-aux/missing'
02:58:39 [2022-08-22T02:58:39.824Z] #77 57.17 Makefile.am: installing 'build-aux/depcomp'
02:58:39 [2022-08-22T02:58:39.824Z] #77 57.31 parallel-tests: installing 'build-aux/test-driver'
02:58:40 [2022-08-22T02:58:40.001Z] #77 ...
02:58:40 [2022-08-22T02:58:40.001Z] 
02:58:40 [2022-08-22T02:58:40.001Z] #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
02:58:40 [2022-08-22T02:58:40.001Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26
02:58:40 [2022-08-22T02:58:40.001Z] #42 99.60 Setting up libicu67:amd64 (67.1-7) ...
02:58:40 [2022-08-22T02:58:40.001Z] #42 99.65 Setting up xxd (2:8.2.2434-3+deb11u1) ...
02:58:40 [2022-08-22T02:58:40.001Z] #42 99.68 Setting up libuv1:amd64 (1.40.0-2) ...
02:58:40 [2022-08-22T02:58:40.001Z] #42 99.72 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
02:58:40 [2022-08-22T02:58:40.001Z] #42 99.77 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
02:58:40 [2022-08-22T02:58:40.001Z] #42 99.79 Setting up librhash0:amd64 (1.4.1-2) ...
02:58:40 [2022-08-22T02:58:40.001Z] #42 99.85 Setting up cmake-data (3.18.4-2+deb11u1) ...
02:58:40 [2022-08-22T02:58:40.001Z] #42 99.91 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
02:58:40 [2022-08-22T02:58:40.001Z] #42 99.97 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
02:58:40 [2022-08-22T02:58:40.001Z] #42 100.0 Setting up cmake (3.18.4-2+deb11u1) ...
02:58:40 [2022-08-22T02:58:40.001Z] #42 100.1 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:58:40 [2022-08-22T02:58:40.378Z] #84 144.0 checking for ANSI C header files... yes
02:58:40 [2022-08-22T02:58:40.564Z] #42 DONE 100.7s
02:58:40 [2022-08-22T02:58:40.564Z] 
02:58:40 [2022-08-22T02:58:40.565Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
02:58:40 [2022-08-22T02:58:40.565Z] #43 sha256:4e6727b9a789a87b11f9d469fabd21e7c090e4a800001b020f451832a1afc5e6
02:58:40 [2022-08-22T02:58:40.565Z] #43 DONE 0.1s
02:58:40 [2022-08-22T02:58:40.565Z] 
02:58:40 [2022-08-22T02:58:40.565Z] #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
02:58:40 [2022-08-22T02:58:40.565Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:40 [2022-08-22T02:58:40.565Z] #14 93.85 Selecting previously unselected package mingw-w64-x86-64-dev.
02:58:40 [2022-08-22T02:58:40.565Z] #14 93.86 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
02:58:40 [2022-08-22T02:58:40.565Z] #14 93.90 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
02:58:40 [2022-08-22T02:58:40.565Z] #14 ...
02:58:40 [2022-08-22T02:58:40.565Z] 
02:58:40 [2022-08-22T02:58:40.565Z] #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
02:58:40 [2022-08-22T02:58:40.565Z] #44 sha256:ee188cc096b9bd5befcdfa2296d5a47e088b1ff31b48a74bf85dd0bba1a28ecd
02:58:40 [2022-08-22T02:58:40.637Z] #84 144.8 checking for sys/types.h... yes
02:58:40 [2022-08-22T02:58:40.637Z] #84 144.9 checking for sys/stat.h... yes
02:58:40 [2022-08-22T02:58:40.774Z] #14 ...
02:58:40 [2022-08-22T02:58:40.774Z] 
02:58:40 [2022-08-22T02:58:40.774Z] #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
02:58:40 [2022-08-22T02:58:40.774Z] #64 sha256:3cc9a934e26f38483eb8868a957496ea933eb2d3bd6e223c1c40b52244771452
02:58:40 [2022-08-22T02:58:40.874Z] #44 ...
02:58:40 [2022-08-22T02:58:40.874Z] 
02:58:40 [2022-08-22T02:58:40.874Z] #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
02:58:40 [2022-08-22T02:58:40.874Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:58:40 [2022-08-22T02:58:40.874Z] #53 102.7 gotestsum version dev
02:58:40 [2022-08-22T02:58:40.874Z] #53 DONE 103.0s
02:58:40 [2022-08-22T02:58:40.874Z] 
02:58:40 [2022-08-22T02:58:40.874Z] #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
02:58:40 [2022-08-22T02:58:40.874Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:40 [2022-08-22T02:58:40.874Z] #77 21.04 Cloning into '/tmp/crun-build/libocispec/yajl'...
02:58:40 [2022-08-22T02:58:40.874Z] #77 23.40 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
02:58:40 [2022-08-22T02:58:40.874Z] #77 23.82 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
02:58:40 [2022-08-22T02:58:40.874Z] #77 24.08 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
02:58:40 [2022-08-22T02:58:40.896Z] #84 145.0 checking for stdlib.h... yes
02:58:41 [2022-08-22T02:58:41.134Z] #77 ...
02:58:41 [2022-08-22T02:58:41.134Z] 
02:58:41 [2022-08-22T02:58:41.134Z] #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
02:58:41 [2022-08-22T02:58:41.134Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:41 [2022-08-22T02:58:41.134Z] #14 93.38 Selecting previously unselected package mingw-w64-x86-64-dev.
02:58:41 [2022-08-22T02:58:41.134Z] #14 93.38 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
02:58:41 [2022-08-22T02:58:41.134Z] #14 93.39 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
02:58:41 [2022-08-22T02:58:41.134Z] #14 103.3 Selecting previously unselected package gcc-mingw-w64-base.
02:58:41 [2022-08-22T02:58:41.134Z] #14 103.3 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
02:58:41 [2022-08-22T02:58:41.134Z] #14 103.3 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
02:58:41 [2022-08-22T02:58:41.156Z] #84 145.3 checking for string.h... yes
02:58:41 [2022-08-22T02:58:41.190Z] #77 59.49 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
02:58:41 [2022-08-22T02:58:41.190Z] #77 59.49 libtoolize: copying file 'build-aux/ltmain.sh'
02:58:41 [2022-08-22T02:58:41.394Z] #14 ...
02:58:41 [2022-08-22T02:58:41.394Z] 
02:58:41 [2022-08-22T02:58:41.394Z] #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
02:58:41 [2022-08-22T02:58:41.394Z] #44 sha256:430ef591bf83c9cf373d21f083c5110b08705e9dfd7c199561ccaecd0256b773
02:58:41 [2022-08-22T02:58:41.394Z] #44 8.871 [100%] Linking C executable tini-static
02:58:41 [2022-08-22T02:58:41.415Z] #84 145.5 checking for memory.h... yes
02:58:41 [2022-08-22T02:58:41.446Z] #77 60.09 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
02:58:41 [2022-08-22T02:58:41.446Z] #77 60.09 libtoolize: copying file 'm4/libtool.m4'
02:58:41 [2022-08-22T02:58:41.674Z] #84 145.7 checking for strings.h... yes
02:58:41 [2022-08-22T02:58:41.702Z] #77 60.22 libtoolize: copying file 'm4/ltoptions.m4'
02:58:41 [2022-08-22T02:58:41.800Z] #64 54.84 Updating files:  42% (2114/4961)
Updating files:  43% (2134/4961)
Updating files:  44% (2183/4961)
Updating files:  45% (2233/4961)
Updating files:  46% (2283/4961)
Updating files:  47% (2332/4961)
Updating files:  48% (2382/4961)
Updating files:  49% (2431/4961)
Updating files:  50% (2481/4961)
Updating files:  51% (2531/4961)
Updating files:  52% (2580/4961)
Updating files:  53% (2630/4961)
Updating files:  54% (2679/4961)
Updating files:  55% (2729/4961)
Updating files:  56% (2779/4961)
Updating files:  57% (2828/4961)
Updating files:  58% (2878/4961)
Updating files:  59% (2927/4961)
Updating files:  60% (2977/4961)
Updating files:  61% (3027/4961)
Updating files:  62% (3076/4961)
Updating files:  63% (3126/4961)
Updating files:  64% (3176/4961)
Updating files:  65% (3225/4961)
Updating files:  66% (3275/4961)
Updating files:  67% (3324/4961)
Updating files:  68% (3374/4961)
Updating files:  69% (3424/4961)
Updating files:  70% (3473/4961)
Updating files:  71% (3523/4961)
Updating files:  72% (3572/4961)
Updating files:  73% (3622/4961)
Updating files:  74% (3672/4961)
Updating files:  75% (3721/4961)
Updating files:  76% (3771/4961)
Updating files:  77% (3820/4961)
Updating files:  78% (3870/4961)
Updating files:  79% (3920/4961)
Updating files:  80% (3969/4961)
Updating files:  81% (4019/4961)
Updating files:  82% (4069/4961)
Updating files:  82% (4116/4961)
Updating files:  83% (4118/4961)
Updating files:  84% (4168/4961)
Updating files:  85% (4217/4961)
Updating files:  86% (4267/4961)
Updating files:  87% (4317/4961)
Updating files:  88% (4366/4961)
Updating files:  89% (4416/4961)
Updating files:  90% (4465/4961)
Updating files:  91% (4515/4961)
Updating files:  92% (4565/4961)
Updating files:  93% (4614/4961)
Updating files:  94% (4664/4961)
Updating files:  95% (4713/4961)
Updating files:  96% (4763/4961)
Updating files:  97% (4813/4961)
Updating files:  98% (4862/4961)
Updating files:  99% (4912/4961)
Updating files: 100% (4961/4961)
Updating files: 100% (4961/4961), done.
02:58:41 [2022-08-22T02:58:41.800Z] #64 56.52 + cd /tmp/tmp.FUACGWeDBw/src/github.com/containerd/containerd
02:58:41 [2022-08-22T02:58:41.800Z] #64 56.52 + git checkout -q v1.6.7
02:58:41 [2022-08-22T02:58:41.933Z] #44 1.214 + RM_GOPATH=0
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.214 + TMP_GOPATH=
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.214 + : /build
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.214 + '[' -z '' ']'
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.218 ++ mktemp -d
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.231 + export GOPATH=/tmp/tmp.SKq1mvSoKi
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.231 + GOPATH=/tmp/tmp.SKq1mvSoKi
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.231 + RM_GOPATH=1
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.231 + case "$(go env GOARCH)" in
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.231 ++ go env GOARCH
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.263 + export GO_BUILDMODE=-buildmode=pie
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.263 + GO_BUILDMODE=-buildmode=pie
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.263 ++ dirname /install.sh
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.271 Install tini version v0.19.0
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.274 + dir=/
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.274 + bin=tini
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.274 + shift
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.274 + '[' '!' -f //tini.installer ']'
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.274 + . //tini.installer
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.274 ++ : v0.19.0
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.274 + install_tini
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.274 + echo 'Install tini version v0.19.0'
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.274 + git clone https://github.com/krallin/tini.git /tmp/tmp.SKq1mvSoKi/tini
02:58:41 [2022-08-22T02:58:41.934Z] #44 1.294 Cloning into '/tmp/tmp.SKq1mvSoKi/tini'...
02:58:41 [2022-08-22T02:58:41.939Z] #84 145.9 checking for inttypes.h... yes
02:58:41 [2022-08-22T02:58:41.958Z] #77 60.31 libtoolize: copying file 'm4/ltsugar.m4'
02:58:41 [2022-08-22T02:58:41.958Z] #77 60.39 libtoolize: copying file 'm4/ltversion.m4'
02:58:42 [2022-08-22T02:58:42.208Z] #84 146.2 checking for stdint.h... yes
02:58:42 [2022-08-22T02:58:42.215Z] #77 60.53 libtoolize: copying file 'm4/lt~obsolete.m4'
02:58:42 [2022-08-22T02:58:42.365Z] #44 9.743 [100%] Built target tini-static
02:58:42 [2022-08-22T02:58:42.365Z] #44 9.863 + mkdir -p /build
02:58:42 [2022-08-22T02:58:42.473Z] #84 146.4 checking for unistd.h... yes
02:58:42 [2022-08-22T02:58:42.473Z] #84 146.6 checking minix/config.h usability... no
02:58:42 [2022-08-22T02:58:42.473Z] #84 146.8 checking minix/config.h presence... no
02:58:42 [2022-08-22T02:58:42.473Z] #84 146.8 checking for minix/config.h... no
02:58:42 [2022-08-22T02:58:42.626Z] #44 9.940 + cp tini-static /build/docker-init
02:58:42 [2022-08-22T02:58:42.626Z] #44 DONE 10.1s
02:58:42 [2022-08-22T02:58:42.626Z] 
02:58:42 [2022-08-22T02:58:42.626Z] #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
02:58:42 [2022-08-22T02:58:42.626Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:42 [2022-08-22T02:58:42.626Z] #14 103.6 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
02:58:42 [2022-08-22T02:58:42.626Z] #14 103.6 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
02:58:42 [2022-08-22T02:58:42.626Z] #14 103.7 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
02:58:42 [2022-08-22T02:58:42.737Z] #84 146.8 checking whether it is safe to define __EXTENSIONS__... yes
02:58:43 [2022-08-22T02:58:43.303Z] #44 2.641 + cd /tmp/tmp.SKq1mvSoKi/tini
02:58:43 [2022-08-22T02:58:43.303Z] #44 2.641 + git checkout -q v0.19.0
02:58:43 [2022-08-22T02:58:43.303Z] #44 2.720 + cmake .
02:58:43 [2022-08-22T02:58:43.306Z] #84 147.1 checking build system type... x86_64-pc-linux-gnu
02:58:43 [2022-08-22T02:58:43.306Z] #84 147.4 checking host system type... x86_64-pc-linux-gnu
02:58:43 [2022-08-22T02:58:43.306Z] #84 147.4 checking how to print strings... printf
02:58:43 [2022-08-22T02:58:43.306Z] #84 147.5 checking for a sed that does not truncate output... /bin/sed
02:58:43 [2022-08-22T02:58:43.306Z] #84 147.5 checking for fgrep... /bin/grep -F
02:58:43 [2022-08-22T02:58:43.306Z] #84 147.5 checking for ld used by gcc... /usr/bin/ld
02:58:43 [2022-08-22T02:58:43.306Z] #84 147.5 checking if the linker (/usr/bin/ld) is GNU ld... yes
02:58:43 [2022-08-22T02:58:43.306Z] #84 147.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
02:58:43 [2022-08-22T02:58:43.306Z] #84 147.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm
02:58:43 [2022-08-22T02:58:43.306Z] #84 147.7 checking whether ln -s works... yes
02:58:43 [2022-08-22T02:58:43.306Z] #84 147.7 checking the maximum length of command line arguments... 1572864
02:58:43 [2022-08-22T02:58:43.565Z] #84 147.7 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
02:58:43 [2022-08-22T02:58:43.565Z] #84 147.7 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
02:58:43 [2022-08-22T02:58:43.565Z] #84 147.7 checking for /usr/bin/ld option to reload object files... -r
02:58:43 [2022-08-22T02:58:43.565Z] #84 147.7 checking for objdump... objdump
02:58:43 [2022-08-22T02:58:43.565Z] #84 147.7 checking how to recognize dependent libraries... pass_all
02:58:43 [2022-08-22T02:58:43.565Z] #84 147.7 checking for dlltool... no
02:58:43 [2022-08-22T02:58:43.565Z] #84 147.7 checking how to associate runtime and link libraries... printf %s\n
02:58:43 [2022-08-22T02:58:43.565Z] #84 147.8 checking for ar... ar
02:58:43 [2022-08-22T02:58:43.825Z] #84 147.8 checking for archiver @FILE support... @
02:58:43 [2022-08-22T02:58:43.825Z] #84 147.9 checking for strip... strip
02:58:43 [2022-08-22T02:58:43.825Z] #84 147.9 checking for ranlib... ranlib
02:58:43 [2022-08-22T02:58:43.825Z] #84 147.9 checking for gawk... no
02:58:43 [2022-08-22T02:58:43.825Z] #84 147.9 checking for mawk... mawk
02:58:44 [2022-08-22T02:58:44.084Z] #84 147.9 checking command to parse /usr/bin/nm -B output from gcc object... ok
02:58:44 [2022-08-22T02:58:44.084Z] #84 148.3 checking for sysroot... no
02:58:44 [2022-08-22T02:58:44.084Z] #84 148.3 checking for a working dd... /bin/dd
02:58:44 [2022-08-22T02:58:44.084Z] #84 148.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
02:58:44 [2022-08-22T02:58:44.084Z] #84 148.4 checking for mt... no
02:58:44 [2022-08-22T02:58:44.235Z] #44 3.689 -- The C compiler identification is GNU 10.2.1
02:58:44 [2022-08-22T02:58:44.235Z] #44 3.860 -- Detecting C compiler ABI info
02:58:44 [2022-08-22T02:58:44.316Z] #64 58.54 + export 'BUILDTAGS=netgo osusergo static_build'
02:58:44 [2022-08-22T02:58:44.316Z] #64 58.54 + BUILDTAGS='netgo osusergo static_build'
02:58:44 [2022-08-22T02:58:44.316Z] #64 58.54 + export EXTRA_FLAGS=-buildmode=pie
02:58:44 [2022-08-22T02:58:44.316Z] #64 58.54 + EXTRA_FLAGS=-buildmode=pie
02:58:44 [2022-08-22T02:58:44.316Z] #64 58.54 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
02:58:44 [2022-08-22T02:58:44.316Z] #64 58.54 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
02:58:44 [2022-08-22T02:58:44.316Z] #64 58.54 + '[' '' = dynamic ']'
02:58:44 [2022-08-22T02:58:44.316Z] #64 58.54 + make
02:58:44 [2022-08-22T02:58:44.366Z] #84 148.4 checking if : is a manifest tool... no
02:58:44 [2022-08-22T02:58:44.366Z] #84 148.4 checking for dlfcn.h... yes
02:58:44 [2022-08-22T02:58:44.366Z] #84 148.6 checking for objdir... .libs
02:58:44 [2022-08-22T02:58:44.950Z] #84 149.0 checking if gcc supports -fno-rtti -fno-exceptions... no
02:58:44 [2022-08-22T02:58:44.950Z] #84 149.2 checking for gcc option to produce PIC... -fPIC -DPIC
02:58:44 [2022-08-22T02:58:44.951Z] #84 149.2 checking if gcc PIC flag -fPIC -DPIC works... yes
02:58:45 [2022-08-22T02:58:45.166Z] #44 4.632 -- Detecting C compiler ABI info - done
02:58:45 [2022-08-22T02:58:45.423Z] #44 4.809 -- Check for working C compiler: /usr/bin/cc - skipped
02:58:45 [2022-08-22T02:58:45.423Z] #44 4.839 -- Detecting C compile features
02:58:45 [2022-08-22T02:58:45.423Z] #44 4.845 -- Detecting C compile features - done
02:58:45 [2022-08-22T02:58:45.423Z] #44 4.926 -- Performing Test HAS_BUILTIN_FORTIFY
02:58:45 [2022-08-22T02:58:45.535Z] #84 149.3 checking if gcc static flag -static works... yes
02:58:45 [2022-08-22T02:58:45.535Z] #84 149.8 checking if gcc supports -c -o file.o... 
02:58:45 [2022-08-22T02:58:45.535Z] #84 ...
02:58:45 [2022-08-22T02:58:45.535Z] 
02:58:45 [2022-08-22T02:58:45.535Z] #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
02:58:45 [2022-08-22T02:58:45.535Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:58:45 [2022-08-22T02:58:45.535Z] #19 182.6 (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.)
02:58:45 [2022-08-22T02:58:45.535Z] #19 182.6 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.535Z] #19 182.6 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
02:58:45 [2022-08-22T02:58:45.535Z] #19 182.7 Selecting previously unselected package bzip2.
02:58:45 [2022-08-22T02:58:45.535Z] #19 182.7 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.535Z] #19 182.7 Unpacking bzip2 (1.0.8-4) ...
02:58:45 [2022-08-22T02:58:45.535Z] #19 182.9 Selecting previously unselected package libmagic-mgc.
02:58:45 [2022-08-22T02:58:45.535Z] #19 182.9 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.535Z] #19 182.9 Unpacking libmagic-mgc (1:5.39-3) ...
02:58:45 [2022-08-22T02:58:45.535Z] #19 183.3 Selecting previously unselected package libmagic1:amd64.
02:58:45 [2022-08-22T02:58:45.535Z] #19 183.3 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.535Z] #19 183.3 Unpacking libmagic1:amd64 (1:5.39-3) ...
02:58:45 [2022-08-22T02:58:45.535Z] #19 183.4 Selecting previously unselected package file.
02:58:45 [2022-08-22T02:58:45.536Z] #19 183.4 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 183.4 Unpacking file (1:5.39-3) ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 183.5 Selecting previously unselected package xz-utils.
02:58:45 [2022-08-22T02:58:45.536Z] #19 183.5 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 183.5 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 183.8 Selecting previously unselected package binutils-aarch64-linux-gnu.
02:58:45 [2022-08-22T02:58:45.536Z] #19 183.8 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 183.8 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 185.4 Selecting previously unselected package binutils-arm-linux-gnueabi.
02:58:45 [2022-08-22T02:58:45.536Z] #19 185.5 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 185.5 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 186.7 Selecting previously unselected package binutils-arm-linux-gnueabihf.
02:58:45 [2022-08-22T02:58:45.536Z] #19 186.7 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 186.7 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 188.9 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
02:58:45 [2022-08-22T02:58:45.536Z] #19 188.9 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 188.9 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 190.5 Selecting previously unselected package binutils-s390x-linux-gnu.
02:58:45 [2022-08-22T02:58:45.536Z] #19 190.5 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 190.5 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 191.7 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
02:58:45 [2022-08-22T02:58:45.536Z] #19 191.7 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 191.8 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 191.9 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
02:58:45 [2022-08-22T02:58:45.536Z] #19 191.9 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
02:58:45 [2022-08-22T02:58:45.536Z] #19 192.0 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
02:58:45 [2022-08-22T02:58:45.794Z] #19 ...
02:58:45 [2022-08-22T02:58:45.794Z] 
02:58:45 [2022-08-22T02:58:45.794Z] #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
02:58:45 [2022-08-22T02:58:45.794Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:45 [2022-08-22T02:58:45.794Z] #84 149.8 checking if gcc supports -c -o file.o... yes
02:58:45 [2022-08-22T02:58:45.794Z] #84 149.9 checking if gcc supports -c -o file.o... (cached) yes
02:58:45 [2022-08-22T02:58:45.794Z] #84 149.9 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
02:58:45 [2022-08-22T02:58:45.985Z] #44 5.426 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
02:58:45 [2022-08-22T02:58:45.985Z] #44 5.524 -- Configuring done
02:58:45 [2022-08-22T02:58:45.985Z] #44 5.577 -- Generating done
02:58:45 [2022-08-22T02:58:45.985Z] #44 5.580 -- Build files have been written to: /tmp/tmp.SKq1mvSoKi/tini
02:58:45 [2022-08-22T02:58:45.985Z] #44 5.623 + make tini-static
02:58:46 [2022-08-22T02:58:46.054Z] #84 150.0 checking dynamic linker characteristics... GNU/Linux ld.so
02:58:46 [2022-08-22T02:58:46.054Z] #84 150.3 checking how to hardcode library paths into programs... immediate
02:58:46 [2022-08-22T02:58:46.054Z] #84 150.3 checking whether stripping libraries is possible... yes
02:58:46 [2022-08-22T02:58:46.054Z] #84 150.3 checking if libtool supports shared libraries... yes
02:58:46 [2022-08-22T02:58:46.054Z] #84 150.3 checking whether to build shared libraries... no
02:58:46 [2022-08-22T02:58:46.054Z] #84 150.3 checking whether to build static libraries... yes
02:58:46 [2022-08-22T02:58:46.054Z] #84 150.3 checking for a BSD-compatible install... /usr/bin/install -c
02:58:46 [2022-08-22T02:58:46.054Z] #84 150.4 checking whether build environment is sane... yes
02:58:46 [2022-08-22T02:58:46.054Z] #84 150.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
02:58:46 [2022-08-22T02:58:46.208Z] #64 60.52 + bin/ctr
02:58:46 [2022-08-22T02:58:46.317Z] #84 150.5 checking whether make sets $(MAKE)... yes
02:58:46 [2022-08-22T02:58:46.317Z] #84 150.6 checking whether make supports the include directive... yes (GNU style)
02:58:46 [2022-08-22T02:58:46.317Z] #84 150.6 checking whether make supports nested variables... yes
02:58:46 [2022-08-22T02:58:46.317Z] #84 150.7 checking whether UID '0' is supported by ustar format... yes
02:58:46 [2022-08-22T02:58:46.317Z] #84 150.7 checking whether GID '0' is supported by ustar format... yes
02:58:46 [2022-08-22T02:58:46.578Z] #84 150.7 checking how to create a ustar tar archive... gnutar
02:58:46 [2022-08-22T02:58:46.578Z] #84 150.8 checking dependency style of gcc... gcc3
02:58:46 [2022-08-22T02:58:46.852Z] #84 150.9 checking whether to enable maintainer-specific portions of Makefiles... yes
02:58:46 [2022-08-22T02:58:46.852Z] #84 150.9 checking whether make supports nested variables... (cached) yes
02:58:46 [2022-08-22T02:58:46.852Z] #84 150.9 checking for pkg-config... /usr/bin/pkg-config
02:58:46 [2022-08-22T02:58:46.852Z] #84 150.9 checking pkg-config is at least version 0.9.0... yes
02:58:46 [2022-08-22T02:58:46.852Z] #84 150.9 checking for yajl >= 2.1.0... yes
02:58:46 [2022-08-22T02:58:46.852Z] #84 150.9 checking for a sed that does not truncate output... (cached) /bin/sed
02:58:46 [2022-08-22T02:58:46.852Z] #84 150.9 checking for gcc... (cached) gcc
02:58:46 [2022-08-22T02:58:46.852Z] #84 151.0 checking whether we are using the GNU C compiler... (cached) yes
02:58:46 [2022-08-22T02:58:46.852Z] #84 151.0 checking whether gcc accepts -g... (cached) yes
02:58:46 [2022-08-22T02:58:46.852Z] #84 151.0 checking for gcc option to accept ISO C89... (cached) none needed
02:58:46 [2022-08-22T02:58:46.852Z] #84 151.0 checking whether gcc understands -c and -o together... (cached) yes
02:58:46 [2022-08-22T02:58:46.852Z] #84 151.0 checking for a Python interpreter with version >= 3... python3
02:58:46 [2022-08-22T02:58:46.852Z] #84 151.1 checking for python3... /usr/bin/python3
02:58:46 [2022-08-22T02:58:46.852Z] #84 151.1 checking for python3 version... 3.9
02:58:47 [2022-08-22T02:58:47.112Z] #84 151.1 checking for python3 platform... linux
02:58:47 [2022-08-22T02:58:47.112Z] #84 151.2 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
02:58:47 [2022-08-22T02:58:47.363Z] #44 6.562 Scanning dependencies of target tini-static
02:58:47 [2022-08-22T02:58:47.363Z] #44 6.691 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
02:58:47 [2022-08-22T02:58:47.372Z] #84 151.4 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
02:58:47 [2022-08-22T02:58:47.550Z] #77 ...
02:58:47 [2022-08-22T02:58:47.550Z] 
02:58:47 [2022-08-22T02:58:47.550Z] #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
02:58:47 [2022-08-22T02:58:47.550Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c
02:58:47 [2022-08-22T02:58:47.550Z] #14 99.78 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
02:58:47 [2022-08-22T02:58:47.550Z] #14 99.79 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
02:58:47 [2022-08-22T02:58:47.550Z] #14 99.80 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:58:47 [2022-08-22T02:58:47.550Z] #14 105.3 Selecting previously unselected package g++-mingw-w64-x86-64.
02:58:47 [2022-08-22T02:58:47.550Z] #14 105.3 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
02:58:47 [2022-08-22T02:58:47.550Z] #14 105.3 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
02:58:47 [2022-08-22T02:58:47.550Z] #14 105.5 Selecting previously unselected package libapparmor1:arm64.
02:58:47 [2022-08-22T02:58:47.550Z] #14 105.5 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
02:58:47 [2022-08-22T02:58:47.550Z] #14 105.5 Unpacking libapparmor1:arm64 (2.13.6-10) ...
02:58:47 [2022-08-22T02:58:47.550Z] #14 105.5 Selecting previously unselected package libapparmor-dev:arm64.
02:58:47 [2022-08-22T02:58:47.550Z] #14 105.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
02:58:47 [2022-08-22T02:58:47.550Z] #14 105.6 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
02:58:47 [2022-08-22T02:58:47.550Z] #14 105.7 Selecting previously unselected package libbtrfs0:arm64.
02:58:47 [2022-08-22T02:58:47.550Z] #14 105.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
02:58:47 [2022-08-22T02:58:47.550Z] #14 105.7 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
02:58:47 [2022-08-22T02:58:47.550Z] #14 106.3 Selecting previously unselected package libbtrfs-dev:arm64.
02:58:47 [2022-08-22T02:58:47.550Z] #14 106.3 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
02:58:47 [2022-08-22T02:58:47.550Z] #14 106.3 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
02:58:47 [2022-08-22T02:58:47.631Z] #84 151.7 checking that generated files are newer than configure... done
02:58:47 [2022-08-22T02:58:47.631Z] #84 151.7 configure: creating ./config.status
02:58:48 [2022-08-22T02:58:48.477Z] #14 107.1 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
02:58:48 [2022-08-22T02:58:48.477Z] #14 107.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
02:58:48 [2022-08-22T02:58:48.477Z] #14 107.1 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
02:58:48 [2022-08-22T02:58:48.729Z] #64 ...
02:58:48 [2022-08-22T02:58:48.730Z] 
02:58:48 [2022-08-22T02:58:48.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
02:58:48 [2022-08-22T02:58:48.730Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:48 [2022-08-22T02:58:48.730Z] #77 50.92 libtoolize: putting auxiliary files in '.'.
02:58:48 [2022-08-22T02:58:48.730Z] #77 50.93 libtoolize: copying file './ltmain.sh'
02:58:48 [2022-08-22T02:58:48.730Z] #77 51.57 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
02:58:48 [2022-08-22T02:58:48.730Z] #77 51.57 libtoolize: and rerunning libtoolize and aclocal.
02:58:48 [2022-08-22T02:58:48.730Z] #77 51.57 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
02:58:48 [2022-08-22T02:58:48.730Z] #77 ...
02:58:48 [2022-08-22T02:58:48.730Z] 
02:58:48 [2022-08-22T02:58:48.730Z] #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
02:58:48 [2022-08-22T02:58:48.730Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:48 [2022-08-22T02:58:48.730Z] #14 95.21 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
02:58:48 [2022-08-22T02:58:48.730Z] #14 95.24 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
02:58:48 [2022-08-22T02:58:48.730Z] #14 95.25 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
02:58:48 [2022-08-22T02:58:48.730Z] #14 102.0 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
02:58:48 [2022-08-22T02:58:48.730Z] #14 102.0 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
02:58:48 [2022-08-22T02:58:48.730Z] #14 102.0 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:58:48 [2022-08-22T02:58:48.730Z] #14 ...
02:58:48 [2022-08-22T02:58:48.730Z] 
02:58:48 [2022-08-22T02:58:48.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
02:58:48 [2022-08-22T02:58:48.730Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:58:48 [2022-08-22T02:58:48.730Z] #77 61.21 configure.ac:7: installing './compile'
02:58:48 [2022-08-22T02:58:48.730Z] #77 61.22 configure.ac:11: installing './config.guess'
02:58:48 [2022-08-22T02:58:48.730Z] #77 61.25 configure.ac:11: installing './config.sub'
02:58:48 [2022-08-22T02:58:48.730Z] #77 61.25 configure.ac:8: installing './install-sh'
02:58:48 [2022-08-22T02:58:48.730Z] #77 61.26 configure.ac:8: installing './missing'
02:58:48 [2022-08-22T02:58:48.730Z] #77 61.42 Makefile.am: installing './depcomp'
02:58:49 [2022-08-22T02:58:49.052Z] #14 107.7 Selecting previously unselected package libudev-dev:arm64.
02:58:49 [2022-08-22T02:58:49.052Z] #14 107.7 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
02:58:49 [2022-08-22T02:58:49.052Z] #14 108.0 Unpacking libudev-dev:arm64 (247.3-7) ...
02:58:49 [2022-08-22T02:58:49.373Z] #44 8.728 [100%] Linking C executable tini-static
02:58:49 [2022-08-22T02:58:49.706Z] #44 ...
02:58:49 [2022-08-22T02:58:49.706Z] 
02:58:49 [2022-08-22T02:58:49.706Z] #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
02:58:49 [2022-08-22T02:58:49.706Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f
02:58:49 [2022-08-22T02:58:49.706Z] #53 109.7 gotestsum version dev
02:58:49 [2022-08-22T02:58:49.999Z] #14 108.6 Selecting previously unselected package libsepol1-dev:arm64.
02:58:50 [2022-08-22T02:58:50.000Z] #14 108.6 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
02:58:50 [2022-08-22T02:58:50.000Z] #14 108.7 Unpacking libsepol1-dev:arm64 (3.1-1) ...
02:58:50 [2022-08-22T02:58:50.100Z] #77 62.73 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
02:58:50 [2022-08-22T02:58:50.100Z] #77 62.74 libtoolize: copying file 'build-aux/ltmain.sh'
02:58:50 [2022-08-22T02:58:50.100Z] #77 62.88 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
02:58:50 [2022-08-22T02:58:50.166Z] #84 154.3 config.status: creating Makefile
02:58:50 [2022-08-22T02:58:50.166Z] #84 154.4 config.status: creating config.h
02:58:50 [2022-08-22T02:58:50.166Z] #84 154.5 config.status: executing libtool commands
02:58:50 [2022-08-22T02:58:50.166Z] #84 154.5 config.status: executing depfiles commands
02:58:50 [2022-08-22T02:58:50.357Z] #77 62.89 libtoolize: copying file 'm4/libtool.m4'
02:58:50 [2022-08-22T02:58:50.357Z] #77 62.99 libtoolize: copying file 'm4/ltoptions.m4'
02:58:50 [2022-08-22T02:58:50.357Z] #77 63.11 libtoolize: copying file 'm4/ltsugar.m4'
02:58:50 [2022-08-22T02:58:50.357Z] #77 63.21 libtoolize: copying file 'm4/ltversion.m4'
02:58:50 [2022-08-22T02:58:50.614Z] #77 63.34 libtoolize: copying file 'm4/lt~obsolete.m4'
02:58:50 [2022-08-22T02:58:50.614Z] #77 63.47 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
02:58:50 [2022-08-22T02:58:50.628Z] #14 109.4 Selecting previously unselected package libpcre2-16-0:arm64.
02:58:50 [2022-08-22T02:58:50.629Z] #14 109.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ...
02:58:50 [2022-08-22T02:58:50.629Z] #14 109.4 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
02:58:50 [2022-08-22T02:58:50.663Z] #53 DONE 110.8s
02:58:50 [2022-08-22T02:58:50.663Z] 
02:58:50 [2022-08-22T02:58:50.663Z] #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
02:58:50 [2022-08-22T02:58:50.663Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:50 [2022-08-22T02:58:50.663Z] #14 104.2 Selecting previously unselected package gcc-mingw-w64-base.
02:58:50 [2022-08-22T02:58:50.663Z] #14 104.3 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
02:58:50 [2022-08-22T02:58:50.663Z] #14 104.3 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
02:58:50 [2022-08-22T02:58:50.663Z] #14 104.4 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
02:58:50 [2022-08-22T02:58:50.663Z] #14 104.4 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
02:58:50 [2022-08-22T02:58:50.663Z] #14 104.4 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
02:58:50 [2022-08-22T02:58:50.663Z] #14 ...
02:58:50 [2022-08-22T02:58:50.663Z] 
02:58:50 [2022-08-22T02:58:50.663Z] #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
02:58:50 [2022-08-22T02:58:50.663Z] #44 sha256:ee188cc096b9bd5befcdfa2296d5a47e088b1ff31b48a74bf85dd0bba1a28ecd
02:58:50 [2022-08-22T02:58:50.663Z] #44 10.11 [100%] Built target tini-static
02:58:50 [2022-08-22T02:58:50.929Z] #44 10.24 + mkdir -p /build
02:58:50 [2022-08-22T02:58:50.929Z] #44 10.24 + cp tini-static /build/docker-init
02:58:50 [2022-08-22T02:58:50.929Z] #44 DONE 10.4s
02:58:50 [2022-08-22T02:58:50.929Z] 
02:58:50 [2022-08-22T02:58:50.929Z] #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
02:58:50 [2022-08-22T02:58:50.929Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:58:51 [2022-08-22T02:58:51.103Z] #84 155.2 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
02:58:51 [2022-08-22T02:58:51.103Z] #84 155.3 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
02:58:51 [2022-08-22T02:58:51.236Z] #14 110.0 Selecting previously unselected package libpcre2-32-0:arm64.
02:58:51 [2022-08-22T02:58:51.236Z] #14 110.0 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ...
02:58:51 [2022-08-22T02:58:51.236Z] #14 110.0 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
02:58:51 [2022-08-22T02:58:51.236Z] #14 ...
02:58:51 [2022-08-22T02:58:51.236Z] 
02:58:51 [2022-08-22T02:58:51.236Z] #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
02:58:51 [2022-08-22T02:58:51.236Z] #67 sha256:64f543e9668ba673e8ce85c5aa21830c96f44937fb2b562b8e45b8241b43b313
02:58:51 [2022-08-22T02:58:51.236Z] #67 99.72 + for f in rootlesskit rootlesskit-docker-proxy
02:58:51 [2022-08-22T02:58:51.236Z] #67 99.72 + GOBIN=/build
02:58:51 [2022-08-22T02:58:51.236Z] #67 99.72 + GO111MODULE=on
02:58:51 [2022-08-22T02:58:51.236Z] #67 99.72 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
02:58:51 [2022-08-22T02:58:51.236Z] #67 105.2 rootlesskit version 1.0.0
02:58:51 [2022-08-22T02:58:51.236Z] #67 105.3 Usage of /build/rootlesskit-docker-proxy:
02:58:51 [2022-08-22T02:58:51.236Z] #67 105.3   -container-ip string
02:58:51 [2022-08-22T02:58:51.236Z] #67 105.3     	container ip
02:58:51 [2022-08-22T02:58:51.236Z] #67 105.3   -container-port int
02:58:51 [2022-08-22T02:58:51.236Z] #67 105.3     	container port (default -1)
02:58:51 [2022-08-22T02:58:51.236Z] #67 105.3   -host-ip string
02:58:51 [2022-08-22T02:58:51.236Z] #67 105.3     	host ip
02:58:51 [2022-08-22T02:58:51.236Z] #67 105.3   -host-port int
02:58:51 [2022-08-22T02:58:51.236Z] #67 105.3     	host port (default -1)
02:58:51 [2022-08-22T02:58:51.236Z] #67 105.3   -proto string
02:58:51 [2022-08-22T02:58:51.236Z] #67 105.3     	proxy protocol (default "tcp")
02:58:51 [2022-08-22T02:58:51.492Z] #67 DONE 110.0s
02:58:51 [2022-08-22T02:58:51.492Z] 
02:58:51 [2022-08-22T02:58:51.492Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
02:58:51 [2022-08-22T02:58:51.492Z] #68 sha256:e2b1cabc94f67f823f69c0e423e46165f87c78abd07ac3dc8f707814f8c1d3c7
02:58:51 [2022-08-22T02:58:51.492Z] #68 DONE 0.1s
02:58:51 [2022-08-22T02:58:51.492Z] 
02:58:51 [2022-08-22T02:58:51.492Z] #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
02:58:51 [2022-08-22T02:58:51.492Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c
02:58:51 [2022-08-22T02:58:51.492Z] #14 110.3 Selecting previously unselected package libpcre2-posix2:arm64.
02:58:51 [2022-08-22T02:58:51.492Z] #14 110.3 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ...
02:58:51 [2022-08-22T02:58:51.492Z] #14 110.3 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
02:58:51 [2022-08-22T02:58:51.672Z] #84 155.9 checking for gcc... gcc
02:58:51 [2022-08-22T02:58:51.754Z] #14 ...
02:58:51 [2022-08-22T02:58:51.754Z] 
02:58:51 [2022-08-22T02:58:51.754Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
02:58:51 [2022-08-22T02:58:51.754Z] #69 sha256:b10e580c90aad06eb290f61fa1177dfd02c556f9a7c601eb216d5efc1d96bd75
02:58:51 [2022-08-22T02:58:51.754Z] #69 DONE 0.1s
02:58:51 [2022-08-22T02:58:51.754Z] 
02:58:51 [2022-08-22T02:58:51.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
02:58:51 [2022-08-22T02:58:51.754Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c
02:58:51 [2022-08-22T02:58:51.754Z] #14 110.5 Selecting previously unselected package libpcre2-dev:arm64.
02:58:51 [2022-08-22T02:58:51.754Z] #14 110.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ...
02:58:51 [2022-08-22T02:58:51.754Z] #14 110.5 Unpacking libpcre2-dev:arm64 (10.36-2) ...
02:58:51 [2022-08-22T02:58:51.932Z] #84 155.9 checking whether the C compiler works... yes
02:58:51 [2022-08-22T02:58:51.932Z] #84 156.0 checking for C compiler default output file name... a.out
02:58:51 [2022-08-22T02:58:51.932Z] #84 156.0 checking for suffix of executables... 
02:58:52 [2022-08-22T02:58:52.197Z] #84 156.3 checking whether we are cross compiling... no
02:58:52 [2022-08-22T02:58:52.456Z] #84 156.6 checking for suffix of object files... o
02:58:52 [2022-08-22T02:58:52.456Z] #84 156.7 checking whether we are using the GNU C compiler... yes
02:58:52 [2022-08-22T02:58:52.682Z] #14 111.4 Selecting previously unselected package libselinux1-dev:arm64.
02:58:52 [2022-08-22T02:58:52.682Z] #14 111.4 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
02:58:52 [2022-08-22T02:58:52.682Z] #14 111.4 Unpacking libselinux1-dev:arm64 (3.1-3) ...
02:58:52 [2022-08-22T02:58:52.682Z] #14 111.6 Selecting previously unselected package libdevmapper-dev:arm64.
02:58:52 [2022-08-22T02:58:52.682Z] #14 111.6 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
02:58:52 [2022-08-22T02:58:52.682Z] #14 111.6 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
02:58:52 [2022-08-22T02:58:52.716Z] #84 156.9 checking whether gcc accepts -g... yes
02:58:52 [2022-08-22T02:58:52.937Z] #14 111.7 Selecting previously unselected package libseccomp-dev:arm64.
02:58:52 [2022-08-22T02:58:52.937Z] #14 111.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
02:58:52 [2022-08-22T02:58:52.937Z] #14 111.7 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
02:58:52 [2022-08-22T02:58:52.937Z] #14 111.8 Selecting previously unselected package libsystemd-dev:arm64.
02:58:52 [2022-08-22T02:58:52.937Z] #14 111.9 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ...
02:58:52 [2022-08-22T02:58:52.937Z] #14 111.9 Unpacking libsystemd-dev:arm64 (247.3-7) ...
02:58:52 [2022-08-22T02:58:52.975Z] #84 157.0 checking for gcc option to accept ISO C89... none needed
02:58:53 [2022-08-22T02:58:53.235Z] #84 157.2 checking whether gcc understands -c and -o together... yes
02:58:53 [2022-08-22T02:58:53.235Z] #84 157.4 checking for a BSD-compatible install... /usr/bin/install -c
02:58:53 [2022-08-22T02:58:53.235Z] #84 157.5 checking whether build environment is sane... yes
02:58:53 [2022-08-22T02:58:53.495Z] #84 157.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
02:58:53 [2022-08-22T02:58:53.495Z] #84 157.6 checking for gawk... no
02:58:53 [2022-08-22T02:58:53.495Z] #84 157.6 checking for mawk... mawk
02:58:53 [2022-08-22T02:58:53.495Z] #84 157.6 checking whether make sets $(MAKE)... yes
02:58:53 [2022-08-22T02:58:53.495Z] #84 157.6 checking whether make supports the include directive... yes (GNU style)
02:58:53 [2022-08-22T02:58:53.495Z] #84 157.7 checking whether make supports nested variables... yes
02:58:53 [2022-08-22T02:58:53.495Z] #84 157.7 checking whether UID '0' is supported by ustar format... yes
02:58:53 [2022-08-22T02:58:53.495Z] #84 157.7 checking whether GID '0' is supported by ustar format... yes
02:58:53 [2022-08-22T02:58:53.495Z] #84 157.7 checking how to create a ustar tar archive... gnutar
02:58:53 [2022-08-22T02:58:53.495Z] #84 157.8 checking dependency style of gcc... gcc3
02:58:53 [2022-08-22T02:58:53.507Z] #14 112.3 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
02:58:53 [2022-08-22T02:58:53.507Z] #14 112.4 Setting up libapparmor1:arm64 (2.13.6-10) ...
02:58:53 [2022-08-22T02:58:53.507Z] #14 112.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
02:58:53 [2022-08-22T02:58:53.507Z] #14 112.4 Setting up libsepol1-dev:arm64 (3.1-1) ...
02:58:53 [2022-08-22T02:58:53.507Z] #14 112.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
02:58:53 [2022-08-22T02:58:53.507Z] #14 112.4 Setting up libpcre2-16-0:arm64 (10.36-2) ...
02:58:53 [2022-08-22T02:58:53.507Z] #14 112.4 Setting up libbtrfs0:arm64 (5.10.1-2) ...
02:58:53 [2022-08-22T02:58:53.507Z] #14 112.4 Setting up libpcre2-32-0:arm64 (10.36-2) ...
02:58:53 [2022-08-22T02:58:53.507Z] #14 112.5 Setting up libudev-dev:arm64 (247.3-7) ...
02:58:53 [2022-08-22T02:58:53.754Z] #84 157.9 checking whether to enable maintainer-specific portions of Makefiles... yes
02:58:53 [2022-08-22T02:58:53.754Z] #84 157.9 checking whether make supports nested variables... (cached) yes
02:58:53 [2022-08-22T02:58:53.754Z] #84 158.0 checking build system type... x86_64-pc-linux-gnu
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.5 Setting up libpcre2-posix2:arm64 (10.36-2) ...
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.5 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.5 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.5 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.5 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.5 Setting up mingw-w64-common (8.0.0-1) ...
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.5 Setting up libsystemd-dev:arm64 (247.3-7) ...
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.6 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.6 Setting up libpcre2-dev:arm64 (10.36-2) ...
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.6 Setting up libselinux1-dev:arm64 (3.1-3) ...
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.6 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.6 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.7 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
02:58:53 [2022-08-22T02:58:53.763Z] #14 112.7 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:58:54 [2022-08-22T02:58:54.014Z] #84 158.2 checking host system type... x86_64-pc-linux-gnu
02:58:54 [2022-08-22T02:58:54.014Z] #84 158.2 checking how to print strings... printf
02:58:54 [2022-08-22T02:58:54.014Z] #84 158.2 checking for a sed that does not truncate output... /bin/sed
02:58:54 [2022-08-22T02:58:54.014Z] #84 158.2 checking for grep that handles long lines and -e... /bin/grep
02:58:54 [2022-08-22T02:58:54.014Z] #84 158.2 checking for egrep... /bin/grep -E
02:58:54 [2022-08-22T02:58:54.014Z] #84 158.2 checking for fgrep... /bin/grep -F
02:58:54 [2022-08-22T02:58:54.014Z] #84 158.2 checking for ld used by gcc... /usr/bin/ld
02:58:54 [2022-08-22T02:58:54.014Z] #84 158.2 checking if the linker (/usr/bin/ld) is GNU ld... yes
02:58:54 [2022-08-22T02:58:54.014Z] #84 158.2 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
02:58:54 [2022-08-22T02:58:54.020Z] #14 112.7 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
02:58:54 [2022-08-22T02:58:54.020Z] #14 112.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
02:58:54 [2022-08-22T02:58:54.020Z] #14 112.7 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:58:54 [2022-08-22T02:58:54.020Z] #14 112.7 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
02:58:54 [2022-08-22T02:58:54.020Z] #14 112.7 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:58:54 [2022-08-22T02:58:54.020Z] #14 112.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
02:58:54 [2022-08-22T02:58:54.020Z] #14 112.8 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
02:58:54 [2022-08-22T02:58:54.020Z] #14 112.8 Setting up dmsetup (2:1.02.175-2.1) ...
02:58:54 [2022-08-22T02:58:54.020Z] #14 112.8 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
02:58:54 [2022-08-22T02:58:54.020Z] #14 112.8 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
02:58:54 [2022-08-22T02:58:54.020Z] #14 112.9 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:58:54 [2022-08-22T02:58:54.277Z] #14 DONE 113.2s
02:58:54 [2022-08-22T02:58:54.277Z] 
02:58:54 [2022-08-22T02:58:54.277Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
02:58:54 [2022-08-22T02:58:54.277Z] #15 sha256:4cb23e92961690195d4aec764eed4a398ec84f077b04b9ba921efb39d521ab53
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.3 checking whether ln -s works... yes
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.3 checking the maximum length of command line arguments... 1572864
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.4 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.4 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.4 checking for /usr/bin/ld option to reload object files... -r
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.4 checking for objdump... objdump
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.4 checking how to recognize dependent libraries... pass_all
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.4 checking for dlltool... no
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.4 checking how to associate runtime and link libraries... printf %s\n
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.4 checking for ar... ar
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.4 checking for archiver @FILE support... @
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.4 checking for strip... strip
02:58:54 [2022-08-22T02:58:54.278Z] #84 158.4 checking for ranlib... ranlib
02:58:54 [2022-08-22T02:58:54.533Z] #15 ...
02:58:54 [2022-08-22T02:58:54.533Z] 
02:58:54 [2022-08-22T02:58:54.533Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
02:58:54 [2022-08-22T02:58:54.533Z] #59 sha256:1e87df2bd68123c060d456abddc4835a7c79a76990181efc8f665891fcb91c49
02:58:54 [2022-08-22T02:58:54.533Z] #59 DONE 0.1s
02:58:54 [2022-08-22T02:58:54.533Z] 
02:58:54 [2022-08-22T02:58:54.533Z] #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
02:58:54 [2022-08-22T02:58:54.533Z] #60 sha256:645ddd648669d00441ecc0bdfed6a55746143e1dfb0a5a53a196aee99ad78cec
02:58:54 [2022-08-22T02:58:54.538Z] #84 158.4 checking command to parse /usr/bin/nm -B output from gcc object... ok
02:58:54 [2022-08-22T02:58:54.538Z] #84 158.8 checking for sysroot... no
02:58:54 [2022-08-22T02:58:54.538Z] #84 158.8 checking for a working dd... /bin/dd
02:58:54 [2022-08-22T02:58:54.797Z] #84 158.9 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
02:58:54 [2022-08-22T02:58:54.797Z] #84 159.0 checking for mt... no
02:58:54 [2022-08-22T02:58:54.797Z] #84 159.0 checking if : is a manifest tool... no
02:58:54 [2022-08-22T02:58:54.847Z] #14 116.5 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
02:58:54 [2022-08-22T02:58:54.847Z] #14 116.5 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
02:58:54 [2022-08-22T02:58:54.847Z] #14 116.5 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:58:55 [2022-08-22T02:58:55.056Z] #84 159.0 checking how to run the C preprocessor... gcc -E
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.905 + RM_GOPATH=0
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.905 + TMP_GOPATH=
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.905 + : /build
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.905 + '[' -z '' ']'
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.905 ++ mktemp -d
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.909 + export GOPATH=/tmp/tmp.ZkklzCLX6y
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.909 + GOPATH=/tmp/tmp.ZkklzCLX6y
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.909 + RM_GOPATH=1
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.909 + case "$(go env GOARCH)" in
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.909 ++ go env GOARCH
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 + export GO_BUILDMODE=-buildmode=pie
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 + GO_BUILDMODE=-buildmode=pie
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 ++ dirname /install.sh
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 + dir=/
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 + bin=runc
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 + shift
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 + '[' '!' -f //runc.installer ']'
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 + . //runc.installer
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 ++ set -e
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 ++ : 46a5a8461633d7e7bd62b6943a8f4431909717c4
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 + install_runc
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 + RUNC_BUILDTAGS=seccomp
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 + echo 'Install runc version 46a5a8461633d7e7bd62b6943a8f4431909717c4 (build tags: seccomp)'
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ZkklzCLX6y/src/github.com/opencontainers/runc
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.935 Install runc version 46a5a8461633d7e7bd62b6943a8f4431909717c4 (build tags: seccomp)
02:58:55 [2022-08-22T02:58:55.462Z] #60 ...
02:58:55 [2022-08-22T02:58:55.462Z] 
02:58:55 [2022-08-22T02:58:55.462Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
02:58:55 [2022-08-22T02:58:55.462Z] #15 sha256:4cb23e92961690195d4aec764eed4a398ec84f077b04b9ba921efb39d521ab53
02:58:55 [2022-08-22T02:58:55.462Z] #15 DONE 1.0s
02:58:55 [2022-08-22T02:58:55.462Z] 
02:58:55 [2022-08-22T02:58:55.462Z] #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
02:58:55 [2022-08-22T02:58:55.462Z] #60 sha256:645ddd648669d00441ecc0bdfed6a55746143e1dfb0a5a53a196aee99ad78cec
02:58:55 [2022-08-22T02:58:55.462Z] #60 0.939 Cloning into '/tmp/tmp.ZkklzCLX6y/src/github.com/opencontainers/runc'...
02:58:55 [2022-08-22T02:58:55.993Z] #84 159.3 checking for ANSI C header files... yes
02:58:55 [2022-08-22T02:58:55.993Z] #84 160.1 checking for sys/types.h... yes
02:58:56 [2022-08-22T02:58:56.027Z] #60 ...
02:58:56 [2022-08-22T02:58:56.027Z] 
02:58:56 [2022-08-22T02:58:56.027Z] #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
02:58:56 [2022-08-22T02:58:56.027Z] #16 sha256:af04b8d62a70a6749757939799115e3707e7241a50fffe1872053d2b7923fc58
02:58:56 [2022-08-22T02:58:56.027Z] #16 DONE 0.7s
02:58:56 [2022-08-22T02:58:56.252Z] #84 160.3 checking for sys/stat.h... yes
02:58:56 [2022-08-22T02:58:56.284Z] 
02:58:56 [2022-08-22T02:58:56.284Z] #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
02:58:56 [2022-08-22T02:58:56.284Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:58:56 [2022-08-22T02:58:56.284Z] #77 73.69 configure.ac:11: installing 'build-aux/compile'
02:58:56 [2022-08-22T02:58:56.284Z] #77 73.72 configure.ac:11: installing 'build-aux/config.guess'
02:58:56 [2022-08-22T02:58:56.284Z] #77 73.73 configure.ac:11: installing 'build-aux/config.sub'
02:58:56 [2022-08-22T02:58:56.284Z] #77 73.74 configure.ac:13: installing 'build-aux/install-sh'
02:58:56 [2022-08-22T02:58:56.284Z] #77 73.75 configure.ac:13: installing 'build-aux/missing'
02:58:56 [2022-08-22T02:58:56.284Z] #77 73.78 configure.ac:8: installing 'build-aux/tap-driver.sh'
02:58:56 [2022-08-22T02:58:56.284Z] #77 74.08 Makefile.am: installing 'build-aux/depcomp'
02:58:56 [2022-08-22T02:58:56.512Z] #84 160.5 checking for stdlib.h... yes
02:58:56 [2022-08-22T02:58:56.512Z] #84 160.7 checking for string.h... yes
02:58:56 [2022-08-22T02:58:56.771Z] #84 160.8 checking for memory.h... yes
02:58:56 [2022-08-22T02:58:56.846Z] #77 ...
02:58:56 [2022-08-22T02:58:56.846Z] 
02:58:56 [2022-08-22T02:58:56.846Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
02:58:56 [2022-08-22T02:58:56.846Z] #17 sha256:5a043a1bf04d32135199d8dd013684c7dd7a866030adbe71d62fceb853833dbd
02:58:56 [2022-08-22T02:58:56.846Z] #17 0.695 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
02:58:56 [2022-08-22T02:58:56.846Z] #17 DONE 0.7s
02:58:56 [2022-08-22T02:58:56.846Z] 
02:58:56 [2022-08-22T02:58:56.846Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
02:58:56 [2022-08-22T02:58:56.846Z] #18 sha256:f07ff2ac9fd46250779327c7d38974e9bb1cbcf347068f6d43bbd85c8667bbd6
02:58:57 [2022-08-22T02:58:57.031Z] #84 161.0 checking for strings.h... yes
02:58:57 [2022-08-22T02:58:57.290Z] #84 161.3 checking for inttypes.h... yes
02:58:57 [2022-08-22T02:58:57.467Z] #36 ...
02:58:57 [2022-08-22T02:58:57.467Z] 
02:58:57 [2022-08-22T02:58:57.467Z] #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
02:58:57 [2022-08-22T02:58:57.467Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:58:57 [2022-08-22T02:58:57.467Z] #14 117.9 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
02:58:57 [2022-08-22T02:58:57.549Z] #84 161.5 checking for stdint.h... yes
02:58:57 [2022-08-22T02:58:57.549Z] #84 161.7 checking for unistd.h... yes
02:58:57 [2022-08-22T02:58:57.549Z] #84 161.8 checking for dlfcn.h... yes
02:58:57 [2022-08-22T02:58:57.549Z] #84 161.8 checking for objdir... .libs
02:58:57 [2022-08-22T02:58:57.723Z] #14 117.9 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
02:58:57 [2022-08-22T02:58:57.723Z] #14 117.9 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:58:57 [2022-08-22T02:58:57.772Z] #18 DONE 0.8s
02:58:57 [2022-08-22T02:58:57.772Z] 
02:58:57 [2022-08-22T02:58:57.772Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
02:58:57 [2022-08-22T02:58:57.772Z] #19 sha256:dd23165dd72a2a1f8a87b49cbd3dd137a15f0e1683938f561ac373a5933852b2
02:58:57 [2022-08-22T02:58:57.808Z] #84 162.1 checking if gcc supports -fno-rtti -fno-exceptions... no
02:58:58 [2022-08-22T02:58:58.068Z] #84 162.1 checking for gcc option to produce PIC... -fPIC -DPIC
02:58:58 [2022-08-22T02:58:58.068Z] #84 162.1 checking if gcc PIC flag -fPIC -DPIC works... yes
02:58:58 [2022-08-22T02:58:58.327Z] #84 162.2 checking if gcc static flag -static works... yes
02:58:58 [2022-08-22T02:58:58.327Z] #84 162.5 checking if gcc supports -c -o file.o... yes
02:58:58 [2022-08-22T02:58:58.586Z] #84 162.7 checking if gcc supports -c -o file.o... (cached) yes
02:58:58 [2022-08-22T02:58:58.586Z] #84 162.7 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
02:58:58 [2022-08-22T02:58:58.845Z] #84 162.7 checking dynamic linker characteristics... GNU/Linux ld.so
02:58:58 [2022-08-22T02:58:58.845Z] #84 163.0 checking how to hardcode library paths into programs... immediate
02:58:58 [2022-08-22T02:58:58.845Z] #84 163.0 checking whether stripping libraries is possible... yes
02:58:58 [2022-08-22T02:58:58.845Z] #84 163.0 checking if libtool supports shared libraries... yes
02:58:58 [2022-08-22T02:58:58.845Z] #84 163.0 checking whether to build shared libraries... no
02:58:58 [2022-08-22T02:58:58.845Z] #84 163.0 checking whether to build static libraries... yes
02:58:59 [2022-08-22T02:58:59.104Z] #84 163.1 checking float.h usability... yes
02:58:59 [2022-08-22T02:58:59.104Z] #84 163.3 checking float.h presence... yes
02:58:59 [2022-08-22T02:58:59.104Z] #84 163.3 checking for float.h... yes
02:58:59 [2022-08-22T02:58:59.138Z] #19 DONE 1.3s
02:58:59 [2022-08-22T02:58:59.138Z] 
02:58:59 [2022-08-22T02:58:59.138Z] #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
02:58:59 [2022-08-22T02:58:59.138Z] #36 sha256:6583f4de9b49d5f9f0af4e74d176b75cd3860e05f2b1b1432241659433d7f138
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 Delve is a source level debugger for Go programs.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 Delve enables you to interact with your program by controlling the execution of the process,
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 Pass flags to the program you are debugging using `--`, for example:
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 `dlv exec ./hello -- server --config conf/config.toml`
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 Usage:
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   dlv [command]
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 Available Commands:
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   attach      Attach to running process and begin debugging.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   connect     Connect to a headless debug server with a terminal client.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   core        Examine a core dump.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   debug       Compile and begin debugging main package in current directory, or the package specified.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   exec        Execute a precompiled binary, and begin a debug session.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   help        Help about any command
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   run         Deprecated command. Use 'debug' instead.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   test        Compile test binary and begin debugging program.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   trace       Compile and begin tracing program.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   version     Prints version.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 Flags:
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.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)
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.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)
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7       --disable-aslr                     Disables address space randomization
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   -h, --help                             help for dlv
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7       --init string                      Init file, executed by the terminal client.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7       --log                              Enable debugging server logging.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7       --wd string                        Working directory for running the program.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 Additional help topics:
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   dlv backend  Help about the --backend flag.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   dlv log      Help about logging flags.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7   dlv redirect Help about file redirection.
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 
02:58:59 [2022-08-22T02:58:59.138Z] #36 117.7 Use "dlv [command] --help" for more information about a command.
02:58:59 [2022-08-22T02:58:59.138Z] #36 DONE 117.9s
02:58:59 [2022-08-22T02:58:59.138Z] 
02:58:59 [2022-08-22T02:58:59.138Z] #20 [dev-systemd-false  6/28] RUN ldconfig
02:58:59 [2022-08-22T02:58:59.138Z] #20 sha256:c3525b3da3fd3efe5719964eee1b2aeff2d670820a72f607d7066937ed101317
02:58:59 [2022-08-22T02:58:59.364Z] #84 163.3 checking limits.h usability... yes
02:58:59 [2022-08-22T02:58:59.364Z] #84 163.5 checking limits.h presence... yes
02:58:59 [2022-08-22T02:58:59.364Z] #84 163.6 checking for limits.h... yes
02:58:59 [2022-08-22T02:58:59.623Z] #84 163.6 checking stddef.h usability... yes
02:58:59 [2022-08-22T02:58:59.623Z] #84 163.7 checking stddef.h presence... yes
02:58:59 [2022-08-22T02:58:59.623Z] #84 163.8 checking for stddef.h... yes
02:58:59 [2022-08-22T02:58:59.623Z] #84 163.9 checking for stdlib.h... (cached) yes
02:58:59 [2022-08-22T02:58:59.623Z] #84 163.9 checking for string.h... (cached) yes
02:58:59 [2022-08-22T02:58:59.884Z] #84 164.0 checking sys/time.h usability... yes
02:58:59 [2022-08-22T02:58:59.884Z] #84 164.1 checking sys/time.h presence... yes
02:58:59 [2022-08-22T02:58:59.884Z] #84 164.2 checking for sys/time.h... yes
02:58:59 [2022-08-22T02:58:59.884Z] #84 164.2 checking for inline... inline
02:59:00 [2022-08-22T02:59:00.407Z] #84 164.2 checking for size_t... yes
02:59:00 [2022-08-22T02:59:00.407Z] #84 164.6 checking for stdlib.h... (cached) yes
02:59:00 [2022-08-22T02:59:00.666Z] #84 164.6 checking for GNU libc compatible malloc... yes
02:59:00 [2022-08-22T02:59:00.666Z] #84 164.8 checking for stdlib.h... (cached) yes
02:59:00 [2022-08-22T02:59:00.926Z] #84 164.8 checking for GNU libc compatible realloc... yes
02:59:01 [2022-08-22T02:59:01.033Z] #20 DONE 1.9s
02:59:01 [2022-08-22T02:59:01.033Z] 
02:59:01 [2022-08-22T02:59:01.033Z] #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
02:59:01 [2022-08-22T02:59:01.033Z] #26 sha256:ddd498045e8d29ea71d49ae2552a7c0e812962d0d88e0146a54c2c295f8e6e60
02:59:01 [2022-08-22T02:59:01.185Z] #84 165.1 checking for working strtod... yes
02:59:01 [2022-08-22T02:59:01.185Z] #84 165.4 checking for gettimeofday... yes
02:59:01 [2022-08-22T02:59:01.425Z] #14 ...
02:59:01 [2022-08-22T02:59:01.425Z] 
02:59:01 [2022-08-22T02:59:01.425Z] #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
02:59:01 [2022-08-22T02:59:01.425Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:01 [2022-08-22T02:59:01.425Z] #77 47.35 aclocal: warning: couldn't open directory 'm4': No such file or directory
02:59:01 [2022-08-22T02:59:01.703Z] #84 165.7 checking for memset... yes
02:59:01 [2022-08-22T02:59:01.963Z] #84 166.0 checking for strspn... yes
02:59:02 [2022-08-22T02:59:02.531Z] #84 166.5 checking that generated files are newer than configure... done
02:59:02 [2022-08-22T02:59:02.531Z] #84 166.5 configure: creating ./config.status
02:59:02 [2022-08-22T02:59:02.790Z] #77 ...
02:59:02 [2022-08-22T02:59:02.790Z] 
02:59:02 [2022-08-22T02:59:02.790Z] #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
02:59:02 [2022-08-22T02:59:02.790Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:59:02 [2022-08-22T02:59:02.790Z] #14 115.4 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
02:59:02 [2022-08-22T02:59:02.790Z] #14 115.4 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
02:59:02 [2022-08-22T02:59:02.790Z] #14 115.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:59:04 [2022-08-22T02:59:04.113Z] #26 118.9 Updating files:  16% (1907/11414)
Updating files:  17% (1941/11414)
Updating files:  18% (2055/11414)
Updating files:  19% (2169/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:  31% (3545/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/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:  53% (6159/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/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:  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:  80% (9223/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:  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.
02:59:04 [2022-08-22T02:59:04.368Z] #26 122.7 + cd /tmp/tmp.p22hGb9dd6/tmp/docker-ce
02:59:04 [2022-08-22T02:59:04.368Z] #26 122.7 + git checkout -q v17.06.2-ce
02:59:05 [2022-08-22T02:59:05.069Z] #84 169.3 config.status: creating Makefile
02:59:05 [2022-08-22T02:59:05.069Z] #84 169.4 config.status: creating config.h
02:59:05 [2022-08-22T02:59:05.069Z] #84 169.4 config.status: executing depfiles commands
02:59:05 [2022-08-22T02:59:05.328Z] #84 169.6 config.status: executing libtool commands
02:59:06 [2022-08-22T02:59:06.280Z] #84 170.4   GEN      .version
02:59:06 [2022-08-22T02:59:06.280Z] #84 170.4 make  install-recursive
02:59:06 [2022-08-22T02:59:06.280Z] #84 170.4 make[1]: Entering directory '/tmp/crun-build'
02:59:06 [2022-08-22T02:59:06.280Z] #84 170.5 Making install in libocispec
02:59:06 [2022-08-22T02:59:06.280Z] #84 170.5 make[2]: Entering directory '/tmp/crun-build/libocispec'
02:59:06 [2022-08-22T02:59:06.280Z] #84 170.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
02:59:06 [2022-08-22T02:59:06.280Z] #84 170.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
02:59:06 [2022-08-22T02:59:06.280Z] #84 170.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
02:59:06 [2022-08-22T02:59:06.280Z] #84 170.6 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
02:59:06 [2022-08-22T02:59:06.849Z] #84 171.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
02:59:06 [2022-08-22T02:59:06.849Z] #84 ...
02:59:06 [2022-08-22T02:59:06.849Z] 
02:59:06 [2022-08-22T02:59:06.850Z] #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
02:59:06 [2022-08-22T02:59:06.850Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:59:06 [2022-08-22T02:59:06.850Z] #19 214.0 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
02:59:06 [2022-08-22T02:59:06.967Z] #14 ...
02:59:06 [2022-08-22T02:59:06.967Z] 
02:59:06 [2022-08-22T02:59:06.967Z] #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
02:59:06 [2022-08-22T02:59:06.967Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:06 [2022-08-22T02:59:06.967Z] #77 76.89 configure.ac:7: installing 'build-aux/compile'
02:59:06 [2022-08-22T02:59:06.967Z] #77 76.90 configure.ac:9: installing 'build-aux/config.guess'
02:59:06 [2022-08-22T02:59:06.967Z] #77 76.91 configure.ac:9: installing 'build-aux/config.sub'
02:59:06 [2022-08-22T02:59:06.967Z] #77 76.91 configure.ac:11: installing 'build-aux/install-sh'
02:59:06 [2022-08-22T02:59:06.967Z] #77 76.92 configure.ac:11: installing 'build-aux/missing'
02:59:06 [2022-08-22T02:59:06.967Z] #77 77.13 Makefile.am: installing 'build-aux/depcomp'
02:59:06 [2022-08-22T02:59:06.967Z] #77 77.29 parallel-tests: installing 'build-aux/test-driver'
02:59:06 [2022-08-22T02:59:06.967Z] #77 79.46 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
02:59:06 [2022-08-22T02:59:06.967Z] #77 79.47 libtoolize: copying file 'build-aux/ltmain.sh'
02:59:07 [2022-08-22T02:59:07.109Z] #19 214.0 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
02:59:07 [2022-08-22T02:59:07.109Z] #19 214.0 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
02:59:07 [2022-08-22T02:59:07.109Z] #19 214.1 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
02:59:07 [2022-08-22T02:59:07.109Z] #19 214.1 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
02:59:07 [2022-08-22T02:59:07.109Z] #19 214.1 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
02:59:07 [2022-08-22T02:59:07.224Z] #77 79.98 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
02:59:07 [2022-08-22T02:59:07.224Z] #77 79.99 libtoolize: copying file 'm4/libtool.m4'
02:59:07 [2022-08-22T02:59:07.494Z] #77 80.07 libtoolize: copying file 'm4/ltoptions.m4'
02:59:07 [2022-08-22T02:59:07.494Z] #77 80.16 libtoolize: copying file 'm4/ltsugar.m4'
02:59:07 [2022-08-22T02:59:07.636Z] #26 125.8 + mkdir -p /tmp/tmp.p22hGb9dd6/src/github.com/docker
02:59:07 [2022-08-22T02:59:07.636Z] #26 125.8 + mv components/cli /tmp/tmp.p22hGb9dd6/src/github.com/docker/cli
02:59:07 [2022-08-22T02:59:07.636Z] #26 125.8 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
02:59:07 [2022-08-22T02:59:07.636Z] #26 ...
02:59:07 [2022-08-22T02:59:07.636Z] 
02:59:07 [2022-08-22T02:59:07.636Z] #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
02:59:07 [2022-08-22T02:59:07.636Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:59:07 [2022-08-22T02:59:07.636Z] #77 75.83 checking build system type... aarch64-unknown-linux-gnu
02:59:07 [2022-08-22T02:59:07.636Z] #77 76.24 checking host system type... aarch64-unknown-linux-gnu
02:59:07 [2022-08-22T02:59:07.636Z] #77 76.24 checking how to print strings... printf
02:59:07 [2022-08-22T02:59:07.636Z] #77 76.26 checking for gcc... gcc
02:59:07 [2022-08-22T02:59:07.636Z] #77 76.46 checking whether the C compiler works... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 76.78 checking for C compiler default output file name... a.out
02:59:07 [2022-08-22T02:59:07.636Z] #77 76.78 checking for suffix of executables... 
02:59:07 [2022-08-22T02:59:07.636Z] #77 76.92 checking whether we are cross compiling... no
02:59:07 [2022-08-22T02:59:07.636Z] #77 77.03 checking for suffix of object files... o
02:59:07 [2022-08-22T02:59:07.636Z] #77 77.14 checking whether we are using the GNU C compiler... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 77.26 checking whether gcc accepts -g... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 77.39 checking for gcc option to accept ISO C89... none needed
02:59:07 [2022-08-22T02:59:07.636Z] #77 77.72 checking whether gcc understands -c and -o together... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.05 checking for a sed that does not truncate output... /bin/sed
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.05 checking for grep that handles long lines and -e... /bin/grep
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.10 checking for egrep... /bin/grep -E
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.11 checking for fgrep... /bin/grep -F
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.17 checking for ld used by gcc... /usr/bin/ld
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.24 checking if the linker (/usr/bin/ld) is GNU ld... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.31 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.31 checking the name lister (/usr/bin/nm -B) interface... BSD nm
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.49 checking whether ln -s works... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.49 checking the maximum length of command line arguments... 1572864
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.56 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.56 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.56 checking for /usr/bin/ld option to reload object files... -r
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.56 checking for objdump... objdump
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.56 checking how to recognize dependent libraries... pass_all
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.56 checking for dlltool... no
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.56 checking how to associate runtime and link libraries... printf %s\n
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.56 checking for ar... ar
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.56 checking for archiver @FILE support... @
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.96 checking for strip... strip
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.96 checking for ranlib... ranlib
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.96 checking for gawk... no
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.96 checking for mawk... mawk
02:59:07 [2022-08-22T02:59:07.636Z] #77 78.96 checking command to parse /usr/bin/nm -B output from gcc object... ok
02:59:07 [2022-08-22T02:59:07.636Z] #77 79.51 checking for sysroot... no
02:59:07 [2022-08-22T02:59:07.636Z] #77 79.51 checking for a working dd... /bin/dd
02:59:07 [2022-08-22T02:59:07.636Z] #77 79.53 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
02:59:07 [2022-08-22T02:59:07.636Z] #77 79.56 checking for mt... no
02:59:07 [2022-08-22T02:59:07.636Z] #77 79.56 checking if : is a manifest tool... no
02:59:07 [2022-08-22T02:59:07.636Z] #77 79.59 checking how to run the C preprocessor... gcc -E
02:59:07 [2022-08-22T02:59:07.636Z] #77 79.91 checking for ANSI C header files... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 80.31 checking for sys/types.h... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 80.50 checking for sys/stat.h... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 80.68 checking for stdlib.h... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 80.91 checking for string.h... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 81.07 checking for memory.h... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 81.34 checking for strings.h... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 81.61 checking for inttypes.h... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 81.75 checking for stdint.h... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 81.96 checking for unistd.h... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 82.12 checking for dlfcn.h... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 82.31 checking for objdir... .libs
02:59:07 [2022-08-22T02:59:07.636Z] #77 82.65 checking if gcc supports -fno-rtti -fno-exceptions... no
02:59:07 [2022-08-22T02:59:07.636Z] #77 82.84 checking for gcc option to produce PIC... -fPIC -DPIC
02:59:07 [2022-08-22T02:59:07.636Z] #77 82.84 checking if gcc PIC flag -fPIC -DPIC works... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 82.96 checking if gcc static flag -static works... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 83.32 checking if gcc supports -c -o file.o... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 83.56 checking if gcc supports -c -o file.o... (cached) yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 83.57 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 83.64 checking dynamic linker characteristics... GNU/Linux ld.so
02:59:07 [2022-08-22T02:59:07.636Z] #77 83.89 checking how to hardcode library paths into programs... immediate
02:59:07 [2022-08-22T02:59:07.636Z] #77 83.89 checking whether stripping libraries is possible... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 83.90 checking if libtool supports shared libraries... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 83.91 checking whether to build shared libraries... no
02:59:07 [2022-08-22T02:59:07.636Z] #77 83.91 checking whether to build static libraries... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 83.91 checking for a BSD-compatible install... /usr/bin/install -c
02:59:07 [2022-08-22T02:59:07.636Z] #77 83.95 checking whether build environment is sane... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.01 checking for a thread-safe mkdir -p... /bin/mkdir -p
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.03 checking whether make sets $(MAKE)... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.11 checking whether make supports the include directive... yes (GNU style)
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.16 checking whether make supports nested variables... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.23 checking whether UID '0' is supported by ustar format... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.23 checking whether GID '0' is supported by ustar format... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.23 checking how to create a ustar tar archive... gnutar
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.33 checking dependency style of gcc... gcc3
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.52 checking whether to enable maintainer-specific portions of Makefiles... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.53 checking whether make supports nested variables... (cached) yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.53 checking for gawk... (cached) mawk
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.53 checking for a sed that does not truncate output... (cached) /bin/sed
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.54 checking for gcc... (cached) gcc
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.63 checking whether we are using the GNU C compiler... (cached) yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.65 checking whether gcc accepts -g... (cached) yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.65 checking for gcc option to accept ISO C89... (cached) none needed
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.65 checking whether gcc understands -c and -o together... (cached) yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.65 checking for a Python interpreter with version >= 3... python3
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.74 checking for python3... /usr/bin/python3
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.75 checking for python3 version... 3.9
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.81 checking for python3 platform... linux
02:59:07 [2022-08-22T02:59:07.636Z] #77 84.85 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
02:59:07 [2022-08-22T02:59:07.636Z] #77 85.01 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
02:59:07 [2022-08-22T02:59:07.636Z] #77 85.18 checking for go-md2man... no
02:59:07 [2022-08-22T02:59:07.636Z] #77 85.22 checking error.h usability... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 85.42 checking error.h presence... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 85.47 checking for error.h... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 85.51 checking linux/openat2.h usability... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 85.63 checking linux/openat2.h presence... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 85.69 checking for linux/openat2.h... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 85.73 checking for copy_file_range... yes
02:59:07 [2022-08-22T02:59:07.636Z] #77 85.93 checking for fgetxattr... yes
02:59:07 [2022-08-22T02:59:07.751Z] #77 80.26 libtoolize: copying file 'm4/ltversion.m4'
02:59:07 [2022-08-22T02:59:07.751Z] #77 80.36 libtoolize: copying file 'm4/lt~obsolete.m4'
02:59:07 [2022-08-22T02:59:07.892Z] #77 86.13 checking for statx... yes
02:59:08 [2022-08-22T02:59:08.001Z] #77 ...
02:59:08 [2022-08-22T02:59:08.002Z] 
02:59:08 [2022-08-22T02:59: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
02:59:08 [2022-08-22T02:59:08.002Z] #64 sha256:7db1d7aa68f1d6b64cbaa1b87a9381b85fd7bb2780d0fa93a665d575e3bc5324
02:59:08 [2022-08-22T02:59:08.148Z] #77 86.42 checking for fgetpwent_r... yes
02:59:08 [2022-08-22T02:59:08.709Z] #77 86.67 checking for issetugid... no
02:59:08 [2022-08-22T02:59:08.709Z] #77 86.96 checking for pkg-config... /usr/bin/pkg-config
02:59:08 [2022-08-22T02:59:08.709Z] #77 86.96 checking pkg-config is at least version 0.9.0... yes
02:59:08 [2022-08-22T02:59:08.966Z] #77 86.96 checking for library containing yajl_tree_get... -lyajl
02:59:08 [2022-08-22T02:59:08.966Z] #77 87.41 checking for yajl >= 2.0.0... yes
02:59:09 [2022-08-22T02:59:09.223Z] #77 87.45 checking sys/capability.h usability... yes
02:59:09 [2022-08-22T02:59:09.223Z] #77 87.60 checking sys/capability.h presence... yes
02:59:09 [2022-08-22T02:59:09.223Z] #77 87.66 checking for sys/capability.h... yes
02:59:09 [2022-08-22T02:59:09.644Z] #77 ...
02:59:09 [2022-08-22T02:59:09.644Z] 
02:59:09 [2022-08-22T02:59:09.645Z] #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
02:59:09 [2022-08-22T02:59:09.645Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.2 Selecting previously unselected package g++-mingw-w64-x86-64.
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.4 Selecting previously unselected package libapparmor1:amd64.
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.4 Unpacking libapparmor1:amd64 (2.13.6-10) ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.5 Selecting previously unselected package libapparmor-dev:amd64.
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.7 Selecting previously unselected package libbtrfs0:amd64.
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.9 Selecting previously unselected package libbtrfs-dev:amd64.
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 122.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 123.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
02:59:09 [2022-08-22T02:59:09.645Z] #14 123.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 123.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 123.2 Selecting previously unselected package libudev-dev:amd64.
02:59:09 [2022-08-22T02:59:09.645Z] #14 123.2 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 123.2 Unpacking libudev-dev:amd64 (247.3-7) ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 123.4 Selecting previously unselected package libsepol1-dev:amd64.
02:59:09 [2022-08-22T02:59:09.645Z] #14 123.4 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 123.4 Unpacking libsepol1-dev:amd64 (3.1-1) ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 123.7 Selecting previously unselected package libpcre2-16-0:amd64.
02:59:09 [2022-08-22T02:59:09.645Z] #14 123.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
02:59:09 [2022-08-22T02:59:09.645Z] #14 123.7 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
02:59:09 [2022-08-22T02:59:09.785Z] #77 87.66 checking for library containing cap_from_name... -lcap
02:59:09 [2022-08-22T02:59:09.822Z] #64 78.43 Updating files:  27% (1358/4961)
Updating files:  28% (1390/4961)
Updating files:  29% (1439/4961)
Updating files:  30% (1489/4961)
Updating files:  31% (1538/4961)
Updating files:  32% (1588/4961)
Updating files:  33% (1638/4961)
Updating files:  34% (1687/4961)
Updating files:  35% (1737/4961)
Updating files:  36% (1786/4961)
Updating files:  37% (1836/4961)
Updating files:  38% (1886/4961)
Updating files:  39% (1935/4961)
Updating files:  40% (1985/4961)
Updating files:  41% (2035/4961)
Updating files:  42% (2084/4961)
Updating files:  43% (2134/4961)
Updating files:  44% (2183/4961)
Updating files:  45% (2233/4961)
Updating files:  46% (2283/4961)
Updating files:  47% (2332/4961)
Updating files:  48% (2382/4961)
Updating files:  49% (2431/4961)
Updating files:  50% (2481/4961)
Updating files:  51% (2531/4961)
Updating files:  52% (2580/4961)
Updating files:  53% (2630/4961)
Updating files:  54% (2679/4961)
Updating files:  55% (2729/4961)
Updating files:  56% (2779/4961)
Updating files:  57% (2828/4961)
Updating files:  58% (2878/4961)
Updating files:  59% (2927/4961)
Updating files:  59% (2972/4961)
Updating files:  60% (2977/4961)
Updating files:  61% (3027/4961)
Updating files:  62% (3076/4961)
Updating files:  63% (3126/4961)
Updating files:  64% (3176/4961)
Updating files:  65% (3225/4961)
Updating files:  66% (3275/4961)
Updating files:  67% (3324/4961)
Updating files:  68% (3374/4961)
Updating files:  69% (3424/4961)
Updating files:  70% (3473/4961)
Updating files:  71% (3523/4961)
Updating files:  72% (3572/4961)
Updating files:  73% (3622/4961)
Updating files:  74% (3672/4961)
Updating files:  75% (3721/4961)
Updating files:  76% (3771/4961)
Updating files:  77% (3820/4961)
Updating files:  78% (3870/4961)
Updating files:  79% (3920/4961)
Updating files:  80% (3969/4961)
Updating files:  81% (4019/4961)
Updating files:  82% (4069/4961)
Updating files:  83% (4118/4961)
Updating files:  84% (4168/4961)
Updating files:  84% (4195/4961)
Updating files:  85% (4217/4961)
Updating files:  86% (4267/4961)
Updating files:  87% (4317/4961)
Updating files:  88% (4366/4961)
Updating files:  89% (4416/4961)
Updating files:  90% (4465/4961)
Updating files:  91% (4515/4961)
Updating files:  92% (4565/4961)
Updating files:  93% (4614/4961)
Updating files:  94% (4664/4961)
Updating files:  95% (4713/4961)
Updating files:  96% (4763/4961)
Updating files:  97% (4813/4961)
Updating files:  98% (4862/4961)
Updating files:  99% (4912/4961)
Updating files: 100% (4961/4961)
Updating files: 100% (4961/4961), done.
02:59:09 [2022-08-22T02:59:09.822Z] #64 81.42 + cd /tmp/tmp.WAEhcJy8FF/src/github.com/containerd/containerd
02:59:09 [2022-08-22T02:59:09.822Z] #64 81.42 + git checkout -q v1.6.7
02:59:09 [2022-08-22T02:59:09.896Z] #14 ...
02:59:09 [2022-08-22T02:59:09.896Z] 
02:59:09 [2022-08-22T02:59:09.896Z] #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
02:59:09 [2022-08-22T02:59:09.896Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:09 [2022-08-22T02:59:09.896Z] #77 51.08 aclocal: warning: couldn't open directory 'm4': No such file or directory
02:59:09 [2022-08-22T02:59:09.901Z] #14 123.9 Selecting previously unselected package libpcre2-32-0:amd64.
02:59:09 [2022-08-22T02:59:09.901Z] #14 124.0 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
02:59:09 [2022-08-22T02:59:09.901Z] #14 124.0 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
02:59:09 [2022-08-22T02:59:09.901Z] #14 124.1 Selecting previously unselected package libpcre2-posix2:amd64.
02:59:09 [2022-08-22T02:59:09.901Z] #14 124.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
02:59:09 [2022-08-22T02:59:09.901Z] #14 124.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
02:59:09 [2022-08-22T02:59:09.901Z] #14 124.2 Selecting previously unselected package libpcre2-dev:amd64.
02:59:10 [2022-08-22T02:59:10.158Z] #14 124.2 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
02:59:10 [2022-08-22T02:59:10.158Z] #14 124.2 Unpacking libpcre2-dev:amd64 (10.36-2) ...
02:59:10 [2022-08-22T02:59:10.347Z] #77 88.15 checking for library containing dlopen... -ldl
02:59:10 [2022-08-22T02:59:10.347Z] #77 88.61 checking seccomp.h usability... yes
02:59:10 [2022-08-22T02:59:10.347Z] #77 88.71 checking seccomp.h presence... yes
02:59:10 [2022-08-22T02:59:10.347Z] #77 88.84 checking for seccomp.h... yes
02:59:10 [2022-08-22T02:59:10.722Z] #14 124.8 Selecting previously unselected package libselinux1-dev:amd64.
02:59:10 [2022-08-22T02:59:10.722Z] #14 124.8 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
02:59:10 [2022-08-22T02:59:10.722Z] #14 124.8 Unpacking libselinux1-dev:amd64 (3.1-3) ...
02:59:10 [2022-08-22T02:59:10.722Z] #14 125.1 Selecting previously unselected package libdevmapper-dev:amd64.
02:59:10 [2022-08-22T02:59:10.909Z] #77 88.86 checking for library containing seccomp_rule_add... 
02:59:10 [2022-08-22T02:59:10.909Z] #77 ...
02:59:10 [2022-08-22T02:59:10.909Z] 
02:59:10 [2022-08-22T02:59:10.910Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
02:59:10 [2022-08-22T02:59:10.910Z] #21 sha256:2ea45f3736fad49e67a6c0b7a661743cd2737effe4269bf4e8064e11f38715eb
02:59:10 [2022-08-22T02:59:10.910Z] #21 1.159 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:59:10 [2022-08-22T02:59:10.910Z] #21 1.361 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:59:10 [2022-08-22T02:59:10.910Z] #21 1.556 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:59:10 [2022-08-22T02:59:10.910Z] #21 1.807 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
02:59:10 [2022-08-22T02:59:10.910Z] #21 3.078 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
02:59:10 [2022-08-22T02:59:10.910Z] #21 4.487 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
02:59:10 [2022-08-22T02:59:10.910Z] #21 6.912 Fetched 8458 kB in 6s (1368 kB/s)
02:59:10 [2022-08-22T02:59:10.910Z] #21 6.912 Reading package lists...
02:59:10 [2022-08-22T02:59:10.910Z] #21 9.196 Reading package lists...
02:59:10 [2022-08-22T02:59:10.910Z] #21 ...
02:59:10 [2022-08-22T02:59:10.910Z] 
02:59:10 [2022-08-22T02:59:10.910Z] #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
02:59:10 [2022-08-22T02:59:10.910Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:59:10 [2022-08-22T02:59:10.910Z] #77 88.86 checking for library containing seccomp_rule_add... -lseccomp
02:59:10 [2022-08-22T02:59:10.979Z] #14 125.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
02:59:10 [2022-08-22T02:59:10.979Z] #14 125.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
02:59:10 [2022-08-22T02:59:10.979Z] #14 125.2 Selecting previously unselected package libseccomp-dev:amd64.
02:59:11 [2022-08-22T02:59:11.166Z] 
02:59:11 [2022-08-22T02:59:11.166Z] #77 ...
02:59:11 [2022-08-22T02:59:11.166Z] 
02:59:11 [2022-08-22T02:59:11.166Z] #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
02:59:11 [2022-08-22T02:59:11.166Z] #34 sha256:4b41878b4762cb0683fc280c29ac8b5b269125ec65df29026de7c40e51009d4b
02:59:11 [2022-08-22T02:59:11.166Z] #34 DONE 129.6s
02:59:11 [2022-08-22T02:59:11.166Z] 
02:59:11 [2022-08-22T02:59:11.166Z] #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
02:59:11 [2022-08-22T02:59:11.166Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:59:11 [2022-08-22T02:59:11.166Z] #77 89.42 checking for library containing seccomp_arch_resolve_name... none required
02:59:11 [2022-08-22T02:59:11.236Z] #14 125.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
02:59:11 [2022-08-22T02:59:11.236Z] #14 125.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
02:59:11 [2022-08-22T02:59:11.236Z] #14 125.4 Selecting previously unselected package libsystemd-dev:amd64.
02:59:11 [2022-08-22T02:59:11.236Z] #14 125.4 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
02:59:11 [2022-08-22T02:59:11.236Z] #14 125.4 Unpacking libsystemd-dev:amd64 (247.3-7) ...
02:59:11 [2022-08-22T02:59:11.729Z] #77 89.69 checking systemd/sd-bus.h usability... yes
02:59:11 [2022-08-22T02:59:11.799Z] #14 126.0 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
02:59:11 [2022-08-22T02:59:11.799Z] #14 126.0 Setting up libapparmor1:amd64 (2.13.6-10) ...
02:59:11 [2022-08-22T02:59:11.799Z] #14 126.1 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
02:59:11 [2022-08-22T02:59:11.799Z] #14 126.1 Setting up libsepol1-dev:amd64 (3.1-1) ...
02:59:11 [2022-08-22T02:59:11.799Z] #14 126.1 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
02:59:11 [2022-08-22T02:59:11.985Z] #77 90.09 checking systemd/sd-bus.h presence... yes
02:59:11 [2022-08-22T02:59:11.985Z] #77 90.31 checking for systemd/sd-bus.h... yes
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.1 Setting up libpcre2-16-0:amd64 (10.36-2) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.1 Setting up libbtrfs0:amd64 (5.10.1-2) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.1 Setting up libpcre2-32-0:amd64 (10.36-2) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.1 Setting up libudev-dev:amd64 (247.3-7) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.1 Setting up libpcre2-posix2:amd64 (10.36-2) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.2 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.2 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.2 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.2 Setting up mingw-w64-common (8.0.0-1) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.2 Setting up libsystemd-dev:amd64 (247.3-7) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.2 Setting up libpcre2-dev:amd64 (10.36-2) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.2 Setting up libselinux1-dev:amd64 (3.1-3) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.3 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
02:59:12 [2022-08-22T02:59:12.060Z] #14 126.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:59:12 [2022-08-22T02:59:12.241Z] #77 90.32 checking for library containing sd_bus_match_signal_async... -lsystemd
02:59:12 [2022-08-22T02:59:12.317Z] #14 126.3 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
02:59:12 [2022-08-22T02:59:12.317Z] #14 126.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
02:59:12 [2022-08-22T02:59:12.317Z] #14 126.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:59:12 [2022-08-22T02:59:12.317Z] #14 126.3 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
02:59:12 [2022-08-22T02:59:12.317Z] #14 126.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:59:12 [2022-08-22T02:59:12.317Z] #14 126.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
02:59:12 [2022-08-22T02:59:12.317Z] #14 126.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
02:59:12 [2022-08-22T02:59:12.317Z] #14 126.4 Setting up dmsetup (2:1.02.175-2.1) ...
02:59:12 [2022-08-22T02:59:12.317Z] #14 126.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
02:59:12 [2022-08-22T02:59:12.317Z] #14 126.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
02:59:12 [2022-08-22T02:59:12.317Z] #14 126.5 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:59:12 [2022-08-22T02:59:12.498Z] #77 90.75 checking for sd_notify_barrier... yes
02:59:12 [2022-08-22T02:59:12.754Z] #77 91.02 checking linux/bpf.h usability... yes
02:59:12 [2022-08-22T02:59:12.754Z] #77 91.17 checking linux/bpf.h presence... yes
02:59:12 [2022-08-22T02:59:12.754Z] #77 91.23 checking for linux/bpf.h... yes
02:59:13 [2022-08-22T02:59:13.011Z] #77 91.24 checking compilation for eBPF... yes
02:59:13 [2022-08-22T02:59:13.011Z] #77 91.35 checking for criu >= 3.15... no
02:59:13 [2022-08-22T02:59:13.011Z] #77 91.39 configure: CRIU headers not found, building without CRIU support
02:59:13 [2022-08-22T02:59:13.011Z] #77 91.39 checking for criu > 3.16... no
02:59:13 [2022-08-22T02:59:13.011Z] #77 91.43 configure: CRIU version doesn't support join-ns API
02:59:13 [2022-08-22T02:59:13.011Z] #77 91.43 checking for criu > 3.16.1... no
02:59:13 [2022-08-22T02:59:13.011Z] #77 91.47 configure: CRIU version doesn't support for pre-dumping
02:59:13 [2022-08-22T02:59:13.011Z] #77 91.48 checking for new mount API (fsconfig)... yes
02:59:13 [2022-08-22T02:59:13.118Z] #64 84.35 + export 'BUILDTAGS=netgo osusergo static_build'
02:59:13 [2022-08-22T02:59:13.118Z] #64 84.36 + BUILDTAGS='netgo osusergo static_build'
02:59:13 [2022-08-22T02:59:13.118Z] #64 84.36 + export EXTRA_FLAGS=-buildmode=pie
02:59:13 [2022-08-22T02:59:13.118Z] #64 84.36 + EXTRA_FLAGS=-buildmode=pie
02:59:13 [2022-08-22T02:59:13.118Z] #64 84.36 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
02:59:13 [2022-08-22T02:59:13.118Z] #64 84.36 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
02:59:13 [2022-08-22T02:59:13.118Z] #64 84.36 + '[' '' = dynamic ']'
02:59:13 [2022-08-22T02:59:13.118Z] #64 84.36 + make
02:59:13 [2022-08-22T02:59:13.269Z] #77 91.56 checking for seccomp notify API... yes
02:59:13 [2022-08-22T02:59:13.269Z] #77 91.73 checking for gperf... no
02:59:13 [2022-08-22T02:59:13.269Z] #77 91.73 configure: gperf not found - cannot rebuild signal parser code
02:59:13 [2022-08-22T02:59:13.525Z] #77 91.73 checking for library containing argp_parse... none required
02:59:13 [2022-08-22T02:59:13.525Z] #77 92.05 checking that generated files are newer than configure... done
02:59:13 [2022-08-22T02:59:13.525Z] #77 92.07 configure: creating ./config.status
02:59:13 [2022-08-22T02:59:13.681Z] #19 ...
02:59:13 [2022-08-22T02:59:13.681Z] 
02:59:13 [2022-08-22T02:59:13.681Z] #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
02:59:13 [2022-08-22T02:59:13.681Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 171.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.0 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.1 make  install-recursive
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.1 make[3]: Entering directory '/tmp/crun-build/libocispec'
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.2 Making install in yajl
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.2 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.2   CC       verify/json_verify-json_verify.o
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.3   CC       src/libyajl_la-yajl_alloc.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.3   CC       src/libyajl_la-yajl.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.3   CC       src/libyajl_la-yajl_gen.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.3   CC       src/libyajl_la-yajl_parser.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.3   CC       src/libyajl_la-yajl_buf.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.3   CC       src/libyajl_la-yajl_encode.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.3   CC       src/libyajl_la-yajl_lex.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 172.3   CC       src/libyajl_la-yajl_tree.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 176.8   CCLD     libyajl.la
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.1   CCLD     verify/json_verify
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.5 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.5 make[5]: Nothing to be done for 'install-exec-am'.
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.5 make[5]: Nothing to be done for 'install-data-am'.
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.5 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.5 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.5 make[4]: Entering directory '/tmp/crun-build/libocispec'
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.6   CC       src/validate.o
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.6   CC       src/image_spec_schema_config_schema.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.7   CC       src/image_spec_schema_content_descriptor.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.7   CC       src/image_spec_schema_defs.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.7   CC       src/image_spec_schema_defs_descriptor.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.7   CC       src/image_spec_schema_image_layout_schema.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.7   CC       src/image_spec_schema_image_index_schema.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.7   CC       src/image_spec_schema_image_manifest_schema.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.7   CC       src/runtime_spec_schema_config_linux.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.7   CC       src/runtime_spec_schema_config_zos.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.7   CC       src/runtime_spec_schema_config_schema.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.8   CC       src/runtime_spec_schema_config_solaris.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.8   CC       src/runtime_spec_schema_config_vm.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.8   CC       src/runtime_spec_schema_config_windows.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.9   CC       src/runtime_spec_schema_defs_linux.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 177.9   CC       src/runtime_spec_schema_defs.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 178.0   CC       src/runtime_spec_schema_defs_zos.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 178.0   CC       src/runtime_spec_schema_state_schema.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 178.0   CC       src/runtime_spec_schema_defs_vm.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 178.0   CC       src/runtime_spec_schema_defs_windows.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 178.1   CC       src/image_manifest_items_image_manifest_items_schema.lo
02:59:13 [2022-08-22T02:59:13.681Z] #84 178.1   CC       src/basic_test_double_array_item.lo
02:59:13 [2022-08-22T02:59:13.687Z] #14 DONE 127.6s
02:59:13 [2022-08-22T02:59:13.688Z] 
02:59:13 [2022-08-22T02:59:13.688Z] #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
02:59:13 [2022-08-22T02:59:13.688Z] #67 sha256:08673386e76cccc64d7daa8fb4fd59a184e06f2df189d21db81bb08ba6bd3a39
02:59:13 [2022-08-22T02:59:13.688Z] #67 121.5 + for f in rootlesskit rootlesskit-docker-proxy
02:59:13 [2022-08-22T02:59:13.688Z] #67 121.5 + GOBIN=/build
02:59:13 [2022-08-22T02:59:13.688Z] #67 121.5 + GO111MODULE=on
02:59:13 [2022-08-22T02:59:13.688Z] #67 121.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
02:59:13 [2022-08-22T02:59:13.688Z] #67 ...
02:59:13 [2022-08-22T02:59:13.688Z] 
02:59:13 [2022-08-22T02:59:13.688Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
02:59:13 [2022-08-22T02:59:13.688Z] #59 sha256:ddbc4f8a95bdce81f6c1e21d175b7f58e1527a9bb998500c047cd45bba9d8d97
02:59:13 [2022-08-22T02:59:13.688Z] #59 DONE 0.3s
02:59:13 [2022-08-22T02:59:13.688Z] 
02:59:13 [2022-08-22T02:59:13.688Z] #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
02:59:13 [2022-08-22T02:59:13.688Z] #67 sha256:08673386e76cccc64d7daa8fb4fd59a184e06f2df189d21db81bb08ba6bd3a39
02:59:13 [2022-08-22T02:59:13.688Z] #67 127.5 rootlesskit version 1.0.0
02:59:13 [2022-08-22T02:59:13.688Z] #67 127.6 Usage of /build/rootlesskit-docker-proxy:
02:59:13 [2022-08-22T02:59:13.688Z] #67 127.6   -container-ip string
02:59:13 [2022-08-22T02:59:13.688Z] #67 127.6     	container ip
02:59:13 [2022-08-22T02:59:13.688Z] #67 127.6   -container-port int
02:59:13 [2022-08-22T02:59:13.688Z] #67 127.6     	container port (default -1)
02:59:13 [2022-08-22T02:59:13.688Z] #67 127.6   -host-ip string
02:59:13 [2022-08-22T02:59:13.688Z] #67 127.6     	host ip
02:59:13 [2022-08-22T02:59:13.688Z] #67 127.6   -host-port int
02:59:13 [2022-08-22T02:59:13.688Z] #67 127.6     	host port (default -1)
02:59:13 [2022-08-22T02:59:13.688Z] #67 127.6   -proto string
02:59:13 [2022-08-22T02:59:13.688Z] #67 127.6     	proxy protocol (default "tcp")
02:59:13 [2022-08-22T02:59:13.940Z] #84 178.1   CC       src/basic_test_top_array_int.lo
02:59:13 [2022-08-22T02:59:13.940Z] #84 178.2   CC       src/basic_test_top_array_string.lo
02:59:13 [2022-08-22T02:59:13.940Z] #84 178.2   CC       src/basic_test_top_double_array_int.lo
02:59:13 [2022-08-22T02:59:13.940Z] #84 178.2   CC       src/basic_test_double_array.lo
02:59:13 [2022-08-22T02:59:13.940Z] #84 178.4   CC       src/basic_test_top_double_array_obj.lo
02:59:14 [2022-08-22T02:59:14.200Z] #84 178.4   CC       src/basic_test_top_double_array_string.lo
02:59:14 [2022-08-22T02:59:14.200Z] #84 178.4   CC       src/basic_test_top_double_array_refobj.lo
02:59:14 [2022-08-22T02:59:14.200Z] #84 178.5   CC       src/json_common.lo
02:59:14 [2022-08-22T02:59:14.200Z] #84 178.5   CC       tests/test-1.o
02:59:14 [2022-08-22T02:59:14.200Z] #84 178.6   CC       tests/test-2.o
02:59:14 [2022-08-22T02:59:14.200Z] #84 178.6   CC       src/read-file.lo
02:59:14 [2022-08-22T02:59:14.251Z] #67 DONE 128.0s
02:59:14 [2022-08-22T02:59:14.251Z] 
02:59:14 [2022-08-22T02:59:14.251Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
02:59:14 [2022-08-22T02:59:14.251Z] #68 sha256:7538a3c0f9bb0c643e88a92588e432c2113a17dea359468e2b447baa627d37fe
02:59:14 [2022-08-22T02:59:14.459Z] #84 178.7   CC       tests/test-3.o
02:59:14 [2022-08-22T02:59:14.459Z] #84 178.8   CC       tests/test-4.o
02:59:14 [2022-08-22T02:59:14.508Z] #68 DONE 0.3s
02:59:14 [2022-08-22T02:59:14.508Z] 
02:59:14 [2022-08-22T02:59:14.508Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
02:59:14 [2022-08-22T02:59:14.508Z] #69 sha256:ed166a91cead8c88f95cab8ded4575c503da38f977f0dc10c0bdf1bc896a5ffe
02:59:14 [2022-08-22T02:59:14.718Z] #84 178.8   CC       tests/test-5.o
02:59:14 [2022-08-22T02:59:14.718Z] #84 178.9   CC       tests/test-6.o
02:59:14 [2022-08-22T02:59:14.765Z] #69 DONE 0.3s
02:59:14 [2022-08-22T02:59:14.765Z] 
02:59:14 [2022-08-22T02:59:14.765Z] #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
02:59:14 [2022-08-22T02:59:14.765Z] #60 sha256:1fd6ae315dd24c17923a6ec4d880ccc9f950725e6cd5e73ba3674a08845d5635
02:59:14 [2022-08-22T02:59:14.978Z] #84 179.1   CC       tests/test-7.o
02:59:14 [2022-08-22T02:59:14.978Z] #84 179.1   CC       tests/test-10.o
02:59:14 [2022-08-22T02:59:14.978Z] #84 179.1   CC       tests/test-8.o
02:59:14 [2022-08-22T02:59:14.978Z] #84 179.1   CC       tests/test-9.o
02:59:14 [2022-08-22T02:59:14.978Z] #84 179.2   CC       tests/test-11.o
02:59:15 [2022-08-22T02:59:15.416Z] #77 ...
02:59:15 [2022-08-22T02:59:15.416Z] 
02:59:15 [2022-08-22T02:59:15.416Z] #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
02:59:15 [2022-08-22T02:59:15.416Z] #60 sha256:645ddd648669d00441ecc0bdfed6a55746143e1dfb0a5a53a196aee99ad78cec
02:59:15 [2022-08-22T02:59:15.416Z] #60 10.68 + cd /tmp/tmp.ZkklzCLX6y/src/github.com/opencontainers/runc
02:59:15 [2022-08-22T02:59:15.416Z] #60 10.68 + git checkout -q 46a5a8461633d7e7bd62b6943a8f4431909717c4
02:59:15 [2022-08-22T02:59:15.416Z] #60 11.37 + '[' -z '' ']'
02:59:15 [2022-08-22T02:59:15.416Z] #60 11.37 + target=static
02:59:15 [2022-08-22T02:59:15.416Z] #60 11.37 + make BUILDTAGS=seccomp static
02:59:15 [2022-08-22T02:59:15.416Z] #60 11.75 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-19-g46a5a846 -X main.version=1.1.3+dev " -o runc .
02:59:15 [2022-08-22T02:59:15.416Z] #60 ...
02:59:15 [2022-08-22T02:59:15.416Z] 
02:59:15 [2022-08-22T02:59:15.416Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
02:59:15 [2022-08-22T02:59:15.416Z] #21 sha256:2ea45f3736fad49e67a6c0b7a661743cd2737effe4269bf4e8064e11f38715eb
02:59:15 [2022-08-22T02:59:15.416Z] #21 9.196 Reading package lists...
02:59:15 [2022-08-22T02:59:15.416Z] #21 11.17 Building dependency tree...
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.71 The following additional packages will be installed:
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.71   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libicu67
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.71   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.71   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.71   libxtables12 python-pip-whl python3-distutils python3-lib2to3
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.71   python3-pkg-resources systemd vim-runtime xxd
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.71 Suggested packages:
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.72   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.72   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.72   ctags vim-doc vim-scripts xfsdump acl attr quota
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.72 Recommended packages:
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.72   libatm1 nftables libpam-cap build-essential python3-dev dbus
02:59:15 [2022-08-22T02:59:15.416Z] #21 12.72   systemd-timesyncd | time-daemon unzip
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.03 The following NEW packages will be installed:
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.03   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.03   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.04   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.04   libmicrohttpd12 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.04   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.04   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.04   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.04   systemd systemd-journal-remote thin-provisioning-tools uidmap vim vim-common
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.04   vim-runtime xfsprogs xxd xz-utils zip zstd
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.36 0 upgraded, 56 newly installed, 0 to remove and 6 not upgraded.
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.36 Need to get 31.8 MB of archives.
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.36 After this operation, 123 MB of additional disk space will be used.
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.36 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.37 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.37 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.37 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.38 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7 [4157 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.53 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.53 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.53 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.53 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.53 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.53 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.53 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.55 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.56 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.56 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.58 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.58 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.59 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.60 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.61 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.61 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.61 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.62 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.62 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.63 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.64 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.64 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.65 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.65 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
02:59:15 [2022-08-22T02:59:15.416Z] #21 14.65 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
02:59:15 [2022-08-22T02:59:15.657Z] #64 87.32 + bin/ctr
02:59:15 [2022-08-22T02:59:15.672Z] #21 15.00 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.00 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.00 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.00 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.00 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.00 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.00 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.01 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.01 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.05 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.05 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.06 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.07 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.10 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.10 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.10 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.12 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd-journal-remote arm64 247.3-7 [161 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.12 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.12 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
02:59:15 [2022-08-22T02:59:15.928Z] #21 15.13 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
02:59:16 [2022-08-22T02:59:16.184Z] #21 15.31 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
02:59:16 [2022-08-22T02:59:16.184Z] #21 15.36 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
02:59:16 [2022-08-22T02:59:16.184Z] #21 15.39 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
02:59:16 [2022-08-22T02:59:16.184Z] #21 15.39 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
02:59:16 [2022-08-22T02:59:16.746Z] #21 16.00 debconf: delaying package configuration, since apt-utils is not installed
02:59:17 [2022-08-22T02:59:17.003Z] #21 16.16 Fetched 31.8 MB in 1s (23.9 MB/s)
02:59:17 [2022-08-22T02:59:17.263Z] #21 16.23 Selecting previously unselected package libcap2:arm64.
02:59:17 [2022-08-22T02:59:17.263Z] #21 16.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 ... 24009 files and directories currently installed.)
02:59:17 [2022-08-22T02:59:17.263Z] #21 16.30 Preparing to unpack .../00-libcap2_1%3a2.44-1_arm64.deb ...
02:59:17 [2022-08-22T02:59:17.263Z] #21 16.32 Unpacking libcap2:arm64 (1:2.44-1) ...
02:59:17 [2022-08-22T02:59:17.263Z] #21 16.39 Selecting previously unselected package libargon2-1:arm64.
02:59:17 [2022-08-22T02:59:17.263Z] #21 16.39 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_arm64.deb ...
02:59:17 [2022-08-22T02:59:17.263Z] #21 16.40 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
02:59:17 [2022-08-22T02:59:17.263Z] #21 16.49 Selecting previously unselected package libjson-c5:arm64.
02:59:17 [2022-08-22T02:59:17.263Z] #21 16.49 Preparing to unpack .../02-libjson-c5_0.15-2_arm64.deb ...
02:59:17 [2022-08-22T02:59:17.263Z] #21 16.49 Unpacking libjson-c5:arm64 (0.15-2) ...
02:59:17 [2022-08-22T02:59:17.519Z] #21 16.61 Selecting previously unselected package libcryptsetup12:arm64.
02:59:17 [2022-08-22T02:59:17.519Z] #21 16.62 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
02:59:17 [2022-08-22T02:59:17.519Z] #21 16.63 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
02:59:17 [2022-08-22T02:59:17.519Z] #21 16.78 Selecting previously unselected package libip4tc2:arm64.
02:59:17 [2022-08-22T02:59:17.519Z] #21 16.78 Preparing to unpack .../04-libip4tc2_1.8.7-1_arm64.deb ...
02:59:17 [2022-08-22T02:59:17.519Z] #21 16.79 Unpacking libip4tc2:arm64 (1.8.7-1) ...
02:59:17 [2022-08-22T02:59:17.519Z] #21 16.84 Selecting previously unselected package libkmod2:arm64.
02:59:17 [2022-08-22T02:59:17.519Z] #21 16.87 Preparing to unpack .../05-libkmod2_28-1_arm64.deb ...
02:59:17 [2022-08-22T02:59:17.519Z] #21 16.87 Unpacking libkmod2:arm64 (28-1) ...
02:59:17 [2022-08-22T02:59:17.775Z] #21 16.95 Selecting previously unselected package systemd.
02:59:17 [2022-08-22T02:59:17.775Z] #21 16.96 Preparing to unpack .../06-systemd_247.3-7_arm64.deb ...
02:59:17 [2022-08-22T02:59:17.989Z] #77 68.80 libtoolize: putting auxiliary files in '.'.
02:59:17 [2022-08-22T02:59:17.989Z] #77 68.80 libtoolize: copying file './ltmain.sh'
02:59:18 [2022-08-22T02:59:18.031Z] #21 17.11 Unpacking systemd (247.3-7) ...
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + RM_GOPATH=0
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + TMP_GOPATH=
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + : /build
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + '[' -z '' ']'
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 ++ mktemp -d
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + export GOPATH=/tmp/tmp.CNnpwPbdxi
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + GOPATH=/tmp/tmp.CNnpwPbdxi
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + RM_GOPATH=1
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + case "$(go env GOARCH)" in
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 ++ go env GOARCH
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + export GO_BUILDMODE=-buildmode=pie
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + GO_BUILDMODE=-buildmode=pie
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 ++ dirname /install.sh
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + dir=/
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + bin=runc
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + shift
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + '[' '!' -f //runc.installer ']'
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + . //runc.installer
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 ++ set -e
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 ++ : 46a5a8461633d7e7bd62b6943a8f4431909717c4
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + install_runc
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + RUNC_BUILDTAGS=seccomp
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + echo 'Install runc version 46a5a8461633d7e7bd62b6943a8f4431909717c4 (build tags: seccomp)'
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CNnpwPbdxi/src/github.com/opencontainers/runc
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.101 Cloning into '/tmp/tmp.CNnpwPbdxi/src/github.com/opencontainers/runc'...
02:59:18 [2022-08-22T02:59:18.039Z] #60 4.129 Install runc version 46a5a8461633d7e7bd62b6943a8f4431909717c4 (build tags: seccomp)
02:59:18 [2022-08-22T02:59:18.297Z] #60 ...
02:59:18 [2022-08-22T02:59:18.297Z] 
02:59:18 [2022-08-22T02:59:18.297Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
02:59:18 [2022-08-22T02:59:18.297Z] #15 sha256:077d7a259b0ad1112d80cac59b099c071f493e65cdf7318685176c5e35269c62
02:59:18 [2022-08-22T02:59:18.297Z] #15 DONE 4.8s
02:59:18 [2022-08-22T02:59:18.553Z] #77 69.90 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
02:59:18 [2022-08-22T02:59:18.553Z] #77 69.90 libtoolize: and rerunning libtoolize and aclocal.
02:59:18 [2022-08-22T02:59:18.553Z] #77 69.90 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
02:59:18 [2022-08-22T02:59:18.555Z] 
02:59:18 [2022-08-22T02:59:18.555Z] #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
02:59:18 [2022-08-22T02:59:18.555Z] #16 sha256:d8e9851bb51fee408bb8b157f4bd569212be21f9947a8084c3a9e555b911b33b
02:59:18 [2022-08-22T02:59:18.951Z] #64 ...
02:59:18 [2022-08-22T02:59:18.951Z] 
02:59:18 [2022-08-22T02:59:18.951Z] #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
02:59:18 [2022-08-22T02:59:18.951Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:18 [2022-08-22T02:59:18.951Z] #77 65.09 libtoolize: putting auxiliary files in '.'.
02:59:18 [2022-08-22T02:59:18.951Z] #77 65.09 libtoolize: copying file './ltmain.sh'
02:59:19 [2022-08-22T02:59:19.919Z] #21 19.03 Selecting previously unselected package pigz.
02:59:19 [2022-08-22T02:59:19.920Z] #21 19.03 Preparing to unpack .../07-pigz_2.6-1_arm64.deb ...
02:59:19 [2022-08-22T02:59:19.920Z] #21 19.03 Unpacking pigz (2.6-1) ...
02:59:19 [2022-08-22T02:59:19.920Z] #21 19.12 Selecting previously unselected package libelf1:arm64.
02:59:19 [2022-08-22T02:59:19.920Z] #21 19.12 Preparing to unpack .../08-libelf1_0.183-1_arm64.deb ...
02:59:19 [2022-08-22T02:59:19.920Z] #21 19.13 Unpacking libelf1:arm64 (0.183-1) ...
02:59:20 [2022-08-22T02:59:20.176Z] #21 19.30 Selecting previously unselected package libbpf0:arm64.
02:59:20 [2022-08-22T02:59:20.176Z] #21 19.30 Preparing to unpack .../09-libbpf0_1%3a0.3-2_arm64.deb ...
02:59:20 [2022-08-22T02:59:20.176Z] #21 19.31 Unpacking libbpf0:arm64 (1:0.3-2) ...
02:59:20 [2022-08-22T02:59:20.176Z] #21 19.42 Selecting previously unselected package libmnl0:arm64.
02:59:20 [2022-08-22T02:59:20.333Z] #77 66.38 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
02:59:20 [2022-08-22T02:59:20.333Z] #77 66.38 libtoolize: and rerunning libtoolize and aclocal.
02:59:20 [2022-08-22T02:59:20.333Z] #77 66.38 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
02:59:20 [2022-08-22T02:59:20.432Z] #21 19.42 Preparing to unpack .../10-libmnl0_1.0.4-3_arm64.deb ...
02:59:20 [2022-08-22T02:59:20.432Z] #21 19.43 Unpacking libmnl0:arm64 (1.0.4-3) ...
02:59:20 [2022-08-22T02:59:20.432Z] #21 19.49 Selecting previously unselected package libxtables12:arm64.
02:59:20 [2022-08-22T02:59:20.432Z] #21 19.49 Preparing to unpack .../11-libxtables12_1.8.7-1_arm64.deb ...
02:59:20 [2022-08-22T02:59:20.432Z] #21 19.50 Unpacking libxtables12:arm64 (1.8.7-1) ...
02:59:20 [2022-08-22T02:59:20.432Z] #21 19.57 Selecting previously unselected package libcap2-bin.
02:59:20 [2022-08-22T02:59:20.432Z] #21 19.59 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_arm64.deb ...
02:59:20 [2022-08-22T02:59:20.432Z] #21 19.60 Unpacking libcap2-bin (1:2.44-1) ...
02:59:20 [2022-08-22T02:59:20.687Z] #21 19.69 Selecting previously unselected package iproute2.
02:59:20 [2022-08-22T02:59:20.687Z] #21 19.69 Preparing to unpack .../13-iproute2_5.10.0-4_arm64.deb ...
02:59:20 [2022-08-22T02:59:20.687Z] #21 19.69 Unpacking iproute2 (5.10.0-4) ...
02:59:20 [2022-08-22T02:59:20.943Z] #21 20.12 Selecting previously unselected package xxd.
02:59:20 [2022-08-22T02:59:20.943Z] #21 20.14 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
02:59:20 [2022-08-22T02:59:20.943Z] #21 20.14 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
02:59:21 [2022-08-22T02:59:21.199Z] #21 20.25 Selecting previously unselected package vim-common.
02:59:21 [2022-08-22T02:59:21.199Z] #21 20.25 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
02:59:21 [2022-08-22T02:59:21.199Z] #21 20.28 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
02:59:21 [2022-08-22T02:59:21.199Z] #21 20.47 Selecting previously unselected package bash-completion.
02:59:21 [2022-08-22T02:59:21.199Z] #21 20.48 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
02:59:22 [2022-08-22T02:59:22.726Z] #77 ...
02:59:22 [2022-08-22T02:59:22.726Z] 
02:59:22 [2022-08-22T02:59:22.726Z] #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
02:59:22 [2022-08-22T02:59:22.726Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:59:22 [2022-08-22T02:59:22.726Z] #14 143.0 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
02:59:22 [2022-08-22T02:59:22.726Z] #14 143.0 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
02:59:22 [2022-08-22T02:59:22.726Z] #14 143.0 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:59:22 [2022-08-22T02:59:22.730Z] #16 DONE 3.9s
02:59:22 [2022-08-22T02:59:22.730Z] 
02:59:22 [2022-08-22T02:59:22.730Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
02:59:22 [2022-08-22T02:59:22.730Z] #17 sha256:ccea2b62b67916b9b6892a4436109863b264b12fec2310ab94dd75b537f5d229
02:59:23 [2022-08-22T02:59:23.714Z] #21 22.74 Unpacking bash-completion (1:2.11-2) ...
02:59:23 [2022-08-22T02:59:23.971Z] #21 ...
02:59:23 [2022-08-22T02:59:23.971Z] 
02:59:23 [2022-08-22T02:59:23.971Z] #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
02:59:23 [2022-08-22T02:59:23.971Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:59:23 [2022-08-22T02:59:23.971Z] #77 94.89 config.status: creating Makefile
02:59:23 [2022-08-22T02:59:23.971Z] #77 94.96 config.status: creating rpm/crun.spec
02:59:23 [2022-08-22T02:59:23.971Z] #77 95.03 config.status: creating config.h
02:59:23 [2022-08-22T02:59:23.971Z] #77 95.06 config.status: executing libtool commands
02:59:23 [2022-08-22T02:59:23.971Z] #77 95.10 config.status: executing depfiles commands
02:59:23 [2022-08-22T02:59:23.971Z] #77 96.31 === configuring in libocispec (/tmp/crun-build/libocispec)
02:59:23 [2022-08-22T02:59:23.971Z] #77 96.34 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
02:59:23 [2022-08-22T02:59:23.971Z] #77 96.78 checking for gcc... gcc
02:59:23 [2022-08-22T02:59:23.971Z] #77 96.88 checking whether the C compiler works... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 97.08 checking for C compiler default output file name... a.out
02:59:23 [2022-08-22T02:59:23.971Z] #77 97.10 checking for suffix of executables... 
02:59:23 [2022-08-22T02:59:23.971Z] #77 97.34 checking whether we are cross compiling... no
02:59:23 [2022-08-22T02:59:23.971Z] #77 97.50 checking for suffix of object files... o
02:59:23 [2022-08-22T02:59:23.971Z] #77 97.63 checking whether we are using the GNU C compiler... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 97.75 checking whether gcc accepts -g... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 97.84 checking for gcc option to accept ISO C89... none needed
02:59:23 [2022-08-22T02:59:23.971Z] #77 98.03 checking whether gcc understands -c and -o together... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 98.22 checking how to run the C preprocessor... gcc -E
02:59:23 [2022-08-22T02:59:23.971Z] #77 98.46 checking for grep that handles long lines and -e... /bin/grep
02:59:23 [2022-08-22T02:59:23.971Z] #77 98.48 checking for egrep... /bin/grep -E
02:59:23 [2022-08-22T02:59:23.971Z] #77 98.48 checking for ANSI C header files... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 99.10 checking for sys/types.h... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 99.26 checking for sys/stat.h... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 99.41 checking for stdlib.h... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 99.60 checking for string.h... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 99.77 checking for memory.h... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 99.98 checking for strings.h... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 100.2 checking for inttypes.h... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 100.4 checking for stdint.h... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 100.6 checking for unistd.h... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 100.9 checking minix/config.h usability... no
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.0 checking minix/config.h presence... no
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.0 checking for minix/config.h... no
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.0 checking whether it is safe to define __EXTENSIONS__... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.2 checking build system type... aarch64-unknown-linux-gnu
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.6 checking host system type... aarch64-unknown-linux-gnu
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.6 checking how to print strings... printf
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.6 checking for a sed that does not truncate output... /bin/sed
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.6 checking for fgrep... /bin/grep -F
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.6 checking for ld used by gcc... /usr/bin/ld
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.6 checking if the linker (/usr/bin/ld) is GNU ld... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.8 checking whether ln -s works... yes
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.8 checking the maximum length of command line arguments... 1572864
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.8 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.8 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.8 checking for /usr/bin/ld option to reload object files... -r
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.8 checking for objdump... objdump
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.8 checking how to recognize dependent libraries... pass_all
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.8 checking for dlltool... no
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.8 checking how to associate runtime and link libraries... printf %s\n
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.8 checking for ar... ar
02:59:23 [2022-08-22T02:59:23.971Z] #77 101.8 checking for archiver @FILE support... @
02:59:23 [2022-08-22T02:59:23.971Z] #77 102.0 checking for strip... strip
02:59:23 [2022-08-22T02:59:23.971Z] #77 102.0 checking for ranlib... ranlib
02:59:23 [2022-08-22T02:59:23.971Z] #77 102.0 checking for gawk... no
02:59:23 [2022-08-22T02:59:23.971Z] #77 102.0 checking for mawk... mawk
02:59:23 [2022-08-22T02:59:23.971Z] #77 102.0 checking command to parse /usr/bin/nm -B output from gcc object... ok
02:59:23 [2022-08-22T02:59:23.971Z] #77 102.3 checking for sysroot... no
02:59:23 [2022-08-22T02:59:23.971Z] #77 102.3 checking for a working dd... /bin/dd
02:59:23 [2022-08-22T02:59:23.971Z] #77 102.4 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
02:59:23 [2022-08-22T02:59:23.971Z] #77 102.4 checking for mt... no
02:59:23 [2022-08-22T02:59:23.971Z] #77 102.4 checking if : is a manifest tool... no
02:59:23 [2022-08-22T02:59:23.971Z] #77 102.4 checking for dlfcn.h... yes
02:59:24 [2022-08-22T02:59:24.228Z] #77 102.6 checking for objdir... .libs
02:59:24 [2022-08-22T02:59:24.790Z] #77 103.0 checking if gcc supports -fno-rtti -fno-exceptions... no
02:59:24 [2022-08-22T02:59:24.790Z] #77 103.2 checking for gcc option to produce PIC... -fPIC -DPIC
02:59:24 [2022-08-22T02:59:24.790Z] #77 103.2 checking if gcc PIC flag -fPIC -DPIC works... yes
02:59:24 [2022-08-22T02:59:24.961Z] #84 ...
02:59:24 [2022-08-22T02:59:24.961Z] 
02:59:24 [2022-08-22T02:59:24.961Z] #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
02:59:24 [2022-08-22T02:59:24.961Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
02:59:24 [2022-08-22T02:59:24.961Z] #19 231.6 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
02:59:24 [2022-08-22T02:59:24.961Z] #19 231.6 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
02:59:24 [2022-08-22T02:59:24.961Z] #19 231.6 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
02:59:24 [2022-08-22T02:59:24.961Z] #19 231.9 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
02:59:24 [2022-08-22T02:59:24.961Z] #19 231.9 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
02:59:24 [2022-08-22T02:59:24.961Z] #19 231.9 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
02:59:25 [2022-08-22T02:59:25.047Z] #77 103.3 checking if gcc static flag -static works... 
02:59:25 [2022-08-22T02:59:25.047Z] #77 ...
02:59:25 [2022-08-22T02:59:25.047Z] 
02:59:25 [2022-08-22T02:59:25.047Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
02:59:25 [2022-08-22T02:59:25.047Z] #21 sha256:2ea45f3736fad49e67a6c0b7a661743cd2737effe4269bf4e8064e11f38715eb
02:59:25 [2022-08-22T02:59:25.047Z] #21 23.22 Selecting previously unselected package bzip2.
02:59:25 [2022-08-22T02:59:25.047Z] #21 23.22 Preparing to unpack .../17-bzip2_1.0.8-4_arm64.deb ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 23.22 Unpacking bzip2 (1.0.8-4) ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 23.34 Selecting previously unselected package xz-utils.
02:59:25 [2022-08-22T02:59:25.047Z] #21 23.34 Preparing to unpack .../18-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 23.34 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 23.52 Selecting previously unselected package apparmor.
02:59:25 [2022-08-22T02:59:25.047Z] #21 23.52 Preparing to unpack .../19-apparmor_2.13.6-10_arm64.deb ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 23.59 Unpacking apparmor (2.13.6-10) ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 23.95 Selecting previously unselected package inetutils-ping.
02:59:25 [2022-08-22T02:59:25.047Z] #21 23.95 Preparing to unpack .../20-inetutils-ping_2%3a2.0-1_arm64.deb ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 23.96 Unpacking inetutils-ping (2:2.0-1) ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 24.07 Selecting previously unselected package libip6tc2:arm64.
02:59:25 [2022-08-22T02:59:25.047Z] #21 24.08 Preparing to unpack .../21-libip6tc2_1.8.7-1_arm64.deb ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 24.08 Unpacking libip6tc2:arm64 (1.8.7-1) ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 24.14 Selecting previously unselected package libnfnetlink0:arm64.
02:59:25 [2022-08-22T02:59:25.047Z] #21 24.14 Preparing to unpack .../22-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 24.15 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 24.23 Selecting previously unselected package libnetfilter-conntrack3:arm64.
02:59:25 [2022-08-22T02:59:25.047Z] #21 24.23 Preparing to unpack .../23-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
02:59:25 [2022-08-22T02:59:25.047Z] #21 24.23 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
02:59:25 [2022-08-22T02:59:25.303Z] #21 24.32 Selecting previously unselected package libnftnl11:arm64.
02:59:25 [2022-08-22T02:59:25.303Z] #21 24.32 Preparing to unpack .../24-libnftnl11_1.1.9-1_arm64.deb ...
02:59:25 [2022-08-22T02:59:25.303Z] #21 24.34 Unpacking libnftnl11:arm64 (1.1.9-1) ...
02:59:25 [2022-08-22T02:59:25.303Z] #21 24.44 Selecting previously unselected package iptables.
02:59:25 [2022-08-22T02:59:25.303Z] #21 24.44 Preparing to unpack .../25-iptables_1.8.7-1_arm64.deb ...
02:59:25 [2022-08-22T02:59:25.303Z] #21 24.46 Unpacking iptables (1.8.7-1) ...
02:59:25 [2022-08-22T02:59:25.559Z] #21 24.79 Selecting previously unselected package libonig5:arm64.
02:59:25 [2022-08-22T02:59:25.559Z] #21 24.81 Preparing to unpack .../26-libonig5_6.9.6-1.1_arm64.deb ...
02:59:25 [2022-08-22T02:59:25.815Z] #21 24.85 Unpacking libonig5:arm64 (6.9.6-1.1) ...
02:59:25 [2022-08-22T02:59:25.815Z] #21 24.96 Selecting previously unselected package libjq1:arm64.
02:59:25 [2022-08-22T02:59:25.815Z] #21 24.96 Preparing to unpack .../27-libjq1_1.6-2.1_arm64.deb ...
02:59:25 [2022-08-22T02:59:25.815Z] #21 24.98 Unpacking libjq1:arm64 (1.6-2.1) ...
02:59:25 [2022-08-22T02:59:25.815Z] #21 25.09 Selecting previously unselected package jq.
02:59:25 [2022-08-22T02:59:25.815Z] #21 25.10 Preparing to unpack .../28-jq_1.6-2.1_arm64.deb ...
02:59:25 [2022-08-22T02:59:25.815Z] #21 25.11 Unpacking jq (1.6-2.1) ...
02:59:26 [2022-08-22T02:59:26.004Z] #17 3.151 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
02:59:26 [2022-08-22T02:59:26.004Z] #17 DONE 3.2s
02:59:26 [2022-08-22T02:59:26.004Z] 
02:59:26 [2022-08-22T02:59:26.004Z] #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
02:59:26 [2022-08-22T02:59:26.004Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:26 [2022-08-22T02:59:26.004Z] #77 95.75 configure.ac:11: installing 'build-aux/compile'
02:59:26 [2022-08-22T02:59:26.004Z] #77 95.81 configure.ac:11: installing 'build-aux/config.guess'
02:59:26 [2022-08-22T02:59:26.004Z] #77 95.81 configure.ac:11: installing 'build-aux/config.sub'
02:59:26 [2022-08-22T02:59:26.005Z] #77 95.81 configure.ac:13: installing 'build-aux/install-sh'
02:59:26 [2022-08-22T02:59:26.005Z] #77 95.81 configure.ac:13: installing 'build-aux/missing'
02:59:26 [2022-08-22T02:59:26.005Z] #77 95.81 configure.ac:8: installing 'build-aux/tap-driver.sh'
02:59:26 [2022-08-22T02:59:26.005Z] #77 96.04 Makefile.am: installing 'build-aux/depcomp'
02:59:26 [2022-08-22T02:59:26.005Z] #77 97.53 checking build system type... x86_64-pc-linux-gnu
02:59:26 [2022-08-22T02:59:26.005Z] #77 97.74 checking host system type... x86_64-pc-linux-gnu
02:59:26 [2022-08-22T02:59:26.005Z] #77 97.74 checking how to print strings... printf
02:59:26 [2022-08-22T02:59:26.005Z] #77 97.74 checking for gcc... gcc
02:59:26 [2022-08-22T02:59:26.005Z] #77 97.83 checking whether the C compiler works... yes
02:59:26 [2022-08-22T02:59:26.005Z] #77 98.07 checking for C compiler default output file name... a.out
02:59:26 [2022-08-22T02:59:26.005Z] #77 98.07 checking for suffix of executables... 
02:59:26 [2022-08-22T02:59:26.005Z] #77 98.30 checking whether we are cross compiling... no
02:59:26 [2022-08-22T02:59:26.005Z] #77 98.56 checking for suffix of object files... o
02:59:26 [2022-08-22T02:59:26.005Z] #77 98.69 checking whether we are using the GNU C compiler... yes
02:59:26 [2022-08-22T02:59:26.071Z] #21 25.18 Selecting previously unselected package libaio1:arm64.
02:59:26 [2022-08-22T02:59:26.071Z] #21 25.18 Preparing to unpack .../29-libaio1_0.3.112-9_arm64.deb ...
02:59:26 [2022-08-22T02:59:26.071Z] #21 25.19 Unpacking libaio1:arm64 (0.3.112-9) ...
02:59:26 [2022-08-22T02:59:26.071Z] #21 25.26 Selecting previously unselected package libgpm2:arm64.
02:59:26 [2022-08-22T02:59:26.071Z] #21 25.26 Preparing to unpack .../30-libgpm2_1.20.7-8_arm64.deb ...
02:59:26 [2022-08-22T02:59:26.071Z] #21 25.29 Unpacking libgpm2:arm64 (1.20.7-8) ...
02:59:26 [2022-08-22T02:59:26.071Z] #21 25.38 Selecting previously unselected package libicu67:arm64.
02:59:26 [2022-08-22T02:59:26.278Z] #77 98.80 checking whether gcc accepts -g... yes
02:59:26 [2022-08-22T02:59:26.327Z] #21 25.39 Preparing to unpack .../31-libicu67_67.1-7_arm64.deb ...
02:59:26 [2022-08-22T02:59:26.327Z] #21 25.39 Unpacking libicu67:arm64 (67.1-7) ...
02:59:26 [2022-08-22T02:59:26.549Z] #77 98.93 checking for gcc option to accept ISO C89... none needed
02:59:26 [2022-08-22T02:59:26.805Z] #77 99.19 checking whether gcc understands -c and -o together... yes
02:59:26 [2022-08-22T02:59:26.805Z] #77 99.46 checking for a sed that does not truncate output... /bin/sed
02:59:26 [2022-08-22T02:59:26.805Z] #77 99.52 checking for grep that handles long lines and -e... /bin/grep
02:59:26 [2022-08-22T02:59:26.805Z] #77 99.52 checking for egrep... /bin/grep -E
02:59:26 [2022-08-22T02:59:26.805Z] #77 99.52 checking for fgrep... /bin/grep -F
02:59:26 [2022-08-22T02:59:26.805Z] #77 99.54 checking for ld used by gcc... /usr/bin/ld
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.58 checking if the linker (/usr/bin/ld) is GNU ld... yes
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.59 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.61 checking the name lister (/usr/bin/nm -B) interface... BSD nm
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.76 checking whether ln -s works... yes
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.76 checking the maximum length of command line arguments... 1572864
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.79 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.79 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.79 checking for /usr/bin/ld option to reload object files... -r
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.79 checking for objdump... objdump
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.79 checking how to recognize dependent libraries... pass_all
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.83 checking for dlltool... no
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.83 checking how to associate runtime and link libraries... printf %s\n
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.83 checking for ar... ar
02:59:27 [2022-08-22T02:59:27.066Z] #77 99.83 checking for archiver @FILE support... @
02:59:27 [2022-08-22T02:59:27.324Z] #77 99.93 checking for strip... strip
02:59:27 [2022-08-22T02:59:27.324Z] #77 99.93 checking for ranlib... ranlib
02:59:27 [2022-08-22T02:59:27.324Z] #77 99.96 checking for gawk... no
02:59:27 [2022-08-22T02:59:27.324Z] #77 99.97 checking for mawk... mawk
02:59:27 [2022-08-22T02:59:27.890Z] #77 99.99 checking command to parse /usr/bin/nm -B output from gcc object... 
02:59:27 [2022-08-22T02:59:27.890Z] #77 ...
02:59:27 [2022-08-22T02:59:27.890Z] 
02:59:27 [2022-08-22T02:59:27.890Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
02:59:27 [2022-08-22T02:59:27.890Z] #18 sha256:9b7f580850957ad0bb8f9ef2bad01882bcaa115ae2dcd7208636b5b7ad2c9dc6
02:59:27 [2022-08-22T02:59:27.890Z] #18 DONE 2.3s
02:59:27 [2022-08-22T02:59:27.890Z] 
02:59:27 [2022-08-22T02:59:27.890Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
02:59:27 [2022-08-22T02:59:27.890Z] #19 sha256:c435b6f0c56a8a1282389e932e75e2d2d70ae1f088d27b64596099b09def9eba
02:59:27 [2022-08-22T02:59:27.978Z] #14 ...
02:59:27 [2022-08-22T02:59:27.978Z] 
02:59:27 [2022-08-22T02:59:27.978Z] #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
02:59:27 [2022-08-22T02:59:27.978Z] #64 sha256:80292288bea20eb251a6d6c9729ce3eb6858e0f93da1a22516f493d3dcc8c985
02:59:27 [2022-08-22T02:59:27.978Z] #64 76.29 Updating files:  27% (1380/4961)
Updating files:  28% (1390/4961)
Updating files:  29% (1439/4961)
Updating files:  30% (1489/4961)
Updating files:  31% (1538/4961)
Updating files:  32% (1588/4961)
Updating files:  33% (1638/4961)
Updating files:  34% (1687/4961)
Updating files:  35% (1737/4961)
Updating files:  36% (1786/4961)
Updating files:  37% (1836/4961)
Updating files:  38% (1886/4961)
Updating files:  39% (1935/4961)
Updating files:  40% (1985/4961)
Updating files:  41% (2035/4961)
Updating files:  42% (2084/4961)
Updating files:  43% (2134/4961)
Updating files:  44% (2183/4961)
Updating files:  45% (2233/4961)
Updating files:  46% (2283/4961)
Updating files:  47% (2332/4961)
Updating files:  48% (2382/4961)
Updating files:  49% (2431/4961)
Updating files:  50% (2481/4961)
Updating files:  51% (2531/4961)
Updating files:  52% (2580/4961)
Updating files:  53% (2630/4961)
Updating files:  54% (2679/4961)
Updating files:  55% (2729/4961)
Updating files:  56% (2779/4961)
Updating files:  56% (2811/4961)
Updating files:  57% (2828/4961)
Updating files:  58% (2878/4961)
Updating files:  59% (2927/4961)
Updating files:  60% (2977/4961)
Updating files:  61% (3027/4961)
Updating files:  62% (3076/4961)
Updating files:  63% (3126/4961)
Updating files:  64% (3176/4961)
Updating files:  65% (3225/4961)
Updating files:  66% (3275/4961)
Updating files:  67% (3324/4961)
Updating files:  68% (3374/4961)
Updating files:  69% (3424/4961)
Updating files:  70% (3473/4961)
Updating files:  71% (3523/4961)
Updating files:  72% (3572/4961)
Updating files:  73% (3622/4961)
Updating files:  74% (3672/4961)
Updating files:  75% (3721/4961)
Updating files:  76% (3771/4961)
Updating files:  77% (3820/4961)
Updating files:  78% (3870/4961)
Updating files:  79% (3920/4961)
Updating files:  80% (3969/4961)
Updating files:  80% (4018/4961)
Updating files:  81% (4019/4961)
Updating files:  82% (4069/4961)
Updating files:  83% (4118/4961)
Updating files:  84% (4168/4961)
Updating files:  85% (4217/4961)
Updating files:  86% (4267/4961)
Updating files:  87% (4317/4961)
Updating files:  88% (4366/4961)
Updating files:  89% (4416/4961)
Updating files:  90% (4465/4961)
Updating files:  91% (4515/4961)
Updating files:  92% (4565/4961)
Updating files:  93% (4614/4961)
Updating files:  94% (4664/4961)
Updating files:  95% (4713/4961)
Updating files:  96% (4763/4961)
Updating files:  97% (4813/4961)
Updating files:  98% (4862/4961)
Updating files:  99% (4912/4961)
Updating files:  99% (4913/4961)
Updating files: 100% (4961/4961)
Updating files: 100% (4961/4961), done.
02:59:27 [2022-08-22T02:59:27.978Z] #64 79.40 + cd /tmp/tmp.Dti8g2Yj0v/src/github.com/containerd/containerd
02:59:27 [2022-08-22T02:59:27.978Z] #64 79.40 + git checkout -q v1.6.7
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.53 Selecting previously unselected package libinih1:arm64.
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.54 Preparing to unpack .../32-libinih1_53-1+b2_arm64.deb ...
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.55 Unpacking libinih1:arm64 (53-1+b2) ...
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.63 Selecting previously unselected package libmicrohttpd12:arm64.
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.63 Preparing to unpack .../33-libmicrohttpd12_0.9.72-2_arm64.deb ...
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.65 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ...
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.74 Selecting previously unselected package libnet1:arm64.
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.74 Preparing to unpack .../34-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.75 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.84 Selecting previously unselected package libnl-3-200:arm64.
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.84 Preparing to unpack .../35-libnl-3-200_3.4.0-1+b1_arm64.deb ...
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.85 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.94 Selecting previously unselected package libprotobuf-c1:arm64.
02:59:29 [2022-08-22T02:59:29.641Z] #21 28.94 Preparing to unpack .../36-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
02:59:29 [2022-08-22T02:59:29.784Z] #19 DONE 1.9s
02:59:29 [2022-08-22T02:59:29.784Z] 
02:59:29 [2022-08-22T02:59:29.784Z] #20 [dev-systemd-false  6/28] RUN ldconfig
02:59:29 [2022-08-22T02:59:29.784Z] #20 sha256:6a9eb29723672f54f61b1d381cbab2a47cf50514d165fbb1724e889f37a865ad
02:59:29 [2022-08-22T02:59:29.870Z] #64 82.16 + export 'BUILDTAGS=netgo osusergo static_build'
02:59:29 [2022-08-22T02:59:29.871Z] #64 82.16 + BUILDTAGS='netgo osusergo static_build'
02:59:29 [2022-08-22T02:59:29.871Z] #64 82.16 + export EXTRA_FLAGS=-buildmode=pie
02:59:29 [2022-08-22T02:59:29.871Z] #64 82.16 + EXTRA_FLAGS=-buildmode=pie
02:59:29 [2022-08-22T02:59:29.871Z] #64 82.16 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
02:59:29 [2022-08-22T02:59:29.871Z] #64 82.16 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
02:59:29 [2022-08-22T02:59:29.871Z] #64 82.16 + '[' '' = dynamic ']'
02:59:29 [2022-08-22T02:59:29.871Z] #64 82.16 + make
02:59:29 [2022-08-22T02:59:29.897Z] #21 28.94 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
02:59:29 [2022-08-22T02:59:29.897Z] #21 29.03 Selecting previously unselected package libyajl2:arm64.
02:59:29 [2022-08-22T02:59:29.897Z] #21 29.04 Preparing to unpack .../37-libyajl2_2.1.0-3_arm64.deb ...
02:59:29 [2022-08-22T02:59:29.897Z] #21 29.05 Unpacking libyajl2:arm64 (2.1.0-3) ...
02:59:29 [2022-08-22T02:59:29.897Z] #21 29.11 Selecting previously unselected package net-tools.
02:59:29 [2022-08-22T02:59:29.897Z] #21 29.13 Preparing to unpack .../38-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
02:59:29 [2022-08-22T02:59:29.897Z] #21 29.14 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
02:59:30 [2022-08-22T02:59:30.152Z] #21 29.30 Selecting previously unselected package patch.
02:59:30 [2022-08-22T02:59:30.152Z] #21 29.30 Preparing to unpack .../39-patch_2.7.6-7_arm64.deb ...
02:59:30 [2022-08-22T02:59:30.152Z] #21 29.31 Unpacking patch (2.7.6-7) ...
02:59:30 [2022-08-22T02:59:30.152Z] #21 29.38 Selecting previously unselected package python-pip-whl.
02:59:30 [2022-08-22T02:59:30.376Z] #77 ...
02:59:30 [2022-08-22T02:59:30.376Z] 
02:59:30 [2022-08-22T02:59:30.376Z] #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
02:59:30 [2022-08-22T02:59:30.376Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:59:30 [2022-08-22T02:59:30.376Z] #14 141.6 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
02:59:30 [2022-08-22T02:59:30.376Z] #14 141.6 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
02:59:30 [2022-08-22T02:59:30.376Z] #14 141.6 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
02:59:30 [2022-08-22T02:59:30.408Z] #21 29.40 Preparing to unpack .../40-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
02:59:30 [2022-08-22T02:59:30.408Z] #21 29.41 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
02:59:30 [2022-08-22T02:59:30.663Z] #21 29.90 Selecting previously unselected package python3-lib2to3.
02:59:30 [2022-08-22T02:59:30.663Z] #21 29.91 Preparing to unpack .../41-python3-lib2to3_3.9.2-1_all.deb ...
02:59:30 [2022-08-22T02:59:30.663Z] #21 29.92 Unpacking python3-lib2to3 (3.9.2-1) ...
02:59:30 [2022-08-22T02:59:30.957Z] #21 30.07 Selecting previously unselected package python3-distutils.
02:59:30 [2022-08-22T02:59:30.957Z] #21 30.07 Preparing to unpack .../42-python3-distutils_3.9.2-1_all.deb ...
02:59:30 [2022-08-22T02:59:30.957Z] #21 30.08 Unpacking python3-distutils (3.9.2-1) ...
02:59:30 [2022-08-22T02:59:30.957Z] #21 30.20 Selecting previously unselected package python3-pkg-resources.
02:59:30 [2022-08-22T02:59:30.957Z] #21 30.21 Preparing to unpack .../43-python3-pkg-resources_52.0.0-4_all.deb ...
02:59:30 [2022-08-22T02:59:30.957Z] #21 30.23 Unpacking python3-pkg-resources (52.0.0-4) ...
02:59:31 [2022-08-22T02:59:31.216Z] #21 30.38 Selecting previously unselected package python3-setuptools.
02:59:31 [2022-08-22T02:59:31.216Z] #21 30.38 Preparing to unpack .../44-python3-setuptools_52.0.0-4_all.deb ...
02:59:31 [2022-08-22T02:59:31.216Z] #21 30.39 Unpacking python3-setuptools (52.0.0-4) ...
02:59:31 [2022-08-22T02:59:31.312Z] #14 153.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
02:59:31 [2022-08-22T02:59:31.312Z] #14 153.4 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
02:59:31 [2022-08-22T02:59:31.312Z] #14 153.4 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
02:59:31 [2022-08-22T02:59:31.474Z] #21 30.70 Selecting previously unselected package python3-wheel.
02:59:31 [2022-08-22T02:59:31.474Z] #21 30.71 Preparing to unpack .../45-python3-wheel_0.34.2-1_all.deb ...
02:59:31 [2022-08-22T02:59:31.474Z] #21 30.72 Unpacking python3-wheel (0.34.2-1) ...
02:59:31 [2022-08-22T02:59:31.474Z] #21 30.80 Selecting previously unselected package python3-pip.
02:59:31 [2022-08-22T02:59:31.474Z] #21 30.80 Preparing to unpack .../46-python3-pip_20.3.4-4+deb11u1_all.deb ...
02:59:31 [2022-08-22T02:59:31.474Z] #21 30.81 Unpacking python3-pip (20.3.4-4+deb11u1) ...
02:59:31 [2022-08-22T02:59:31.676Z] #20 DONE 2.0s
02:59:31 [2022-08-22T02:59:31.677Z] 
02:59:31 [2022-08-22T02:59:31.677Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
02:59:31 [2022-08-22T02:59:31.677Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
02:59:32 [2022-08-22T02:59:32.038Z] #21 31.13 Selecting previously unselected package sudo.
02:59:32 [2022-08-22T02:59:32.038Z] #21 31.14 Preparing to unpack .../47-sudo_1.9.5p2-3_arm64.deb ...
02:59:32 [2022-08-22T02:59:32.038Z] #21 31.16 Unpacking sudo (1.9.5p2-3) ...
02:59:32 [2022-08-22T02:59:32.391Z] #64 84.90 + bin/ctr
02:59:32 [2022-08-22T02:59:32.600Z] #21 31.62 Selecting previously unselected package systemd-journal-remote.
02:59:32 [2022-08-22T02:59:32.600Z] #21 31.63 Preparing to unpack .../48-systemd-journal-remote_247.3-7_arm64.deb ...
02:59:32 [2022-08-22T02:59:32.600Z] #21 31.64 Unpacking systemd-journal-remote (247.3-7) ...
02:59:32 [2022-08-22T02:59:32.600Z] #21 31.73 Selecting previously unselected package thin-provisioning-tools.
02:59:32 [2022-08-22T02:59:32.600Z] #21 31.73 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-1_arm64.deb ...
02:59:32 [2022-08-22T02:59:32.600Z] #21 31.74 Unpacking thin-provisioning-tools (0.9.0-1) ...
02:59:32 [2022-08-22T02:59:32.856Z] #21 31.98 Selecting previously unselected package uidmap.
02:59:32 [2022-08-22T02:59:32.856Z] #21 32.00 Preparing to unpack .../50-uidmap_1%3a4.8.1-1_arm64.deb ...
02:59:32 [2022-08-22T02:59:32.856Z] #21 32.00 Unpacking uidmap (1:4.8.1-1) ...
02:59:33 [2022-08-22T02:59:33.112Z] #21 32.14 Selecting previously unselected package vim-runtime.
02:59:33 [2022-08-22T02:59:33.112Z] #21 32.14 Preparing to unpack .../51-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
02:59:33 [2022-08-22T02:59:33.112Z] #21 32.17 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
02:59:33 [2022-08-22T02:59:33.112Z] #21 32.19 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
02:59:33 [2022-08-22T02:59:33.112Z] #21 32.19 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
02:59:33 [2022-08-22T02:59:33.675Z] #21 ...
02:59:33 [2022-08-22T02:59:33.676Z] 
02:59:33 [2022-08-22T02:59:33.676Z] #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
02:59:33 [2022-08-22T02:59:33.676Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:59:33 [2022-08-22T02:59:33.676Z] #77 103.3 checking if gcc static flag -static works... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 103.6 checking if gcc supports -c -o file.o... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 103.8 checking if gcc supports -c -o file.o... (cached) yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 103.8 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 103.9 checking dynamic linker characteristics... GNU/Linux ld.so
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.1 checking how to hardcode library paths into programs... immediate
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.1 checking whether stripping libraries is possible... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.1 checking if libtool supports shared libraries... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.1 checking whether to build shared libraries... no
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.1 checking whether to build static libraries... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.1 checking for a BSD-compatible install... /usr/bin/install -c
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.2 checking whether build environment is sane... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.2 checking whether make sets $(MAKE)... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.3 checking whether make supports the include directive... yes (GNU style)
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.3 checking whether make supports nested variables... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.4 checking whether UID '0' is supported by ustar format... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.4 checking whether GID '0' is supported by ustar format... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.4 checking how to create a ustar tar archive... gnutar
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.5 checking dependency style of gcc... gcc3
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.6 checking whether to enable maintainer-specific portions of Makefiles... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.6 checking whether make supports nested variables... (cached) yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.6 checking for pkg-config... /usr/bin/pkg-config
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.6 checking pkg-config is at least version 0.9.0... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.6 checking for yajl >= 2.1.0... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.7 checking for a sed that does not truncate output... (cached) /bin/sed
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.7 checking for gcc... (cached) gcc
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.8 checking whether we are using the GNU C compiler... (cached) yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.8 checking whether gcc accepts -g... (cached) yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.8 checking for gcc option to accept ISO C89... (cached) none needed
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.8 checking whether gcc understands -c and -o together... (cached) yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.8 checking for a Python interpreter with version >= 3... python3
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.9 checking for python3... /usr/bin/python3
02:59:33 [2022-08-22T02:59:33.676Z] #77 104.9 checking for python3 version... 3.9
02:59:33 [2022-08-22T02:59:33.676Z] #77 105.0 checking for python3 platform... linux
02:59:33 [2022-08-22T02:59:33.676Z] #77 105.0 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
02:59:33 [2022-08-22T02:59:33.676Z] #77 105.1 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
02:59:33 [2022-08-22T02:59:33.676Z] #77 105.4 checking that generated files are newer than configure... done
02:59:33 [2022-08-22T02:59:33.676Z] #77 105.4 configure: creating ./config.status
02:59:33 [2022-08-22T02:59:33.676Z] #77 108.3 config.status: creating Makefile
02:59:33 [2022-08-22T02:59:33.676Z] #77 108.4 config.status: creating config.h
02:59:33 [2022-08-22T02:59:33.676Z] #77 108.4 config.status: executing libtool commands
02:59:33 [2022-08-22T02:59:33.676Z] #77 108.5 config.status: executing depfiles commands
02:59:33 [2022-08-22T02:59:33.676Z] #77 109.2 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
02:59:33 [2022-08-22T02:59:33.676Z] #77 109.2 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
02:59:33 [2022-08-22T02:59:33.676Z] #77 109.7 checking for gcc... gcc
02:59:33 [2022-08-22T02:59:33.676Z] #77 109.8 checking whether the C compiler works... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 110.0 checking for C compiler default output file name... a.out
02:59:33 [2022-08-22T02:59:33.676Z] #77 110.0 checking for suffix of executables... 
02:59:33 [2022-08-22T02:59:33.676Z] #77 110.2 checking whether we are cross compiling... no
02:59:33 [2022-08-22T02:59:33.676Z] #77 110.3 checking for suffix of object files... o
02:59:33 [2022-08-22T02:59:33.676Z] #77 110.4 checking whether we are using the GNU C compiler... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 110.5 checking whether gcc accepts -g... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 110.6 checking for gcc option to accept ISO C89... none needed
02:59:33 [2022-08-22T02:59:33.676Z] #77 110.8 checking whether gcc understands -c and -o together... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.0 checking for a BSD-compatible install... /usr/bin/install -c
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.0 checking whether build environment is sane... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.1 checking for a thread-safe mkdir -p... /bin/mkdir -p
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.1 checking for gawk... no
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.1 checking for mawk... mawk
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.1 checking whether make sets $(MAKE)... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.1 checking whether make supports the include directive... yes (GNU style)
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.2 checking whether make supports nested variables... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.2 checking whether UID '0' is supported by ustar format... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.2 checking whether GID '0' is supported by ustar format... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.2 checking how to create a ustar tar archive... gnutar
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.3 checking dependency style of gcc... gcc3
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.5 checking whether to enable maintainer-specific portions of Makefiles... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.5 checking whether make supports nested variables... (cached) yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.6 checking build system type... aarch64-unknown-linux-gnu
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.9 checking host system type... aarch64-unknown-linux-gnu
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.9 checking how to print strings... printf
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.9 checking for a sed that does not truncate output... /bin/sed
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.9 checking for grep that handles long lines and -e... /bin/grep
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.9 checking for egrep... /bin/grep -E
02:59:33 [2022-08-22T02:59:33.676Z] #77 111.9 checking for fgrep... /bin/grep -F
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.0 checking for ld used by gcc... /usr/bin/ld
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.0 checking if the linker (/usr/bin/ld) is GNU ld... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.0 checking the name lister (/usr/bin/nm -B) interface... BSD nm
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.1 checking whether ln -s works... yes
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.1 checking the maximum length of command line arguments... 1572864
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.2 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.2 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.2 checking for /usr/bin/ld option to reload object files... -r
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.2 checking for objdump... objdump
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.2 checking how to recognize dependent libraries... pass_all
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.2 checking for dlltool... no
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.2 checking how to associate runtime and link libraries... printf %s\n
02:59:33 [2022-08-22T02:59:33.676Z] #77 112.2 checking for ar... ar
02:59:33 [2022-08-22T02:59:33.934Z] #77 112.2 checking for archiver @FILE support... @
02:59:33 [2022-08-22T02:59:33.934Z] #77 112.4 checking for strip... strip
02:59:33 [2022-08-22T02:59:33.934Z] #77 112.4 checking for ranlib... ranlib
02:59:34 [2022-08-22T02:59:34.191Z] #77 112.4 checking command to parse /usr/bin/nm -B output from gcc object... ok
02:59:34 [2022-08-22T02:59:34.195Z] #21 2.507 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
02:59:34 [2022-08-22T02:59:34.447Z] #77 112.8 checking for sysroot... no
02:59:34 [2022-08-22T02:59:34.447Z] #77 112.8 checking for a working dd... /bin/dd
02:59:34 [2022-08-22T02:59:34.447Z] #77 112.8 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
02:59:34 [2022-08-22T02:59:34.447Z] #77 112.9 checking for mt... no
02:59:34 [2022-08-22T02:59:34.447Z] #77 112.9 checking if : is a manifest tool... no
02:59:34 [2022-08-22T02:59:34.447Z] #77 112.9 checking how to run the C preprocessor... gcc -E
02:59:34 [2022-08-22T02:59:34.450Z] #21 2.697 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
02:59:34 [2022-08-22T02:59:34.450Z] #21 2.717 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
02:59:34 [2022-08-22T02:59:34.706Z] #21 3.070 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
02:59:34 [2022-08-22T02:59:34.910Z] #64 ...
02:59:34 [2022-08-22T02:59:34.910Z] 
02:59:34 [2022-08-22T02:59:34.910Z] #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
02:59:34 [2022-08-22T02:59:34.910Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:34 [2022-08-22T02:59:34.910Z] #77 86.07 configure.ac:7: installing './compile'
02:59:34 [2022-08-22T02:59:34.910Z] #77 86.13 configure.ac:11: installing './config.guess'
02:59:34 [2022-08-22T02:59:34.910Z] #77 86.19 configure.ac:11: installing './config.sub'
02:59:34 [2022-08-22T02:59:34.910Z] #77 86.22 configure.ac:8: installing './install-sh'
02:59:34 [2022-08-22T02:59:34.910Z] #77 86.23 configure.ac:8: installing './missing'
02:59:34 [2022-08-22T02:59:34.910Z] #77 86.46 Makefile.am: installing './depcomp'
02:59:35 [2022-08-22T02:59:35.265Z] #77 113.1 checking for ANSI C header files... yes
02:59:35 [2022-08-22T02:59:35.266Z] #77 113.7 checking for sys/types.h... yes
02:59:35 [2022-08-22T02:59:35.521Z] #77 113.9 checking for sys/stat.h... yes
02:59:35 [2022-08-22T02:59:35.635Z] #21 4.025 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
02:59:35 [2022-08-22T02:59:35.777Z] #77 114.0 checking for stdlib.h... yes
02:59:35 [2022-08-22T02:59:35.777Z] #77 114.2 checking for string.h... yes
02:59:36 [2022-08-22T02:59:36.033Z] #77 114.4 checking for memory.h... yes
02:59:36 [2022-08-22T02:59:36.033Z] #77 114.6 checking for strings.h... 
02:59:36 [2022-08-22T02:59:36.033Z] #77 ...
02:59:36 [2022-08-22T02:59:36.033Z] 
02:59:36 [2022-08-22T02:59:36.033Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
02:59:36 [2022-08-22T02:59:36.033Z] #21 sha256:2ea45f3736fad49e67a6c0b7a661743cd2737effe4269bf4e8064e11f38715eb
02:59:36 [2022-08-22T02:59:36.289Z] #21 35.36 Selecting previously unselected package vim.
02:59:36 [2022-08-22T02:59:36.289Z] #21 35.37 Preparing to unpack .../52-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
02:59:36 [2022-08-22T02:59:36.289Z] #21 35.39 Unpacking vim (2:8.2.2434-3+deb11u1) ...
02:59:36 [2022-08-22T02:59:36.545Z] #21 35.89 Selecting previously unselected package xfsprogs.
02:59:36 [2022-08-22T02:59:36.584Z] #14 ...
02:59:36 [2022-08-22T02:59:36.584Z] 
02:59:36 [2022-08-22T02:59:36.584Z] #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
02:59:36 [2022-08-22T02:59:36.584Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:36 [2022-08-22T02:59:36.584Z] #77 81.96 configure.ac:7: installing './compile'
02:59:36 [2022-08-22T02:59:36.584Z] #77 81.98 configure.ac:11: installing './config.guess'
02:59:36 [2022-08-22T02:59:36.584Z] #77 81.99 configure.ac:11: installing './config.sub'
02:59:36 [2022-08-22T02:59:36.584Z] #77 82.00 configure.ac:8: installing './install-sh'
02:59:36 [2022-08-22T02:59:36.584Z] #77 82.06 configure.ac:8: installing './missing'
02:59:36 [2022-08-22T02:59:36.584Z] #77 82.27 Makefile.am: installing './depcomp'
02:59:36 [2022-08-22T02:59:36.802Z] #21 35.90 Preparing to unpack .../53-xfsprogs_5.10.0-4_arm64.deb ...
02:59:36 [2022-08-22T02:59:36.802Z] #21 35.91 Unpacking xfsprogs (5.10.0-4) ...
02:59:37 [2022-08-22T02:59:37.004Z] #21 5.421 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
02:59:37 [2022-08-22T02:59:37.260Z] #21 ...
02:59:37 [2022-08-22T02:59:37.260Z] 
02:59:37 [2022-08-22T02:59:37.260Z] #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
02:59:37 [2022-08-22T02:59:37.260Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:37 [2022-08-22T02:59:37.260Z] #77 99.99 checking command to parse /usr/bin/nm -B output from gcc object... ok
02:59:37 [2022-08-22T02:59:37.260Z] #77 100.7 checking for sysroot... no
02:59:37 [2022-08-22T02:59:37.260Z] #77 100.7 checking for a working dd... /bin/dd
02:59:37 [2022-08-22T02:59:37.260Z] #77 100.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
02:59:37 [2022-08-22T02:59:37.260Z] #77 100.8 checking for mt... no
02:59:37 [2022-08-22T02:59:37.260Z] #77 100.8 checking if : is a manifest tool... no
02:59:37 [2022-08-22T02:59:37.260Z] #77 100.8 checking how to run the C preprocessor... gcc -E
02:59:37 [2022-08-22T02:59:37.260Z] #77 101.2 checking for ANSI C header files... yes
02:59:37 [2022-08-22T02:59:37.260Z] #77 102.0 checking for sys/types.h... yes
02:59:37 [2022-08-22T02:59:37.260Z] #77 102.2 checking for sys/stat.h... yes
02:59:37 [2022-08-22T02:59:37.260Z] #77 102.4 checking for stdlib.h... yes
02:59:37 [2022-08-22T02:59:37.260Z] #77 102.6 checking for string.h... yes
02:59:37 [2022-08-22T02:59:37.260Z] #77 102.9 checking for memory.h... yes
02:59:37 [2022-08-22T02:59:37.260Z] #77 103.1 checking for strings.h... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 103.3 checking for inttypes.h... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 103.5 checking for stdint.h... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 103.7 checking for unistd.h... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 103.9 checking for dlfcn.h... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 104.1 checking for objdir... .libs
02:59:37 [2022-08-22T02:59:37.261Z] #77 104.5 checking if gcc supports -fno-rtti -fno-exceptions... no
02:59:37 [2022-08-22T02:59:37.261Z] #77 104.7 checking for gcc option to produce PIC... -fPIC -DPIC
02:59:37 [2022-08-22T02:59:37.261Z] #77 104.7 checking if gcc PIC flag -fPIC -DPIC works... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 104.8 checking if gcc static flag -static works... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 105.3 checking if gcc supports -c -o file.o... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 105.5 checking if gcc supports -c -o file.o... (cached) yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 105.5 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 105.6 checking dynamic linker characteristics... GNU/Linux ld.so
02:59:37 [2022-08-22T02:59:37.261Z] #77 105.9 checking how to hardcode library paths into programs... immediate
02:59:37 [2022-08-22T02:59:37.261Z] #77 105.9 checking whether stripping libraries is possible... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 105.9 checking if libtool supports shared libraries... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 105.9 checking whether to build shared libraries... no
02:59:37 [2022-08-22T02:59:37.261Z] #77 105.9 checking whether to build static libraries... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 105.9 checking for a BSD-compatible install... /usr/bin/install -c
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.0 checking whether build environment is sane... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.1 checking for a thread-safe mkdir -p... /bin/mkdir -p
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.1 checking whether make sets $(MAKE)... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.1 checking whether make supports the include directive... yes (GNU style)
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.2 checking whether make supports nested variables... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.2 checking whether UID '0' is supported by ustar format... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.2 checking whether GID '0' is supported by ustar format... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.2 checking how to create a ustar tar archive... gnutar
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.3 checking dependency style of gcc... gcc3
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.5 checking whether to enable maintainer-specific portions of Makefiles... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.5 checking whether make supports nested variables... (cached) yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.5 checking for gawk... (cached) mawk
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.5 checking for a sed that does not truncate output... (cached) /bin/sed
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.5 checking for gcc... (cached) gcc
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.6 checking whether we are using the GNU C compiler... (cached) yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.6 checking whether gcc accepts -g... (cached) yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.6 checking for gcc option to accept ISO C89... (cached) none needed
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.6 checking whether gcc understands -c and -o together... (cached) yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.6 checking for a Python interpreter with version >= 3... python3
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.7 checking for python3... /usr/bin/python3
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.7 checking for python3 version... 3.9
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.8 checking for python3 platform... linux
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
02:59:37 [2022-08-22T02:59:37.261Z] #77 106.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
02:59:37 [2022-08-22T02:59:37.261Z] #77 107.1 checking for go-md2man... no
02:59:37 [2022-08-22T02:59:37.261Z] #77 107.1 checking error.h usability... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 107.3 checking error.h presence... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 107.4 checking for error.h... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 107.4 checking linux/openat2.h usability... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 107.6 checking linux/openat2.h presence... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 107.7 checking for linux/openat2.h... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 107.7 checking for copy_file_range... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 108.0 checking for fgetxattr... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 108.2 checking for statx... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 108.6 checking for fgetpwent_r... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 108.9 checking for issetugid... no
02:59:37 [2022-08-22T02:59:37.261Z] #77 109.2 checking for pkg-config... /usr/bin/pkg-config
02:59:37 [2022-08-22T02:59:37.261Z] #77 109.2 checking pkg-config is at least version 0.9.0... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 109.2 checking for library containing yajl_tree_get... -lyajl
02:59:37 [2022-08-22T02:59:37.261Z] #77 109.8 checking for yajl >= 2.0.0... yes
02:59:37 [2022-08-22T02:59:37.261Z] #77 109.9 checking sys/capability.h usability... yes
02:59:37 [2022-08-22T02:59:37.364Z] #21 36.38 Selecting previously unselected package zip.
02:59:37 [2022-08-22T02:59:37.364Z] #21 36.39 Preparing to unpack .../54-zip_3.0-12_arm64.deb ...
02:59:37 [2022-08-22T02:59:37.364Z] #21 36.39 Unpacking zip (3.0-12) ...
02:59:37 [2022-08-22T02:59:37.364Z] #21 36.55 Selecting previously unselected package zstd.
02:59:37 [2022-08-22T02:59:37.364Z] #21 36.57 Preparing to unpack .../55-zstd_1.4.8+dfsg-2.1_arm64.deb ...
02:59:37 [2022-08-22T02:59:37.364Z] #21 36.57 Unpacking zstd (1.4.8+dfsg-2.1) ...
02:59:37 [2022-08-22T02:59:37.431Z] #77 88.63 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
02:59:37 [2022-08-22T02:59:37.431Z] #77 88.63 libtoolize: copying file 'build-aux/ltmain.sh'
02:59:37 [2022-08-22T02:59:37.431Z] #77 88.75 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
02:59:37 [2022-08-22T02:59:37.431Z] #77 88.75 libtoolize: copying file 'm4/libtool.m4'
02:59:37 [2022-08-22T02:59:37.431Z] #77 88.84 libtoolize: copying file 'm4/ltoptions.m4'
02:59:37 [2022-08-22T02:59:37.431Z] #77 88.96 libtoolize: copying file 'm4/ltsugar.m4'
02:59:37 [2022-08-22T02:59:37.517Z] #77 110.1 checking sys/capability.h presence... yes
02:59:37 [2022-08-22T02:59:37.517Z] #77 110.2 checking for sys/capability.h... yes
02:59:37 [2022-08-22T02:59:37.620Z] #21 36.89 Setting up python3-pkg-resources (52.0.0-4) ...
02:59:37 [2022-08-22T02:59:37.688Z] #77 89.06 libtoolize: copying file 'm4/ltversion.m4'
02:59:37 [2022-08-22T02:59:37.688Z] #77 89.22 libtoolize: copying file 'm4/lt~obsolete.m4'
02:59:37 [2022-08-22T02:59:37.688Z] #77 89.33 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
02:59:38 [2022-08-22T02:59:38.080Z] #77 110.2 checking for library containing cap_from_name... -lcap
02:59:38 [2022-08-22T02:59:38.337Z] #77 110.7 checking for library containing dlopen... -ldl
02:59:38 [2022-08-22T02:59:38.495Z] #77 84.55 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
02:59:38 [2022-08-22T02:59:38.495Z] #77 84.55 libtoolize: copying file 'build-aux/ltmain.sh'
02:59:38 [2022-08-22T02:59:38.549Z] #21 37.86 Setting up libip4tc2:arm64 (1.8.7-1) ...
02:59:38 [2022-08-22T02:59:38.549Z] #21 37.87 Setting up net-tools (1.60+git20181103.0eebece-1) ...
02:59:38 [2022-08-22T02:59:38.593Z] #77 111.1 checking seccomp.h usability... yes
02:59:38 [2022-08-22T02:59:38.755Z] #77 84.95 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
02:59:38 [2022-08-22T02:59:38.755Z] #77 84.95 libtoolize: copying file 'm4/libtool.m4'
02:59:38 [2022-08-22T02:59:38.755Z] #77 85.07 libtoolize: copying file 'm4/ltoptions.m4'
02:59:38 [2022-08-22T02:59:38.805Z] #21 37.89 Setting up libgpm2:arm64 (1.20.7-8) ...
02:59:38 [2022-08-22T02:59:38.805Z] #21 37.91 Setting up libicu67:arm64 (67.1-7) ...
02:59:38 [2022-08-22T02:59:38.805Z] #21 37.93 Setting up libip6tc2:arm64 (1.8.7-1) ...
02:59:38 [2022-08-22T02:59:38.805Z] #21 37.94 Setting up libinih1:arm64 (53-1+b2) ...
02:59:38 [2022-08-22T02:59:38.805Z] #21 37.96 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
02:59:38 [2022-08-22T02:59:38.805Z] #21 37.97 Setting up uidmap (1:4.8.1-1) ...
02:59:38 [2022-08-22T02:59:38.805Z] #21 37.98 Setting up libyajl2:arm64 (2.1.0-3) ...
02:59:38 [2022-08-22T02:59:38.805Z] #21 37.99 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
02:59:38 [2022-08-22T02:59:38.805Z] #21 38.01 Setting up bzip2 (1.0.8-4) ...
02:59:38 [2022-08-22T02:59:38.805Z] #21 38.02 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
02:59:38 [2022-08-22T02:59:38.805Z] #21 38.04 Setting up python3-wheel (0.34.2-1) ...
02:59:38 [2022-08-22T02:59:38.850Z] #77 111.4 checking seccomp.h presence... yes
02:59:38 [2022-08-22T02:59:38.850Z] #77 111.5 checking for seccomp.h... yes
02:59:38 [2022-08-22T02:59:38.850Z] #77 111.5 checking for library containing seccomp_rule_add... 
02:59:38 [2022-08-22T02:59:38.850Z] #77 ...
02:59:38 [2022-08-22T02:59:38.850Z] 
02:59:38 [2022-08-22T02:59:38.850Z] #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
02:59:38 [2022-08-22T02:59:38.850Z] #60 sha256:1fd6ae315dd24c17923a6ec4d880ccc9f950725e6cd5e73ba3674a08845d5635
02:59:38 [2022-08-22T02:59:38.850Z] #60 15.09 + cd /tmp/tmp.CNnpwPbdxi/src/github.com/opencontainers/runc
02:59:38 [2022-08-22T02:59:38.850Z] #60 15.10 + git checkout -q 46a5a8461633d7e7bd62b6943a8f4431909717c4
02:59:38 [2022-08-22T02:59:38.850Z] #60 15.86 + '[' -z '' ']'
02:59:38 [2022-08-22T02:59:38.850Z] #60 15.86 + target=static
02:59:38 [2022-08-22T02:59:38.850Z] #60 15.86 + make BUILDTAGS=seccomp static
02:59:38 [2022-08-22T02:59:38.850Z] #60 16.51 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-19-g46a5a846 -X main.version=1.1.3+dev " -o runc .
02:59:39 [2022-08-22T02:59:39.015Z] #77 85.35 libtoolize: copying file 'm4/ltsugar.m4'
02:59:39 [2022-08-22T02:59:39.276Z] #77 85.63 libtoolize: copying file 'm4/ltversion.m4'
02:59:39 [2022-08-22T02:59:39.413Z] #60 ...
02:59:39 [2022-08-22T02:59:39.413Z] 
02:59:39 [2022-08-22T02:59:39.413Z] #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
02:59:39 [2022-08-22T02:59:39.413Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:39 [2022-08-22T02:59:39.413Z] #77 111.5 checking for library containing seccomp_rule_add... -lseccomp
02:59:39 [2022-08-22T02:59:39.670Z] #77 112.0 checking for library containing seccomp_arch_resolve_name... none required
02:59:39 [2022-08-22T02:59:39.733Z] #21 38.78 Setting up libmicrohttpd12:arm64 (0.9.72-2) ...
02:59:39 [2022-08-22T02:59:39.733Z] #21 38.79 Setting up xxd (2:8.2.2434-3+deb11u1) ...
02:59:39 [2022-08-22T02:59:39.733Z] #21 38.81 Setting up libcap2:arm64 (1:2.44-1) ...
02:59:39 [2022-08-22T02:59:39.733Z] #21 38.83 Setting up libcap2-bin (1:2.44-1) ...
02:59:39 [2022-08-22T02:59:39.733Z] #21 38.85 Setting up apparmor (2.13.6-10) ...
02:59:39 [2022-08-22T02:59:39.845Z] #77 85.97 libtoolize: copying file 'm4/lt~obsolete.m4'
02:59:39 [2022-08-22T02:59:39.845Z] #77 86.25 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
02:59:39 [2022-08-22T02:59:39.926Z] #77 112.3 checking systemd/sd-bus.h usability... yes
02:59:39 [2022-08-22T02:59:39.926Z] #77 112.6 checking systemd/sd-bus.h presence... yes
02:59:39 [2022-08-22T02:59:39.926Z] #77 112.7 checking for systemd/sd-bus.h... yes
02:59:40 [2022-08-22T02:59:40.856Z] #77 112.7 checking for library containing sd_bus_match_signal_async... -lsystemd
02:59:40 [2022-08-22T02:59:40.856Z] #77 113.3 checking for sd_notify_barrier... yes
02:59:41 [2022-08-22T02:59:41.113Z] #77 113.6 checking linux/bpf.h usability... yes
02:59:41 [2022-08-22T02:59:41.113Z] #77 113.8 checking linux/bpf.h presence... yes
02:59:41 [2022-08-22T02:59:41.369Z] #77 113.9 checking for linux/bpf.h... yes
02:59:41 [2022-08-22T02:59:41.369Z] #77 113.9 checking compilation for eBPF... yes
02:59:41 [2022-08-22T02:59:41.369Z] #77 114.1 checking for criu >= 3.15... no
02:59:41 [2022-08-22T02:59:41.369Z] #77 114.1 configure: CRIU headers not found, building without CRIU support
02:59:41 [2022-08-22T02:59:41.369Z] #77 114.1 checking for criu > 3.16... no
02:59:41 [2022-08-22T02:59:41.369Z] #77 114.1 configure: CRIU version doesn't support join-ns API
02:59:41 [2022-08-22T02:59:41.369Z] #77 114.1 checking for criu > 3.16.1... no
02:59:41 [2022-08-22T02:59:41.369Z] #77 114.1 configure: CRIU version doesn't support for pre-dumping
02:59:41 [2022-08-22T02:59:41.622Z] #21 40.49 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
02:59:41 [2022-08-22T02:59:41.622Z] #21 40.63 Setting up zip (3.0-12) ...
02:59:41 [2022-08-22T02:59:41.622Z] #21 40.64 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
02:59:41 [2022-08-22T02:59:41.622Z] #21 40.67 Setting up bash-completion (1:2.11-2) ...
02:59:41 [2022-08-22T02:59:41.626Z] #77 114.1 checking for new mount API (fsconfig)... yes
02:59:41 [2022-08-22T02:59:41.626Z] #77 114.3 checking for seccomp notify API... yes
02:59:41 [2022-08-22T02:59:41.895Z] #77 114.4 checking for gperf... no
02:59:41 [2022-08-22T02:59:41.895Z] #77 114.4 configure: gperf not found - cannot rebuild signal parser code
02:59:41 [2022-08-22T02:59:41.895Z] #77 114.4 checking for library containing argp_parse... none required
02:59:42 [2022-08-22T02:59:42.154Z] #77 114.8 checking that generated files are newer than configure... done
02:59:42 [2022-08-22T02:59:42.154Z] #77 114.8 configure: creating ./config.status
02:59:43 [2022-08-22T02:59:43.143Z] #77 ...
02:59:43 [2022-08-22T02:59:43.143Z] 
02:59:43 [2022-08-22T02:59:43.143Z] #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
02:59:43 [2022-08-22T02:59:43.143Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:59:43 [2022-08-22T02:59:43.143Z] #14 165.0 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
02:59:43 [2022-08-22T02:59:43.143Z] #14 165.0 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
02:59:43 [2022-08-22T02:59:43.143Z] #14 165.0 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:59:44 [2022-08-22T02:59:44.150Z] #21 43.23 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
02:59:44 [2022-08-22T02:59:44.150Z] #21 43.30 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:59:44 [2022-08-22T02:59:44.150Z] #21 43.31 Setting up libmnl0:arm64 (1.0.4-3) ...
02:59:44 [2022-08-22T02:59:44.150Z] #21 43.33 Setting up patch (2.7.6-7) ...
02:59:44 [2022-08-22T02:59:44.150Z] #21 43.34 Setting up sudo (1.9.5p2-3) ...
02:59:44 [2022-08-22T02:59:44.150Z] #21 43.42 invoke-rc.d: could not determine current runlevel
02:59:44 [2022-08-22T02:59:44.406Z] #21 43.43 invoke-rc.d: policy-rc.d denied execution of start.
02:59:44 [2022-08-22T02:59:44.406Z] #21 43.44 Setting up xfsprogs (5.10.0-4) ...
02:59:44 [2022-08-22T02:59:44.406Z] #21 43.45 System has not been booted with systemd as init system (PID 1). Can't operate.
02:59:44 [2022-08-22T02:59:44.406Z] #21 43.45 Failed to connect to bus: Host is down
02:59:44 [2022-08-22T02:59:44.406Z] #21 43.46 Setting up libxtables12:arm64 (1.8.7-1) ...
02:59:44 [2022-08-22T02:59:44.406Z] #21 43.47 Setting up inetutils-ping (2:2.0-1) ...
02:59:44 [2022-08-22T02:59:44.406Z] #21 43.48 Setting up pigz (2.6-1) ...
02:59:44 [2022-08-22T02:59:44.406Z] #21 43.49 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
02:59:44 [2022-08-22T02:59:44.406Z] #21 43.51 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
02:59:44 [2022-08-22T02:59:44.406Z] #21 43.53 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
02:59:44 [2022-08-22T02:59:44.406Z] #21 43.54 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
02:59:44 [2022-08-22T02:59:44.673Z] #77 117.3 config.status: creating Makefile
02:59:44 [2022-08-22T02:59:44.673Z] #77 117.4 config.status: creating rpm/crun.spec
02:59:44 [2022-08-22T02:59:44.673Z] #77 117.4 config.status: creating config.h
02:59:44 [2022-08-22T02:59:44.673Z] #77 117.5 config.status: executing libtool commands
02:59:44 [2022-08-22T02:59:44.929Z] #77 117.5 config.status: executing depfiles commands
02:59:45 [2022-08-22T02:59:45.186Z] #77 ...
02:59:45 [2022-08-22T02:59:45.186Z] 
02:59:45 [2022-08-22T02:59:45.186Z] #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
02:59:45 [2022-08-22T02:59:45.186Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 Delve is a source level debugger for Go programs.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 Delve enables you to interact with your program by controlling the execution of the process,
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 Pass flags to the program you are debugging using `--`, for example:
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 `dlv exec ./hello -- server --config conf/config.toml`
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 Usage:
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   dlv [command]
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 Available Commands:
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   attach      Attach to running process and begin debugging.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   connect     Connect to a headless debug server with a terminal client.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   core        Examine a core dump.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   debug       Compile and begin debugging main package in current directory, or the package specified.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   exec        Execute a precompiled binary, and begin a debug session.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   help        Help about any command
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   run         Deprecated command. Use 'debug' instead.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   test        Compile test binary and begin debugging program.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   trace       Compile and begin tracing program.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   version     Prints version.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 Flags:
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --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)
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --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)
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --disable-aslr                     Disables address space randomization
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   -h, --help                             help for dlv
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --init string                      Init file, executed by the terminal client.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --log                              Enable debugging server logging.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3       --wd string                        Working directory for running the program.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 Additional help topics:
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   dlv backend  Help about the --backend flag.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   dlv log      Help about logging flags.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3   dlv redirect Help about file redirection.
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 
02:59:45 [2022-08-22T02:59:45.186Z] #36 158.3 Use "dlv [command] --help" for more information about a command.
02:59:45 [2022-08-22T02:59:45.186Z] #36 DONE 159.3s
02:59:45 [2022-08-22T02:59:45.186Z] 
02:59:45 [2022-08-22T02:59:45.186Z] #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
02:59:45 [2022-08-22T02:59:45.186Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
02:59:45 [2022-08-22T02:59:45.186Z] #34 DONE 159.2s
02:59:45 [2022-08-22T02:59:45.186Z] 
02:59:45 [2022-08-22T02:59:45.186Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
02:59:45 [2022-08-22T02:59:45.186Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
02:59:45 [2022-08-22T02:59:45.186Z] #21 10.00 Fetched 8571 kB in 8s (1100 kB/s)
02:59:45 [2022-08-22T02:59:45.186Z] #21 10.00 Reading package lists...
02:59:45 [2022-08-22T02:59:45.231Z] #21 44.21 Setting up libaio1:arm64 (0.3.112-9) ...
02:59:45 [2022-08-22T02:59:45.231Z] #21 44.22 Setting up python3-lib2to3 (3.9.2-1) ...
02:59:45 [2022-08-22T02:59:45.487Z] #21 44.61 Setting up libelf1:arm64 (0.183-1) ...
02:59:45 [2022-08-22T02:59:45.487Z] #21 44.62 Setting up libjson-c5:arm64 (0.15-2) ...
02:59:45 [2022-08-22T02:59:45.487Z] #21 44.66 Setting up zstd (1.4.8+dfsg-2.1) ...
02:59:45 [2022-08-22T02:59:45.487Z] #21 44.68 Setting up libonig5:arm64 (6.9.6-1.1) ...
02:59:45 [2022-08-22T02:59:45.487Z] #21 44.73 Setting up libkmod2:arm64 (28-1) ...
02:59:45 [2022-08-22T02:59:45.743Z] #21 44.76 Setting up python3-distutils (3.9.2-1) ...
02:59:45 [2022-08-22T02:59:45.780Z] #77 ...
02:59:45 [2022-08-22T02:59:45.780Z] 
02:59:45 [2022-08-22T02:59:45.780Z] #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
02:59:45 [2022-08-22T02:59:45.780Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
02:59:45 [2022-08-22T02:59:45.780Z] #14 155.0 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
02:59:45 [2022-08-22T02:59:45.780Z] #14 155.0 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
02:59:45 [2022-08-22T02:59:45.780Z] #14 155.0 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
02:59:45 [2022-08-22T02:59:45.780Z] #14 166.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
02:59:45 [2022-08-22T02:59:45.780Z] #14 166.1 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
02:59:45 [2022-08-22T02:59:45.780Z] #14 166.1 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
02:59:45 [2022-08-22T02:59:45.998Z] #21 45.25 Setting up vim (2:8.2.2434-3+deb11u1) ...
02:59:45 [2022-08-22T02:59:45.999Z] #21 45.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
02:59:45 [2022-08-22T02:59:45.999Z] #21 45.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
02:59:45 [2022-08-22T02:59:45.999Z] #21 45.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
02:59:45 [2022-08-22T02:59:45.999Z] #21 45.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
02:59:45 [2022-08-22T02:59:45.999Z] #21 45.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
02:59:45 [2022-08-22T02:59:45.999Z] #21 45.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
02:59:45 [2022-08-22T02:59:45.999Z] #21 45.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
02:59:45 [2022-08-22T02:59:45.999Z] #21 45.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
02:59:46 [2022-08-22T02:59:46.255Z] #21 45.37 Setting up python3-setuptools (52.0.0-4) ...
02:59:46 [2022-08-22T02:59:46.255Z] #21 ...
02:59:46 [2022-08-22T02:59:46.255Z] 
02:59:46 [2022-08-22T02:59:46.255Z] #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
02:59:46 [2022-08-22T02:59:46.255Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:59:46 [2022-08-22T02:59:46.255Z] #77 114.6 checking for strings.h... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 114.8 checking for inttypes.h... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 115.0 checking for stdint.h... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 115.2 checking for unistd.h... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 115.4 checking for dlfcn.h... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 115.6 checking for objdir... .libs
02:59:46 [2022-08-22T02:59:46.255Z] #77 115.9 checking if gcc supports -fno-rtti -fno-exceptions... no
02:59:46 [2022-08-22T02:59:46.255Z] #77 116.0 checking for gcc option to produce PIC... -fPIC -DPIC
02:59:46 [2022-08-22T02:59:46.255Z] #77 116.0 checking if gcc PIC flag -fPIC -DPIC works... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 116.1 checking if gcc static flag -static works... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 116.5 checking if gcc supports -c -o file.o... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 116.7 checking if gcc supports -c -o file.o... (cached) yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 116.7 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 116.8 checking dynamic linker characteristics... GNU/Linux ld.so
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.1 checking how to hardcode library paths into programs... immediate
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.1 checking whether stripping libraries is possible... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.1 checking if libtool supports shared libraries... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.1 checking whether to build shared libraries... no
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.1 checking whether to build static libraries... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.1 checking float.h usability... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.3 checking float.h presence... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.3 checking for float.h... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.4 checking limits.h usability... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.5 checking limits.h presence... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.5 checking for limits.h... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.6 checking stddef.h usability... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.7 checking stddef.h presence... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.7 checking for stddef.h... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.8 checking for stdlib.h... (cached) yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.8 checking for string.h... (cached) yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 117.8 checking sys/time.h usability... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 118.0 checking sys/time.h presence... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 118.1 checking for sys/time.h... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 118.1 checking for inline... inline
02:59:46 [2022-08-22T02:59:46.255Z] #77 118.2 checking for size_t... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 118.7 checking for stdlib.h... (cached) yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 118.7 checking for GNU libc compatible malloc... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 118.9 checking for stdlib.h... (cached) yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 118.9 checking for GNU libc compatible realloc... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 119.1 checking for working strtod... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 119.4 checking for gettimeofday... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 119.7 checking for memset... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 119.9 checking for strspn... yes
02:59:46 [2022-08-22T02:59:46.255Z] #77 120.2 checking that generated files are newer than configure... done
02:59:46 [2022-08-22T02:59:46.255Z] #77 120.2 configure: creating ./config.status
02:59:46 [2022-08-22T02:59:46.255Z] #77 123.0 config.status: creating Makefile
02:59:46 [2022-08-22T02:59:46.255Z] #77 123.0 config.status: creating config.h
02:59:46 [2022-08-22T02:59:46.255Z] #77 123.1 config.status: executing depfiles commands
02:59:46 [2022-08-22T02:59:46.255Z] #77 123.3 config.status: executing libtool commands
02:59:46 [2022-08-22T02:59:46.255Z] #77 124.2   GEN      .version
02:59:46 [2022-08-22T02:59:46.255Z] #77 124.2 make  install-recursive
02:59:46 [2022-08-22T02:59:46.255Z] #77 124.2 make[1]: Entering directory '/tmp/crun-build'
02:59:46 [2022-08-22T02:59:46.255Z] #77 124.3 Making install in libocispec
02:59:46 [2022-08-22T02:59:46.255Z] #77 124.3 make[2]: Entering directory '/tmp/crun-build/libocispec'
02:59:46 [2022-08-22T02:59:46.255Z] #77 124.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
02:59:46 [2022-08-22T02:59:46.255Z] #77 124.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
02:59:46 [2022-08-22T02:59:46.255Z] #77 124.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
02:59:46 [2022-08-22T02:59:46.255Z] #77 124.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
02:59:46 [2022-08-22T02:59:46.510Z] #77 125.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
02:59:46 [2022-08-22T02:59:46.766Z] #77 125.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
02:59:46 [2022-08-22T02:59:46.906Z] #19 253.6 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
02:59:46 [2022-08-22T02:59:46.906Z] #19 253.6 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
02:59:46 [2022-08-22T02:59:46.906Z] #19 253.6 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
02:59:46 [2022-08-22T02:59:46.906Z] #19 253.7 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
02:59:46 [2022-08-22T02:59:46.906Z] #19 253.7 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
02:59:46 [2022-08-22T02:59:46.906Z] #19 253.7 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
02:59:47 [2022-08-22T02:59:47.076Z] #21 13.17 Reading package lists...
02:59:47 [2022-08-22T02:59:47.076Z] #21 ...
02:59:47 [2022-08-22T02:59:47.076Z] 
02:59:47 [2022-08-22T02:59:47.076Z] #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
02:59:47 [2022-08-22T02:59:47.076Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:47 [2022-08-22T02:59:47.076Z] #77 118.6 === configuring in libocispec (/tmp/crun-build/libocispec)
02:59:47 [2022-08-22T02:59:47.076Z] #77 118.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
02:59:47 [2022-08-22T02:59:47.076Z] #77 119.0 checking for gcc... gcc
02:59:47 [2022-08-22T02:59:47.076Z] #77 119.1 checking whether the C compiler works... yes
02:59:47 [2022-08-22T02:59:47.076Z] #77 119.3 checking for C compiler default output file name... a.out
02:59:47 [2022-08-22T02:59:47.076Z] #77 119.3 checking for suffix of executables... 
02:59:47 [2022-08-22T02:59:47.076Z] #77 119.4 checking whether we are cross compiling... no
02:59:47 [2022-08-22T02:59:47.076Z] #77 119.7 checking for suffix of object files... o
02:59:47 [2022-08-22T02:59:47.076Z] #77 119.8 checking whether we are using the GNU C compiler... yes
02:59:47 [2022-08-22T02:59:47.076Z] #77 119.8 checking whether gcc accepts -g... yes
02:59:47 [2022-08-22T02:59:47.327Z] #77 ...
02:59:47 [2022-08-22T02:59:47.327Z] 
02:59:47 [2022-08-22T02:59:47.327Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
02:59:47 [2022-08-22T02:59:47.327Z] #21 sha256:2ea45f3736fad49e67a6c0b7a661743cd2737effe4269bf4e8064e11f38715eb
02:59:47 [2022-08-22T02:59:47.327Z] #21 46.53 Setting up libjq1:arm64 (1.6-2.1) ...
02:59:47 [2022-08-22T02:59:47.327Z] #21 46.54 Setting up libnftnl11:arm64 (1.1.9-1) ...
02:59:47 [2022-08-22T02:59:47.327Z] #21 46.56 Setting up thin-provisioning-tools (0.9.0-1) ...
02:59:47 [2022-08-22T02:59:47.327Z] #21 46.58 Setting up python3-pip (20.3.4-4+deb11u1) ...
02:59:47 [2022-08-22T02:59:47.644Z] #77 119.9 checking for gcc option to accept ISO C89... none needed
02:59:47 [2022-08-22T02:59:47.900Z] #77 120.1 checking whether gcc understands -c and -o together... yes
02:59:47 [2022-08-22T02:59:47.900Z] #77 120.4 checking how to run the C preprocessor... gcc -E
02:59:47 [2022-08-22T02:59:47.900Z] #77 120.5 checking for grep that handles long lines and -e... /bin/grep
02:59:47 [2022-08-22T02:59:47.900Z] #77 120.5 checking for egrep... /bin/grep -E
02:59:48 [2022-08-22T02:59:48.511Z] #21 47.60 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
02:59:48 [2022-08-22T02:59:48.511Z] #21 47.61 Setting up jq (1.6-2.1) ...
02:59:48 [2022-08-22T02:59:48.511Z] #21 47.63 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
02:59:48 [2022-08-22T02:59:48.511Z] #21 47.64 Setting up libbpf0:arm64 (1:0.3-2) ...
02:59:48 [2022-08-22T02:59:48.511Z] #21 47.66 Setting up iptables (1.8.7-1) ...
02:59:48 [2022-08-22T02:59:48.511Z] #21 47.67 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
02:59:48 [2022-08-22T02:59:48.511Z] #21 47.68 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:59:48 [2022-08-22T02:59:48.511Z] #21 47.68 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
02:59:48 [2022-08-22T02:59:48.511Z] #21 47.69 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:59:48 [2022-08-22T02:59:48.511Z] #21 47.69 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
02:59:48 [2022-08-22T02:59:48.511Z] #21 47.70 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
02:59:48 [2022-08-22T02:59:48.511Z] #21 47.71 Setting up iproute2 (5.10.0-4) ...
02:59:48 [2022-08-22T02:59:48.829Z] #77 120.5 checking for ANSI C header files... yes
02:59:48 [2022-08-22T02:59:48.829Z] #77 121.3 checking for sys/types.h... yes
02:59:48 [2022-08-22T02:59:48.829Z] #77 121.4 checking for sys/stat.h... yes
02:59:49 [2022-08-22T02:59:49.073Z] #21 48.08 Setting up systemd (247.3-7) ...
02:59:49 [2022-08-22T02:59:49.073Z] #21 48.15 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
02:59:49 [2022-08-22T02:59:49.073Z] #21 48.17 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
02:59:49 [2022-08-22T02:59:49.073Z] #21 48.18 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
02:59:49 [2022-08-22T02:59:49.073Z] #21 48.21 Initializing machine ID from random generator.
02:59:49 [2022-08-22T02:59:49.085Z] #77 121.5 checking for stdlib.h... yes
02:59:49 [2022-08-22T02:59:49.341Z] #77 121.7 checking for string.h... yes
02:59:49 [2022-08-22T02:59:49.341Z] #77 121.9 checking for memory.h... yes
02:59:49 [2022-08-22T02:59:49.597Z] #77 122.0 checking for strings.h... yes
02:59:49 [2022-08-22T02:59:49.597Z] #77 122.2 checking for inttypes.h... yes
02:59:49 [2022-08-22T02:59:49.853Z] #77 122.4 checking for stdint.h... yes
02:59:50 [2022-08-22T02:59:50.003Z] #21 49.27 Setting up systemd-journal-remote (247.3-7) ...
02:59:50 [2022-08-22T02:59:50.109Z] #77 122.6 checking for unistd.h... yes
02:59:50 [2022-08-22T02:59:50.365Z] #77 122.8 checking minix/config.h usability... no
02:59:50 [2022-08-22T02:59:50.365Z] #77 123.0 checking minix/config.h presence... no
02:59:50 [2022-08-22T02:59:50.365Z] #77 123.1 checking for minix/config.h... no
02:59:50 [2022-08-22T02:59:50.565Z] #21 49.66 Processing triggers for libc-bin (2.31-13+deb11u3) ...
02:59:50 [2022-08-22T02:59:50.621Z] #77 123.1 checking whether it is safe to define __EXTENSIONS__... yes
02:59:50 [2022-08-22T02:59:50.877Z] #77 123.3 checking build system type... x86_64-pc-linux-gnu
02:59:50 [2022-08-22T02:59:50.877Z] #77 123.6 checking host system type... x86_64-pc-linux-gnu
02:59:50 [2022-08-22T02:59:50.877Z] #77 123.6 checking how to print strings... printf
02:59:50 [2022-08-22T02:59:50.878Z] #77 123.6 checking for a sed that does not truncate output... /bin/sed
02:59:50 [2022-08-22T02:59:50.878Z] #77 123.6 checking for fgrep... /bin/grep -F
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.7 checking for ld used by gcc... /usr/bin/ld
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.7 checking if the linker (/usr/bin/ld) is GNU ld... yes
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.7 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.8 checking whether ln -s works... yes
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.8 checking the maximum length of command line arguments... 1572864
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.8 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.8 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.8 checking for /usr/bin/ld option to reload object files... -r
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.8 checking for objdump... objdump
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.8 checking how to recognize dependent libraries... pass_all
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.8 checking for dlltool... no
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.8 checking how to associate runtime and link libraries... printf %s\n
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.8 checking for ar... ar
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.8 checking for archiver @FILE support... @
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.9 checking for strip... strip
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.9 checking for ranlib... ranlib
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.9 checking for gawk... no
02:59:51 [2022-08-22T02:59:51.134Z] #77 123.9 checking for mawk... mawk
02:59:51 [2022-08-22T02:59:51.697Z] #77 123.9 checking command to parse /usr/bin/nm -B output from gcc object... ok
02:59:51 [2022-08-22T02:59:51.697Z] #77 124.3 checking for sysroot... no
02:59:51 [2022-08-22T02:59:51.697Z] #77 124.3 checking for a working dd... /bin/dd
02:59:51 [2022-08-22T02:59:51.697Z] #77 124.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
02:59:51 [2022-08-22T02:59:51.697Z] #77 124.4 checking for mt... no
02:59:51 [2022-08-22T02:59:51.697Z] #77 124.4 checking if : is a manifest tool... no
02:59:51 [2022-08-22T02:59:51.953Z] #77 124.4 checking for dlfcn.h... yes
02:59:51 [2022-08-22T02:59:51.953Z] #77 124.6 checking for objdir... .libs
02:59:52 [2022-08-22T02:59:52.459Z] #21 DONE 51.2s
02:59:52 [2022-08-22T02:59:52.459Z] 
02:59:52 [2022-08-22T02:59:52.459Z] #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
02:59:52 [2022-08-22T02:59:52.459Z] #22 sha256:926868d4b5b61bd51d678ec048d0548c22ad4bc9086bc1721c595dd688cf6728
02:59:52 [2022-08-22T02:59:52.516Z] #77 125.0 checking if gcc supports -fno-rtti -fno-exceptions... no
02:59:52 [2022-08-22T02:59:52.516Z] #77 125.2 checking for gcc option to produce PIC... -fPIC -DPIC
02:59:52 [2022-08-22T02:59:52.716Z] #22 0.587 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
02:59:52 [2022-08-22T02:59:52.716Z] #22 0.592 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
02:59:52 [2022-08-22T02:59:52.716Z] #22 0.596 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
02:59:52 [2022-08-22T02:59:52.716Z] #22 DONE 0.7s
02:59:52 [2022-08-22T02:59:52.716Z] 
02:59:52 [2022-08-22T02:59:52.716Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
02:59:52 [2022-08-22T02:59:52.716Z] #23 sha256:97067901ce00e071930f71b8180d485c541aa51cd5f3bd89e0e498bfcddc4fb6
02:59:52 [2022-08-22T02:59:52.772Z] #77 125.2 checking if gcc PIC flag -fPIC -DPIC works... yes
02:59:53 [2022-08-22T02:59:53.028Z] #77 125.3 checking if gcc static flag -static works... yes
02:59:53 [2022-08-22T02:59:53.028Z] #77 125.6 checking if gcc supports -c -o file.o... yes
02:59:53 [2022-08-22T02:59:53.028Z] #77 125.8 checking if gcc supports -c -o file.o... (cached) yes
02:59:53 [2022-08-22T02:59:53.284Z] #77 125.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
02:59:53 [2022-08-22T02:59:53.540Z] #77 125.8 checking dynamic linker characteristics... GNU/Linux ld.so
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.1 checking how to hardcode library paths into programs... immediate
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.1 checking whether stripping libraries is possible... yes
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.1 checking if libtool supports shared libraries... yes
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.1 checking whether to build shared libraries... no
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.2 checking whether to build static libraries... yes
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.2 checking for a BSD-compatible install... /usr/bin/install -c
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.2 checking whether build environment is sane... yes
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.2 checking whether make sets $(MAKE)... yes
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.3 checking whether make supports the include directive... yes (GNU style)
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.3 checking whether make supports nested variables... yes
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.3 checking whether UID '0' is supported by ustar format... yes
02:59:53 [2022-08-22T02:59:53.540Z] #77 126.3 checking whether GID '0' is supported by ustar format... yes
02:59:53 [2022-08-22T02:59:53.797Z] #77 126.3 checking how to create a ustar tar archive... gnutar
02:59:53 [2022-08-22T02:59:53.797Z] #77 126.4 checking dependency style of gcc... gcc3
02:59:53 [2022-08-22T02:59:53.797Z] #77 126.6 checking whether to enable maintainer-specific portions of Makefiles... yes
02:59:53 [2022-08-22T02:59:53.797Z] #77 126.6 checking whether make supports nested variables... (cached) yes
02:59:53 [2022-08-22T02:59:53.797Z] #77 126.6 checking for pkg-config... /usr/bin/pkg-config
02:59:53 [2022-08-22T02:59:53.797Z] #77 126.6 checking pkg-config is at least version 0.9.0... yes
02:59:53 [2022-08-22T02:59:53.797Z] #77 126.6 checking for yajl >= 2.1.0... yes
02:59:54 [2022-08-22T02:59:54.054Z] #77 126.6 checking for a sed that does not truncate output... (cached) /bin/sed
02:59:54 [2022-08-22T02:59:54.054Z] #77 126.6 checking for gcc... (cached) gcc
02:59:54 [2022-08-22T02:59:54.054Z] #77 126.7 checking whether we are using the GNU C compiler... (cached) yes
02:59:54 [2022-08-22T02:59:54.054Z] #77 126.7 checking whether gcc accepts -g... (cached) yes
02:59:54 [2022-08-22T02:59:54.054Z] #77 126.7 checking for gcc option to accept ISO C89... (cached) none needed
02:59:54 [2022-08-22T02:59:54.054Z] #77 126.7 checking whether gcc understands -c and -o together... (cached) yes
02:59:54 [2022-08-22T02:59:54.054Z] #77 126.7 checking for a Python interpreter with version >= 3... python3
02:59:54 [2022-08-22T02:59:54.054Z] #77 126.8 checking for python3... /usr/bin/python3
02:59:54 [2022-08-22T02:59:54.054Z] #77 126.8 checking for python3 version... 3.9
02:59:54 [2022-08-22T02:59:54.311Z] #77 126.8 checking for python3 platform... linux
02:59:54 [2022-08-22T02:59:54.311Z] #77 126.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
02:59:54 [2022-08-22T02:59:54.568Z] #77 127.0 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
02:59:54 [2022-08-22T02:59:54.568Z] #77 127.3 checking that generated files are newer than configure... done
02:59:54 [2022-08-22T02:59:54.568Z] #77 127.3 configure: creating ./config.status
02:59:55 [2022-08-22T02:59:55.100Z] #19 ...
02:59:55 [2022-08-22T02:59:55.100Z] 
02:59:55 [2022-08-22T02:59:55.100Z] #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
02:59:55 [2022-08-22T02:59:55.100Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:55 [2022-08-22T02:59:55.100Z] #84 219.5   CCLD     libocispec.la
02:59:55 [2022-08-22T02:59:55.693Z] #84 220.1   CCLD     src/validate
02:59:55 [2022-08-22T02:59:55.952Z] #84 220.1   CCLD     tests/test-1
02:59:55 [2022-08-22T02:59:55.952Z] #84 220.2   CCLD     tests/test-2
02:59:55 [2022-08-22T02:59:55.952Z] #84 220.2   CCLD     tests/test-3
02:59:55 [2022-08-22T02:59:55.952Z] #84 220.2   CCLD     tests/test-4
02:59:55 [2022-08-22T02:59:55.952Z] #84 220.2   CCLD     tests/test-5
02:59:55 [2022-08-22T02:59:55.952Z] #84 220.3   CCLD     tests/test-6
02:59:56 [2022-08-22T02:59:56.210Z] #84 220.3   CCLD     tests/test-7
02:59:56 [2022-08-22T02:59:56.210Z] #84 220.3   CCLD     tests/test-8
02:59:56 [2022-08-22T02:59:56.210Z] #84 220.4   CCLD     tests/test-9
02:59:56 [2022-08-22T02:59:56.210Z] #84 220.4   CCLD     tests/test-10
02:59:56 [2022-08-22T02:59:56.210Z] #84 220.5 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
02:59:56 [2022-08-22T02:59:56.210Z] #84 220.5   CCLD     tests/test-11
02:59:57 [2022-08-22T02:59:57.088Z] #77 129.4 config.status: creating Makefile
02:59:57 [2022-08-22T02:59:57.088Z] #77 129.5 config.status: creating config.h
02:59:57 [2022-08-22T02:59:57.088Z] #77 129.5 config.status: executing libtool commands
02:59:57 [2022-08-22T02:59:57.088Z] #77 129.5 config.status: executing depfiles commands
02:59:57 [2022-08-22T02:59:57.088Z] #77 ...
02:59:57 [2022-08-22T02:59:57.088Z] 
02:59:57 [2022-08-22T02:59:57.088Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
02:59:57 [2022-08-22T02:59:57.088Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
02:59:57 [2022-08-22T02:59:57.088Z] #21 13.17 Reading package lists...
02:59:57 [2022-08-22T02:59:57.088Z] #21 16.41 Building dependency tree...
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.06 The following additional packages will be installed:
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.06   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libicu67
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.06   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.06   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.06   libxtables12 python-pip-whl python3-distutils python3-lib2to3
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.06   python3-pkg-resources systemd vim-runtime xxd
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.07 Suggested packages:
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.07   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.07   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.07   ctags vim-doc vim-scripts xfsdump acl attr quota
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.07 Recommended packages:
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.07   libatm1 nftables libpam-cap build-essential python3-dev dbus
02:59:57 [2022-08-22T02:59:57.088Z] #21 18.07   systemd-timesyncd | time-daemon unzip
02:59:57 [2022-08-22T02:59:57.088Z] #21 19.79 The following NEW packages will be installed:
02:59:57 [2022-08-22T02:59:57.088Z] #21 19.79   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
02:59:57 [2022-08-22T02:59:57.088Z] #21 19.79   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
02:59:57 [2022-08-22T02:59:57.088Z] #21 19.79   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2
02:59:57 [2022-08-22T02:59:57.088Z] #21 19.79   libmicrohttpd12 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
02:59:57 [2022-08-22T02:59:57.088Z] #21 19.79   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
02:59:57 [2022-08-22T02:59:57.088Z] #21 19.79   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
02:59:57 [2022-08-22T02:59:57.088Z] #21 19.79   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
02:59:57 [2022-08-22T02:59:57.088Z] #21 19.79   systemd systemd-journal-remote thin-provisioning-tools uidmap vim vim-common
02:59:57 [2022-08-22T02:59:57.088Z] #21 19.79   vim-runtime xfsprogs xxd xz-utils zip zstd
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.12 0 upgraded, 56 newly installed, 0 to remove and 8 not upgraded.
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.12 Need to get 32.8 MB of archives.
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.12 After this operation, 124 MB of additional disk space will be used.
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.12 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.12 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.12 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.12 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.12 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.34 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.34 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.34 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.34 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.34 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.34 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.34 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.40 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.40 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.40 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.43 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.43 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.43 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.46 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.47 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.47 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.47 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.48 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.50 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.50 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.52 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.52 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.54 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.54 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.54 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.96 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.96 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmicrohttpd12 amd64 0.9.72-2 [109 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.96 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.96 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.96 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.96 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.96 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.96 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 20.96 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.01 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.01 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.01 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.06 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.06 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.06 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.06 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.11 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-journal-remote amd64 247.3-7 [165 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.11 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.11 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.11 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.33 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.38 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.42 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 21.42 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.09 debconf: delaying package configuration, since apt-utils is not installed
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.22 Fetched 32.8 MB in 2s (20.7 MB/s)
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.28 Selecting previously unselected package libcap2:amd64.
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.28 (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.)
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.33 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.36 Unpacking libcap2:amd64 (1:2.44-1) ...
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.42 Selecting previously unselected package libargon2-1:amd64.
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.42 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.43 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.50 Selecting previously unselected package libjson-c5:amd64.
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.50 Preparing to unpack .../02-libjson-c5_0.15-2_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.51 Unpacking libjson-c5:amd64 (0.15-2) ...
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.59 Selecting previously unselected package libcryptsetup12:amd64.
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.60 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.088Z] #21 22.61 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 22.75 Selecting previously unselected package libip4tc2:amd64.
02:59:57 [2022-08-22T02:59:57.089Z] #21 22.75 Preparing to unpack .../04-libip4tc2_1.8.7-1_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 22.75 Unpacking libip4tc2:amd64 (1.8.7-1) ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 22.83 Selecting previously unselected package libkmod2:amd64.
02:59:57 [2022-08-22T02:59:57.089Z] #21 22.83 Preparing to unpack .../05-libkmod2_28-1_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 22.84 Unpacking libkmod2:amd64 (28-1) ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 22.91 Selecting previously unselected package systemd.
02:59:57 [2022-08-22T02:59:57.089Z] #21 22.91 Preparing to unpack .../06-systemd_247.3-7_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 23.04 Unpacking systemd (247.3-7) ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 25.15 Selecting previously unselected package pigz.
02:59:57 [2022-08-22T02:59:57.089Z] #21 25.17 Preparing to unpack .../07-pigz_2.6-1_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 25.18 Unpacking pigz (2.6-1) ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 25.25 Selecting previously unselected package libelf1:amd64.
02:59:57 [2022-08-22T02:59:57.089Z] #21 25.27 Preparing to unpack .../08-libelf1_0.183-1_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 25.27 Unpacking libelf1:amd64 (0.183-1) ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 25.44 Selecting previously unselected package libbpf0:amd64.
02:59:57 [2022-08-22T02:59:57.089Z] #21 25.44 Preparing to unpack .../09-libbpf0_1%3a0.3-2_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 25.45 Unpacking libbpf0:amd64 (1:0.3-2) ...
02:59:57 [2022-08-22T02:59:57.089Z] #21 25.53 Selecting previously unselected package libmnl0:amd64.
02:59:57 [2022-08-22T02:59:57.346Z] #21 25.54 Preparing to unpack .../10-libmnl0_1.0.4-3_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.346Z] #21 25.55 Unpacking libmnl0:amd64 (1.0.4-3) ...
02:59:57 [2022-08-22T02:59:57.346Z] #21 25.61 Selecting previously unselected package libxtables12:amd64.
02:59:57 [2022-08-22T02:59:57.346Z] #21 25.61 Preparing to unpack .../11-libxtables12_1.8.7-1_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.346Z] #21 25.62 Unpacking libxtables12:amd64 (1.8.7-1) ...
02:59:57 [2022-08-22T02:59:57.346Z] #21 25.70 Selecting previously unselected package libcap2-bin.
02:59:57 [2022-08-22T02:59:57.346Z] #21 25.72 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_amd64.deb ...
02:59:57 [2022-08-22T02:59:57.346Z] #21 25.73 Unpacking libcap2-bin (1:2.44-1) ...
02:59:57 [2022-08-22T02:59:57.346Z] #21 ...
02:59:57 [2022-08-22T02:59:57.346Z] 
02:59:57 [2022-08-22T02:59:57.346Z] #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
02:59:57 [2022-08-22T02:59:57.346Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
02:59:57 [2022-08-22T02:59:57.346Z] #77 130.2 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
02:59:57 [2022-08-22T02:59:57.602Z] #77 130.2 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
02:59:57 [2022-08-22T02:59:57.859Z] #77 130.5 checking for gcc... gcc
02:59:57 [2022-08-22T02:59:57.970Z] #23 ...
02:59:57 [2022-08-22T02:59:57.970Z] 
02:59:57 [2022-08-22T02:59:57.970Z] #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
02:59:57 [2022-08-22T02:59:57.970Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 make  install-recursive
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.2 make[3]: Entering directory '/tmp/crun-build/libocispec'
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.3 Making install in yajl
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.3 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.4   CC       src/libyajl_la-yajl_alloc.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.4   CC       src/libyajl_la-yajl.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.4   CC       verify/json_verify-json_verify.o
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.4   CC       src/libyajl_la-yajl_gen.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.4   CC       src/libyajl_la-yajl_parser.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.5   CC       src/libyajl_la-yajl_buf.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.5   CC       src/libyajl_la-yajl_encode.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.5   CC       src/libyajl_la-yajl_lex.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 126.6   CC       src/libyajl_la-yajl_tree.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 132.3   CCLD     libyajl.la
02:59:57 [2022-08-22T02:59:57.970Z] #77 132.8   CCLD     verify/json_verify
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.2 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.2 make[5]: Nothing to be done for 'install-exec-am'.
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.2 make[5]: Nothing to be done for 'install-data-am'.
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.2 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.2 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.3 make[4]: Entering directory '/tmp/crun-build/libocispec'
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.4   CC       src/validate.o
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.4   CC       src/image_spec_schema_config_schema.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.4   CC       src/image_spec_schema_content_descriptor.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.4   CC       src/image_spec_schema_defs.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.4   CC       src/image_spec_schema_defs_descriptor.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.4   CC       src/image_spec_schema_image_index_schema.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.5   CC       src/image_spec_schema_image_layout_schema.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.5   CC       src/image_spec_schema_image_manifest_schema.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.7   CC       src/runtime_spec_schema_config_linux.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.8   CC       src/runtime_spec_schema_config_zos.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.8   CC       src/runtime_spec_schema_config_schema.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.8   CC       src/runtime_spec_schema_config_solaris.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.9   CC       src/runtime_spec_schema_config_vm.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 133.9   CC       src/runtime_spec_schema_config_windows.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 134.0   CC       src/runtime_spec_schema_defs.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 134.1   CC       src/runtime_spec_schema_defs_linux.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 134.2   CC       src/runtime_spec_schema_defs_zos.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 134.2   CC       src/runtime_spec_schema_defs_vm.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 134.3   CC       src/runtime_spec_schema_defs_windows.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 134.4   CC       src/runtime_spec_schema_state_schema.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 134.7   CC       src/image_manifest_items_image_manifest_items_schema.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 134.9   CC       src/basic_test_double_array_item.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 134.9   CC       src/basic_test_double_array.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 134.9   CC       src/basic_test_top_array_int.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 135.0   CC       src/basic_test_top_array_string.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 135.2   CC       src/basic_test_top_double_array_int.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 135.3   CC       src/basic_test_top_double_array_obj.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 135.5   CC       src/basic_test_top_double_array_refobj.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 135.6   CC       src/basic_test_top_double_array_string.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 135.8   CC       src/read-file.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 135.9   CC       src/json_common.lo
02:59:57 [2022-08-22T02:59:57.970Z] #77 136.1   CC       tests/test-1.o
02:59:57 [2022-08-22T02:59:57.970Z] #77 136.2   CC       tests/test-2.o
02:59:57 [2022-08-22T02:59:57.970Z] #77 136.3   CC       tests/test-3.o
02:59:57 [2022-08-22T02:59:57.970Z] #77 136.5   CC       tests/test-4.o
02:59:58 [2022-08-22T02:59:58.117Z] #77 130.6 checking whether the C compiler works... yes
02:59:58 [2022-08-22T02:59:58.117Z] #77 130.8 checking for C compiler default output file name... a.out
02:59:58 [2022-08-22T02:59:58.226Z] #77 136.6   CC       tests/test-5.o
02:59:58 [2022-08-22T02:59:58.374Z] #77 130.8 checking for suffix of executables... 
02:59:58 [2022-08-22T02:59:58.374Z] #77 131.0 checking whether we are cross compiling... no
02:59:58 [2022-08-22T02:59:58.481Z] #77 136.9   CC       tests/test-6.o
02:59:58 [2022-08-22T02:59:58.631Z] #77 131.1 checking for suffix of object files... o
02:59:58 [2022-08-22T02:59:58.631Z] #77 131.2 checking whether we are using the GNU C compiler... yes
02:59:58 [2022-08-22T02:59:58.631Z] #77 131.3 checking whether gcc accepts -g... yes
02:59:58 [2022-08-22T02:59:58.737Z] #77 137.2   CC       tests/test-7.o
02:59:58 [2022-08-22T02:59:58.737Z] #77 137.3   CC       tests/test-8.o
02:59:58 [2022-08-22T02:59:58.741Z] #84 222.9 libtool: link: ar cr libocispec.a 
02:59:58 [2022-08-22T02:59:58.741Z] #84 223.0 libtool: link: ranlib libocispec.a
02:59:58 [2022-08-22T02:59:58.887Z] #77 131.4 checking for gcc option to accept ISO C89... none needed
02:59:58 [2022-08-22T02:59:58.992Z] #77 137.6   CC       tests/test-9.o
02:59:59 [2022-08-22T02:59:59.144Z] #77 131.6 checking whether gcc understands -c and -o together... yes
02:59:59 [2022-08-22T02:59:59.144Z] #77 131.8 checking for a BSD-compatible install... /usr/bin/install -c
02:59:59 [2022-08-22T02:59:59.144Z] #77 131.8 checking whether build environment is sane... yes
02:59:59 [2022-08-22T02:59:59.144Z] #77 131.8 checking for a thread-safe mkdir -p... /bin/mkdir -p
02:59:59 [2022-08-22T02:59:59.144Z] #77 131.8 checking for gawk... no
02:59:59 [2022-08-22T02:59:59.144Z] #77 131.8 checking for mawk... mawk
02:59:59 [2022-08-22T02:59:59.144Z] #77 131.8 checking whether make sets $(MAKE)... yes
02:59:59 [2022-08-22T02:59:59.144Z] #77 131.9 checking whether make supports the include directive... yes (GNU style)
02:59:59 [2022-08-22T02:59:59.144Z] #77 131.9 checking whether make supports nested variables... yes
02:59:59 [2022-08-22T02:59:59.144Z] #77 132.0 checking whether UID '0' is supported by ustar format... yes
02:59:59 [2022-08-22T02:59:59.144Z] #77 132.0 checking whether GID '0' is supported by ustar format... yes
02:59:59 [2022-08-22T02:59:59.144Z] #77 132.0 checking how to create a ustar tar archive... gnutar
02:59:59 [2022-08-22T02:59:59.401Z] #77 132.0 checking dependency style of gcc... gcc3
02:59:59 [2022-08-22T02:59:59.563Z] #77 137.9   CC       tests/test-10.o
02:59:59 [2022-08-22T02:59:59.563Z] #77 137.9   CC       tests/test-11.o
02:59:59 [2022-08-22T02:59:59.657Z] #77 132.1 checking whether to enable maintainer-specific portions of Makefiles... yes
02:59:59 [2022-08-22T02:59:59.657Z] #77 132.2 checking whether make supports nested variables... (cached) yes
02:59:59 [2022-08-22T02:59:59.657Z] #77 132.2 checking build system type... x86_64-pc-linux-gnu
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.4 checking host system type... x86_64-pc-linux-gnu
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.4 checking how to print strings... printf
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.4 checking for a sed that does not truncate output... /bin/sed
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.5 checking for grep that handles long lines and -e... /bin/grep
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.5 checking for egrep... /bin/grep -E
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.5 checking for fgrep... /bin/grep -F
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.5 checking for ld used by gcc... /usr/bin/ld
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.5 checking if the linker (/usr/bin/ld) is GNU ld... yes
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.6 checking the name lister (/usr/bin/nm -B) interface... BSD nm
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.6 checking whether ln -s works... yes
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.7 checking the maximum length of command line arguments... 1572864
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.7 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.7 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.7 checking for /usr/bin/ld option to reload object files... -r
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.7 checking for objdump... objdump
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.7 checking how to recognize dependent libraries... pass_all
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.7 checking for dlltool... no
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.7 checking how to associate runtime and link libraries... printf %s\n
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.7 checking for ar... ar
02:59:59 [2022-08-22T02:59:59.914Z] #77 132.7 checking for archiver @FILE support... @
03:00:00 [2022-08-22T03:00:00.171Z] #77 132.8 checking for strip... strip
03:00:00 [2022-08-22T03:00:00.171Z] #77 132.8 checking for ranlib... ranlib
03:00:00 [2022-08-22T03:00:00.630Z] #14 ...
03:00:00 [2022-08-22T03:00:00.630Z] 
03:00:00 [2022-08-22T03:00:00.630Z] #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
03:00:00 [2022-08-22T03:00:00.630Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:00 [2022-08-22T03:00:00.630Z] #77 109.7 configure.ac:7: installing 'build-aux/compile'
03:00:00 [2022-08-22T03:00:00.630Z] #77 109.7 configure.ac:9: installing 'build-aux/config.guess'
03:00:00 [2022-08-22T03:00:00.630Z] #77 109.7 configure.ac:9: installing 'build-aux/config.sub'
03:00:00 [2022-08-22T03:00:00.630Z] #77 109.7 configure.ac:11: installing 'build-aux/install-sh'
03:00:00 [2022-08-22T03:00:00.630Z] #77 109.8 configure.ac:11: installing 'build-aux/missing'
03:00:00 [2022-08-22T03:00:00.630Z] #77 110.3 Makefile.am: installing 'build-aux/depcomp'
03:00:00 [2022-08-22T03:00:00.630Z] #77 110.5 parallel-tests: installing 'build-aux/test-driver'
03:00:00 [2022-08-22T03:00:00.643Z] #84 225.0 make[5]: Entering directory '/tmp/crun-build/libocispec'
03:00:00 [2022-08-22T03:00:00.734Z] #77 132.8 checking command to parse /usr/bin/nm -B output from gcc object... ok
03:00:00 [2022-08-22T03:00:00.734Z] #77 133.2 checking for sysroot... no
03:00:00 [2022-08-22T03:00:00.734Z] #77 133.2 checking for a working dd... /bin/dd
03:00:00 [2022-08-22T03:00:00.734Z] #77 133.2 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
03:00:00 [2022-08-22T03:00:00.734Z] #77 133.4 checking for mt... no
03:00:00 [2022-08-22T03:00:00.734Z] #77 133.4 checking if : is a manifest tool... no
03:00:00 [2022-08-22T03:00:00.901Z] #84 225.1 make[5]: Nothing to be done for 'install-exec-am'.
03:00:00 [2022-08-22T03:00:00.901Z] #84 225.1 make[5]: Nothing to be done for 'install-data-am'.
03:00:00 [2022-08-22T03:00:00.901Z] #84 225.1 make[5]: Leaving directory '/tmp/crun-build/libocispec'
03:00:00 [2022-08-22T03:00:00.901Z] #84 225.1 make[4]: Leaving directory '/tmp/crun-build/libocispec'
03:00:00 [2022-08-22T03:00:00.901Z] #84 225.1 make[3]: Leaving directory '/tmp/crun-build/libocispec'
03:00:00 [2022-08-22T03:00:00.901Z] #84 225.1 make[2]: Leaving directory '/tmp/crun-build/libocispec'
03:00:00 [2022-08-22T03:00:00.901Z] #84 225.1 make[2]: Entering directory '/tmp/crun-build'
03:00:00 [2022-08-22T03:00:00.901Z] #84 225.3   CC       src/libcrun/libcrun_testing_a-utils.o
03:00:00 [2022-08-22T03:00:00.901Z] #84 225.3   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
03:00:00 [2022-08-22T03:00:00.901Z] #84 225.3   CC       src/libcrun/libcrun_testing_a-container.o
03:00:00 [2022-08-22T03:00:00.901Z] #84 225.3   CC       src/libcrun/libcrun_testing_a-cgroup.o
03:00:00 [2022-08-22T03:00:00.992Z] #77 133.4 checking how to run the C preprocessor... gcc -E
03:00:01 [2022-08-22T03:00:01.160Z] #84 225.3   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
03:00:01 [2022-08-22T03:00:01.160Z] #84 225.3   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
03:00:01 [2022-08-22T03:00:01.160Z] #84 225.3   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
03:00:01 [2022-08-22T03:00:01.160Z] #84 225.4   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
03:00:01 [2022-08-22T03:00:01.160Z] #84 225.4   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
03:00:01 [2022-08-22T03:00:01.160Z] #84 225.4   CC       src/libcrun/libcrun_testing_a-criu.o
03:00:01 [2022-08-22T03:00:01.160Z] #84 225.5   CC       src/libcrun/libcrun_testing_a-linux.o
03:00:01 [2022-08-22T03:00:01.419Z] #84 225.6   CC       src/libcrun/libcrun_testing_a-custom-handler.o
03:00:01 [2022-08-22T03:00:01.419Z] #84 225.6   CC       src/libcrun/libcrun_testing_a-seccomp.o
03:00:01 [2022-08-22T03:00:01.419Z] #84 225.6   CC       src/libcrun/libcrun_testing_a-error.o
03:00:01 [2022-08-22T03:00:01.419Z] #84 225.7   CC       src/libcrun/libcrun_testing_a-ebpf.o
03:00:01 [2022-08-22T03:00:01.419Z] #84 225.7   CC       src/libcrun/libcrun_testing_a-status.o
03:00:01 [2022-08-22T03:00:01.419Z] #84 225.7   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
03:00:01 [2022-08-22T03:00:01.419Z] #84 225.8   CC       src/libcrun/libcrun_testing_a-terminal.o
03:00:01 [2022-08-22T03:00:01.555Z] #77 133.6 checking for ANSI C header files... yes
03:00:01 [2022-08-22T03:00:01.555Z] #77 134.2 checking for sys/types.h... yes
03:00:01 [2022-08-22T03:00:01.678Z] #84 225.8   CC       src/libcrun/libcrun_testing_a-signals.o
03:00:01 [2022-08-22T03:00:01.678Z] #84 225.8   CC       src/libcrun/libcrun_testing_a-mount_flags.o
03:00:01 [2022-08-22T03:00:01.678Z] #84 226.0   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
03:00:01 [2022-08-22T03:00:01.678Z] #84 226.0   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
03:00:01 [2022-08-22T03:00:01.678Z] #84 226.0   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
03:00:01 [2022-08-22T03:00:01.813Z] #77 134.3 checking for sys/stat.h... yes
03:00:01 [2022-08-22T03:00:01.813Z] #77 134.4 checking for stdlib.h... yes
03:00:01 [2022-08-22T03:00:01.937Z] #84 226.1   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
03:00:01 [2022-08-22T03:00:01.937Z] #84 226.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
03:00:01 [2022-08-22T03:00:01.937Z] #84 226.1   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
03:00:01 [2022-08-22T03:00:01.937Z] #84 226.2   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
03:00:02 [2022-08-22T03:00:02.070Z] #77 134.6 checking for string.h... yes
03:00:02 [2022-08-22T03:00:02.070Z] #77 134.8 checking for memory.h... yes
03:00:02 [2022-08-22T03:00:02.078Z] #77 ...
03:00:02 [2022-08-22T03:00:02.078Z] 
03:00:02 [2022-08-22T03:00:02.078Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
03:00:02 [2022-08-22T03:00:02.078Z] #23 sha256:97067901ce00e071930f71b8180d485c541aa51cd5f3bd89e0e498bfcddc4fb6
03:00:02 [2022-08-22T03:00:02.078Z] #23 9.298 Collecting yamllint==1.26.1
03:00:02 [2022-08-22T03:00:02.326Z] #77 134.9 checking for strings.h... yes
03:00:02 [2022-08-22T03:00:02.504Z] #84 226.5   CC       src/crun-crun.o
03:00:02 [2022-08-22T03:00:02.504Z] #84 226.6   CC       src/crun-run.o
03:00:02 [2022-08-22T03:00:02.504Z] #84 226.6   CC       src/crun-delete.o
03:00:02 [2022-08-22T03:00:02.504Z] #84 226.6   CC       src/crun-kill.o
03:00:02 [2022-08-22T03:00:02.504Z] #84 226.6   CC       src/crun-unpause.o
03:00:02 [2022-08-22T03:00:02.505Z] #84 226.7   CC       src/crun-pause.o
03:00:02 [2022-08-22T03:00:02.505Z] #84 226.8   CC       src/crun-exec.o
03:00:02 [2022-08-22T03:00:02.505Z] #84 226.8   CC       src/crun-spec.o
03:00:02 [2022-08-22T03:00:02.505Z] #84 226.9   CC       src/crun-create.o
03:00:02 [2022-08-22T03:00:02.583Z] #77 135.1 checking for inttypes.h... yes
03:00:02 [2022-08-22T03:00:02.763Z] #84 226.9   CC       src/crun-start.o
03:00:02 [2022-08-22T03:00:02.764Z] #84 227.0   CC       src/crun-list.o
03:00:02 [2022-08-22T03:00:02.764Z] #84 227.2   CC       src/crun-state.o
03:00:02 [2022-08-22T03:00:02.840Z] #77 135.2 checking for stdint.h... yes
03:00:02 [2022-08-22T03:00:02.840Z] #77 135.4 checking for unistd.h... yes
03:00:03 [2022-08-22T03:00:03.005Z] #23 10.35   Downloading yamllint-1.26.1.tar.gz (126 kB)
03:00:03 [2022-08-22T03:00:03.097Z] #77 135.6 checking for dlfcn.h... yes
03:00:03 [2022-08-22T03:00:03.097Z] #77 135.7 checking for objdir... .libs
03:00:03 [2022-08-22T03:00:03.331Z] #84 227.4   CC       src/crun-update.o
03:00:03 [2022-08-22T03:00:03.331Z] #84 227.5   CC       src/crun-ps.o
03:00:03 [2022-08-22T03:00:03.331Z] #84 227.5   CC       src/crun-checkpoint.o
03:00:03 [2022-08-22T03:00:03.331Z] #84 227.6   CC       src/crun-restore.o
03:00:03 [2022-08-22T03:00:03.506Z] #77 113.7 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
03:00:03 [2022-08-22T03:00:03.506Z] #77 113.7 libtoolize: copying file 'build-aux/ltmain.sh'
03:00:03 [2022-08-22T03:00:03.589Z] #84 227.8   CC       src/libcrun/libcrun_la-utils.lo
03:00:03 [2022-08-22T03:00:03.589Z] #84 227.8   CC       src/libcrun/libcrun_la-cloned_binary.lo
03:00:03 [2022-08-22T03:00:03.589Z] #84 ...
03:00:03 [2022-08-22T03:00:03.589Z] 
03:00:03 [2022-08-22T03:00:03.589Z] #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
03:00:03 [2022-08-22T03:00:03.589Z] #54 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
03:00:03 [2022-08-22T03:00:03.609Z] #77 136.0 checking if gcc supports -fno-rtti -fno-exceptions... no
03:00:03 [2022-08-22T03:00:03.609Z] #77 136.2 checking for gcc option to produce PIC... -fPIC -DPIC
03:00:03 [2022-08-22T03:00:03.609Z] #77 136.2 checking if gcc PIC flag -fPIC -DPIC works... yes
03:00:03 [2022-08-22T03:00:03.768Z] #77 114.0 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
03:00:03 [2022-08-22T03:00:03.768Z] #77 114.0 libtoolize: copying file 'm4/libtool.m4'
03:00:03 [2022-08-22T03:00:03.768Z] #77 114.0 libtoolize: copying file 'm4/ltoptions.m4'
03:00:03 [2022-08-22T03:00:03.768Z] #77 114.0 libtoolize: copying file 'm4/ltsugar.m4'
03:00:03 [2022-08-22T03:00:03.768Z] #77 114.1 libtoolize: copying file 'm4/ltversion.m4'
03:00:03 [2022-08-22T03:00:03.768Z] #77 114.1 libtoolize: copying file 'm4/lt~obsolete.m4'
03:00:03 [2022-08-22T03:00:03.848Z] #54 284.2 + dpkg --print-architecture
03:00:03 [2022-08-22T03:00:03.848Z] #54 284.2 + git checkout -q v2.1.0
03:00:03 [2022-08-22T03:00:03.848Z] #54 284.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
03:00:03 [2022-08-22T03:00:03.848Z] #54 284.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
03:00:03 [2022-08-22T03:00:03.866Z] #77 136.3 checking if gcc static flag -static works... yes
03:00:04 [2022-08-22T03:00:04.122Z] #77 136.6 checking if gcc supports -c -o file.o... yes
03:00:04 [2022-08-22T03:00:04.122Z] #77 136.8 checking if gcc supports -c -o file.o... (cached) yes
03:00:04 [2022-08-22T03:00:04.122Z] #77 136.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
03:00:04 [2022-08-22T03:00:04.374Z] #23 11.58 Collecting pathspec>=0.5.3
03:00:04 [2022-08-22T03:00:04.374Z] #23 11.59   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
03:00:04 [2022-08-22T03:00:04.431Z] #77 136.8 checking dynamic linker characteristics... GNU/Linux ld.so
03:00:04 [2022-08-22T03:00:04.431Z] #77 137.1 checking how to hardcode library paths into programs... immediate
03:00:04 [2022-08-22T03:00:04.431Z] #77 137.1 checking whether stripping libraries is possible... yes
03:00:04 [2022-08-22T03:00:04.431Z] #77 137.1 checking if libtool supports shared libraries... yes
03:00:04 [2022-08-22T03:00:04.431Z] #77 137.1 checking whether to build shared libraries... no
03:00:04 [2022-08-22T03:00:04.431Z] #77 137.1 checking whether to build static libraries... yes
03:00:04 [2022-08-22T03:00:04.631Z] #23 11.93 Collecting pyyaml
03:00:04 [2022-08-22T03:00:04.631Z] #23 11.94   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
03:00:04 [2022-08-22T03:00:04.631Z] #23 11.99 Building wheels for collected packages: yamllint
03:00:04 [2022-08-22T03:00:04.631Z] #23 12.01   Building wheel for yamllint (setup.py): started
03:00:04 [2022-08-22T03:00:04.706Z] #77 137.1 checking float.h usability... yes
03:00:04 [2022-08-22T03:00:04.706Z] #77 137.3 checking float.h presence... yes
03:00:04 [2022-08-22T03:00:04.706Z] #77 137.4 checking for float.h... yes
03:00:04 [2022-08-22T03:00:04.967Z] #77 137.4 checking limits.h usability... yes
03:00:04 [2022-08-22T03:00:04.967Z] #77 137.5 checking limits.h presence... yes
03:00:04 [2022-08-22T03:00:04.967Z] #77 137.5 checking for limits.h... yes
03:00:04 [2022-08-22T03:00:04.967Z] #77 137.5 checking stddef.h usability... yes
03:00:04 [2022-08-22T03:00:04.967Z] #77 137.7 checking stddef.h presence... yes
03:00:04 [2022-08-22T03:00:04.967Z] #77 137.7 checking for stddef.h... yes
03:00:05 [2022-08-22T03:00:05.119Z] #14 ...
03:00:05 [2022-08-22T03:00:05.119Z] 
03:00:05 [2022-08-22T03:00:05.119Z] #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
03:00:05 [2022-08-22T03:00:05.119Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:05 [2022-08-22T03:00:05.119Z] #77 108.7 configure.ac:7: installing 'build-aux/compile'
03:00:05 [2022-08-22T03:00:05.119Z] #77 108.7 configure.ac:9: installing 'build-aux/config.guess'
03:00:05 [2022-08-22T03:00:05.119Z] #77 108.8 configure.ac:9: installing 'build-aux/config.sub'
03:00:05 [2022-08-22T03:00:05.119Z] #77 108.8 configure.ac:11: installing 'build-aux/install-sh'
03:00:05 [2022-08-22T03:00:05.119Z] #77 108.8 configure.ac:11: installing 'build-aux/missing'
03:00:05 [2022-08-22T03:00:05.119Z] #77 109.3 Makefile.am: installing 'build-aux/depcomp'
03:00:05 [2022-08-22T03:00:05.119Z] #77 109.5 parallel-tests: installing 'build-aux/test-driver'
03:00:05 [2022-08-22T03:00:05.226Z] #77 137.8 checking for stdlib.h... (cached) yes
03:00:05 [2022-08-22T03:00:05.226Z] #77 137.8 checking for string.h... (cached) yes
03:00:05 [2022-08-22T03:00:05.226Z] #77 137.8 checking sys/time.h usability... yes
03:00:05 [2022-08-22T03:00:05.483Z] #77 138.0 checking sys/time.h presence... yes
03:00:05 [2022-08-22T03:00:05.483Z] #77 138.1 checking for sys/time.h... yes
03:00:05 [2022-08-22T03:00:05.483Z] #77 138.1 checking for inline... inline
03:00:05 [2022-08-22T03:00:05.559Z] #23 13.04   Building wheel for yamllint (setup.py): finished with status 'done'
03:00:05 [2022-08-22T03:00:05.749Z] #77 138.2 checking for size_t... yes
03:00:05 [2022-08-22T03:00:05.749Z] #77 138.5 checking for stdlib.h... (cached) yes
03:00:05 [2022-08-22T03:00:05.815Z] #23 13.04   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=c834414b57dc14502c71f5563264cd62d0c5a3547be8a365a4f818e9a7305e0b
03:00:05 [2022-08-22T03:00:05.815Z] #23 13.04   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
03:00:05 [2022-08-22T03:00:05.815Z] #23 13.04 Successfully built yamllint
03:00:05 [2022-08-22T03:00:05.815Z] #23 13.09 Installing collected packages: pyyaml, pathspec, yamllint
03:00:06 [2022-08-22T03:00:06.071Z] #23 13.48 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
03:00:06 [2022-08-22T03:00:06.311Z] #77 138.5 checking for GNU libc compatible malloc... yes
03:00:06 [2022-08-22T03:00:06.311Z] #77 138.8 checking for stdlib.h... (cached) yes
03:00:06 [2022-08-22T03:00:06.311Z] #77 138.8 checking for GNU libc compatible realloc... yes
03:00:06 [2022-08-22T03:00:06.567Z] #77 139.0 checking for working strtod... yes
03:00:06 [2022-08-22T03:00:06.836Z] #77 139.3 checking for gettimeofday... yes
03:00:06 [2022-08-22T03:00:06.998Z] #23 DONE 14.2s
03:00:06 [2022-08-22T03:00:06.998Z] 
03:00:06 [2022-08-22T03:00:06.998Z] #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
03:00:06 [2022-08-22T03:00:06.998Z] #64 sha256:6a5874ca715bd99efdb538bae2b9fc7b8788b03c941cb97fa996da00e95da226
03:00:07 [2022-08-22T03:00:07.093Z] #77 139.5 checking for memset... yes
03:00:07 [2022-08-22T03:00:07.351Z] #77 139.7 checking for strspn... yes
03:00:07 [2022-08-22T03:00:07.609Z] #77 140.1 checking that generated files are newer than configure... done
03:00:07 [2022-08-22T03:00:07.609Z] #77 140.1 configure: creating ./config.status
03:00:07 [2022-08-22T03:00:07.609Z] #77 ...
03:00:07 [2022-08-22T03:00:07.609Z] 
03:00:07 [2022-08-22T03:00:07.609Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:00:07 [2022-08-22T03:00:07.609Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:00:07 [2022-08-22T03:00:07.609Z] #21 25.83 Selecting previously unselected package iproute2.
03:00:07 [2022-08-22T03:00:07.609Z] #21 25.83 Preparing to unpack .../13-iproute2_5.10.0-4_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 25.84 Unpacking iproute2 (5.10.0-4) ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 26.33 Selecting previously unselected package xxd.
03:00:07 [2022-08-22T03:00:07.609Z] #21 26.33 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 26.35 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 26.47 Selecting previously unselected package vim-common.
03:00:07 [2022-08-22T03:00:07.609Z] #21 26.48 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 26.49 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 26.68 Selecting previously unselected package bash-completion.
03:00:07 [2022-08-22T03:00:07.609Z] #21 26.70 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 28.64 Unpacking bash-completion (1:2.11-2) ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 29.16 Selecting previously unselected package bzip2.
03:00:07 [2022-08-22T03:00:07.609Z] #21 29.16 Preparing to unpack .../17-bzip2_1.0.8-4_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 29.17 Unpacking bzip2 (1.0.8-4) ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 29.26 Selecting previously unselected package xz-utils.
03:00:07 [2022-08-22T03:00:07.609Z] #21 29.28 Preparing to unpack .../18-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 29.28 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 29.46 Selecting previously unselected package apparmor.
03:00:07 [2022-08-22T03:00:07.609Z] #21 29.46 Preparing to unpack .../19-apparmor_2.13.6-10_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 29.52 Unpacking apparmor (2.13.6-10) ...
03:00:07 [2022-08-22T03:00:07.609Z] #21 29.92 Selecting previously unselected package inetutils-ping.
03:00:07 [2022-08-22T03:00:07.609Z] #21 29.93 Preparing to unpack .../20-inetutils-ping_2%3a2.0-1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 29.93 Unpacking inetutils-ping (2:2.0-1) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.09 Selecting previously unselected package libip6tc2:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.09 Preparing to unpack .../21-libip6tc2_1.8.7-1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.10 Unpacking libip6tc2:amd64 (1.8.7-1) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.17 Selecting previously unselected package libnfnetlink0:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.17 Preparing to unpack .../22-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.17 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.24 Selecting previously unselected package libnetfilter-conntrack3:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.24 Preparing to unpack .../23-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.24 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.35 Selecting previously unselected package libnftnl11:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.36 Preparing to unpack .../24-libnftnl11_1.1.9-1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.36 Unpacking libnftnl11:amd64 (1.1.9-1) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.47 Selecting previously unselected package iptables.
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.47 Preparing to unpack .../25-iptables_1.8.7-1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.49 Unpacking iptables (1.8.7-1) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.79 Selecting previously unselected package libonig5:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.83 Preparing to unpack .../26-libonig5_6.9.6-1.1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 30.83 Unpacking libonig5:amd64 (6.9.6-1.1) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.00 Selecting previously unselected package libjq1:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.01 Preparing to unpack .../27-libjq1_1.6-2.1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.01 Unpacking libjq1:amd64 (1.6-2.1) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.12 Selecting previously unselected package jq.
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.13 Preparing to unpack .../28-jq_1.6-2.1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.14 Unpacking jq (1.6-2.1) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.23 Selecting previously unselected package libaio1:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.24 Preparing to unpack .../29-libaio1_0.3.112-9_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.25 Unpacking libaio1:amd64 (0.3.112-9) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.32 Selecting previously unselected package libgpm2:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.33 Preparing to unpack .../30-libgpm2_1.20.7-8_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.34 Unpacking libgpm2:amd64 (1.20.7-8) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.39 Selecting previously unselected package libicu67:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.40 Preparing to unpack .../31-libicu67_67.1-7_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 31.40 Unpacking libicu67:amd64 (67.1-7) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.13 Selecting previously unselected package libinih1:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.13 Preparing to unpack .../32-libinih1_53-1+b2_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.13 Unpacking libinih1:amd64 (53-1+b2) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.18 Selecting previously unselected package libmicrohttpd12:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.19 Preparing to unpack .../33-libmicrohttpd12_0.9.72-2_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.20 Unpacking libmicrohttpd12:amd64 (0.9.72-2) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.31 Selecting previously unselected package libnet1:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.32 Preparing to unpack .../34-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.33 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.42 Selecting previously unselected package libnl-3-200:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.43 Preparing to unpack .../35-libnl-3-200_3.4.0-1+b1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.43 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.52 Selecting previously unselected package libprotobuf-c1:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.52 Preparing to unpack .../36-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.53 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.61 Selecting previously unselected package libyajl2:amd64.
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.61 Preparing to unpack .../37-libyajl2_2.1.0-3_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.62 Unpacking libyajl2:amd64 (2.1.0-3) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.67 Selecting previously unselected package net-tools.
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.67 Preparing to unpack .../38-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.68 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.84 Selecting previously unselected package patch.
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.85 Preparing to unpack .../39-patch_2.7.6-7_amd64.deb ...
03:00:07 [2022-08-22T03:00:07.610Z] #21 35.86 Unpacking patch (2.7.6-7) ...
03:00:07 [2022-08-22T03:00:07.866Z] #21 35.96 Selecting previously unselected package python-pip-whl.
03:00:07 [2022-08-22T03:00:07.866Z] #21 35.98 Preparing to unpack .../40-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
03:00:07 [2022-08-22T03:00:07.866Z] #21 35.98 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
03:00:08 [2022-08-22T03:00:08.429Z] #21 36.59 Selecting previously unselected package python3-lib2to3.
03:00:08 [2022-08-22T03:00:08.429Z] #21 36.60 Preparing to unpack .../41-python3-lib2to3_3.9.2-1_all.deb ...
03:00:08 [2022-08-22T03:00:08.429Z] #21 36.60 Unpacking python3-lib2to3 (3.9.2-1) ...
03:00:08 [2022-08-22T03:00:08.429Z] #21 36.72 Selecting previously unselected package python3-distutils.
03:00:08 [2022-08-22T03:00:08.429Z] #21 36.73 Preparing to unpack .../42-python3-distutils_3.9.2-1_all.deb ...
03:00:08 [2022-08-22T03:00:08.429Z] #21 36.73 Unpacking python3-distutils (3.9.2-1) ...
03:00:08 [2022-08-22T03:00:08.434Z] #77 114.4 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
03:00:08 [2022-08-22T03:00:08.434Z] #77 114.4 libtoolize: copying file 'build-aux/ltmain.sh'
03:00:08 [2022-08-22T03:00:08.685Z] #21 36.88 Selecting previously unselected package python3-pkg-resources.
03:00:08 [2022-08-22T03:00:08.685Z] #21 36.89 Preparing to unpack .../43-python3-pkg-resources_52.0.0-4_all.deb ...
03:00:08 [2022-08-22T03:00:08.685Z] #21 36.89 Unpacking python3-pkg-resources (52.0.0-4) ...
03:00:08 [2022-08-22T03:00:08.944Z] #21 37.05 Selecting previously unselected package python3-setuptools.
03:00:08 [2022-08-22T03:00:08.944Z] #21 37.06 Preparing to unpack .../44-python3-setuptools_52.0.0-4_all.deb ...
03:00:08 [2022-08-22T03:00:08.944Z] #21 37.07 Unpacking python3-setuptools (52.0.0-4) ...
03:00:08 [2022-08-22T03:00:08.944Z] #21 37.29 Selecting previously unselected package python3-wheel.
03:00:09 [2022-08-22T03:00:09.204Z] #21 37.29 Preparing to unpack .../45-python3-wheel_0.34.2-1_all.deb ...
03:00:09 [2022-08-22T03:00:09.204Z] #21 37.30 Unpacking python3-wheel (0.34.2-1) ...
03:00:09 [2022-08-22T03:00:09.204Z] #21 37.38 Selecting previously unselected package python3-pip.
03:00:09 [2022-08-22T03:00:09.204Z] #21 37.39 Preparing to unpack .../46-python3-pip_20.3.4-4+deb11u1_all.deb ...
03:00:09 [2022-08-22T03:00:09.204Z] #21 37.40 Unpacking python3-pip (20.3.4-4+deb11u1) ...
03:00:09 [2022-08-22T03:00:09.377Z] #77 115.7 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
03:00:09 [2022-08-22T03:00:09.377Z] #77 115.7 libtoolize: copying file 'm4/libtool.m4'
03:00:09 [2022-08-22T03:00:09.377Z] #77 115.8 libtoolize: copying file 'm4/ltoptions.m4'
03:00:09 [2022-08-22T03:00:09.377Z] #77 ...
03:00:09 [2022-08-22T03:00:09.377Z] 
03:00:09 [2022-08-22T03:00:09.377Z] #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
03:00:09 [2022-08-22T03:00:09.377Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
03:00:09 [2022-08-22T03:00:09.377Z] #14 191.6 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
03:00:09 [2022-08-22T03:00:09.377Z] #14 191.6 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
03:00:09 [2022-08-22T03:00:09.377Z] #14 191.6 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
03:00:09 [2022-08-22T03:00:09.460Z] #21 37.66 Selecting previously unselected package sudo.
03:00:09 [2022-08-22T03:00:09.460Z] #21 37.66 Preparing to unpack .../47-sudo_1.9.5p2-3_amd64.deb ...
03:00:09 [2022-08-22T03:00:09.460Z] #21 37.67 Unpacking sudo (1.9.5p2-3) ...
03:00:09 [2022-08-22T03:00:09.460Z] #21 ...
03:00:09 [2022-08-22T03:00:09.460Z] 
03:00:09 [2022-08-22T03:00:09.460Z] #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
03:00:09 [2022-08-22T03:00:09.460Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:09 [2022-08-22T03:00:09.460Z] #77 142.2 config.status: creating Makefile
03:00:09 [2022-08-22T03:00:09.717Z] #77 142.2 config.status: creating config.h
03:00:09 [2022-08-22T03:00:09.717Z] #77 142.3 config.status: executing depfiles commands
03:00:09 [2022-08-22T03:00:09.717Z] #77 142.5 config.status: executing libtool commands
03:00:10 [2022-08-22T03:00:10.411Z] #54 ...
03:00:10 [2022-08-22T03:00:10.411Z] 
03:00:10 [2022-08-22T03:00:10.411Z] #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
03:00:10 [2022-08-22T03:00:10.411Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
03:00:10 [2022-08-22T03:00:10.411Z] #19 274.7 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
03:00:10 [2022-08-22T03:00:10.411Z] #19 274.7 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
03:00:10 [2022-08-22T03:00:10.411Z] #19 274.7 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
03:00:10 [2022-08-22T03:00:10.411Z] #19 275.5 Selecting previously unselected package cpp-10-s390x-linux-gnu.
03:00:10 [2022-08-22T03:00:10.411Z] #19 275.5 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
03:00:10 [2022-08-22T03:00:10.411Z] #19 275.5 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
03:00:10 [2022-08-22T03:00:10.646Z] #77 143.4   GEN      .version
03:00:10 [2022-08-22T03:00:10.646Z] #77 143.4 make  install-recursive
03:00:10 [2022-08-22T03:00:10.903Z] #77 143.4 make[1]: Entering directory '/tmp/crun-build'
03:00:10 [2022-08-22T03:00:10.903Z] #77 143.5 Making install in libocispec
03:00:10 [2022-08-22T03:00:10.903Z] #77 143.6 make[2]: Entering directory '/tmp/crun-build/libocispec'
03:00:10 [2022-08-22T03:00:10.903Z] #77 143.6 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
03:00:10 [2022-08-22T03:00:10.903Z] #77 143.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
03:00:11 [2022-08-22T03:00:11.160Z] #77 143.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
03:00:11 [2022-08-22T03:00:11.160Z] #77 143.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
03:00:11 [2022-08-22T03:00:11.723Z] #77 144.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
03:00:11 [2022-08-22T03:00:11.723Z] #77 144.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
03:00:11 [2022-08-22T03:00:11.723Z] #77 144.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
03:00:11 [2022-08-22T03:00:11.723Z] #77 144.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
03:00:11 [2022-08-22T03:00:11.723Z] #77 144.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
03:00:11 [2022-08-22T03:00:11.723Z] #77 144.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
03:00:11 [2022-08-22T03:00:11.723Z] #77 144.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
03:00:11 [2022-08-22T03:00:11.723Z] #77 144.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
03:00:11 [2022-08-22T03:00:11.723Z] #77 144.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
03:00:11 [2022-08-22T03:00:11.981Z] #77 144.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
03:00:11 [2022-08-22T03:00:11.981Z] #77 144.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
03:00:11 [2022-08-22T03:00:11.981Z] #77 144.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
03:00:11 [2022-08-22T03:00:11.981Z] #77 144.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
03:00:11 [2022-08-22T03:00:11.981Z] #77 144.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
03:00:11 [2022-08-22T03:00:11.981Z] #77 144.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
03:00:11 [2022-08-22T03:00:11.981Z] #77 144.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 make  install-recursive
03:00:13 [2022-08-22T03:00:13.351Z] #77 145.9 make[3]: Entering directory '/tmp/crun-build/libocispec'
03:00:13 [2022-08-22T03:00:13.351Z] #77 146.0 Making install in yajl
03:00:13 [2022-08-22T03:00:13.351Z] #77 146.0 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
03:00:13 [2022-08-22T03:00:13.351Z] #77 146.0   CC       verify/json_verify-json_verify.o
03:00:13 [2022-08-22T03:00:13.351Z] #77 146.1   CC       src/libyajl_la-yajl_alloc.lo
03:00:13 [2022-08-22T03:00:13.351Z] #77 146.1   CC       src/libyajl_la-yajl.lo
03:00:13 [2022-08-22T03:00:13.351Z] #77 146.1   CC       src/libyajl_la-yajl_gen.lo
03:00:13 [2022-08-22T03:00:13.351Z] #77 146.1   CC       src/libyajl_la-yajl_parser.lo
03:00:13 [2022-08-22T03:00:13.607Z] #77 146.1   CC       src/libyajl_la-yajl_buf.lo
03:00:13 [2022-08-22T03:00:13.607Z] #77 146.1   CC       src/libyajl_la-yajl_encode.lo
03:00:13 [2022-08-22T03:00:13.607Z] #77 146.2   CC       src/libyajl_la-yajl_lex.lo
03:00:13 [2022-08-22T03:00:13.607Z] #77 146.2   CC       src/libyajl_la-yajl_tree.lo
03:00:13 [2022-08-22T03:00:13.702Z] #19 ...
03:00:13 [2022-08-22T03:00:13.702Z] 
03:00:13 [2022-08-22T03:00:13.702Z] #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
03:00:13 [2022-08-22T03:00:13.702Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:13 [2022-08-22T03:00:13.702Z] #84 227.9   CC       src/libcrun/libcrun_la-container.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 228.1   CC       src/libcrun/libcrun_la-cgroup.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 228.2   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 228.3   CC       src/libcrun/libcrun_la-cgroup-resources.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 228.4   CC       src/libcrun/libcrun_la-cgroup-setup.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 228.4   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 228.4   CC       src/libcrun/libcrun_la-cgroup-utils.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 228.5   CC       src/libcrun/libcrun_la-custom-handler.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 228.8   CC       src/libcrun/libcrun_la-linux.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 228.8   CC       src/libcrun/libcrun_la-criu.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 229.0   CC       src/libcrun/libcrun_la-seccomp.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 229.2   CC       src/libcrun/libcrun_la-ebpf.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 229.3   CC       src/libcrun/libcrun_la-error.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 229.6   CC       src/libcrun/libcrun_la-status.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 229.6   CC       src/libcrun/libcrun_la-terminal.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 229.9   CC       src/libcrun/libcrun_la-signals.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 230.0   CC       src/libcrun/libcrun_la-chroot_realpath.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 230.1   CC       src/libcrun/libcrun_la-mount_flags.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 230.2   CC       src/libcrun/libcrun_la-seccomp_notify.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 230.4   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 230.6   CC       src/libcrun/handlers/libcrun_la-krun.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 230.6   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 230.7   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
03:00:13 [2022-08-22T03:00:13.702Z] #84 230.8   CC       tests/init.o
03:00:13 [2022-08-22T03:00:13.702Z] #84 231.1   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
03:00:16 [2022-08-22T03:00:16.878Z] #77 ...
03:00:16 [2022-08-22T03:00:16.878Z] 
03:00:16 [2022-08-22T03:00:16.878Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:00:16 [2022-08-22T03:00:16.878Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.27 Selecting previously unselected package systemd-journal-remote.
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.27 Preparing to unpack .../48-systemd-journal-remote_247.3-7_amd64.deb ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.28 Unpacking systemd-journal-remote (247.3-7) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.40 Selecting previously unselected package thin-provisioning-tools.
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.40 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-1_amd64.deb ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.41 Unpacking thin-provisioning-tools (0.9.0-1) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.60 Selecting previously unselected package uidmap.
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.62 Preparing to unpack .../50-uidmap_1%3a4.8.1-1_amd64.deb ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.62 Unpacking uidmap (1:4.8.1-1) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.81 Selecting previously unselected package vim-runtime.
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.82 Preparing to unpack .../51-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.86 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.90 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
03:00:16 [2022-08-22T03:00:16.878Z] #21 38.90 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 42.23 Selecting previously unselected package vim.
03:00:16 [2022-08-22T03:00:16.878Z] #21 42.23 Preparing to unpack .../52-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 42.24 Unpacking vim (2:8.2.2434-3+deb11u1) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 43.17 Selecting previously unselected package xfsprogs.
03:00:16 [2022-08-22T03:00:16.878Z] #21 43.17 Preparing to unpack .../53-xfsprogs_5.10.0-4_amd64.deb ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 43.18 Unpacking xfsprogs (5.10.0-4) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 43.63 Selecting previously unselected package zip.
03:00:16 [2022-08-22T03:00:16.878Z] #21 43.65 Preparing to unpack .../54-zip_3.0-12_amd64.deb ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 43.65 Unpacking zip (3.0-12) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 43.77 Selecting previously unselected package zstd.
03:00:16 [2022-08-22T03:00:16.878Z] #21 43.77 Preparing to unpack .../55-zstd_1.4.8+dfsg-2.1_amd64.deb ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 43.78 Unpacking zstd (1.4.8+dfsg-2.1) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 44.17 Setting up python3-pkg-resources (52.0.0-4) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 45.03 Setting up libip4tc2:amd64 (1.8.7-1) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 45.05 Setting up net-tools (1.60+git20181103.0eebece-1) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 45.06 Setting up libgpm2:amd64 (1.20.7-8) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 45.07 Setting up libicu67:amd64 (67.1-7) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 45.09 Setting up libip6tc2:amd64 (1.8.7-1) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 45.11 Setting up libinih1:amd64 (53-1+b2) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 45.14 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 45.19 Setting up uidmap (1:4.8.1-1) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 45.21 Setting up libyajl2:amd64 (2.1.0-3) ...
03:00:16 [2022-08-22T03:00:16.878Z] #21 45.22 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
03:00:17 [2022-08-22T03:00:17.135Z] #21 45.26 Setting up bzip2 (1.0.8-4) ...
03:00:17 [2022-08-22T03:00:17.135Z] #21 45.27 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
03:00:17 [2022-08-22T03:00:17.135Z] #21 45.28 Setting up python3-wheel (0.34.2-1) ...
03:00:17 [2022-08-22T03:00:17.506Z] #14 ...
03:00:17 [2022-08-22T03:00:17.506Z] 
03:00:17 [2022-08-22T03:00:17.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
03:00:17 [2022-08-22T03:00:17.506Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:17 [2022-08-22T03:00:17.506Z] #77 115.9 libtoolize: copying file 'm4/ltsugar.m4'
03:00:17 [2022-08-22T03:00:17.506Z] #77 116.0 libtoolize: copying file 'm4/ltversion.m4'
03:00:17 [2022-08-22T03:00:17.506Z] #77 116.1 libtoolize: copying file 'm4/lt~obsolete.m4'
03:00:17 [2022-08-22T03:00:17.697Z] #21 45.99 Setting up libmicrohttpd12:amd64 (0.9.72-2) ...
03:00:17 [2022-08-22T03:00:17.697Z] #21 46.01 Setting up xxd (2:8.2.2434-3+deb11u1) ...
03:00:17 [2022-08-22T03:00:17.697Z] #21 46.02 Setting up libcap2:amd64 (1:2.44-1) ...
03:00:17 [2022-08-22T03:00:17.697Z] #21 46.03 Setting up libcap2-bin (1:2.44-1) ...
03:00:17 [2022-08-22T03:00:17.697Z] #21 46.04 Setting up apparmor (2.13.6-10) ...
03:00:18 [2022-08-22T03:00:18.623Z] #77 ...
03:00:18 [2022-08-22T03:00:18.623Z] 
03:00:18 [2022-08-22T03:00:18.623Z] #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
03:00:18 [2022-08-22T03:00:18.623Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
03:00:18 [2022-08-22T03:00:18.623Z] #14 196.9 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
03:00:18 [2022-08-22T03:00:18.623Z] #14 197.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
03:00:18 [2022-08-22T03:00:18.623Z] #14 197.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
03:00:18 [2022-08-22T03:00:18.633Z] #21 ...
03:00:18 [2022-08-22T03:00:18.633Z] 
03:00:18 [2022-08-22T03:00:18.633Z] #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
03:00:18 [2022-08-22T03:00:18.633Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:18 [2022-08-22T03:00:18.633Z] #77 151.2   CCLD     libyajl.la
03:00:19 [2022-08-22T03:00:19.196Z] #77 151.6   CCLD     verify/json_verify
03:00:19 [2022-08-22T03:00:19.196Z] #77 152.1 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.1 make[5]: Nothing to be done for 'install-exec-am'.
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.1 make[5]: Nothing to be done for 'install-data-am'.
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.1 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.1 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.1 make[4]: Entering directory '/tmp/crun-build/libocispec'
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.2   CC       src/validate.o
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.2   CC       src/image_spec_schema_config_schema.lo
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.2   CC       src/image_spec_schema_content_descriptor.lo
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.2   CC       src/image_spec_schema_defs.lo
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.2   CC       src/image_spec_schema_defs_descriptor.lo
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.2   CC       src/image_spec_schema_image_index_schema.lo
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.3   CC       src/image_spec_schema_image_layout_schema.lo
03:00:19 [2022-08-22T03:00:19.452Z] #77 152.3   CC       src/image_spec_schema_image_manifest_schema.lo
03:00:19 [2022-08-22T03:00:19.709Z] #77 152.3   CC       src/runtime_spec_schema_config_linux.lo
03:00:19 [2022-08-22T03:00:19.709Z] #77 152.4   CC       src/runtime_spec_schema_config_zos.lo
03:00:19 [2022-08-22T03:00:19.709Z] #77 152.4   CC       src/runtime_spec_schema_config_schema.lo
03:00:19 [2022-08-22T03:00:19.709Z] #77 152.4   CC       src/runtime_spec_schema_config_solaris.lo
03:00:19 [2022-08-22T03:00:19.709Z] #77 152.5   CC       src/runtime_spec_schema_config_vm.lo
03:00:19 [2022-08-22T03:00:19.709Z] #77 152.5   CC       src/runtime_spec_schema_config_windows.lo
03:00:19 [2022-08-22T03:00:19.965Z] #77 152.6   CC       src/runtime_spec_schema_defs.lo
03:00:19 [2022-08-22T03:00:19.965Z] #77 152.8   CC       src/runtime_spec_schema_defs_linux.lo
03:00:20 [2022-08-22T03:00:20.222Z] #77 152.9   CC       src/runtime_spec_schema_defs_zos.lo
03:00:20 [2022-08-22T03:00:20.222Z] #77 152.9   CC       src/runtime_spec_schema_defs_vm.lo
03:00:20 [2022-08-22T03:00:20.222Z] #77 153.0   CC       src/runtime_spec_schema_defs_windows.lo
03:00:20 [2022-08-22T03:00:20.222Z] #77 153.0   CC       src/runtime_spec_schema_state_schema.lo
03:00:20 [2022-08-22T03:00:20.478Z] #77 153.2   CC       src/image_manifest_items_image_manifest_items_schema.lo
03:00:20 [2022-08-22T03:00:20.735Z] #77 153.3   CC       src/basic_test_double_array_item.lo
03:00:20 [2022-08-22T03:00:20.735Z] #77 153.4   CC       src/basic_test_double_array.lo
03:00:20 [2022-08-22T03:00:20.802Z] #77 ...
03:00:20 [2022-08-22T03:00:20.802Z] 
03:00:20 [2022-08-22T03:00:20.802Z] #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
03:00:20 [2022-08-22T03:00:20.802Z] #67 sha256:14530606292b33a5e92a24b0df654f4c9048e76e2cb463f3567ef3b22b04bab5
03:00:20 [2022-08-22T03:00:20.802Z] #67 192.6 + for f in rootlesskit rootlesskit-docker-proxy
03:00:20 [2022-08-22T03:00:20.802Z] #67 192.6 + GOBIN=/build
03:00:20 [2022-08-22T03:00:20.802Z] #67 192.6 + GO111MODULE=on
03:00:20 [2022-08-22T03:00:20.802Z] #67 192.6 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
03:00:20 [2022-08-22T03:00:20.992Z] #77 153.6   CC       src/basic_test_top_array_int.lo
03:00:20 [2022-08-22T03:00:20.992Z] #77 153.7   CC       src/basic_test_top_array_string.lo
03:00:20 [2022-08-22T03:00:20.992Z] #77 153.8   CC       src/basic_test_top_double_array_int.lo
03:00:21 [2022-08-22T03:00:21.062Z] #67 202.8 rootlesskit version 1.0.0
03:00:21 [2022-08-22T03:00:21.062Z] #67 202.8 Usage of /build/rootlesskit-docker-proxy:
03:00:21 [2022-08-22T03:00:21.062Z] #67 202.8   -container-ip string
03:00:21 [2022-08-22T03:00:21.062Z] #67 202.8     	container ip
03:00:21 [2022-08-22T03:00:21.062Z] #67 202.8   -container-port int
03:00:21 [2022-08-22T03:00:21.062Z] #67 202.8     	container port (default -1)
03:00:21 [2022-08-22T03:00:21.062Z] #67 202.8   -host-ip string
03:00:21 [2022-08-22T03:00:21.062Z] #67 202.8     	host ip
03:00:21 [2022-08-22T03:00:21.062Z] #67 202.8   -host-port int
03:00:21 [2022-08-22T03:00:21.062Z] #67 202.8     	host port (default -1)
03:00:21 [2022-08-22T03:00:21.062Z] #67 202.8   -proto string
03:00:21 [2022-08-22T03:00:21.062Z] #67 202.8     	proxy protocol (default "tcp")
03:00:21 [2022-08-22T03:00:21.248Z] #77 153.8   CC       src/basic_test_top_double_array_obj.lo
03:00:21 [2022-08-22T03:00:21.248Z] #77 153.9   CC       src/basic_test_top_double_array_refobj.lo
03:00:21 [2022-08-22T03:00:21.322Z] #67 ...
03:00:21 [2022-08-22T03:00:21.322Z] 
03:00:21 [2022-08-22T03:00:21.322Z] #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
03:00:21 [2022-08-22T03:00:21.322Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
03:00:21 [2022-08-22T03:00:21.322Z] #14 203.4 Selecting previously unselected package g++-mingw-w64-x86-64.
03:00:21 [2022-08-22T03:00:21.322Z] #14 203.4 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
03:00:21 [2022-08-22T03:00:21.322Z] #14 203.5 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
03:00:21 [2022-08-22T03:00:21.505Z] #77 154.2   CC       src/basic_test_top_double_array_string.lo
03:00:21 [2022-08-22T03:00:21.761Z] #77 154.4   CC       src/read-file.lo
03:00:21 [2022-08-22T03:00:21.843Z] #64 ...
03:00:21 [2022-08-22T03:00:21.843Z] 
03:00:21 [2022-08-22T03:00:21.843Z] #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
03:00:21 [2022-08-22T03:00:21.843Z] #47 sha256:e69378d82c8c8cbcefc35269e70e7e3c279d811c390ced71ff7954797ab7ab3a
03:00:21 [2022-08-22T03:00:21.843Z] #47 200.5 + dpkg --print-architecture
03:00:22 [2022-08-22T03:00:22.018Z] #77 154.5   CC       src/json_common.lo
03:00:22 [2022-08-22T03:00:22.018Z] #77 154.5   CC       tests/test-1.o
03:00:22 [2022-08-22T03:00:22.018Z] #77 154.6   CC       tests/test-2.o
03:00:22 [2022-08-22T03:00:22.018Z] #77 154.7   CC       tests/test-3.o
03:00:22 [2022-08-22T03:00:22.263Z] #14 ...
03:00:22 [2022-08-22T03:00:22.263Z] 
03:00:22 [2022-08-22T03:00:22.263Z] #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
03:00:22 [2022-08-22T03:00:22.263Z] #67 sha256:14530606292b33a5e92a24b0df654f4c9048e76e2cb463f3567ef3b22b04bab5
03:00:22 [2022-08-22T03:00:22.263Z] #67 DONE 203.8s
03:00:22 [2022-08-22T03:00:22.263Z] 
03:00:22 [2022-08-22T03:00:22.263Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
03:00:22 [2022-08-22T03:00:22.263Z] #68 sha256:b0df77855d1c4e781eab9caa6e80571a0e4a10866647dd8d31b68c4cfeebd77c
03:00:22 [2022-08-22T03:00:22.263Z] #68 DONE 0.1s
03:00:22 [2022-08-22T03:00:22.263Z] 
03:00:22 [2022-08-22T03:00:22.263Z] #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
03:00:22 [2022-08-22T03:00:22.263Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
03:00:22 [2022-08-22T03:00:22.263Z] #14 204.1 Selecting previously unselected package libapparmor1:amd64.
03:00:22 [2022-08-22T03:00:22.263Z] #14 204.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
03:00:22 [2022-08-22T03:00:22.263Z] #14 204.1 Unpacking libapparmor1:amd64 (2.13.6-10) ...
03:00:22 [2022-08-22T03:00:22.263Z] #14 ...
03:00:22 [2022-08-22T03:00:22.263Z] 
03:00:22 [2022-08-22T03:00:22.263Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
03:00:22 [2022-08-22T03:00:22.263Z] #69 sha256:2d501e7098061a364cc6fbaa057a6bde67b54d3edbe589ba81f5017681b8e299
03:00:22 [2022-08-22T03:00:22.263Z] #69 DONE 0.1s
03:00:22 [2022-08-22T03:00:22.263Z] 
03:00:22 [2022-08-22T03:00:22.263Z] #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
03:00:22 [2022-08-22T03:00:22.263Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
03:00:22 [2022-08-22T03:00:22.274Z] #77 154.8   CC       tests/test-4.o
03:00:22 [2022-08-22T03:00:22.274Z] #77 155.0   CC       tests/test-5.o
03:00:22 [2022-08-22T03:00:22.523Z] #34 ...
03:00:22 [2022-08-22T03:00:22.523Z] 
03:00:22 [2022-08-22T03:00:22.523Z] #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
03:00:22 [2022-08-22T03:00:22.523Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
03:00:22 [2022-08-22T03:00:22.523Z] #14 204.5 Selecting previously unselected package libapparmor-dev:amd64.
03:00:22 [2022-08-22T03:00:22.523Z] #14 204.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
03:00:22 [2022-08-22T03:00:22.523Z] #14 204.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
03:00:22 [2022-08-22T03:00:22.530Z] #77 155.2   CC       tests/test-6.o
03:00:22 [2022-08-22T03:00:22.771Z] #47 DONE 201.3s
03:00:22 [2022-08-22T03:00:22.771Z] 
03:00:22 [2022-08-22T03:00:22.771Z] #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
03:00:22 [2022-08-22T03:00:22.771Z] #26 sha256:ddd498045e8d29ea71d49ae2552a7c0e812962d0d88e0146a54c2c295f8e6e60
03:00:22 [2022-08-22T03:00:22.783Z] #14 204.9 Selecting previously unselected package libbtrfs0:amd64.
03:00:22 [2022-08-22T03:00:22.783Z] #14 204.9 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
03:00:22 [2022-08-22T03:00:22.783Z] #14 204.9 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
03:00:22 [2022-08-22T03:00:22.786Z] #77 155.4   CC       tests/test-7.o
03:00:23 [2022-08-22T03:00:23.043Z] #77 155.6   CC       tests/test-8.o
03:00:23 [2022-08-22T03:00:23.043Z] #77 155.7   CC       tests/test-9.o
03:00:23 [2022-08-22T03:00:23.043Z] #77 155.8   CC       tests/test-10.o
03:00:23 [2022-08-22T03:00:23.043Z] #14 205.1 Selecting previously unselected package libbtrfs-dev:amd64.
03:00:23 [2022-08-22T03:00:23.043Z] #14 205.1 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
03:00:23 [2022-08-22T03:00:23.043Z] #14 205.1 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
03:00:23 [2022-08-22T03:00:23.300Z] #77 155.9   CC       tests/test-11.o
03:00:23 [2022-08-22T03:00:23.303Z] #14 205.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
03:00:23 [2022-08-22T03:00:23.303Z] #14 205.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
03:00:23 [2022-08-22T03:00:23.303Z] #14 205.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
03:00:23 [2022-08-22T03:00:23.565Z] #14 205.7 Selecting previously unselected package libudev-dev:amd64.
03:00:23 [2022-08-22T03:00:23.565Z] #14 205.7 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
03:00:23 [2022-08-22T03:00:23.828Z] #14 205.8 Unpacking libudev-dev:amd64 (247.3-7) ...
03:00:24 [2022-08-22T03:00:24.088Z] #14 206.1 Selecting previously unselected package libsepol1-dev:amd64.
03:00:24 [2022-08-22T03:00:24.088Z] #14 206.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
03:00:24 [2022-08-22T03:00:24.088Z] #14 206.1 Unpacking libsepol1-dev:amd64 (3.1-1) ...
03:00:24 [2022-08-22T03:00:24.659Z] #14 206.7 Selecting previously unselected package libpcre2-16-0:amd64.
03:00:24 [2022-08-22T03:00:24.659Z] #14 206.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
03:00:24 [2022-08-22T03:00:24.659Z] #14 206.7 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
03:00:24 [2022-08-22T03:00:24.919Z] #14 207.1 Selecting previously unselected package libpcre2-32-0:amd64.
03:00:25 [2022-08-22T03:00:25.190Z] #14 207.1 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
03:00:25 [2022-08-22T03:00:25.190Z] #14 207.1 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
03:00:25 [2022-08-22T03:00:25.451Z] #14 207.6 Selecting previously unselected package libpcre2-posix2:amd64.
03:00:25 [2022-08-22T03:00:25.451Z] #14 207.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
03:00:25 [2022-08-22T03:00:25.451Z] #14 207.6 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
03:00:25 [2022-08-22T03:00:25.712Z] #14 207.8 Selecting previously unselected package libpcre2-dev:amd64.
03:00:25 [2022-08-22T03:00:25.712Z] #14 207.8 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
03:00:25 [2022-08-22T03:00:25.712Z] #14 207.8 Unpacking libpcre2-dev:amd64 (10.36-2) ...
03:00:26 [2022-08-22T03:00:26.571Z] #77 ...
03:00:26 [2022-08-22T03:00:26.571Z] 
03:00:26 [2022-08-22T03:00:26.571Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:00:26 [2022-08-22T03:00:26.571Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:00:26 [2022-08-22T03:00:26.571Z] #21 47.56 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
03:00:26 [2022-08-22T03:00:26.571Z] #21 47.65 Setting up zip (3.0-12) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 47.66 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 47.69 Setting up bash-completion (1:2.11-2) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 49.84 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 49.86 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
03:00:26 [2022-08-22T03:00:26.571Z] #21 49.87 Setting up libmnl0:amd64 (1.0.4-3) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 49.88 Setting up patch (2.7.6-7) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 49.89 Setting up sudo (1.9.5p2-3) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 49.99 invoke-rc.d: could not determine current runlevel
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.01 invoke-rc.d: policy-rc.d denied execution of start.
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.03 Setting up xfsprogs (5.10.0-4) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.04 System has not been booted with systemd as init system (PID 1). Can't operate.
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.04 Failed to connect to bus: Host is down
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.04 Setting up libxtables12:amd64 (1.8.7-1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.05 Setting up inetutils-ping (2:2.0-1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.07 Setting up pigz (2.6-1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.08 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.09 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.11 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.12 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.98 Setting up libaio1:amd64 (0.3.112-9) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 50.99 Setting up python3-lib2to3 (3.9.2-1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 51.37 Setting up libelf1:amd64 (0.183-1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 51.41 Setting up libjson-c5:amd64 (0.15-2) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 51.43 Setting up zstd (1.4.8+dfsg-2.1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 51.44 Setting up libonig5:amd64 (6.9.6-1.1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 51.45 Setting up libkmod2:amd64 (28-1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 51.47 Setting up python3-distutils (3.9.2-1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 51.99 Setting up vim (2:8.2.2434-3+deb11u1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 52.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
03:00:26 [2022-08-22T03:00:26.571Z] #21 52.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
03:00:26 [2022-08-22T03:00:26.571Z] #21 52.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
03:00:26 [2022-08-22T03:00:26.571Z] #21 52.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
03:00:26 [2022-08-22T03:00:26.571Z] #21 52.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
03:00:26 [2022-08-22T03:00:26.571Z] #21 52.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
03:00:26 [2022-08-22T03:00:26.571Z] #21 52.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
03:00:26 [2022-08-22T03:00:26.571Z] #21 52.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
03:00:26 [2022-08-22T03:00:26.571Z] #21 52.24 Setting up python3-setuptools (52.0.0-4) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 53.86 Setting up libjq1:amd64 (1.6-2.1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 53.87 Setting up libnftnl11:amd64 (1.1.9-1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 53.89 Setting up thin-provisioning-tools (0.9.0-1) ...
03:00:26 [2022-08-22T03:00:26.571Z] #21 53.90 Setting up python3-pip (20.3.4-4+deb11u1) ...
03:00:26 [2022-08-22T03:00:26.657Z] #14 208.6 Selecting previously unselected package libselinux1-dev:amd64.
03:00:26 [2022-08-22T03:00:26.657Z] #14 208.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
03:00:26 [2022-08-22T03:00:26.657Z] #14 208.6 Unpacking libselinux1-dev:amd64 (3.1-3) ...
03:00:26 [2022-08-22T03:00:26.721Z] #14 ...
03:00:26 [2022-08-22T03:00:26.721Z] 
03:00:26 [2022-08-22T03:00:26.721Z] #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
03:00:26 [2022-08-22T03:00:26.721Z] #67 sha256:fdac3355f9b629e539fb27fb7b5f179991607f08b44003dc31495b2ea772d285
03:00:26 [2022-08-22T03:00:26.721Z] #67 194.4 + for f in rootlesskit rootlesskit-docker-proxy
03:00:26 [2022-08-22T03:00:26.721Z] #67 194.4 + GOBIN=/build
03:00:26 [2022-08-22T03:00:26.721Z] #67 194.4 + GO111MODULE=on
03:00:26 [2022-08-22T03:00:26.721Z] #67 194.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
03:00:26 [2022-08-22T03:00:26.828Z] #21 55.11 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
03:00:26 [2022-08-22T03:00:26.828Z] #21 55.12 Setting up jq (1.6-2.1) ...
03:00:26 [2022-08-22T03:00:26.828Z] #21 55.15 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
03:00:26 [2022-08-22T03:00:26.828Z] #21 55.17 Setting up libbpf0:amd64 (1:0.3-2) ...
03:00:26 [2022-08-22T03:00:26.828Z] #21 55.18 Setting up iptables (1.8.7-1) ...
03:00:26 [2022-08-22T03:00:26.828Z] #21 55.19 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
03:00:26 [2022-08-22T03:00:26.828Z] #21 55.19 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
03:00:26 [2022-08-22T03:00:26.828Z] #21 55.20 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
03:00:26 [2022-08-22T03:00:26.917Z] #14 209.1 Selecting previously unselected package libdevmapper-dev:amd64.
03:00:26 [2022-08-22T03:00:26.917Z] #14 209.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
03:00:26 [2022-08-22T03:00:26.917Z] #14 209.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
03:00:26 [2022-08-22T03:00:26.978Z] #67 ...
03:00:26 [2022-08-22T03:00:26.978Z] 
03:00:26 [2022-08-22T03:00:26.978Z] #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
03:00:26 [2022-08-22T03:00:26.978Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:26 [2022-08-22T03:00:26.978Z] #77 138.6 configure.ac:11: installing 'build-aux/compile'
03:00:26 [2022-08-22T03:00:26.978Z] #77 138.6 configure.ac:11: installing 'build-aux/config.guess'
03:00:26 [2022-08-22T03:00:26.978Z] #77 138.6 configure.ac:11: installing 'build-aux/config.sub'
03:00:26 [2022-08-22T03:00:26.978Z] #77 138.6 configure.ac:13: installing 'build-aux/install-sh'
03:00:26 [2022-08-22T03:00:26.978Z] #77 138.6 configure.ac:13: installing 'build-aux/missing'
03:00:26 [2022-08-22T03:00:26.978Z] #77 138.6 configure.ac:8: installing 'build-aux/tap-driver.sh'
03:00:27 [2022-08-22T03:00:27.085Z] #21 55.20 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
03:00:27 [2022-08-22T03:00:27.085Z] #21 55.22 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
03:00:27 [2022-08-22T03:00:27.085Z] #21 55.22 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
03:00:27 [2022-08-22T03:00:27.085Z] #21 55.23 Setting up iproute2 (5.10.0-4) ...
03:00:27 [2022-08-22T03:00:27.180Z] #14 209.3 Selecting previously unselected package libseccomp-dev:amd64.
03:00:27 [2022-08-22T03:00:27.180Z] #14 209.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
03:00:27 [2022-08-22T03:00:27.180Z] #14 209.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
03:00:27 [2022-08-22T03:00:27.342Z] #21 55.64 Setting up systemd (247.3-7) ...
03:00:27 [2022-08-22T03:00:27.342Z] #21 55.69 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
03:00:27 [2022-08-22T03:00:27.342Z] #21 55.70 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
03:00:27 [2022-08-22T03:00:27.342Z] #21 55.71 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
03:00:27 [2022-08-22T03:00:27.440Z] #14 209.7 Selecting previously unselected package libsystemd-dev:amd64.
03:00:27 [2022-08-22T03:00:27.440Z] #14 209.7 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
03:00:27 [2022-08-22T03:00:27.440Z] #14 209.7 Unpacking libsystemd-dev:amd64 (247.3-7) ...
03:00:27 [2022-08-22T03:00:27.543Z] #77 139.0 Makefile.am: installing 'build-aux/depcomp'
03:00:27 [2022-08-22T03:00:27.599Z] #21 55.75 Initializing machine ID from KVM UUID.
03:00:28 [2022-08-22T03:00:28.380Z] #14 210.4 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
03:00:28 [2022-08-22T03:00:28.380Z] #14 210.5 Setting up libapparmor1:amd64 (2.13.6-10) ...
03:00:28 [2022-08-22T03:00:28.380Z] #14 210.5 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
03:00:28 [2022-08-22T03:00:28.380Z] #14 210.6 Setting up libsepol1-dev:amd64 (3.1-1) ...
03:00:28 [2022-08-22T03:00:28.590Z] #84 ...
03:00:28 [2022-08-22T03:00:28.590Z] 
03:00:28 [2022-08-22T03:00:28.590Z] #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
03:00:28 [2022-08-22T03:00:28.590Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
03:00:28 [2022-08-22T03:00:28.590Z] #19 294.7 Selecting previously unselected package cpp-aarch64-linux-gnu.
03:00:28 [2022-08-22T03:00:28.590Z] #19 294.7 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 294.7 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 294.8 Selecting previously unselected package cpp-arm-linux-gnueabi.
03:00:28 [2022-08-22T03:00:28.590Z] #19 294.8 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 294.9 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 294.9 Selecting previously unselected package cpp-arm-linux-gnueabihf.
03:00:28 [2022-08-22T03:00:28.590Z] #19 294.9 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.0 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.0 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.0 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.0 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.2 Selecting previously unselected package cpp-s390x-linux-gnu.
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.2 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.2 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.3 Selecting previously unselected package cross-config.
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.3 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.3 Unpacking cross-config (2.6.18+nmu1) ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.4 Selecting previously unselected package gcc-10-cross-base.
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.4 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.4 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.4 Selecting previously unselected package libc6-arm64-cross.
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.5 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
03:00:28 [2022-08-22T03:00:28.590Z] #19 295.5 Unpacking libc6-arm64-cross (2.31-9cross4) ...
03:00:28 [2022-08-22T03:00:28.645Z] #14 210.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
03:00:28 [2022-08-22T03:00:28.645Z] #14 210.6 Setting up libpcre2-16-0:amd64 (10.36-2) ...
03:00:28 [2022-08-22T03:00:28.645Z] #14 210.6 Setting up libbtrfs0:amd64 (5.10.1-2) ...
03:00:28 [2022-08-22T03:00:28.645Z] #14 210.7 Setting up libpcre2-32-0:amd64 (10.36-2) ...
03:00:28 [2022-08-22T03:00:28.645Z] #14 210.7 Setting up libudev-dev:amd64 (247.3-7) ...
03:00:28 [2022-08-22T03:00:28.645Z] #14 210.7 Setting up libpcre2-posix2:amd64 (10.36-2) ...
03:00:28 [2022-08-22T03:00:28.645Z] #14 210.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
03:00:28 [2022-08-22T03:00:28.645Z] #14 210.8 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
03:00:28 [2022-08-22T03:00:28.645Z] #14 210.8 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
03:00:28 [2022-08-22T03:00:28.645Z] #14 210.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
03:00:28 [2022-08-22T03:00:28.645Z] #14 210.8 Setting up mingw-w64-common (8.0.0-1) ...
03:00:28 [2022-08-22T03:00:28.853Z] #19 296.0 Selecting previously unselected package libgcc-s1-arm64-cross.
03:00:28 [2022-08-22T03:00:28.853Z] #19 296.0 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
03:00:28 [2022-08-22T03:00:28.904Z] #14 210.8 Setting up libsystemd-dev:amd64 (247.3-7) ...
03:00:28 [2022-08-22T03:00:28.904Z] #14 210.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
03:00:28 [2022-08-22T03:00:28.905Z] #14 210.8 Setting up libpcre2-dev:amd64 (10.36-2) ...
03:00:28 [2022-08-22T03:00:28.905Z] #14 210.9 Setting up libselinux1-dev:amd64 (3.1-3) ...
03:00:28 [2022-08-22T03:00:28.905Z] #14 210.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
03:00:28 [2022-08-22T03:00:28.905Z] #14 210.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
03:00:28 [2022-08-22T03:00:28.905Z] #14 211.0 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
03:00:28 [2022-08-22T03:00:28.905Z] #14 211.0 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
03:00:28 [2022-08-22T03:00:28.905Z] #14 211.0 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
03:00:28 [2022-08-22T03:00:28.905Z] #14 211.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
03:00:28 [2022-08-22T03:00:28.905Z] #14 211.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
03:00:28 [2022-08-22T03:00:28.905Z] #14 211.1 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
03:00:28 [2022-08-22T03:00:28.905Z] #14 211.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
03:00:28 [2022-08-22T03:00:28.975Z] #21 57.08 Setting up systemd-journal-remote (247.3-7) ...
03:00:29 [2022-08-22T03:00:29.124Z] #19 296.1 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
03:00:29 [2022-08-22T03:00:29.124Z] #19 296.2 Selecting previously unselected package libgomp1-arm64-cross.
03:00:29 [2022-08-22T03:00:29.124Z] #19 296.2 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
03:00:29 [2022-08-22T03:00:29.124Z] #19 296.2 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
03:00:29 [2022-08-22T03:00:29.165Z] #14 211.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
03:00:29 [2022-08-22T03:00:29.165Z] #14 211.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
03:00:29 [2022-08-22T03:00:29.165Z] #14 211.3 Setting up dmsetup (2:1.02.175-2.1) ...
03:00:29 [2022-08-22T03:00:29.165Z] #14 211.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
03:00:29 [2022-08-22T03:00:29.232Z] #21 57.43 Processing triggers for libc-bin (2.31-13+deb11u3) ...
03:00:29 [2022-08-22T03:00:29.384Z] #19 296.4 Selecting previously unselected package libitm1-arm64-cross.
03:00:29 [2022-08-22T03:00:29.385Z] #19 296.4 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
03:00:29 [2022-08-22T03:00:29.385Z] #19 296.5 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
03:00:29 [2022-08-22T03:00:29.385Z] #19 296.6 Selecting previously unselected package libatomic1-arm64-cross.
03:00:29 [2022-08-22T03:00:29.424Z] #14 211.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
03:00:29 [2022-08-22T03:00:29.424Z] #14 211.4 Processing triggers for libc-bin (2.31-13+deb11u3) ...
03:00:29 [2022-08-22T03:00:29.644Z] #19 296.6 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
03:00:29 [2022-08-22T03:00:29.644Z] #19 296.6 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
03:00:29 [2022-08-22T03:00:29.644Z] #19 296.8 Selecting previously unselected package libasan6-arm64-cross.
03:00:29 [2022-08-22T03:00:29.644Z] #19 296.8 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
03:00:29 [2022-08-22T03:00:29.644Z] #19 296.9 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
03:00:29 [2022-08-22T03:00:29.794Z] #21 DONE 58.1s
03:00:29 [2022-08-22T03:00:29.794Z] 
03:00:29 [2022-08-22T03:00:29.794Z] #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
03:00:29 [2022-08-22T03:00:29.794Z] #22 sha256:0b371c1d2fda20aef00028c14c4242742470327060511d93bf3159256d5c537f
03:00:29 [2022-08-22T03:00:29.994Z] #14 DONE 212.0s
03:00:29 [2022-08-22T03:00:29.994Z] 
03:00:29 [2022-08-22T03:00:29.994Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
03:00:29 [2022-08-22T03:00:29.994Z] #59 sha256:dee3f53000c49c097ef9e3e332f6a38d5a466375f4df0a41dfc11aa214664fd6
03:00:30 [2022-08-22T03:00:30.065Z] #77 141.1 checking build system type... 
03:00:30 [2022-08-22T03:00:30.065Z] #77 ...
03:00:30 [2022-08-22T03:00:30.065Z] 
03:00:30 [2022-08-22T03:00:30.065Z] #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
03:00:30 [2022-08-22T03:00:30.065Z] #67 sha256:fdac3355f9b629e539fb27fb7b5f179991607f08b44003dc31495b2ea772d285
03:00:30 [2022-08-22T03:00:30.065Z] #67 204.8 rootlesskit version 1.0.0
03:00:30 [2022-08-22T03:00:30.065Z] #67 204.8 Usage of /build/rootlesskit-docker-proxy:
03:00:30 [2022-08-22T03:00:30.065Z] #67 204.8   -container-ip string
03:00:30 [2022-08-22T03:00:30.065Z] #67 204.8     	container ip
03:00:30 [2022-08-22T03:00:30.065Z] #67 204.8   -container-port int
03:00:30 [2022-08-22T03:00:30.065Z] #67 204.8     	container port (default -1)
03:00:30 [2022-08-22T03:00:30.065Z] #67 204.8   -host-ip string
03:00:30 [2022-08-22T03:00:30.065Z] #67 204.8     	host ip
03:00:30 [2022-08-22T03:00:30.065Z] #67 204.8   -host-port int
03:00:30 [2022-08-22T03:00:30.065Z] #67 204.8     	host port (default -1)
03:00:30 [2022-08-22T03:00:30.065Z] #67 204.8   -proto string
03:00:30 [2022-08-22T03:00:30.065Z] #67 204.8     	proxy protocol (default "tcp")
03:00:30 [2022-08-22T03:00:30.065Z] #67 DONE 204.9s
03:00:30 [2022-08-22T03:00:30.065Z] 
03:00:30 [2022-08-22T03:00:30.065Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
03:00:30 [2022-08-22T03:00:30.065Z] #68 sha256:c7891c69d5d31763173bfd66402673a9fa30e769dd598d9a28109a048753baa5
03:00:30 [2022-08-22T03:00:30.254Z] #59 DONE 0.3s
03:00:30 [2022-08-22T03:00:30.254Z] 
03:00:30 [2022-08-22T03:00:30.254Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
03:00:30 [2022-08-22T03:00:30.254Z] #15 sha256:077d7a259b0ad1112d80cac59b099c071f493e65cdf7318685176c5e35269c62
03:00:30 [2022-08-22T03:00:30.322Z] #68 DONE 0.1s
03:00:30 [2022-08-22T03:00:30.322Z] 
03:00:30 [2022-08-22T03:00:30.322Z] #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
03:00:30 [2022-08-22T03:00:30.322Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:30 [2022-08-22T03:00:30.322Z] #77 141.1 checking build system type... x86_64-pc-linux-gnu
03:00:30 [2022-08-22T03:00:30.322Z] #77 141.6 checking host system type... x86_64-pc-linux-gnu
03:00:30 [2022-08-22T03:00:30.322Z] #77 141.6 checking how to print strings... printf
03:00:30 [2022-08-22T03:00:30.322Z] #77 141.7 checking for gcc... gcc
03:00:30 [2022-08-22T03:00:30.322Z] 
03:00:30 [2022-08-22T03:00:30.322Z] #77 ...
03:00:30 [2022-08-22T03:00:30.322Z] 
03:00:30 [2022-08-22T03:00:30.322Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
03:00:30 [2022-08-22T03:00:30.322Z] #69 sha256:b4e553158860323d6d671dc7b55277e1976696d980735ba28fb580f748c4ba8d
03:00:30 [2022-08-22T03:00:30.322Z] #69 DONE 0.2s
03:00:30 [2022-08-22T03:00:30.322Z] 
03:00:30 [2022-08-22T03:00:30.322Z] #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
03:00:30 [2022-08-22T03:00:30.322Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:30 [2022-08-22T03:00:30.886Z] #77 141.8 checking whether the C compiler works... yes
03:00:30 [2022-08-22T03:00:30.886Z] #77 142.3 checking for C compiler default output file name... a.out
03:00:31 [2022-08-22T03:00:31.143Z] #77 142.3 checking for suffix of executables... 
03:00:31 [2022-08-22T03:00:31.549Z] #19 298.2 Selecting previously unselected package liblsan0-arm64-cross.
03:00:31 [2022-08-22T03:00:31.549Z] #19 298.2 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
03:00:31 [2022-08-22T03:00:31.549Z] #19 298.2 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
03:00:31 [2022-08-22T03:00:31.682Z] #22 1.615 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
03:00:31 [2022-08-22T03:00:31.682Z] #22 1.618 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
03:00:31 [2022-08-22T03:00:31.682Z] #22 1.622 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
03:00:31 [2022-08-22T03:00:31.682Z] #22 DONE 1.7s
03:00:31 [2022-08-22T03:00:31.682Z] 
03:00:31 [2022-08-22T03:00:31.682Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
03:00:31 [2022-08-22T03:00:31.682Z] #23 sha256:564f4a03aa3790b36c9ce4bcde2032611dd3f5d6e0a097fb3177a898593d767d
03:00:31 [2022-08-22T03:00:31.714Z] #77 142.7 checking whether we are cross compiling... no
03:00:31 [2022-08-22T03:00:31.808Z] #19 298.8 Selecting previously unselected package libtsan0-arm64-cross.
03:00:31 [2022-08-22T03:00:31.808Z] #19 298.8 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
03:00:31 [2022-08-22T03:00:31.808Z] #19 298.8 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
03:00:32 [2022-08-22T03:00:32.163Z] #15 DONE 2.3s
03:00:32 [2022-08-22T03:00:32.163Z] 
03:00:32 [2022-08-22T03:00:32.163Z] #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
03:00:32 [2022-08-22T03:00:32.163Z] #16 sha256:d8e9851bb51fee408bb8b157f4bd569212be21f9947a8084c3a9e555b911b33b
03:00:32 [2022-08-22T03:00:32.288Z] #77 143.3 checking for suffix of object files... o
03:00:32 [2022-08-22T03:00:32.288Z] #77 143.7 checking whether we are using the GNU C compiler... yes
03:00:32 [2022-08-22T03:00:32.546Z] #77 143.8 checking whether gcc accepts -g... yes
03:00:32 [2022-08-22T03:00:32.747Z] #19 299.8 Selecting previously unselected package libstdc++6-arm64-cross.
03:00:32 [2022-08-22T03:00:32.747Z] #19 299.8 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
03:00:32 [2022-08-22T03:00:32.747Z] #19 299.8 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
03:00:32 [2022-08-22T03:00:32.807Z] #77 144.0 checking for gcc option to accept ISO C89... none needed
03:00:33 [2022-08-22T03:00:33.007Z] #19 300.1 Selecting previously unselected package libubsan1-arm64-cross.
03:00:33 [2022-08-22T03:00:33.007Z] #19 300.1 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
03:00:33 [2022-08-22T03:00:33.007Z] #19 300.1 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
03:00:33 [2022-08-22T03:00:33.064Z] #77 144.3 checking whether gcc understands -c and -o together... yes
03:00:33 [2022-08-22T03:00:33.064Z] #77 144.6 checking for a sed that does not truncate output... /bin/sed
03:00:33 [2022-08-22T03:00:33.064Z] #77 144.6 checking for grep that handles long lines and -e... /bin/grep
03:00:33 [2022-08-22T03:00:33.064Z] #77 144.6 checking for egrep... /bin/grep -E
03:00:33 [2022-08-22T03:00:33.064Z] #77 144.7 checking for fgrep... /bin/grep -F
03:00:33 [2022-08-22T03:00:33.064Z] #77 144.7 checking for ld used by gcc... /usr/bin/ld
03:00:33 [2022-08-22T03:00:33.064Z] #77 144.7 checking if the linker (/usr/bin/ld) is GNU ld... yes
03:00:33 [2022-08-22T03:00:33.266Z] #19 300.5 Selecting previously unselected package libgcc-10-dev-arm64-cross.
03:00:33 [2022-08-22T03:00:33.266Z] #19 300.5 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
03:00:33 [2022-08-22T03:00:33.325Z] #77 144.7 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
03:00:33 [2022-08-22T03:00:33.525Z] #19 300.5 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
03:00:33 [2022-08-22T03:00:33.586Z] #77 144.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm
03:00:33 [2022-08-22T03:00:33.586Z] #77 145.0 checking whether ln -s works... yes
03:00:33 [2022-08-22T03:00:33.586Z] #77 145.0 checking the maximum length of command line arguments... 1572864
03:00:33 [2022-08-22T03:00:33.586Z] #77 145.1 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
03:00:33 [2022-08-22T03:00:33.586Z] #77 145.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
03:00:33 [2022-08-22T03:00:33.586Z] #77 145.1 checking for /usr/bin/ld option to reload object files... -r
03:00:33 [2022-08-22T03:00:33.586Z] #77 145.1 checking for objdump... objdump
03:00:33 [2022-08-22T03:00:33.586Z] #77 145.1 checking how to recognize dependent libraries... pass_all
03:00:33 [2022-08-22T03:00:33.586Z] #77 145.1 checking for dlltool... no
03:00:33 [2022-08-22T03:00:33.586Z] #77 145.1 checking how to associate runtime and link libraries... printf %s\n
03:00:33 [2022-08-22T03:00:33.586Z] #77 145.1 checking for ar... ar
03:00:33 [2022-08-22T03:00:33.896Z] #77 145.1 checking for archiver @FILE support... @
03:00:33 [2022-08-22T03:00:33.896Z] #77 145.2 checking for strip... strip
03:00:33 [2022-08-22T03:00:33.896Z] #77 145.2 checking for ranlib... ranlib
03:00:33 [2022-08-22T03:00:33.896Z] #77 145.2 checking for gawk... no
03:00:33 [2022-08-22T03:00:33.896Z] #77 145.2 checking for mawk... mawk
03:00:34 [2022-08-22T03:00:34.073Z] #16 DONE 1.5s
03:00:34 [2022-08-22T03:00:34.073Z] 
03:00:34 [2022-08-22T03:00:34.073Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
03:00:34 [2022-08-22T03:00:34.073Z] #17 sha256:ccea2b62b67916b9b6892a4436109863b264b12fec2310ab94dd75b537f5d229
03:00:34 [2022-08-22T03:00:34.472Z] #77 145.2 checking command to parse /usr/bin/nm -B output from gcc object... ok
03:00:34 [2022-08-22T03:00:34.737Z] #77 146.1 checking for sysroot... no
03:00:34 [2022-08-22T03:00:34.737Z] #77 146.1 checking for a working dd... /bin/dd
03:00:34 [2022-08-22T03:00:34.737Z] #77 146.1 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
03:00:34 [2022-08-22T03:00:34.933Z] #19 301.8 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
03:00:34 [2022-08-22T03:00:34.933Z] #19 301.8 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
03:00:34 [2022-08-22T03:00:34.933Z] #19 301.8 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
03:00:35 [2022-08-22T03:00:35.003Z] #77 146.4 checking for mt... no
03:00:35 [2022-08-22T03:00:35.003Z] #77 146.4 checking if : is a manifest tool... no
03:00:35 [2022-08-22T03:00:35.013Z] #17 1.248 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
03:00:35 [2022-08-22T03:00:35.013Z] #17 DONE 1.4s
03:00:35 [2022-08-22T03:00:35.013Z] 
03:00:35 [2022-08-22T03:00:35.013Z] #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
03:00:35 [2022-08-22T03:00:35.013Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:35 [2022-08-22T03:00:35.013Z] #77 140.9 configure.ac:11: installing 'build-aux/compile'
03:00:35 [2022-08-22T03:00:35.013Z] #77 140.9 configure.ac:11: installing 'build-aux/config.guess'
03:00:35 [2022-08-22T03:00:35.013Z] #77 141.0 configure.ac:11: installing 'build-aux/config.sub'
03:00:35 [2022-08-22T03:00:35.013Z] #77 141.0 configure.ac:13: installing 'build-aux/install-sh'
03:00:35 [2022-08-22T03:00:35.013Z] #77 141.0 configure.ac:13: installing 'build-aux/missing'
03:00:35 [2022-08-22T03:00:35.013Z] #77 141.0 configure.ac:8: installing 'build-aux/tap-driver.sh'
03:00:35 [2022-08-22T03:00:35.013Z] #77 141.4 Makefile.am: installing 'build-aux/depcomp'
03:00:35 [2022-08-22T03:00:35.027Z] #26 ...
03:00:35 [2022-08-22T03:00:35.027Z] 
03:00:35 [2022-08-22T03:00:35.027Z] #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
03:00:35 [2022-08-22T03:00:35.027Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
03:00:35 [2022-08-22T03:00:35.028Z] #77 172.5   CCLD     libocispec.la
03:00:35 [2022-08-22T03:00:35.028Z] #77 172.8   CCLD     src/validate
03:00:35 [2022-08-22T03:00:35.028Z] #77 172.8   CCLD     tests/test-1
03:00:35 [2022-08-22T03:00:35.028Z] #77 172.8   CCLD     tests/test-2
03:00:35 [2022-08-22T03:00:35.028Z] #77 172.9   CCLD     tests/test-3
03:00:35 [2022-08-22T03:00:35.028Z] #77 172.9   CCLD     tests/test-4
03:00:35 [2022-08-22T03:00:35.028Z] #77 173.0   CCLD     tests/test-5
03:00:35 [2022-08-22T03:00:35.028Z] #77 173.0   CCLD     tests/test-6
03:00:35 [2022-08-22T03:00:35.028Z] #77 173.1   CCLD     tests/test-7
03:00:35 [2022-08-22T03:00:35.028Z] #77 173.1   CCLD     tests/test-8
03:00:35 [2022-08-22T03:00:35.028Z] #77 173.1   CCLD     tests/test-9
03:00:35 [2022-08-22T03:00:35.028Z] #77 173.2 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
03:00:35 [2022-08-22T03:00:35.028Z] #77 173.3   CCLD     tests/test-10
03:00:35 [2022-08-22T03:00:35.028Z] #77 173.3   CCLD     tests/test-11
03:00:35 [2022-08-22T03:00:35.269Z] #77 146.4 checking how to run the C preprocessor... gcc -E
03:00:35 [2022-08-22T03:00:35.870Z] #19 ...
03:00:35 [2022-08-22T03:00:35.870Z] 
03:00:35 [2022-08-22T03:00:35.870Z] #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
03:00:35 [2022-08-22T03:00:35.870Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:35 [2022-08-22T03:00:35.870Z] #84 260.0   CCLD     tests/init
03:00:36 [2022-08-22T03:00:36.397Z] #77 174.9 libtool: link: ar cr libocispec.a 
03:00:36 [2022-08-22T03:00:36.397Z] #77 174.9 libtool: link: ranlib libocispec.a
03:00:36 [2022-08-22T03:00:36.770Z] #77 147.2 checking for ANSI C header files... yes
03:00:36 [2022-08-22T03:00:36.770Z] #77 148.1 checking for sys/types.h... yes
03:00:36 [2022-08-22T03:00:36.923Z] #77 ...
03:00:36 [2022-08-22T03:00:36.923Z] 
03:00:36 [2022-08-22T03:00:36.923Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
03:00:36 [2022-08-22T03:00:36.923Z] #18 sha256:9b7f580850957ad0bb8f9ef2bad01882bcaa115ae2dcd7208636b5b7ad2c9dc6
03:00:36 [2022-08-22T03:00:36.923Z] #18 DONE 1.5s
03:00:36 [2022-08-22T03:00:36.923Z] 
03:00:36 [2022-08-22T03:00:36.923Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
03:00:36 [2022-08-22T03:00:36.923Z] #19 sha256:c435b6f0c56a8a1282389e932e75e2d2d70ae1f088d27b64596099b09def9eba
03:00:37 [2022-08-22T03:00:37.026Z] #77 148.3 checking for sys/stat.h... yes
03:00:37 [2022-08-22T03:00:37.248Z] #84 ...
03:00:37 [2022-08-22T03:00:37.248Z] 
03:00:37 [2022-08-22T03:00:37.248Z] #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
03:00:37 [2022-08-22T03:00:37.248Z] #54 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
03:00:37 [2022-08-22T03:00:37.248Z] #54 DONE 317.6s
03:00:37 [2022-08-22T03:00:37.248Z] 
03:00:37 [2022-08-22T03:00:37.248Z] #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
03:00:37 [2022-08-22T03:00:37.248Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:37 [2022-08-22T03:00:37.553Z] #77 148.7 checking for stdlib.h... yes
03:00:37 [2022-08-22T03:00:37.813Z] #77 149.0 checking for string.h... yes
03:00:38 [2022-08-22T03:00:38.070Z] #77 149.3 checking for memory.h... yes
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.3 make[5]: Entering directory '/tmp/crun-build/libocispec'
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.4 make[5]: Nothing to be done for 'install-exec-am'.
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.4 make[5]: Nothing to be done for 'install-data-am'.
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.4 make[5]: Leaving directory '/tmp/crun-build/libocispec'
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.4 make[4]: Leaving directory '/tmp/crun-build/libocispec'
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.4 make[3]: Leaving directory '/tmp/crun-build/libocispec'
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.4 make[2]: Leaving directory '/tmp/crun-build/libocispec'
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.4 make[2]: Entering directory '/tmp/crun-build'
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.5   CC       src/libcrun/libcrun_testing_a-utils.o
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.5   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.5   CC       src/libcrun/libcrun_testing_a-container.o
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.5   CC       src/libcrun/libcrun_testing_a-cgroup.o
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.5   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.6   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.6   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.6   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.7   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.7   CC       src/libcrun/libcrun_testing_a-criu.o
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.7   CC       src/libcrun/libcrun_testing_a-custom-handler.o
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.8   CC       src/libcrun/libcrun_testing_a-linux.o
03:00:38 [2022-08-22T03:00:38.288Z] #77 176.8   CC       src/libcrun/libcrun_testing_a-seccomp.o
03:00:38 [2022-08-22T03:00:38.328Z] #77 149.5 checking for strings.h... yes
03:00:38 [2022-08-22T03:00:38.328Z] #77 ...
03:00:38 [2022-08-22T03:00:38.328Z] 
03:00:38 [2022-08-22T03:00:38.328Z] #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
03:00:38 [2022-08-22T03:00:38.328Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
03:00:38 [2022-08-22T03:00:38.328Z] #14 208.5 Selecting previously unselected package g++-mingw-w64-x86-64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 208.5 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 208.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 209.8 Selecting previously unselected package libapparmor1:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 209.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 210.1 Unpacking libapparmor1:amd64 (2.13.6-10) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 210.3 Selecting previously unselected package libapparmor-dev:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 210.3 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 210.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 210.6 Selecting previously unselected package libbtrfs0:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 210.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 210.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 211.1 Selecting previously unselected package libbtrfs-dev:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 211.1 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 211.1 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 211.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 211.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 211.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 211.9 Selecting previously unselected package libudev-dev:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 211.9 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 211.9 Unpacking libudev-dev:amd64 (247.3-7) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 212.2 Selecting previously unselected package libsepol1-dev:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 212.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 212.2 Unpacking libsepol1-dev:amd64 (3.1-1) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 212.9 Selecting previously unselected package libpcre2-16-0:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 212.9 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 212.9 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 213.3 Selecting previously unselected package libpcre2-32-0:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 213.3 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 213.3 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 213.6 Selecting previously unselected package libpcre2-posix2:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 213.7 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 213.7 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 214.2 Selecting previously unselected package libpcre2-dev:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 214.2 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 214.4 Unpacking libpcre2-dev:amd64 (10.36-2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 215.1 Selecting previously unselected package libselinux1-dev:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 215.1 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 215.1 Unpacking libselinux1-dev:amd64 (3.1-3) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 215.5 Selecting previously unselected package libdevmapper-dev:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 215.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 215.5 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 215.6 Selecting previously unselected package libseccomp-dev:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 215.6 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 215.6 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 216.1 Selecting previously unselected package libsystemd-dev:amd64.
03:00:38 [2022-08-22T03:00:38.328Z] #14 216.1 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 216.1 Unpacking libsystemd-dev:amd64 (247.3-7) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.0 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.0 Setting up libapparmor1:amd64 (2.13.6-10) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.1 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.1 Setting up libsepol1-dev:amd64 (3.1-1) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.1 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.1 Setting up libpcre2-16-0:amd64 (10.36-2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.1 Setting up libbtrfs0:amd64 (5.10.1-2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.1 Setting up libpcre2-32-0:amd64 (10.36-2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.1 Setting up libudev-dev:amd64 (247.3-7) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.2 Setting up libpcre2-posix2:amd64 (10.36-2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.2 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.2 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.2 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.2 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.2 Setting up mingw-w64-common (8.0.0-1) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.2 Setting up libsystemd-dev:amd64 (247.3-7) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.3 Setting up libpcre2-dev:amd64 (10.36-2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.3 Setting up libselinux1-dev:amd64 (3.1-3) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.4 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
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.4 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.4 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
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.5 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.5 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.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
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.6 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.7 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 217.9 Setting up dmsetup (2:1.02.175-2.1) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 218.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 218.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 218.1 Processing triggers for libc-bin (2.31-13+deb11u3) ...
03:00:38 [2022-08-22T03:00:38.328Z] #14 ...
03:00:38 [2022-08-22T03:00:38.328Z] 
03:00:38 [2022-08-22T03:00:38.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
03:00:38 [2022-08-22T03:00:38.328Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:38 [2022-08-22T03:00:38.341Z] #19 DONE 1.9s
03:00:38 [2022-08-22T03:00:38.341Z] 
03:00:38 [2022-08-22T03:00:38.341Z] #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
03:00:38 [2022-08-22T03:00:38.341Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:38 [2022-08-22T03:00:38.341Z] #77 144.0 checking build system type... x86_64-pc-linux-gnu
03:00:38 [2022-08-22T03:00:38.341Z] #77 144.7 checking host system type... x86_64-pc-linux-gnu
03:00:38 [2022-08-22T03:00:38.341Z] #77 144.7 checking how to print strings... printf
03:00:38 [2022-08-22T03:00:38.341Z] #77 144.8 checking for gcc... gcc
03:00:38 [2022-08-22T03:00:38.546Z] #77 176.8   CC       src/libcrun/libcrun_testing_a-ebpf.o
03:00:38 [2022-08-22T03:00:38.546Z] #77 176.9   CC       src/libcrun/libcrun_testing_a-error.o
03:00:38 [2022-08-22T03:00:38.546Z] #77 177.0   CC       src/libcrun/libcrun_testing_a-status.o
03:00:38 [2022-08-22T03:00:38.546Z] #77 177.0   CC       src/libcrun/libcrun_testing_a-terminal.o
03:00:38 [2022-08-22T03:00:38.546Z] #77 177.0   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
03:00:38 [2022-08-22T03:00:38.546Z] #77 177.1   CC       src/libcrun/libcrun_testing_a-signals.o
03:00:38 [2022-08-22T03:00:38.546Z] #77 177.2   CC       src/libcrun/libcrun_testing_a-mount_flags.o
03:00:38 [2022-08-22T03:00:38.585Z] #77 149.9 checking for inttypes.h... 
03:00:38 [2022-08-22T03:00:38.585Z] #77 ...
03:00:38 [2022-08-22T03:00:38.585Z] 
03:00:38 [2022-08-22T03:00:38.585Z] #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
03:00:38 [2022-08-22T03:00:38.585Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba
03:00:38 [2022-08-22T03:00:38.585Z] #14 DONE 218.8s
03:00:38 [2022-08-22T03:00:38.802Z] #77 177.3   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
03:00:38 [2022-08-22T03:00:38.842Z] 
03:00:38 [2022-08-22T03:00:38.842Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
03:00:38 [2022-08-22T03:00:38.842Z] #59 sha256:e409e685ffe549b5ffec18d781e30a2aead31627008056382fe53564b510418d
03:00:38 [2022-08-22T03:00:38.842Z] #59 DONE 0.2s
03:00:38 [2022-08-22T03:00:38.842Z] 
03:00:38 [2022-08-22T03:00:38.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
03:00:38 [2022-08-22T03:00:38.842Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:38 [2022-08-22T03:00:38.842Z] #77 149.9 checking for inttypes.h... yes
03:00:39 [2022-08-22T03:00:39.059Z] #77 177.4   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
03:00:39 [2022-08-22T03:00:39.059Z] #77 177.5   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
03:00:39 [2022-08-22T03:00:39.098Z] #77 150.2 checking for stdint.h... yes
03:00:39 [2022-08-22T03:00:39.167Z] #77 145.0 checking whether the C compiler works... yes
03:00:39 [2022-08-22T03:00:39.167Z] #77 145.5 checking for C compiler default output file name... a.out
03:00:39 [2022-08-22T03:00:39.315Z] #77 177.8   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
03:00:39 [2022-08-22T03:00:39.315Z] #77 177.9   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
03:00:39 [2022-08-22T03:00:39.355Z] #77 150.6 checking for unistd.h... yes
03:00:39 [2022-08-22T03:00:39.426Z] #77 145.5 checking for suffix of executables... 
03:00:39 [2022-08-22T03:00:39.570Z] #77 178.0   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
03:00:39 [2022-08-22T03:00:39.570Z] #77 178.0   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
03:00:39 [2022-08-22T03:00:39.570Z] #77 178.2   CC       src/crun-crun.o
03:00:39 [2022-08-22T03:00:39.612Z] #77 151.0 checking for dlfcn.h... yes
03:00:39 [2022-08-22T03:00:39.825Z] #77 178.3   CC       src/crun-run.o
03:00:39 [2022-08-22T03:00:39.869Z] #77 151.3 checking for objdir... .libs
03:00:39 [2022-08-22T03:00:39.943Z] #77 145.9 checking whether we are cross compiling... no
03:00:39 [2022-08-22T03:00:39.943Z] 
03:00:39 [2022-08-22T03:00:39.943Z] #77 ...
03:00:39 [2022-08-22T03:00:39.943Z] 
03:00:39 [2022-08-22T03:00:39.943Z] #20 [dev-systemd-false  6/28] RUN ldconfig
03:00:39 [2022-08-22T03:00:39.943Z] #20 sha256:6a9eb29723672f54f61b1d381cbab2a47cf50514d165fbb1724e889f37a865ad
03:00:39 [2022-08-22T03:00:39.943Z] #20 DONE 1.6s
03:00:39 [2022-08-22T03:00:39.943Z] 
03:00:39 [2022-08-22T03:00:39.943Z] #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
03:00:39 [2022-08-22T03:00:39.943Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:40 [2022-08-22T03:00:40.081Z] #77 178.4   CC       src/crun-delete.o
03:00:40 [2022-08-22T03:00:40.081Z] #77 178.6   CC       src/crun-kill.o
03:00:40 [2022-08-22T03:00:40.202Z] #77 146.3 checking for suffix of object files... o
03:00:40 [2022-08-22T03:00:40.202Z] #77 146.6 checking whether we are using the GNU C compiler... 
03:00:40 [2022-08-22T03:00:40.202Z] #77 ...
03:00:40 [2022-08-22T03:00:40.202Z] 
03:00:40 [2022-08-22T03:00:40.202Z] #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
03:00:40 [2022-08-22T03:00:40.202Z] #60 sha256:b5eb36348269896be3a3493a098ba5fa9ef145b6335a43f41fa2966a8fc7d252
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.098 + RM_GOPATH=0
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.098 + TMP_GOPATH=
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.098 + : /build
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.098 + '[' -z '' ']'
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.098 ++ mktemp -d
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.098 + export GOPATH=/tmp/tmp.akaPGpgHSW
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.098 + GOPATH=/tmp/tmp.akaPGpgHSW
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.098 + RM_GOPATH=1
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.098 + case "$(go env GOARCH)" in
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.106 ++ go env GOARCH
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 Install runc version 46a5a8461633d7e7bd62b6943a8f4431909717c4 (build tags: seccomp)
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 + export GO_BUILDMODE=-buildmode=pie
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 + GO_BUILDMODE=-buildmode=pie
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 ++ dirname /install.sh
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 + dir=/
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 + bin=runc
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 + shift
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 + '[' '!' -f //runc.installer ']'
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 + . //runc.installer
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 ++ set -e
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 ++ : 46a5a8461633d7e7bd62b6943a8f4431909717c4
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 + install_runc
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 + RUNC_BUILDTAGS=seccomp
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 + echo 'Install runc version 46a5a8461633d7e7bd62b6943a8f4431909717c4 (build tags: seccomp)'
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.164 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.akaPGpgHSW/src/github.com/opencontainers/runc
03:00:40 [2022-08-22T03:00:40.202Z] #60 2.194 Cloning into '/tmp/tmp.akaPGpgHSW/src/github.com/opencontainers/runc'...
03:00:40 [2022-08-22T03:00:40.337Z] #77 178.7   CC       src/crun-pause.o
03:00:40 [2022-08-22T03:00:40.337Z] #77 178.7   CC       src/crun-unpause.o
03:00:40 [2022-08-22T03:00:40.461Z] #60 ...
03:00:40 [2022-08-22T03:00:40.461Z] 
03:00:40 [2022-08-22T03:00:40.461Z] #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
03:00:40 [2022-08-22T03:00:40.461Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:40 [2022-08-22T03:00:40.461Z] #77 146.6 checking whether we are using the GNU C compiler... yes
03:00:40 [2022-08-22T03:00:40.592Z] #77 178.9   CC       src/crun-spec.o
03:00:40 [2022-08-22T03:00:40.592Z] #77 179.1   CC       src/crun-exec.o
03:00:40 [2022-08-22T03:00:40.592Z] #77 179.1   CC       src/crun-list.o
03:00:40 [2022-08-22T03:00:40.690Z] #77 151.9 checking if gcc supports -fno-rtti -fno-exceptions... 
03:00:40 [2022-08-22T03:00:40.690Z] #77 ...
03:00:40 [2022-08-22T03:00:40.690Z] 
03:00:40 [2022-08-22T03:00:40.690Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
03:00:40 [2022-08-22T03:00:40.690Z] #15 sha256:077d7a259b0ad1112d80cac59b099c071f493e65cdf7318685176c5e35269c62
03:00:40 [2022-08-22T03:00:40.690Z] #15 DONE 2.0s
03:00:40 [2022-08-22T03:00:40.690Z] 
03:00:40 [2022-08-22T03:00:40.690Z] #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
03:00:40 [2022-08-22T03:00:40.690Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:40 [2022-08-22T03:00:40.690Z] #77 151.9 checking if gcc supports -fno-rtti -fno-exceptions... no
03:00:40 [2022-08-22T03:00:40.690Z] #77 152.2 checking for gcc option to produce PIC... -fPIC -DPIC
03:00:40 [2022-08-22T03:00:40.720Z] #77 146.8 checking whether gcc accepts -g... yes
03:00:40 [2022-08-22T03:00:40.720Z] #77 147.0 checking for gcc option to accept ISO C89... none needed
03:00:40 [2022-08-22T03:00:40.849Z] #77 179.2   CC       src/crun-create.o
03:00:40 [2022-08-22T03:00:40.849Z] #77 179.3   CC       src/crun-start.o
03:00:40 [2022-08-22T03:00:40.947Z] #77 152.2 checking if gcc PIC flag -fPIC -DPIC works... yes
03:00:41 [2022-08-22T03:00:41.104Z] #77 179.5   CC       src/crun-state.o
03:00:41 [2022-08-22T03:00:41.239Z] #77 147.3 checking whether gcc understands -c and -o together... yes
03:00:41 [2022-08-22T03:00:41.239Z] #77 147.5 checking for a sed that does not truncate output... /bin/sed
03:00:41 [2022-08-22T03:00:41.239Z] #77 147.6 checking for grep that handles long lines and -e... /bin/grep
03:00:41 [2022-08-22T03:00:41.239Z] #77 147.6 checking for egrep... /bin/grep -E
03:00:41 [2022-08-22T03:00:41.360Z] #77 179.6   CC       src/crun-update.o
03:00:41 [2022-08-22T03:00:41.360Z] #77 179.8   CC       src/crun-ps.o
03:00:41 [2022-08-22T03:00:41.498Z] #77 147.6 checking for fgrep... /bin/grep -F
03:00:41 [2022-08-22T03:00:41.498Z] #77 147.7 checking for ld used by gcc... /usr/bin/ld
03:00:41 [2022-08-22T03:00:41.498Z] #77 147.7 checking if the linker (/usr/bin/ld) is GNU ld... yes
03:00:41 [2022-08-22T03:00:41.498Z] #77 147.7 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
03:00:41 [2022-08-22T03:00:41.498Z] #77 147.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm
03:00:41 [2022-08-22T03:00:41.498Z] #77 147.9 checking whether ln -s works... yes
03:00:41 [2022-08-22T03:00:41.498Z] #77 147.9 checking the maximum length of command line arguments... 1572864
03:00:41 [2022-08-22T03:00:41.617Z] #77 180.0   CC       src/crun-checkpoint.o
03:00:41 [2022-08-22T03:00:41.617Z] #77 180.1   CC       src/crun-restore.o
03:00:41 [2022-08-22T03:00:41.617Z] #77 180.2   CC       src/libcrun/libcrun_la-utils.lo
03:00:41 [2022-08-22T03:00:41.764Z] #77 147.9 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
03:00:41 [2022-08-22T03:00:41.764Z] #77 147.9 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
03:00:41 [2022-08-22T03:00:41.764Z] #77 147.9 checking for /usr/bin/ld option to reload object files... -r
03:00:41 [2022-08-22T03:00:41.764Z] #77 147.9 checking for objdump... objdump
03:00:41 [2022-08-22T03:00:41.764Z] #77 147.9 checking how to recognize dependent libraries... pass_all
03:00:41 [2022-08-22T03:00:41.764Z] #77 147.9 checking for dlltool... no
03:00:41 [2022-08-22T03:00:41.764Z] #77 147.9 checking how to associate runtime and link libraries... printf %s\n
03:00:41 [2022-08-22T03:00:41.764Z] #77 147.9 checking for ar... ar
03:00:41 [2022-08-22T03:00:41.764Z] #77 147.9 checking for archiver @FILE support... @
03:00:41 [2022-08-22T03:00:41.872Z] #77 180.3   CC       src/libcrun/libcrun_la-cloned_binary.lo
03:00:41 [2022-08-22T03:00:41.876Z] #77 152.3 checking if gcc static flag -static works... yes
03:00:41 [2022-08-22T03:00:41.876Z] #77 153.2 checking if gcc supports -c -o file.o... 
03:00:41 [2022-08-22T03:00:41.876Z] #77 ...
03:00:41 [2022-08-22T03:00:41.876Z] 
03:00:41 [2022-08-22T03:00:41.876Z] #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
03:00:41 [2022-08-22T03:00:41.876Z] #16 sha256:d8e9851bb51fee408bb8b157f4bd569212be21f9947a8084c3a9e555b911b33b
03:00:41 [2022-08-22T03:00:41.876Z] #16 DONE 1.4s
03:00:41 [2022-08-22T03:00:41.876Z] 
03:00:41 [2022-08-22T03:00:41.876Z] #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
03:00:41 [2022-08-22T03:00:41.876Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:41 [2022-08-22T03:00:41.876Z] #77 153.2 checking if gcc supports -c -o file.o... yes
03:00:41 [2022-08-22T03:00:41.876Z] #77 153.4 checking if gcc supports -c -o file.o... (cached) yes
03:00:42 [2022-08-22T03:00:42.027Z] #77 148.2 checking for strip... strip
03:00:42 [2022-08-22T03:00:42.027Z] #77 148.2 checking for ranlib... ranlib
03:00:42 [2022-08-22T03:00:42.027Z] #77 148.2 checking for gawk... no
03:00:42 [2022-08-22T03:00:42.027Z] #77 148.2 checking for mawk... mawk
03:00:42 [2022-08-22T03:00:42.128Z] #77 180.6   CC       src/libcrun/libcrun_la-container.lo
03:00:42 [2022-08-22T03:00:42.132Z] #77 153.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
03:00:42 [2022-08-22T03:00:42.383Z] #77 180.9   CC       src/libcrun/libcrun_la-cgroup.lo
03:00:42 [2022-08-22T03:00:42.383Z] #77 181.0   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
03:00:42 [2022-08-22T03:00:42.595Z] #77 148.2 checking command to parse /usr/bin/nm -B output from gcc object... ok
03:00:42 [2022-08-22T03:00:42.595Z] #77 148.9 checking for sysroot... no
03:00:42 [2022-08-22T03:00:42.595Z] #77 148.9 checking for a working dd... /bin/dd
03:00:42 [2022-08-22T03:00:42.595Z] #77 149.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
03:00:42 [2022-08-22T03:00:42.640Z] #77 181.1   CC       src/libcrun/libcrun_la-cgroup-resources.lo
03:00:42 [2022-08-22T03:00:42.695Z] #77 153.6 checking dynamic linker characteristics... GNU/Linux ld.so
03:00:42 [2022-08-22T03:00:42.695Z] #77 154.2 checking how to hardcode library paths into programs... immediate
03:00:42 [2022-08-22T03:00:42.855Z] #77 149.2 checking for mt... no
03:00:42 [2022-08-22T03:00:42.855Z] #77 149.2 checking if : is a manifest tool... no
03:00:42 [2022-08-22T03:00:42.896Z] #77 181.3   CC       src/libcrun/libcrun_la-cgroup-setup.lo
03:00:42 [2022-08-22T03:00:42.951Z] #77 154.2 checking whether stripping libraries is possible... yes
03:00:42 [2022-08-22T03:00:42.951Z] #77 154.3 checking if libtool supports shared libraries... yes
03:00:42 [2022-08-22T03:00:42.951Z] #77 154.3 checking whether to build shared libraries... no
03:00:42 [2022-08-22T03:00:42.951Z] #77 154.3 checking whether to build static libraries... yes
03:00:42 [2022-08-22T03:00:42.951Z] #77 154.3 checking for a BSD-compatible install... /usr/bin/install -c
03:00:42 [2022-08-22T03:00:42.951Z] #77 154.4 checking whether build environment is sane... yes
03:00:42 [2022-08-22T03:00:42.951Z] #77 154.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
03:00:42 [2022-08-22T03:00:42.951Z] #77 154.5 checking whether make sets $(MAKE)... yes
03:00:42 [2022-08-22T03:00:42.951Z] #77 154.6 checking whether make supports the include directive... yes (GNU style)
03:00:43 [2022-08-22T03:00:43.114Z] #77 149.2 checking how to run the C preprocessor... gcc -E
03:00:43 [2022-08-22T03:00:43.151Z] #77 181.5   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
03:00:43 [2022-08-22T03:00:43.208Z] #77 154.6 checking whether make supports nested variables... yes
03:00:43 [2022-08-22T03:00:43.208Z] #77 154.7 checking whether UID '0' is supported by ustar format... yes
03:00:43 [2022-08-22T03:00:43.208Z] #77 154.7 checking whether GID '0' is supported by ustar format... yes
03:00:43 [2022-08-22T03:00:43.208Z] #77 154.7 checking how to create a ustar tar archive... gnutar
03:00:43 [2022-08-22T03:00:43.407Z] #77 181.7   CC       src/libcrun/libcrun_la-cgroup-utils.lo
03:00:43 [2022-08-22T03:00:43.407Z] #77 182.0   CC       src/libcrun/libcrun_la-criu.lo
03:00:43 [2022-08-22T03:00:43.722Z] #77 154.9 checking dependency style of gcc... 
03:00:43 [2022-08-22T03:00:43.722Z] #77 ...
03:00:43 [2022-08-22T03:00:43.722Z] 
03:00:43 [2022-08-22T03:00:43.722Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
03:00:43 [2022-08-22T03:00:43.722Z] #17 sha256:ccea2b62b67916b9b6892a4436109863b264b12fec2310ab94dd75b537f5d229
03:00:43 [2022-08-22T03:00:43.722Z] #17 1.462 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
03:00:43 [2022-08-22T03:00:43.722Z] #17 DONE 1.6s
03:00:43 [2022-08-22T03:00:43.722Z] 
03:00:43 [2022-08-22T03:00:43.722Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
03:00:43 [2022-08-22T03:00:43.722Z] #18 sha256:9b7f580850957ad0bb8f9ef2bad01882bcaa115ae2dcd7208636b5b7ad2c9dc6
03:00:43 [2022-08-22T03:00:43.855Z] #23 10.85 Collecting yamllint==1.26.1
03:00:43 [2022-08-22T03:00:43.855Z] #23 11.91   Downloading yamllint-1.26.1.tar.gz (126 kB)
03:00:43 [2022-08-22T03:00:43.967Z] #77 182.3   CC       src/libcrun/libcrun_la-custom-handler.lo
03:00:43 [2022-08-22T03:00:43.968Z] #77 182.5   CC       src/libcrun/libcrun_la-linux.lo
03:00:44 [2022-08-22T03:00:44.224Z] #77 182.7   CC       src/libcrun/libcrun_la-seccomp.lo
03:00:44 [2022-08-22T03:00:44.786Z] #23 13.20 Collecting pathspec>=0.5.3
03:00:44 [2022-08-22T03:00:44.786Z] #23 13.21   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
03:00:44 [2022-08-22T03:00:44.786Z] #77 183.1   CC       src/libcrun/libcrun_la-ebpf.lo
03:00:45 [2022-08-22T03:00:45.042Z] #77 183.5   CC       src/libcrun/libcrun_la-error.lo
03:00:45 [2022-08-22T03:00:45.142Z] #18 DONE 1.6s
03:00:45 [2022-08-22T03:00:45.142Z] 
03:00:45 [2022-08-22T03:00:45.142Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
03:00:45 [2022-08-22T03:00:45.142Z] #19 sha256:c435b6f0c56a8a1282389e932e75e2d2d70ae1f088d27b64596099b09def9eba
03:00:45 [2022-08-22T03:00:45.280Z] #77 149.7 checking for ANSI C header files... yes
03:00:45 [2022-08-22T03:00:45.298Z] #77 183.7   CC       src/libcrun/libcrun_la-status.lo
03:00:45 [2022-08-22T03:00:45.350Z] #23 13.67 Collecting pyyaml
03:00:45 [2022-08-22T03:00:45.350Z] #23 13.69   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)
03:00:45 [2022-08-22T03:00:45.350Z] #23 13.75 Building wheels for collected packages: yamllint
03:00:45 [2022-08-22T03:00:45.350Z] #23 13.75   Building wheel for yamllint (setup.py): started
03:00:45 [2022-08-22T03:00:45.554Z] #77 183.9   CC       src/libcrun/libcrun_la-terminal.lo
03:00:45 [2022-08-22T03:00:45.810Z] #77 184.3   CC       src/libcrun/libcrun_la-chroot_realpath.lo
03:00:45 [2022-08-22T03:00:45.849Z] #77 151.6 checking for sys/types.h... yes
03:00:46 [2022-08-22T03:00:46.066Z] #77 184.4   CC       src/libcrun/libcrun_la-signals.lo
03:00:46 [2022-08-22T03:00:46.109Z] #77 152.1 checking for sys/stat.h... yes
03:00:46 [2022-08-22T03:00:46.280Z] #23 14.80   Building wheel for yamllint (setup.py): finished with status 'done'
03:00:46 [2022-08-22T03:00:46.280Z] #23 14.80   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=2e3e4a3f739dd5c7bfb40b45a7a37174b17db8543a75f2111fc018f3f026fc11
03:00:46 [2022-08-22T03:00:46.280Z] #23 14.80   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
03:00:46 [2022-08-22T03:00:46.280Z] #23 14.81 Successfully built yamllint
03:00:46 [2022-08-22T03:00:46.322Z] #77 184.9   CC       src/libcrun/libcrun_la-mount_flags.lo
03:00:46 [2022-08-22T03:00:46.369Z] #77 152.5 checking for stdlib.h... yes
03:00:46 [2022-08-22T03:00:46.538Z] #23 14.83 Installing collected packages: pyyaml, pathspec, yamllint
03:00:46 [2022-08-22T03:00:46.579Z] #77 185.1   CC       src/libcrun/libcrun_la-seccomp_notify.lo
03:00:46 [2022-08-22T03:00:46.795Z] #23 15.30 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
03:00:46 [2022-08-22T03:00:46.835Z] #77 185.3   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
03:00:46 [2022-08-22T03:00:46.939Z] #77 152.7 checking for string.h... yes
03:00:47 [2022-08-22T03:00:47.072Z] #19 DONE 1.6s
03:00:47 [2022-08-22T03:00:47.072Z] 
03:00:47 [2022-08-22T03:00:47.072Z] #20 [dev-systemd-false  6/28] RUN ldconfig
03:00:47 [2022-08-22T03:00:47.072Z] #20 sha256:6a9eb29723672f54f61b1d381cbab2a47cf50514d165fbb1724e889f37a865ad
03:00:47 [2022-08-22T03:00:47.199Z] #77 153.4 checking for memory.h... yes
03:00:47 [2022-08-22T03:00:47.358Z] #23 DONE 15.8s
03:00:47 [2022-08-22T03:00:47.358Z] 
03:00:47 [2022-08-22T03:00:47.358Z] #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
03:00:47 [2022-08-22T03:00:47.358Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:47 [2022-08-22T03:00:47.358Z] #77 ...
03:00:47 [2022-08-22T03:00:47.358Z] 
03:00:47 [2022-08-22T03:00:47.358Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
03:00:47 [2022-08-22T03:00:47.358Z] #27 sha256:03561ae04c9d9024efd28e703c9c7c2d724fe96082bf38ec5a2defc8262eb48f
03:00:47 [2022-08-22T03:00:47.397Z] #77 185.8   CC       src/libcrun/handlers/libcrun_la-krun.lo
03:00:47 [2022-08-22T03:00:47.459Z] #77 153.5 checking for strings.h... yes
03:00:47 [2022-08-22T03:00:47.459Z] #77 153.7 checking for inttypes.h... yes
03:00:47 [2022-08-22T03:00:47.718Z] #77 154.0 checking for stdint.h... yes
03:00:47 [2022-08-22T03:00:47.922Z] #27 DONE 0.5s
03:00:47 [2022-08-22T03:00:47.922Z] 
03:00:47 [2022-08-22T03:00:47.922Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
03:00:47 [2022-08-22T03:00:47.922Z] #32 sha256:fbcc79813b40c13f19bb368165a809f63f0115913c4995a2cebfa04fb885817b
03:00:48 [2022-08-22T03:00:48.237Z] #77 154.3 checking for unistd.h... yes
03:00:48 [2022-08-22T03:00:48.237Z] #77 154.6 checking for dlfcn.h... 
03:00:48 [2022-08-22T03:00:48.237Z] #77 ...
03:00:48 [2022-08-22T03:00:48.237Z] 
03:00:48 [2022-08-22T03:00:48.237Z] #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
03:00:48 [2022-08-22T03:00:48.237Z] #60 sha256:b5eb36348269896be3a3493a098ba5fa9ef145b6335a43f41fa2966a8fc7d252
03:00:48 [2022-08-22T03:00:48.237Z] #60 18.06 + cd /tmp/tmp.akaPGpgHSW/src/github.com/opencontainers/runc
03:00:48 [2022-08-22T03:00:48.325Z] #77 186.8   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
03:00:48 [2022-08-22T03:00:48.438Z] #20 DONE 1.4s
03:00:48 [2022-08-22T03:00:48.438Z] 
03:00:48 [2022-08-22T03:00:48.438Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:00:48 [2022-08-22T03:00:48.438Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:00:48 [2022-08-22T03:00:48.497Z] #60 18.07 + git checkout -q 46a5a8461633d7e7bd62b6943a8f4431909717c4
03:00:48 [2022-08-22T03:00:48.695Z] #21 ...
03:00:48 [2022-08-22T03:00:48.695Z] 
03:00:48 [2022-08-22T03:00:48.695Z] #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
03:00:48 [2022-08-22T03:00:48.695Z] #60 sha256:ef1039dd5da08d1752a681539406f878ea190468277d1e694d0734808719fb06
03:00:48 [2022-08-22T03:00:48.695Z] #60 1.994 + RM_GOPATH=0
03:00:48 [2022-08-22T03:00:48.695Z] #60 1.994 + TMP_GOPATH=
03:00:48 [2022-08-22T03:00:48.695Z] #60 1.994 + : /build
03:00:48 [2022-08-22T03:00:48.695Z] #60 1.994 + '[' -z '' ']'
03:00:48 [2022-08-22T03:00:48.695Z] #60 1.994 ++ mktemp -d
03:00:48 [2022-08-22T03:00:48.695Z] #60 1.994 + export GOPATH=/tmp/tmp.vK1tKXqqyR
03:00:48 [2022-08-22T03:00:48.695Z] #60 1.994 + GOPATH=/tmp/tmp.vK1tKXqqyR
03:00:48 [2022-08-22T03:00:48.695Z] #60 1.994 + RM_GOPATH=1
03:00:48 [2022-08-22T03:00:48.695Z] #60 1.994 + case "$(go env GOARCH)" in
03:00:48 [2022-08-22T03:00:48.695Z] #60 1.994 ++ go env GOARCH
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 Install runc version 46a5a8461633d7e7bd62b6943a8f4431909717c4 (build tags: seccomp)
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 + export GO_BUILDMODE=-buildmode=pie
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 + GO_BUILDMODE=-buildmode=pie
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 ++ dirname /install.sh
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 + dir=/
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 + bin=runc
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 + shift
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 + '[' '!' -f //runc.installer ']'
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 + . //runc.installer
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 ++ set -e
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 ++ : 46a5a8461633d7e7bd62b6943a8f4431909717c4
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 + install_runc
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 + RUNC_BUILDTAGS=seccomp
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 + echo 'Install runc version 46a5a8461633d7e7bd62b6943a8f4431909717c4 (build tags: seccomp)'
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.026 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.vK1tKXqqyR/src/github.com/opencontainers/runc
03:00:48 [2022-08-22T03:00:48.695Z] #60 2.044 Cloning into '/tmp/tmp.vK1tKXqqyR/src/github.com/opencontainers/runc'...
03:00:48 [2022-08-22T03:00:48.695Z] #60 ...
03:00:48 [2022-08-22T03:00:48.695Z] 
03:00:48 [2022-08-22T03:00:48.695Z] #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
03:00:48 [2022-08-22T03:00:48.695Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:48 [2022-08-22T03:00:48.695Z] #77 154.9 checking dependency style of gcc... gcc3
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.3 checking whether to enable maintainer-specific portions of Makefiles... yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.3 checking whether make supports nested variables... (cached) yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.3 checking for gawk... (cached) mawk
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.3 checking for a sed that does not truncate output... (cached) /bin/sed
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.4 checking for gcc... (cached) gcc
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.6 checking whether we are using the GNU C compiler... (cached) yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.6 checking whether gcc accepts -g... (cached) yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.6 checking for gcc option to accept ISO C89... (cached) none needed
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.6 checking whether gcc understands -c and -o together... (cached) yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.6 checking for a Python interpreter with version >= 3... python3
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.7 checking for python3... /usr/bin/python3
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.7 checking for python3 version... 3.9
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.8 checking for python3 platform... linux
03:00:48 [2022-08-22T03:00:48.695Z] #77 155.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
03:00:48 [2022-08-22T03:00:48.695Z] #77 156.3 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
03:00:48 [2022-08-22T03:00:48.695Z] #77 156.6 checking for go-md2man... no
03:00:48 [2022-08-22T03:00:48.695Z] #77 156.7 checking error.h usability... yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 157.0 checking error.h presence... yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 157.2 checking for error.h... yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 157.3 checking linux/openat2.h usability... yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 157.6 checking linux/openat2.h presence... yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 157.8 checking for linux/openat2.h... yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 157.9 checking for copy_file_range... yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 158.4 checking for fgetxattr... yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 158.9 checking for statx... yes
03:00:48 [2022-08-22T03:00:48.695Z] #77 159.4 checking for fgetpwent_r... yes
03:00:48 [2022-08-22T03:00:48.852Z] #32 DONE 0.7s
03:00:48 [2022-08-22T03:00:48.852Z] 
03:00:48 [2022-08-22T03:00:48.852Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
03:00:48 [2022-08-22T03:00:48.852Z] #35 sha256:c866ca7cb52be38e9f74cfc6de6207abfa31f38e77b82688ff2ef5a2e9b0baec
03:00:48 [2022-08-22T03:00:48.887Z] #77 187.1   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
03:00:48 [2022-08-22T03:00:48.887Z] #77 187.3   CC       tests/init.o
03:00:48 [2022-08-22T03:00:48.954Z] #77 159.9 checking for issetugid... no
03:00:48 [2022-08-22T03:00:48.954Z] #77 160.4 checking for pkg-config... /usr/bin/pkg-config
03:00:48 [2022-08-22T03:00:48.954Z] #77 160.4 checking pkg-config is at least version 0.9.0... yes
03:00:49 [2022-08-22T03:00:49.066Z] #60 18.71 + '[' -z '' ']'
03:00:49 [2022-08-22T03:00:49.066Z] #60 18.71 + target=static
03:00:49 [2022-08-22T03:00:49.066Z] #60 18.71 + make BUILDTAGS=seccomp static
03:00:49 [2022-08-22T03:00:49.109Z] #35 DONE 0.5s
03:00:49 [2022-08-22T03:00:49.109Z] 
03:00:49 [2022-08-22T03:00:49.109Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
03:00:49 [2022-08-22T03:00:49.109Z] #37 sha256:0722d99785e10867fce963f7671346f4bd4c17d451c1d09ac2038cf6e9bd6ba4
03:00:49 [2022-08-22T03:00:49.143Z] #77 187.6   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
03:00:49 [2022-08-22T03:00:49.635Z] #60 19.49 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-19-g46a5a846 -X main.version=1.1.3+dev " -o runc .
03:00:49 [2022-08-22T03:00:49.673Z] #37 DONE 0.4s
03:00:49 [2022-08-22T03:00:49.673Z] 
03:00:49 [2022-08-22T03:00:49.673Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
03:00:49 [2022-08-22T03:00:49.673Z] #39 sha256:c30dc1d1c6f4b4398f07229823a393d20e598af1619b3f01df002472bd6babe6
03:00:49 [2022-08-22T03:00:49.673Z] #39 DONE 0.1s
03:00:49 [2022-08-22T03:00:49.673Z] 
03:00:49 [2022-08-22T03:00:49.673Z] #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
03:00:49 [2022-08-22T03:00:49.673Z] #60 sha256:1fd6ae315dd24c17923a6ec4d880ccc9f950725e6cd5e73ba3674a08845d5635
03:00:49 [2022-08-22T03:00:49.673Z] #60 ...
03:00:49 [2022-08-22T03:00:49.673Z] 
03:00:49 [2022-08-22T03:00:49.673Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
03:00:49 [2022-08-22T03:00:49.673Z] #41 sha256:d970f2fd10b6e2bdcbeb979f50f92a5e39edfd3eea784def937bb0407daa7e7a
03:00:49 [2022-08-22T03:00:49.673Z] #41 DONE 0.1s
03:00:49 [2022-08-22T03:00:49.673Z] 
03:00:49 [2022-08-22T03:00:49.673Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
03:00:49 [2022-08-22T03:00:49.673Z] #45 sha256:52d474cb357a71598c33a465c4d18f92f49fea3d96348cda3fe1f45c10d18a5d
03:00:49 [2022-08-22T03:00:49.673Z] #45 DONE 0.1s
03:00:49 [2022-08-22T03:00:49.673Z] 
03:00:49 [2022-08-22T03:00:49.673Z] #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
03:00:49 [2022-08-22T03:00:49.673Z] #60 sha256:1fd6ae315dd24c17923a6ec4d880ccc9f950725e6cd5e73ba3674a08845d5635
03:00:49 [2022-08-22T03:00:49.884Z] #77 160.4 checking for library containing yajl_tree_get... -lyajl
03:00:49 [2022-08-22T03:00:49.884Z] #77 161.2 checking for yajl >= 2.0.0... yes
03:00:49 [2022-08-22T03:00:49.884Z] #77 161.2 checking sys/capability.h usability... yes
03:00:49 [2022-08-22T03:00:49.884Z] #77 161.3 checking sys/capability.h presence... yes
03:00:49 [2022-08-22T03:00:49.884Z] #77 161.4 checking for sys/capability.h... yes
03:00:50 [2022-08-22T03:00:50.204Z] #60 ...
03:00:50 [2022-08-22T03:00:50.204Z] 
03:00:50 [2022-08-22T03:00:50.204Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:00:50 [2022-08-22T03:00:50.204Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:00:50 [2022-08-22T03:00:50.204Z] #21 1.986 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
03:00:50 [2022-08-22T03:00:50.204Z] #21 2.062 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
03:00:50 [2022-08-22T03:00:50.204Z] #21 2.062 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
03:00:50 [2022-08-22T03:00:50.204Z] #21 3.595 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
03:00:50 [2022-08-22T03:00:50.204Z] #21 6.727 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
03:00:50 [2022-08-22T03:00:50.204Z] #21 8.974 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
03:00:50 [2022-08-22T03:00:50.204Z] #21 ...
03:00:50 [2022-08-22T03:00:50.204Z] 
03:00:50 [2022-08-22T03:00:50.204Z] #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
03:00:50 [2022-08-22T03:00:50.204Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:50 [2022-08-22T03:00:50.204Z] #77 154.6 checking for dlfcn.h... yes
03:00:50 [2022-08-22T03:00:50.204Z] #77 154.9 checking for objdir... .libs
03:00:50 [2022-08-22T03:00:50.204Z] #77 156.0 checking if gcc supports -fno-rtti -fno-exceptions... no
03:00:50 [2022-08-22T03:00:50.204Z] #77 156.4 checking for gcc option to produce PIC... -fPIC -DPIC
03:00:50 [2022-08-22T03:00:50.204Z] #77 156.4 checking if gcc PIC flag -fPIC -DPIC works... yes
03:00:51 [2022-08-22T03:00:51.142Z] #77 156.6 checking if gcc static flag -static works... yes
03:00:51 [2022-08-22T03:00:51.142Z] #77 157.5 checking if gcc supports -c -o file.o... yes
03:00:51 [2022-08-22T03:00:51.142Z] #77 157.6 checking if gcc supports -c -o file.o... (cached) yes
03:00:51 [2022-08-22T03:00:51.142Z] #77 157.6 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
03:00:51 [2022-08-22T03:00:51.251Z] #77 161.4 checking for library containing cap_from_name... -lcap
03:00:51 [2022-08-22T03:00:51.712Z] #77 157.6 checking dynamic linker characteristics... GNU/Linux ld.so
03:00:51 [2022-08-22T03:00:51.712Z] #77 158.1 checking how to hardcode library paths into programs... immediate
03:00:51 [2022-08-22T03:00:51.712Z] #77 158.1 checking whether stripping libraries is possible... yes
03:00:51 [2022-08-22T03:00:51.712Z] #77 158.1 checking if libtool supports shared libraries... yes
03:00:51 [2022-08-22T03:00:51.712Z] #77 158.1 checking whether to build shared libraries... no
03:00:51 [2022-08-22T03:00:51.712Z] #77 158.1 checking whether to build static libraries... yes
03:00:51 [2022-08-22T03:00:51.972Z] #77 158.1 checking for a BSD-compatible install... /usr/bin/install -c
03:00:51 [2022-08-22T03:00:51.972Z] #77 158.3 checking whether build environment is sane... yes
03:00:51 [2022-08-22T03:00:51.972Z] #77 158.4 checking for a thread-safe mkdir -p... /bin/mkdir -p
03:00:51 [2022-08-22T03:00:51.972Z] #77 158.4 checking whether make sets $(MAKE)... yes
03:00:52 [2022-08-22T03:00:52.137Z] #84 ...
03:00:52 [2022-08-22T03:00:52.137Z] 
03:00:52 [2022-08-22T03:00:52.137Z] #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
03:00:52 [2022-08-22T03:00:52.137Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
03:00:52 [2022-08-22T03:00:52.137Z] #19 318.1 Selecting previously unselected package gcc-aarch64-linux-gnu.
03:00:52 [2022-08-22T03:00:52.137Z] #19 318.1 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
03:00:52 [2022-08-22T03:00:52.137Z] #19 318.1 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
03:00:52 [2022-08-22T03:00:52.137Z] #19 318.2 Selecting previously unselected package linux-libc-dev-arm64-cross.
03:00:52 [2022-08-22T03:00:52.137Z] #19 318.2 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
03:00:52 [2022-08-22T03:00:52.137Z] #19 318.2 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
03:00:52 [2022-08-22T03:00:52.137Z] #19 319.1 Selecting previously unselected package libc6-dev-arm64-cross.
03:00:52 [2022-08-22T03:00:52.137Z] #19 319.1 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
03:00:52 [2022-08-22T03:00:52.137Z] #19 319.1 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
03:00:52 [2022-08-22T03:00:52.180Z] #77 162.5 checking for library containing dlopen... -ldl
03:00:52 [2022-08-22T03:00:52.231Z] #77 158.5 checking whether make supports the include directive... yes (GNU style)
03:00:52 [2022-08-22T03:00:52.231Z] #77 158.5 checking whether make supports nested variables... yes
03:00:52 [2022-08-22T03:00:52.436Z] #77 163.5 checking seccomp.h usability... yes
03:00:52 [2022-08-22T03:00:52.436Z] #77 163.7 checking seccomp.h presence... yes
03:00:52 [2022-08-22T03:00:52.436Z] #77 163.9 checking for seccomp.h... yes
03:00:52 [2022-08-22T03:00:52.496Z] #77 158.7 checking whether UID '0' is supported by ustar format... yes
03:00:52 [2022-08-22T03:00:52.496Z] #77 158.7 checking whether GID '0' is supported by ustar format... yes
03:00:52 [2022-08-22T03:00:52.496Z] #77 158.7 checking how to create a ustar tar archive... gnutar
03:00:52 [2022-08-22T03:00:52.756Z] #77 158.8 checking dependency style of gcc... gcc3
03:00:52 [2022-08-22T03:00:52.756Z] #77 159.0 checking whether to enable maintainer-specific portions of Makefiles... yes
03:00:52 [2022-08-22T03:00:52.756Z] #77 159.0 checking whether make supports nested variables... (cached) yes
03:00:52 [2022-08-22T03:00:52.756Z] #77 159.0 checking for gawk... (cached) mawk
03:00:52 [2022-08-22T03:00:52.756Z] #77 159.1 checking for a sed that does not truncate output... (cached) /bin/sed
03:00:52 [2022-08-22T03:00:52.756Z] #77 159.1 checking for gcc... (cached) gcc
03:00:53 [2022-08-22T03:00:53.015Z] #77 159.3 checking whether we are using the GNU C compiler... (cached) yes
03:00:53 [2022-08-22T03:00:53.016Z] #77 159.3 checking whether gcc accepts -g... (cached) yes
03:00:53 [2022-08-22T03:00:53.016Z] #77 159.3 checking for gcc option to accept ISO C89... (cached) none needed
03:00:53 [2022-08-22T03:00:53.016Z] #77 159.3 checking whether gcc understands -c and -o together... (cached) yes
03:00:53 [2022-08-22T03:00:53.074Z] #19 320.2 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
03:00:53 [2022-08-22T03:00:53.074Z] #19 320.2 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
03:00:53 [2022-08-22T03:00:53.074Z] #19 320.2 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
03:00:53 [2022-08-22T03:00:53.278Z] #77 159.3 checking for a Python interpreter with version >= 3... python3
03:00:53 [2022-08-22T03:00:53.278Z] #77 159.5 checking for python3... /usr/bin/python3
03:00:53 [2022-08-22T03:00:53.278Z] #77 159.5 checking for python3 version... 3.9
03:00:53 [2022-08-22T03:00:53.537Z] #77 159.7 checking for python3 platform... linux
03:00:53 [2022-08-22T03:00:53.796Z] #77 159.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
03:00:53 [2022-08-22T03:00:53.803Z] #77 163.9 checking for library containing seccomp_rule_add... -lseccomp
03:00:54 [2022-08-22T03:00:54.061Z] #77 165.2 checking for library containing seccomp_arch_resolve_name... none required
03:00:54 [2022-08-22T03:00:54.317Z] #77 165.5 checking systemd/sd-bus.h usability... yes
03:00:54 [2022-08-22T03:00:54.365Z] #77 160.3 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
03:00:54 [2022-08-22T03:00:54.365Z] #77 160.8 checking for go-md2man... no
03:00:54 [2022-08-22T03:00:54.451Z] #19 321.4 Selecting previously unselected package g++-10-aarch64-linux-gnu.
03:00:54 [2022-08-22T03:00:54.452Z] #19 321.4 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
03:00:54 [2022-08-22T03:00:54.452Z] #19 321.4 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
03:00:54 [2022-08-22T03:00:54.574Z] #77 165.9 checking systemd/sd-bus.h presence... yes
03:00:54 [2022-08-22T03:00:54.574Z] #77 166.0 checking for systemd/sd-bus.h... yes
03:00:54 [2022-08-22T03:00:54.883Z] #77 160.8 checking error.h usability... yes
03:00:55 [2022-08-22T03:00:55.137Z] #77 166.0 checking for library containing sd_bus_match_signal_async... -lsystemd
03:00:55 [2022-08-22T03:00:55.143Z] #77 161.3 checking error.h presence... yes
03:00:55 [2022-08-22T03:00:55.143Z] #77 161.4 checking for error.h... yes
03:00:55 [2022-08-22T03:00:55.143Z] #77 ...
03:00:55 [2022-08-22T03:00:55.143Z] 
03:00:55 [2022-08-22T03:00:55.143Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:00:55 [2022-08-22T03:00:55.143Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:00:55 [2022-08-22T03:00:55.143Z] #21 15.03 Fetched 8571 kB in 13s (639 kB/s)
03:00:55 [2022-08-22T03:00:55.393Z] #77 166.7 checking for sd_notify_barrier... yes
03:00:55 [2022-08-22T03:00:55.650Z] #77 167.0 checking linux/bpf.h usability... yes
03:00:55 [2022-08-22T03:00:55.650Z] #77 167.2 checking linux/bpf.h presence... yes
03:00:55 [2022-08-22T03:00:55.650Z] #77 167.3 checking for linux/bpf.h... yes
03:00:55 [2022-08-22T03:00:55.907Z] #77 167.3 checking compilation for eBPF... yes
03:00:56 [2022-08-22T03:00:56.163Z] #77 167.6 checking for criu >= 3.15... no
03:00:56 [2022-08-22T03:00:56.163Z] #77 167.6 configure: CRIU headers not found, building without CRIU support
03:00:56 [2022-08-22T03:00:56.163Z] #77 167.6 checking for criu > 3.16... no
03:00:56 [2022-08-22T03:00:56.163Z] #77 167.7 configure: CRIU version doesn't support join-ns API
03:00:56 [2022-08-22T03:00:56.163Z] #77 167.7 checking for criu > 3.16.1... no
03:00:56 [2022-08-22T03:00:56.419Z] #77 167.7 configure: CRIU version doesn't support for pre-dumping
03:00:56 [2022-08-22T03:00:56.419Z] #77 167.7 checking for new mount API (fsconfig)... yes
03:00:56 [2022-08-22T03:00:56.675Z] #77 168.0 checking for seccomp notify API... yes
03:00:56 [2022-08-22T03:00:56.932Z] #77 168.3 checking for gperf... no
03:00:56 [2022-08-22T03:00:56.932Z] #77 168.3 configure: gperf not found - cannot rebuild signal parser code
03:00:57 [2022-08-22T03:00:57.188Z] #77 168.3 checking for library containing argp_parse... none required
03:00:57 [2022-08-22T03:00:57.751Z] #77 169.0 checking that generated files are newer than configure... done
03:00:57 [2022-08-22T03:00:57.752Z] #77 169.1 configure: creating ./config.status
03:00:57 [2022-08-22T03:00:57.752Z] #77 ...
03:00:57 [2022-08-22T03:00:57.752Z] 
03:00:57 [2022-08-22T03:00:57.752Z] #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
03:00:57 [2022-08-22T03:00:57.752Z] #60 sha256:ef1039dd5da08d1752a681539406f878ea190468277d1e694d0734808719fb06
03:00:58 [2022-08-22T03:00:58.008Z] #60 19.10 Updating files:  90% (1083/1195)
Updating files:  91% (1088/1195)
Updating files:  92% (1100/1195)
Updating files:  93% (1112/1195)
Updating files:  94% (1124/1195)
Updating files:  95% (1136/1195)
Updating files:  96% (1148/1195)
Updating files:  97% (1160/1195)
Updating files:  98% (1172/1195)
Updating files:  99% (1184/1195)
Updating files: 100% (1195/1195)
Updating files: 100% (1195/1195), done.
03:00:58 [2022-08-22T03:00:58.008Z] #60 19.28 + cd /tmp/tmp.vK1tKXqqyR/src/github.com/opencontainers/runc
03:00:58 [2022-08-22T03:00:58.008Z] #60 19.28 + git checkout -q 46a5a8461633d7e7bd62b6943a8f4431909717c4
03:00:58 [2022-08-22T03:00:58.648Z] #19 ...
03:00:58 [2022-08-22T03:00:58.648Z] 
03:00:58 [2022-08-22T03:00:58.648Z] #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
03:00:58 [2022-08-22T03:00:58.648Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:58 [2022-08-22T03:00:58.648Z] #84 282.3   AR       libcrun_testing.a
03:00:58 [2022-08-22T03:00:58.648Z] #84 282.4 ar: `u' modifier ignored since `D' is the default (see `U')
03:00:58 [2022-08-22T03:00:58.648Z] #84 282.6   CCLD     tests/tests_libcrun_utils
03:00:58 [2022-08-22T03:00:58.648Z] #84 282.6   CCLD     tests/tests_libcrun_errors
03:00:58 [2022-08-22T03:00:58.648Z] #84 282.6   CCLD     tests/tests_libcrun_fuzzer
03:00:58 [2022-08-22T03:00:58.937Z] #60 20.29 + '[' -z '' ']'
03:00:58 [2022-08-22T03:00:58.937Z] #60 20.29 + target=static
03:00:58 [2022-08-22T03:00:58.937Z] #60 20.29 + make BUILDTAGS=seccomp static
03:00:59 [2022-08-22T03:00:59.216Z] #84 283.3   CCLD     libcrun.la
03:00:59 [2022-08-22T03:00:59.696Z] #60 ...
03:00:59 [2022-08-22T03:00:59.696Z] 
03:00:59 [2022-08-22T03:00:59.696Z] #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
03:00:59 [2022-08-22T03:00:59.696Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:00:59 [2022-08-22T03:00:59.696Z] #77 191.3   CCLD     libocispec.la
03:00:59 [2022-08-22T03:00:59.696Z] #77 191.7   CCLD     tests/test-1
03:00:59 [2022-08-22T03:00:59.696Z] #77 191.7   CCLD     tests/test-2
03:00:59 [2022-08-22T03:00:59.696Z] #77 191.7   CCLD     src/validate
03:00:59 [2022-08-22T03:00:59.696Z] #77 191.7   CCLD     tests/test-3
03:00:59 [2022-08-22T03:00:59.696Z] #77 191.7   CCLD     tests/test-4
03:00:59 [2022-08-22T03:00:59.696Z] #77 191.8   CCLD     tests/test-5
03:00:59 [2022-08-22T03:00:59.696Z] #77 191.8   CCLD     tests/test-6
03:00:59 [2022-08-22T03:00:59.696Z] #77 191.9   CCLD     tests/test-7
03:00:59 [2022-08-22T03:00:59.696Z] #77 191.9   CCLD     tests/test-8
03:00:59 [2022-08-22T03:00:59.696Z] #77 192.1   CCLD     tests/test-9
03:00:59 [2022-08-22T03:00:59.696Z] #77 192.2   CCLD     tests/test-10
03:00:59 [2022-08-22T03:00:59.696Z] #77 192.3 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
03:00:59 [2022-08-22T03:00:59.696Z] #77 192.3   CCLD     tests/test-11
03:00:59 [2022-08-22T03:00:59.866Z] #60 20.87 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-19-g46a5a846 -X main.version=1.1.3+dev " -o runc .
03:00:59 [2022-08-22T03:00:59.867Z] #60 ...
03:00:59 [2022-08-22T03:00:59.867Z] 
03:00:59 [2022-08-22T03:00:59.867Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:00:59 [2022-08-22T03:00:59.867Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:00:59 [2022-08-22T03:00:59.867Z] #21 1.800 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
03:00:59 [2022-08-22T03:00:59.867Z] #21 1.844 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
03:00:59 [2022-08-22T03:00:59.867Z] #21 2.023 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
03:00:59 [2022-08-22T03:00:59.867Z] #21 3.283 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
03:00:59 [2022-08-22T03:00:59.867Z] #21 5.871 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
03:00:59 [2022-08-22T03:00:59.867Z] #21 7.404 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
03:01:00 [2022-08-22T03:01:00.423Z] #21 15.03 Reading package lists...
03:01:00 [2022-08-22T03:01:00.594Z] #84 284.7   CCLD     crun
03:01:00 [2022-08-22T03:01:00.688Z] #21 20.47 Reading package lists...
03:01:00 [2022-08-22T03:01:00.688Z] #21 ...
03:01:00 [2022-08-22T03:01:00.688Z] 
03:01:00 [2022-08-22T03:01:00.688Z] #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
03:01:00 [2022-08-22T03:01:00.688Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:00 [2022-08-22T03:01:00.688Z] #77 161.4 checking linux/openat2.h usability... yes
03:01:00 [2022-08-22T03:01:00.688Z] #77 161.7 checking linux/openat2.h presence... yes
03:01:00 [2022-08-22T03:01:00.688Z] #77 161.8 checking for linux/openat2.h... yes
03:01:00 [2022-08-22T03:01:00.688Z] #77 162.0 checking for copy_file_range... yes
03:01:00 [2022-08-22T03:01:00.688Z] #77 162.6 checking for fgetxattr... yes
03:01:00 [2022-08-22T03:01:00.688Z] #77 163.3 checking for statx... yes
03:01:00 [2022-08-22T03:01:00.688Z] #77 163.7 checking for fgetpwent_r... yes
03:01:00 [2022-08-22T03:01:00.688Z] #77 164.1 checking for issetugid... no
03:01:00 [2022-08-22T03:01:00.688Z] #77 164.7 checking for pkg-config... /usr/bin/pkg-config
03:01:00 [2022-08-22T03:01:00.688Z] #77 164.7 checking pkg-config is at least version 0.9.0... yes
03:01:00 [2022-08-22T03:01:00.688Z] #77 164.7 checking for library containing yajl_tree_get... -lyajl
03:01:00 [2022-08-22T03:01:00.688Z] #77 165.9 checking for yajl >= 2.0.0... yes
03:01:00 [2022-08-22T03:01:00.688Z] #77 166.0 checking sys/capability.h usability... yes
03:01:00 [2022-08-22T03:01:00.688Z] #77 166.2 checking sys/capability.h presence... yes
03:01:00 [2022-08-22T03:01:00.688Z] #77 166.4 checking for sys/capability.h... yes
03:01:01 [2022-08-22T03:01:01.255Z] #77 166.4 checking for library containing cap_from_name... -lcap
03:01:01 [2022-08-22T03:01:01.531Z] #84 285.5 make[3]: Entering directory '/tmp/crun-build'
03:01:01 [2022-08-22T03:01:01.531Z] #84 285.8  /bin/mkdir -p '/usr/local/share/man/man1'
03:01:01 [2022-08-22T03:01:01.531Z] #84 285.8  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
03:01:01 [2022-08-22T03:01:01.531Z] #84 285.8  /bin/mkdir -p '/usr/local/lib'
03:01:01 [2022-08-22T03:01:01.531Z] #84 285.8  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
03:01:01 [2022-08-22T03:01:01.531Z] #84 285.9 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
03:01:01 [2022-08-22T03:01:01.588Z] #77 194.4 libtool: link: ar cr libocispec.a 
03:01:01 [2022-08-22T03:01:01.791Z] #84 285.9 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
03:01:01 [2022-08-22T03:01:01.791Z] #84 285.9 libtool: install: chmod 644 /usr/local/lib/libcrun.a
03:01:01 [2022-08-22T03:01:01.791Z] #84 285.9 libtool: install: ranlib /usr/local/lib/libcrun.a
03:01:01 [2022-08-22T03:01:01.791Z] #84 286.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
03:01:01 [2022-08-22T03:01:01.844Z] #77 194.5 libtool: link: ranlib libocispec.a
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2 ----------------------------------------------------------------------
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2 Libraries have been installed in:
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2    /usr/local/lib
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2 
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2 If you ever happen to want to link against installed libraries
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2 in a given directory, LIBDIR, you must either use libtool, and
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2 specify the full pathname of the library, or use the '-LLIBDIR'
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2 flag during linking and do at least one of the following:
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2      during execution
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2    - add LIBDIR to the 'LD_RUN_PATH' environment variable
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2      during linking
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2 
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2 See any operating system documentation about shared libraries for
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2 more information, such as the ld(1) and ld.so(8) manual pages.
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2 ----------------------------------------------------------------------
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2  /bin/mkdir -p '/build'
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.2 libtool: install: /usr/bin/install -c crun /build/crun
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.3 make[3]: Leaving directory '/tmp/crun-build'
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.3 make[2]: Leaving directory '/tmp/crun-build'
03:01:02 [2022-08-22T03:01:02.050Z] #84 286.3 make[1]: Leaving directory '/tmp/crun-build'
03:01:02 [2022-08-22T03:01:02.194Z] #77 167.5 checking for library containing dlopen... -ldl
03:01:02 [2022-08-22T03:01:02.386Z] #21 14.26 Fetched 8571 kB in 13s (664 kB/s)
03:01:02 [2022-08-22T03:01:02.453Z] #77 168.5 checking seccomp.h usability... yes
03:01:02 [2022-08-22T03:01:02.453Z] #77 168.8 checking seccomp.h presence... yes
03:01:02 [2022-08-22T03:01:02.453Z] #77 168.9 checking for seccomp.h... yes
03:01:03 [2022-08-22T03:01:03.212Z] #77 195.9 make[5]: Entering directory '/tmp/crun-build/libocispec'
03:01:03 [2022-08-22T03:01:03.212Z] #77 196.0 make[5]: Nothing to be done for 'install-exec-am'.
03:01:03 [2022-08-22T03:01:03.212Z] #77 196.0 make[5]: Nothing to be done for 'install-data-am'.
03:01:03 [2022-08-22T03:01:03.212Z] #77 196.0 make[5]: Leaving directory '/tmp/crun-build/libocispec'
03:01:03 [2022-08-22T03:01:03.212Z] #77 196.0 make[4]: Leaving directory '/tmp/crun-build/libocispec'
03:01:03 [2022-08-22T03:01:03.212Z] #77 196.0 make[3]: Leaving directory '/tmp/crun-build/libocispec'
03:01:03 [2022-08-22T03:01:03.212Z] #77 196.0 make[2]: Leaving directory '/tmp/crun-build/libocispec'
03:01:03 [2022-08-22T03:01:03.212Z] #77 196.0 make[2]: Entering directory '/tmp/crun-build'
03:01:03 [2022-08-22T03:01:03.315Z] #21 14.26 Reading package lists...
03:01:03 [2022-08-22T03:01:03.315Z] #21 ...
03:01:03 [2022-08-22T03:01:03.315Z] 
03:01:03 [2022-08-22T03:01:03.315Z] #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
03:01:03 [2022-08-22T03:01:03.315Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:03 [2022-08-22T03:01:03.315Z] #77 174.9 config.status: creating Makefile
03:01:03 [2022-08-22T03:01:03.390Z] #77 168.9 checking for library containing seccomp_rule_add... -lseccomp
03:01:03 [2022-08-22T03:01:03.468Z] #77 196.1   CC       src/libcrun/libcrun_testing_a-utils.o
03:01:03 [2022-08-22T03:01:03.468Z] #77 196.1   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
03:01:03 [2022-08-22T03:01:03.468Z] #77 196.1   CC       src/libcrun/libcrun_testing_a-container.o
03:01:03 [2022-08-22T03:01:03.468Z] #77 196.1   CC       src/libcrun/libcrun_testing_a-cgroup.o
03:01:03 [2022-08-22T03:01:03.468Z] #77 196.2   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
03:01:03 [2022-08-22T03:01:03.468Z] #77 196.2   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
03:01:03 [2022-08-22T03:01:03.468Z] #77 196.2   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
03:01:03 [2022-08-22T03:01:03.468Z] #77 196.2   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
03:01:03 [2022-08-22T03:01:03.468Z] #77 196.2   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
03:01:03 [2022-08-22T03:01:03.468Z] #77 196.2   CC       src/libcrun/libcrun_testing_a-criu.o
03:01:03 [2022-08-22T03:01:03.468Z] #77 196.3   CC       src/libcrun/libcrun_testing_a-custom-handler.o
03:01:03 [2022-08-22T03:01:03.468Z] #77 196.3   CC       src/libcrun/libcrun_testing_a-linux.o
03:01:03 [2022-08-22T03:01:03.573Z] #77 175.2 config.status: creating rpm/crun.spec
03:01:03 [2022-08-22T03:01:03.655Z] #77 169.7 checking for library containing seccomp_arch_resolve_name... none required
03:01:03 [2022-08-22T03:01:03.724Z] #77 196.4   CC       src/libcrun/libcrun_testing_a-seccomp.o
03:01:03 [2022-08-22T03:01:03.830Z] #77 175.3 config.status: creating config.h
03:01:03 [2022-08-22T03:01:03.830Z] #77 175.4 config.status: executing libtool commands
03:01:03 [2022-08-22T03:01:03.916Z] #77 169.9 checking systemd/sd-bus.h usability... yes
03:01:03 [2022-08-22T03:01:03.981Z] #77 196.5   CC       src/libcrun/libcrun_testing_a-ebpf.o
03:01:03 [2022-08-22T03:01:03.981Z] #77 196.6   CC       src/libcrun/libcrun_testing_a-error.o
03:01:03 [2022-08-22T03:01:03.981Z] #77 196.6   CC       src/libcrun/libcrun_testing_a-status.o
03:01:03 [2022-08-22T03:01:03.981Z] #77 196.7   CC       src/libcrun/libcrun_testing_a-terminal.o
03:01:03 [2022-08-22T03:01:03.981Z] #77 196.7   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
03:01:04 [2022-08-22T03:01:04.086Z] #77 175.6 config.status: executing depfiles commands
03:01:04 [2022-08-22T03:01:04.175Z] #77 170.3 checking systemd/sd-bus.h presence... yes
03:01:04 [2022-08-22T03:01:04.175Z] #77 170.5 checking for systemd/sd-bus.h... yes
03:01:04 [2022-08-22T03:01:04.237Z] #77 196.9   CC       src/libcrun/libcrun_testing_a-signals.o
03:01:04 [2022-08-22T03:01:04.237Z] #77 196.9   CC       src/libcrun/libcrun_testing_a-mount_flags.o
03:01:04 [2022-08-22T03:01:04.237Z] #77 196.9   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
03:01:04 [2022-08-22T03:01:04.237Z] #77 197.0   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
03:01:04 [2022-08-22T03:01:04.492Z] #77 197.3   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
03:01:04 [2022-08-22T03:01:04.646Z] #84 DONE 288.6s
03:01:04 [2022-08-22T03:01:04.646Z] 
03:01:04 [2022-08-22T03:01:04.646Z] #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
03:01:04 [2022-08-22T03:01:04.646Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
03:01:04 [2022-08-22T03:01:04.749Z] #77 197.4   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
03:01:04 [2022-08-22T03:01:04.749Z] #77 197.4   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
03:01:05 [2022-08-22T03:01:05.006Z] #77 197.6   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
03:01:05 [2022-08-22T03:01:05.006Z] #77 197.7   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
03:01:05 [2022-08-22T03:01:05.561Z] #77 170.6 checking for library containing sd_bus_match_signal_async... -lsystemd
03:01:05 [2022-08-22T03:01:05.561Z] #77 171.6 checking for sd_notify_barrier... yes
03:01:05 [2022-08-22T03:01:05.569Z] #77 198.0   CC       src/crun-crun.o
03:01:05 [2022-08-22T03:01:05.569Z] #77 198.2   CC       src/crun-run.o
03:01:05 [2022-08-22T03:01:05.569Z] #77 198.2   CC       src/crun-delete.o
03:01:05 [2022-08-22T03:01:05.569Z] #77 198.3   CC       src/crun-kill.o
03:01:05 [2022-08-22T03:01:05.826Z] #77 198.6   CC       src/crun-pause.o
03:01:06 [2022-08-22T03:01:06.082Z] #77 172.1 checking linux/bpf.h usability... 
03:01:06 [2022-08-22T03:01:06.082Z] #77 ...
03:01:06 [2022-08-22T03:01:06.082Z] 
03:01:06 [2022-08-22T03:01:06.082Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:01:06 [2022-08-22T03:01:06.082Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:01:06 [2022-08-22T03:01:06.082Z] #21 20.47 Reading package lists...
03:01:06 [2022-08-22T03:01:06.082Z] #77 198.6   CC       src/crun-unpause.o
03:01:06 [2022-08-22T03:01:06.082Z] #77 198.7   CC       src/crun-spec.o
03:01:06 [2022-08-22T03:01:06.082Z] #77 198.8   CC       src/crun-exec.o
03:01:06 [2022-08-22T03:01:06.082Z] #77 ...
03:01:06 [2022-08-22T03:01:06.082Z] 
03:01:06 [2022-08-22T03:01:06.082Z] #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
03:01:06 [2022-08-22T03:01:06.082Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
03:01:06 [2022-08-22T03:01:06.082Z] #47 240.0 + dpkg --print-architecture
03:01:06 [2022-08-22T03:01:06.082Z] #47 240.0 + git checkout -q v2.1.0
03:01:06 [2022-08-22T03:01:06.551Z] #19 333.7 Selecting previously unselected package g++-aarch64-linux-gnu.
03:01:06 [2022-08-22T03:01:06.551Z] #19 333.7 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
03:01:06 [2022-08-22T03:01:06.551Z] #19 333.7 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
03:01:06 [2022-08-22T03:01:06.551Z] #19 333.7 Selecting previously unselected package patch.
03:01:06 [2022-08-22T03:01:06.605Z] #77 178.1 === configuring in libocispec (/tmp/crun-build/libocispec)
03:01:06 [2022-08-22T03:01:06.605Z] #77 178.1 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
03:01:06 [2022-08-22T03:01:06.846Z] #19 333.7 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
03:01:06 [2022-08-22T03:01:06.846Z] #19 333.7 Unpacking patch (2.7.6-7) ...
03:01:07 [2022-08-22T03:01:07.013Z] #47 240.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
03:01:07 [2022-08-22T03:01:07.013Z] #47 240.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
03:01:07 [2022-08-22T03:01:07.106Z] #19 334.2 Selecting previously unselected package dpkg-dev.
03:01:07 [2022-08-22T03:01:07.106Z] #19 334.2 Preparing to unpack .../047-dpkg-dev_1.20.11_all.deb ...
03:01:07 [2022-08-22T03:01:07.193Z] #77 205.5   CCLD     tests/init
03:01:07 [2022-08-22T03:01:07.364Z] #19 334.3 Unpacking dpkg-dev (1.20.11) ...
03:01:07 [2022-08-22T03:01:07.364Z] #19 334.6 Selecting previously unselected package libconfig-inifiles-perl.
03:01:07 [2022-08-22T03:01:07.364Z] #19 334.6 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
03:01:07 [2022-08-22T03:01:07.364Z] #19 334.6 Unpacking libconfig-inifiles-perl (3.000003-1) ...
03:01:07 [2022-08-22T03:01:07.460Z] #21 25.99 Building dependency tree...
03:01:07 [2022-08-22T03:01:07.534Z] #77 178.8 checking for gcc... gcc
03:01:07 [2022-08-22T03:01:07.623Z] #19 334.6 Selecting previously unselected package libio-string-perl.
03:01:07 [2022-08-22T03:01:07.623Z] #19 334.6 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
03:01:07 [2022-08-22T03:01:07.623Z] #19 334.6 Unpacking libio-string-perl (1.08-3.1) ...
03:01:07 [2022-08-22T03:01:07.623Z] #19 334.7 Selecting previously unselected package libicu67:amd64.
03:01:07 [2022-08-22T03:01:07.623Z] #19 334.7 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
03:01:07 [2022-08-22T03:01:07.623Z] #19 334.7 Unpacking libicu67:amd64 (67.1-7) ...
03:01:08 [2022-08-22T03:01:08.100Z] #77 179.0 checking whether the C compiler works... yes
03:01:08 [2022-08-22T03:01:08.100Z] #77 179.4 checking for C compiler default output file name... a.out
03:01:08 [2022-08-22T03:01:08.360Z] #77 179.4 checking for suffix of executables... 
03:01:08 [2022-08-22T03:01:08.617Z] #77 179.7 checking whether we are cross compiling... no
03:01:08 [2022-08-22T03:01:08.818Z] #19 335.8 Selecting previously unselected package libxml2:amd64.
03:01:08 [2022-08-22T03:01:08.818Z] #19 335.8 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
03:01:08 [2022-08-22T03:01:08.818Z] #19 335.8 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
03:01:08 [2022-08-22T03:01:08.818Z] #19 335.9 Selecting previously unselected package libxml-namespacesupport-perl.
03:01:08 [2022-08-22T03:01:08.818Z] #19 335.9 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
03:01:08 [2022-08-22T03:01:08.818Z] #19 335.9 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
03:01:08 [2022-08-22T03:01:08.818Z] #19 336.0 Selecting previously unselected package libxml-sax-base-perl.
03:01:08 [2022-08-22T03:01:08.818Z] #19 336.0 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
03:01:08 [2022-08-22T03:01:08.818Z] #19 336.0 Unpacking libxml-sax-base-perl (1.09-1.1) ...
03:01:08 [2022-08-22T03:01:08.818Z] #19 336.0 Selecting previously unselected package libxml-sax-perl.
03:01:08 [2022-08-22T03:01:08.818Z] #19 336.0 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
03:01:08 [2022-08-22T03:01:08.889Z] #77 180.0 checking for suffix of object files... o
03:01:08 [2022-08-22T03:01:08.889Z] #77 180.2 checking whether we are using the GNU C compiler... yes
03:01:09 [2022-08-22T03:01:09.077Z] #19 336.0 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
03:01:09 [2022-08-22T03:01:09.077Z] #19 336.1 Selecting previously unselected package libxml-libxml-perl.
03:01:09 [2022-08-22T03:01:09.077Z] #19 336.1 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
03:01:09 [2022-08-22T03:01:09.077Z] #19 336.1 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
03:01:09 [2022-08-22T03:01:09.077Z] #19 336.2 Selecting previously unselected package libxml-simple-perl.
03:01:09 [2022-08-22T03:01:09.077Z] #19 336.2 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
03:01:09 [2022-08-22T03:01:09.077Z] #19 336.2 Unpacking libxml-simple-perl (2.25-1) ...
03:01:09 [2022-08-22T03:01:09.077Z] #19 336.3 Selecting previously unselected package libyaml-perl.
03:01:09 [2022-08-22T03:01:09.077Z] #19 336.3 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
03:01:09 [2022-08-22T03:01:09.077Z] #19 336.3 Unpacking libyaml-perl (1.30-1) ...
03:01:09 [2022-08-22T03:01:09.149Z] #77 180.5 checking whether gcc accepts -g... yes
03:01:09 [2022-08-22T03:01:09.336Z] #19 336.3 Selecting previously unselected package libconfig-auto-perl.
03:01:09 [2022-08-22T03:01:09.336Z] #19 336.3 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
03:01:09 [2022-08-22T03:01:09.336Z] #19 336.3 Unpacking libconfig-auto-perl (0.44-1.1) ...
03:01:09 [2022-08-22T03:01:09.336Z] #19 336.4 Selecting previously unselected package libfile-which-perl.
03:01:09 [2022-08-22T03:01:09.336Z] #19 336.4 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
03:01:09 [2022-08-22T03:01:09.336Z] #19 336.4 Unpacking libfile-which-perl (1.23-1) ...
03:01:09 [2022-08-22T03:01:09.336Z] #19 336.4 Selecting previously unselected package libfile-homedir-perl.
03:01:09 [2022-08-22T03:01:09.336Z] #19 336.4 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
03:01:09 [2022-08-22T03:01:09.336Z] #19 336.4 Unpacking libfile-homedir-perl (1.006-1) ...
03:01:09 [2022-08-22T03:01:09.336Z] #19 336.5 Selecting previously unselected package libdebian-dpkgcross-perl.
03:01:09 [2022-08-22T03:01:09.336Z] #19 336.5 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
03:01:09 [2022-08-22T03:01:09.336Z] #19 336.5 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
03:01:09 [2022-08-22T03:01:09.595Z] #19 336.5 Selecting previously unselected package dpkg-cross.
03:01:09 [2022-08-22T03:01:09.595Z] #19 336.5 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
03:01:09 [2022-08-22T03:01:09.595Z] #19 336.5 Unpacking dpkg-cross (2.6.18+nmu1) ...
03:01:09 [2022-08-22T03:01:09.595Z] #19 336.6 Selecting previously unselected package crossbuild-essential-arm64.
03:01:09 [2022-08-22T03:01:09.595Z] #19 336.6 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
03:01:09 [2022-08-22T03:01:09.595Z] #19 336.6 Unpacking crossbuild-essential-arm64 (12.9) ...
03:01:09 [2022-08-22T03:01:09.595Z] #19 336.6 Selecting previously unselected package libc6-armel-cross.
03:01:09 [2022-08-22T03:01:09.595Z] #19 336.6 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
03:01:09 [2022-08-22T03:01:09.595Z] #19 336.6 Unpacking libc6-armel-cross (2.31-9cross4) ...
03:01:09 [2022-08-22T03:01:09.711Z] #77 180.7 checking for gcc option to accept ISO C89... none needed
03:01:09 [2022-08-22T03:01:09.854Z] #19 336.8 Selecting previously unselected package libgcc-s1-armel-cross.
03:01:09 [2022-08-22T03:01:09.854Z] #19 336.8 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
03:01:09 [2022-08-22T03:01:09.854Z] #19 336.8 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
03:01:09 [2022-08-22T03:01:09.854Z] #19 336.8 Selecting previously unselected package libgomp1-armel-cross.
03:01:09 [2022-08-22T03:01:09.854Z] #19 336.9 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
03:01:09 [2022-08-22T03:01:09.854Z] #19 336.9 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
03:01:09 [2022-08-22T03:01:09.854Z] #19 336.9 Selecting previously unselected package libatomic1-armel-cross.
03:01:09 [2022-08-22T03:01:09.854Z] #19 336.9 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
03:01:09 [2022-08-22T03:01:09.854Z] #19 336.9 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
03:01:09 [2022-08-22T03:01:09.854Z] #19 336.9 Selecting previously unselected package libasan6-armel-cross.
03:01:09 [2022-08-22T03:01:09.854Z] #19 336.9 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
03:01:09 [2022-08-22T03:01:09.854Z] #19 336.9 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
03:01:09 [2022-08-22T03:01:09.967Z] #77 181.0 checking whether gcc understands -c and -o together... yes
03:01:09 [2022-08-22T03:01:09.997Z] #21 ...
03:01:09 [2022-08-22T03:01:09.997Z] 
03:01:09 [2022-08-22T03:01:09.997Z] #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
03:01:09 [2022-08-22T03:01:09.997Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
03:01:09 [2022-08-22T03:01:09.997Z] #34 DONE 251.6s
03:01:09 [2022-08-22T03:01:09.997Z] 
03:01:09 [2022-08-22T03:01:09.998Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:01:09 [2022-08-22T03:01:09.998Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.82 The following additional packages will be installed:
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.83   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libicu67
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.83   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.83   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.83   libxtables12 python-pip-whl python3-distutils python3-lib2to3
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.83   python3-pkg-resources systemd vim-runtime xxd
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.84 Suggested packages:
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.84   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.84   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.84   ctags vim-doc vim-scripts xfsdump acl attr quota
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.84 Recommended packages:
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.84   libatm1 nftables libpam-cap build-essential python3-dev dbus
03:01:09 [2022-08-22T03:01:09.998Z] #21 29.84   systemd-timesyncd | time-daemon unzip
03:01:10 [2022-08-22T03:01:10.114Z] #19 337.3 Selecting previously unselected package libstdc++6-armel-cross.
03:01:10 [2022-08-22T03:01:10.114Z] #19 337.3 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
03:01:10 [2022-08-22T03:01:10.114Z] #19 337.3 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
03:01:10 [2022-08-22T03:01:10.223Z] #77 181.4 checking how to run the C preprocessor... gcc -E
03:01:10 [2022-08-22T03:01:10.372Z] #19 337.4 Selecting previously unselected package libubsan1-armel-cross.
03:01:10 [2022-08-22T03:01:10.372Z] #19 337.4 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
03:01:10 [2022-08-22T03:01:10.372Z] #19 337.4 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
03:01:10 [2022-08-22T03:01:10.372Z] #19 337.5 Selecting previously unselected package libgcc-10-dev-armel-cross.
03:01:10 [2022-08-22T03:01:10.372Z] #19 337.5 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
03:01:10 [2022-08-22T03:01:10.372Z] #19 337.5 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
03:01:10 [2022-08-22T03:01:10.479Z] #77 182.1 checking for grep that handles long lines and -e... /bin/grep
03:01:10 [2022-08-22T03:01:10.631Z] #19 337.7 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
03:01:10 [2022-08-22T03:01:10.631Z] #19 337.7 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
03:01:10 [2022-08-22T03:01:10.631Z] #19 337.7 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
03:01:10 [2022-08-22T03:01:10.735Z] #77 182.1 checking for egrep... /bin/grep -E
03:01:12 [2022-08-22T03:01:12.102Z] #77 182.2 checking for ANSI C header files... yes
03:01:12 [2022-08-22T03:01:12.102Z] #77 183.4 checking for sys/types.h... yes
03:01:12 [2022-08-22T03:01:12.532Z] #21 32.30 The following NEW packages will be installed:
03:01:12 [2022-08-22T03:01:12.532Z] #21 32.32   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
03:01:12 [2022-08-22T03:01:12.532Z] #21 32.33   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
03:01:12 [2022-08-22T03:01:12.532Z] #21 32.33   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2
03:01:12 [2022-08-22T03:01:12.532Z] #21 32.33   libmicrohttpd12 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
03:01:12 [2022-08-22T03:01:12.532Z] #21 32.33   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
03:01:12 [2022-08-22T03:01:12.532Z] #21 32.33   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
03:01:12 [2022-08-22T03:01:12.532Z] #21 32.33   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
03:01:12 [2022-08-22T03:01:12.532Z] #21 32.33   systemd systemd-journal-remote thin-provisioning-tools uidmap vim vim-common
03:01:12 [2022-08-22T03:01:12.532Z] #21 32.34   vim-runtime xfsprogs xxd xz-utils zip zstd
03:01:12 [2022-08-22T03:01:12.791Z] #21 32.79 0 upgraded, 56 newly installed, 0 to remove and 8 not upgraded.
03:01:12 [2022-08-22T03:01:12.791Z] #21 32.79 Need to get 32.8 MB of archives.
03:01:12 [2022-08-22T03:01:12.791Z] #21 32.79 After this operation, 124 MB of additional disk space will be used.
03:01:12 [2022-08-22T03:01:12.791Z] #21 32.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
03:01:12 [2022-08-22T03:01:12.791Z] #21 32.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
03:01:12 [2022-08-22T03:01:12.791Z] #21 32.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
03:01:12 [2022-08-22T03:01:12.791Z] #21 32.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
03:01:12 [2022-08-22T03:01:12.791Z] #21 32.80 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
03:01:12 [2022-08-22T03:01:12.791Z] #21 32.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
03:01:12 [2022-08-22T03:01:12.791Z] #21 32.80 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
03:01:12 [2022-08-22T03:01:12.922Z] #77 183.9 checking for sys/stat.h... yes
03:01:13 [2022-08-22T03:01:13.050Z] #21 33.11 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
03:01:13 [2022-08-22T03:01:13.050Z] #21 33.11 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
03:01:13 [2022-08-22T03:01:13.050Z] #21 33.11 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
03:01:13 [2022-08-22T03:01:13.050Z] #21 33.11 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
03:01:13 [2022-08-22T03:01:13.050Z] #21 33.12 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
03:01:13 [2022-08-22T03:01:13.179Z] #77 184.3 checking for stdlib.h... yes
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.13 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.14 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.19 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.21 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.22 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.24 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.25 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.30 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.31 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.32 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.32 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.32 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
03:01:13 [2022-08-22T03:01:13.309Z] #21 33.34 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
03:01:13 [2022-08-22T03:01:13.435Z] #77 184.6 checking for string.h... yes
03:01:13 [2022-08-22T03:01:13.558Z] #47 ...
03:01:13 [2022-08-22T03:01:13.558Z] 
03:01:13 [2022-08-22T03:01:13.558Z] #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
03:01:13 [2022-08-22T03:01:13.558Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:13 [2022-08-22T03:01:13.558Z] #77 198.9   CC       src/crun-list.o
03:01:13 [2022-08-22T03:01:13.558Z] #77 199.1   CC       src/crun-create.o
03:01:13 [2022-08-22T03:01:13.558Z] #77 199.2   CC       src/crun-start.o
03:01:13 [2022-08-22T03:01:13.558Z] #77 199.4   CC       src/crun-state.o
03:01:13 [2022-08-22T03:01:13.558Z] #77 199.6   CC       src/crun-update.o
03:01:13 [2022-08-22T03:01:13.558Z] #77 199.7   CC       src/crun-ps.o
03:01:13 [2022-08-22T03:01:13.558Z] #77 200.0   CC       src/crun-checkpoint.o
03:01:13 [2022-08-22T03:01:13.558Z] #77 200.1   CC       src/crun-restore.o
03:01:13 [2022-08-22T03:01:13.558Z] #77 200.3   CC       src/libcrun/libcrun_la-utils.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 200.5   CC       src/libcrun/libcrun_la-cloned_binary.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 200.7   CC       src/libcrun/libcrun_la-container.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 200.8   CC       src/libcrun/libcrun_la-cgroup.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 200.9   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 201.1   CC       src/libcrun/libcrun_la-cgroup-resources.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 201.3   CC       src/libcrun/libcrun_la-cgroup-setup.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 201.8   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 202.0   CC       src/libcrun/libcrun_la-cgroup-utils.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 202.2   CC       src/libcrun/libcrun_la-criu.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 202.4   CC       src/libcrun/libcrun_la-custom-handler.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 202.7   CC       src/libcrun/libcrun_la-linux.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 203.0   CC       src/libcrun/libcrun_la-seccomp.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 203.2   CC       src/libcrun/libcrun_la-ebpf.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 203.3   CC       src/libcrun/libcrun_la-error.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 203.4   CC       src/libcrun/libcrun_la-status.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 203.9   CC       src/libcrun/libcrun_la-terminal.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 204.0   CC       src/libcrun/libcrun_la-chroot_realpath.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 204.2   CC       src/libcrun/libcrun_la-signals.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 204.7   CC       src/libcrun/libcrun_la-mount_flags.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 205.4   CC       src/libcrun/libcrun_la-seccomp_notify.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 205.7   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
03:01:13 [2022-08-22T03:01:13.558Z] #77 206.0   CC       src/libcrun/handlers/libcrun_la-krun.lo
03:01:13 [2022-08-22T03:01:13.570Z] #21 33.37 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
03:01:13 [2022-08-22T03:01:13.570Z] #21 33.39 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
03:01:13 [2022-08-22T03:01:13.570Z] #21 33.42 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
03:01:13 [2022-08-22T03:01:13.570Z] #21 33.42 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
03:01:13 [2022-08-22T03:01:13.570Z] #21 33.42 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
03:01:13 [2022-08-22T03:01:13.570Z] #21 33.42 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
03:01:13 [2022-08-22T03:01:13.692Z] #77 185.0 checking for memory.h... yes
03:01:13 [2022-08-22T03:01:13.815Z] #77 206.5   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
03:01:13 [2022-08-22T03:01:13.828Z] #21 ...
03:01:13 [2022-08-22T03:01:13.828Z] 
03:01:13 [2022-08-22T03:01:13.828Z] #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
03:01:13 [2022-08-22T03:01:13.828Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 Delve is a source level debugger for Go programs.
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 Delve enables you to interact with your program by controlling the execution of the process,
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 Pass flags to the program you are debugging using `--`, for example:
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 `dlv exec ./hello -- server --config conf/config.toml`
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 Usage:
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5   dlv [command]
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5 Available Commands:
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5   attach      Attach to running process and begin debugging.
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5   connect     Connect to a headless debug server with a terminal client.
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5   core        Examine a core dump.
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5   debug       Compile and begin debugging main package in current directory, or the package specified.
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5   exec        Execute a precompiled binary, and begin a debug session.
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5   help        Help about any command
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5   run         Deprecated command. Use 'debug' instead.
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5   test        Compile test binary and begin debugging program.
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5   trace       Compile and begin tracing program.
03:01:13 [2022-08-22T03:01:13.828Z] #36 255.5   version     Prints version.
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5 
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5 Flags:
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.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)
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.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)
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5       --disable-aslr                     Disables address space randomization
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5   -h, --help                             help for dlv
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5       --init string                      Init file, executed by the terminal client.
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5       --log                              Enable debugging server logging.
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5       --wd string                        Working directory for running the program.
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5 
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5 Additional help topics:
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5   dlv backend  Help about the --backend flag.
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5   dlv log      Help about logging flags.
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5   dlv redirect Help about file redirection.
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5 
03:01:13 [2022-08-22T03:01:13.829Z] #36 255.5 Use "dlv [command] --help" for more information about a command.
03:01:13 [2022-08-22T03:01:13.829Z] #36 DONE 255.8s
03:01:13 [2022-08-22T03:01:13.829Z] 
03:01:13 [2022-08-22T03:01:13.829Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:01:13 [2022-08-22T03:01:13.829Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:01:13 [2022-08-22T03:01:13.829Z] #21 33.86 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
03:01:13 [2022-08-22T03:01:13.829Z] #21 33.86 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmicrohttpd12 amd64 0.9.72-2 [109 kB]
03:01:13 [2022-08-22T03:01:13.829Z] #21 33.86 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
03:01:13 [2022-08-22T03:01:13.829Z] #21 33.87 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
03:01:13 [2022-08-22T03:01:13.829Z] #21 33.87 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
03:01:13 [2022-08-22T03:01:13.829Z] #21 33.87 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
03:01:13 [2022-08-22T03:01:13.829Z] #21 33.87 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
03:01:13 [2022-08-22T03:01:13.829Z] #21 33.89 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
03:01:13 [2022-08-22T03:01:13.829Z] #21 33.90 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
03:01:13 [2022-08-22T03:01:13.919Z] #19 ...
03:01:13 [2022-08-22T03:01:13.919Z] 
03:01:13 [2022-08-22T03:01:13.919Z] #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
03:01:13 [2022-08-22T03:01:13.919Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
03:01:13 [2022-08-22T03:01:13.919Z] #62 353.8 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
03:01:13 [2022-08-22T03:01:13.919Z] #62 DONE 354.2s
03:01:13 [2022-08-22T03:01:13.919Z] 
03:01:13 [2022-08-22T03:01:13.919Z] #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
03:01:13 [2022-08-22T03:01:13.919Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407
03:01:13 [2022-08-22T03:01:13.949Z] #77 185.2 checking for strings.h... yes
03:01:14 [2022-08-22T03:01:14.072Z] #77 206.9   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
03:01:14 [2022-08-22T03:01:14.088Z] #21 33.97 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
03:01:14 [2022-08-22T03:01:14.088Z] #21 33.97 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
03:01:14 [2022-08-22T03:01:14.088Z] #21 33.97 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
03:01:14 [2022-08-22T03:01:14.088Z] #21 33.99 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
03:01:14 [2022-08-22T03:01:14.088Z] #21 34.02 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
03:01:14 [2022-08-22T03:01:14.088Z] #21 34.02 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
03:01:14 [2022-08-22T03:01:14.088Z] #21 34.04 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
03:01:14 [2022-08-22T03:01:14.088Z] #21 34.08 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-journal-remote amd64 247.3-7 [165 kB]
03:01:14 [2022-08-22T03:01:14.205Z] #77 185.4 checking for inttypes.h... yes
03:01:14 [2022-08-22T03:01:14.205Z] #77 185.6 checking for stdint.h... yes
03:01:14 [2022-08-22T03:01:14.349Z] #21 34.09 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
03:01:14 [2022-08-22T03:01:14.349Z] #21 34.11 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
03:01:14 [2022-08-22T03:01:14.349Z] #21 34.12 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
03:01:14 [2022-08-22T03:01:14.349Z] #21 34.43 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
03:01:14 [2022-08-22T03:01:14.349Z] #21 34.48 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
03:01:14 [2022-08-22T03:01:14.609Z] #21 34.53 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
03:01:14 [2022-08-22T03:01:14.609Z] #21 34.54 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
03:01:14 [2022-08-22T03:01:14.718Z] #77 185.9 checking for unistd.h... yes
03:01:14 [2022-08-22T03:01:14.974Z] #77 186.2 checking minix/config.h usability... no
03:01:14 [2022-08-22T03:01:14.974Z] #77 186.4 checking minix/config.h presence... no
03:01:14 [2022-08-22T03:01:14.974Z] #77 186.5 checking for minix/config.h... no
03:01:15 [2022-08-22T03:01:15.001Z] #77 207.5   CC       tests/init.o
03:01:15 [2022-08-22T03:01:15.001Z] #77 207.6   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
03:01:15 [2022-08-22T03:01:15.231Z] #77 186.5 checking whether it is safe to define __EXTENSIONS__... yes
03:01:15 [2022-08-22T03:01:15.488Z] #77 186.7 checking build system type... x86_64-pc-linux-gnu
03:01:15 [2022-08-22T03:01:15.488Z] #77 187.0 checking host system type... x86_64-pc-linux-gnu
03:01:15 [2022-08-22T03:01:15.488Z] #77 187.0 checking how to print strings... printf
03:01:15 [2022-08-22T03:01:15.488Z] #77 187.1 checking for a sed that does not truncate output... /bin/sed
03:01:15 [2022-08-22T03:01:15.488Z] #77 187.1 checking for fgrep... /bin/grep -F
03:01:15 [2022-08-22T03:01:15.488Z] #77 187.1 checking for ld used by gcc... /usr/bin/ld
03:01:15 [2022-08-22T03:01:15.488Z] #77 187.1 checking if the linker (/usr/bin/ld) is GNU ld... yes
03:01:15 [2022-08-22T03:01:15.488Z] #77 187.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
03:01:15 [2022-08-22T03:01:15.547Z] #21 35.66 debconf: delaying package configuration, since apt-utils is not installed
03:01:15 [2022-08-22T03:01:15.744Z] #77 187.2 checking the name lister (/usr/bin/nm -B) interface... BSD nm
03:01:15 [2022-08-22T03:01:15.745Z] #77 187.3 checking whether ln -s works... yes
03:01:15 [2022-08-22T03:01:15.745Z] #77 187.3 checking the maximum length of command line arguments... 1572864
03:01:15 [2022-08-22T03:01:15.745Z] #77 187.3 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
03:01:15 [2022-08-22T03:01:15.745Z] #77 187.3 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
03:01:15 [2022-08-22T03:01:15.745Z] #77 187.3 checking for /usr/bin/ld option to reload object files... -r
03:01:15 [2022-08-22T03:01:15.745Z] #77 187.3 checking for objdump... objdump
03:01:15 [2022-08-22T03:01:15.745Z] #77 187.3 checking how to recognize dependent libraries... pass_all
03:01:15 [2022-08-22T03:01:15.745Z] #77 187.3 checking for dlltool... no
03:01:15 [2022-08-22T03:01:15.745Z] #77 187.3 checking how to associate runtime and link libraries... printf %s\n
03:01:15 [2022-08-22T03:01:15.745Z] #77 187.3 checking for ar... ar
03:01:15 [2022-08-22T03:01:15.809Z] #21 35.91 Fetched 32.8 MB in 2s (15.2 MB/s)
03:01:16 [2022-08-22T03:01:16.001Z] #77 187.3 checking for archiver @FILE support... @
03:01:16 [2022-08-22T03:01:16.001Z] #77 187.5 checking for strip... strip
03:01:16 [2022-08-22T03:01:16.001Z] #77 187.5 checking for ranlib... ranlib
03:01:16 [2022-08-22T03:01:16.001Z] #77 187.5 checking for gawk... no
03:01:16 [2022-08-22T03:01:16.001Z] #77 187.5 checking for mawk... mawk
03:01:16 [2022-08-22T03:01:16.068Z] #21 36.11 Selecting previously unselected package libcap2:amd64.
03:01:16 [2022-08-22T03:01:16.068Z] #21 36.11 (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%
03:01:16 [2022-08-22T03:01:16.068Z] #21 ...
03:01:16 [2022-08-22T03:01:16.068Z] 
03:01:16 [2022-08-22T03:01:16.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
03:01:16 [2022-08-22T03:01:16.068Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:16 [2022-08-22T03:01:16.068Z] #77 172.1 checking linux/bpf.h usability... yes
03:01:16 [2022-08-22T03:01:16.068Z] #77 172.5 checking linux/bpf.h presence... yes
03:01:16 [2022-08-22T03:01:16.068Z] #77 172.7 checking for linux/bpf.h... yes
03:01:16 [2022-08-22T03:01:16.068Z] #77 172.7 checking compilation for eBPF... yes
03:01:16 [2022-08-22T03:01:16.068Z] #77 172.9 checking for criu >= 3.15... no
03:01:16 [2022-08-22T03:01:16.068Z] #77 173.1 configure: CRIU headers not found, building without CRIU support
03:01:16 [2022-08-22T03:01:16.068Z] #77 173.1 checking for criu > 3.16... no
03:01:16 [2022-08-22T03:01:16.068Z] #77 173.1 configure: CRIU version doesn't support join-ns API
03:01:16 [2022-08-22T03:01:16.068Z] #77 173.1 checking for criu > 3.16.1... no
03:01:16 [2022-08-22T03:01:16.068Z] #77 173.2 configure: CRIU version doesn't support for pre-dumping
03:01:16 [2022-08-22T03:01:16.068Z] #77 173.2 checking for new mount API (fsconfig)... yes
03:01:16 [2022-08-22T03:01:16.068Z] #77 173.5 checking for seccomp notify API... yes
03:01:16 [2022-08-22T03:01:16.068Z] #77 173.7 checking for gperf... no
03:01:16 [2022-08-22T03:01:16.068Z] #77 173.7 configure: gperf not found - cannot rebuild signal parser code
03:01:16 [2022-08-22T03:01:16.068Z] #77 173.7 checking for library containing argp_parse... none required
03:01:16 [2022-08-22T03:01:16.068Z] #77 174.6 checking that generated files are newer than configure... done
03:01:16 [2022-08-22T03:01:16.068Z] #77 174.6 configure: creating ./config.status
03:01:16 [2022-08-22T03:01:16.068Z] #77 179.4 config.status: creating Makefile
03:01:16 [2022-08-22T03:01:16.068Z] #77 179.7 config.status: creating rpm/crun.spec
03:01:16 [2022-08-22T03:01:16.068Z] #77 180.0 config.status: creating config.h
03:01:16 [2022-08-22T03:01:16.068Z] #77 180.1 config.status: executing libtool commands
03:01:16 [2022-08-22T03:01:16.068Z] #77 180.2 config.status: executing depfiles commands
03:01:16 [2022-08-22T03:01:16.068Z] #77 182.5 === configuring in libocispec (/tmp/crun-build/libocispec)
03:01:16 [2022-08-22T03:01:16.068Z] #77 182.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
03:01:16 [2022-08-22T03:01:16.327Z] #77 ...
03:01:16 [2022-08-22T03:01:16.327Z] 
03:01:16 [2022-08-22T03:01:16.327Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:01:16 [2022-08-22T03:01:16.327Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:01:16 [2022-08-22T03:01:16.327Z] #21 36.11 (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.)
03:01:16 [2022-08-22T03:01:16.327Z] #21 36.22 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
03:01:16 [2022-08-22T03:01:16.327Z] #21 36.25 Unpacking libcap2:amd64 (1:2.44-1) ...
03:01:16 [2022-08-22T03:01:16.327Z] #21 36.37 Selecting previously unselected package libargon2-1:amd64.
03:01:16 [2022-08-22T03:01:16.327Z] #21 36.40 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_amd64.deb ...
03:01:16 [2022-08-22T03:01:16.327Z] #21 36.43 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
03:01:16 [2022-08-22T03:01:16.449Z] #19 343.5 Selecting previously unselected package gcc-arm-linux-gnueabi.
03:01:16 [2022-08-22T03:01:16.449Z] #19 343.5 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
03:01:16 [2022-08-22T03:01:16.449Z] #19 343.5 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
03:01:16 [2022-08-22T03:01:16.449Z] #19 343.5 Selecting previously unselected package linux-libc-dev-armel-cross.
03:01:16 [2022-08-22T03:01:16.449Z] #19 343.5 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
03:01:16 [2022-08-22T03:01:16.449Z] #19 343.5 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
03:01:16 [2022-08-22T03:01:16.565Z] #77 187.5 checking command to parse /usr/bin/nm -B output from gcc object... ok
03:01:16 [2022-08-22T03:01:16.565Z] #77 188.0 checking for sysroot... no
03:01:16 [2022-08-22T03:01:16.565Z] #77 188.0 checking for a working dd... /bin/dd
03:01:16 [2022-08-22T03:01:16.565Z] #77 188.1 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
03:01:16 [2022-08-22T03:01:16.707Z] #19 343.7 Selecting previously unselected package libc6-dev-armel-cross.
03:01:16 [2022-08-22T03:01:16.708Z] #19 343.7 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
03:01:16 [2022-08-22T03:01:16.708Z] #19 343.7 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
03:01:16 [2022-08-22T03:01:16.708Z] #19 343.9 Selecting previously unselected package libstdc++-10-dev-armel-cross.
03:01:16 [2022-08-22T03:01:16.708Z] #19 343.9 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
03:01:16 [2022-08-22T03:01:16.822Z] #77 188.2 checking for mt... no
03:01:16 [2022-08-22T03:01:16.822Z] #77 188.2 checking if : is a manifest tool... no
03:01:16 [2022-08-22T03:01:16.822Z] #77 188.2 checking for dlfcn.h... yes
03:01:16 [2022-08-22T03:01:16.895Z] #21 36.62 Selecting previously unselected package libjson-c5:amd64.
03:01:16 [2022-08-22T03:01:16.895Z] #21 36.63 Preparing to unpack .../02-libjson-c5_0.15-2_amd64.deb ...
03:01:16 [2022-08-22T03:01:16.895Z] #21 36.65 Unpacking libjson-c5:amd64 (0.15-2) ...
03:01:16 [2022-08-22T03:01:16.895Z] #21 36.73 Selecting previously unselected package libcryptsetup12:amd64.
03:01:16 [2022-08-22T03:01:16.895Z] #21 36.75 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
03:01:16 [2022-08-22T03:01:16.895Z] #21 36.76 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
03:01:16 [2022-08-22T03:01:16.966Z] #19 343.9 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
03:01:16 [2022-08-22T03:01:16.966Z] #19 344.2 Selecting previously unselected package g++-10-arm-linux-gnueabi.
03:01:16 [2022-08-22T03:01:16.966Z] #19 344.2 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
03:01:17 [2022-08-22T03:01:17.078Z] #77 188.5 checking for objdir... .libs
03:01:17 [2022-08-22T03:01:17.078Z] #77 ...
03:01:17 [2022-08-22T03:01:17.078Z] 
03:01:17 [2022-08-22T03:01:17.078Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:01:17 [2022-08-22T03:01:17.078Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:01:17 [2022-08-22T03:01:17.078Z] #21 14.26 Reading package lists...
03:01:17 [2022-08-22T03:01:17.078Z] #21 19.26 Reading package lists...
03:01:17 [2022-08-22T03:01:17.078Z] #21 24.52 Building dependency tree...
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.12 The following additional packages will be installed:
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.13   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libicu67
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.13   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.13   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.14   libxtables12 python-pip-whl python3-distutils python3-lib2to3
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.14   python3-pkg-resources systemd vim-runtime xxd
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.14 Suggested packages:
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.15   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.15   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.15   ctags vim-doc vim-scripts xfsdump acl attr quota
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.15 Recommended packages:
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.15   libatm1 nftables libpam-cap build-essential python3-dev dbus
03:01:17 [2022-08-22T03:01:17.078Z] #21 27.15   systemd-timesyncd | time-daemon unzip
03:01:17 [2022-08-22T03:01:17.154Z] #21 37.16 Selecting previously unselected package libip4tc2:amd64.
03:01:17 [2022-08-22T03:01:17.225Z] #19 344.2 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
03:01:17 [2022-08-22T03:01:17.335Z] #21 29.22 The following NEW packages will be installed:
03:01:17 [2022-08-22T03:01:17.335Z] #21 29.22   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
03:01:17 [2022-08-22T03:01:17.335Z] #21 29.22   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
03:01:17 [2022-08-22T03:01:17.335Z] #21 29.22   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2
03:01:17 [2022-08-22T03:01:17.335Z] #21 29.22   libmicrohttpd12 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
03:01:17 [2022-08-22T03:01:17.335Z] #21 29.23   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
03:01:17 [2022-08-22T03:01:17.335Z] #21 29.23   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
03:01:17 [2022-08-22T03:01:17.335Z] #21 29.24   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
03:01:17 [2022-08-22T03:01:17.335Z] #21 29.24   systemd systemd-journal-remote thin-provisioning-tools uidmap vim vim-common
03:01:17 [2022-08-22T03:01:17.335Z] #21 29.24   vim-runtime xfsprogs xxd xz-utils zip zstd
03:01:17 [2022-08-22T03:01:17.335Z] #21 ...
03:01:17 [2022-08-22T03:01:17.335Z] 
03:01:17 [2022-08-22T03:01:17.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
03:01:17 [2022-08-22T03:01:17.335Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:17 [2022-08-22T03:01:17.335Z] #77 188.9 checking if gcc supports -fno-rtti -fno-exceptions... no
03:01:17 [2022-08-22T03:01:17.413Z] #21 37.16 Preparing to unpack .../04-libip4tc2_1.8.7-1_amd64.deb ...
03:01:17 [2022-08-22T03:01:17.413Z] #21 37.18 Unpacking libip4tc2:amd64 (1.8.7-1) ...
03:01:17 [2022-08-22T03:01:17.413Z] #21 37.36 Selecting previously unselected package libkmod2:amd64.
03:01:17 [2022-08-22T03:01:17.413Z] #21 37.36 Preparing to unpack .../05-libkmod2_28-1_amd64.deb ...
03:01:17 [2022-08-22T03:01:17.413Z] #21 37.37 Unpacking libkmod2:amd64 (28-1) ...
03:01:17 [2022-08-22T03:01:17.594Z] #77 189.0 checking for gcc option to produce PIC... -fPIC -DPIC
03:01:17 [2022-08-22T03:01:17.594Z] #77 189.0 checking if gcc PIC flag -fPIC -DPIC works... yes
03:01:17 [2022-08-22T03:01:17.672Z] #21 37.61 Selecting previously unselected package systemd.
03:01:17 [2022-08-22T03:01:17.672Z] #21 37.63 Preparing to unpack .../06-systemd_247.3-7_amd64.deb ...
03:01:17 [2022-08-22T03:01:17.977Z] #21 37.78 Unpacking systemd (247.3-7) ...
03:01:18 [2022-08-22T03:01:18.107Z] #77 189.1 checking if gcc static flag -static works... yes
03:01:18 [2022-08-22T03:01:18.364Z] #77 189.6 checking if gcc supports -c -o file.o... yes
03:01:18 [2022-08-22T03:01:18.364Z] #77 189.7 checking if gcc supports -c -o file.o... (cached) yes
03:01:18 [2022-08-22T03:01:18.364Z] #77 189.7 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
03:01:18 [2022-08-22T03:01:18.621Z] #77 189.8 checking dynamic linker characteristics... GNU/Linux ld.so
03:01:18 [2022-08-22T03:01:18.622Z] #77 190.1 checking how to hardcode library paths into programs... immediate
03:01:18 [2022-08-22T03:01:18.622Z] #77 190.1 checking whether stripping libraries is possible... yes
03:01:18 [2022-08-22T03:01:18.622Z] #77 190.1 checking if libtool supports shared libraries... yes
03:01:18 [2022-08-22T03:01:18.622Z] #77 190.1 checking whether to build shared libraries... no
03:01:18 [2022-08-22T03:01:18.622Z] #77 190.1 checking whether to build static libraries... yes
03:01:18 [2022-08-22T03:01:18.622Z] #77 190.1 checking for a BSD-compatible install... /usr/bin/install -c
03:01:18 [2022-08-22T03:01:18.622Z] #77 190.1 checking whether build environment is sane... yes
03:01:18 [2022-08-22T03:01:18.622Z] #77 190.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
03:01:18 [2022-08-22T03:01:18.878Z] #77 190.2 checking whether make sets $(MAKE)... yes
03:01:18 [2022-08-22T03:01:18.878Z] #77 190.3 checking whether make supports the include directive... yes (GNU style)
03:01:18 [2022-08-22T03:01:18.878Z] #77 190.3 checking whether make supports nested variables... yes
03:01:18 [2022-08-22T03:01:18.878Z] #77 190.4 checking whether UID '0' is supported by ustar format... yes
03:01:18 [2022-08-22T03:01:18.878Z] #77 190.4 checking whether GID '0' is supported by ustar format... yes
03:01:18 [2022-08-22T03:01:18.878Z] #77 190.4 checking how to create a ustar tar archive... gnutar
03:01:18 [2022-08-22T03:01:18.878Z] #77 190.4 checking dependency style of gcc... gcc3
03:01:19 [2022-08-22T03:01:19.135Z] #77 190.6 checking whether to enable maintainer-specific portions of Makefiles... yes
03:01:19 [2022-08-22T03:01:19.135Z] #77 190.6 checking whether make supports nested variables... (cached) yes
03:01:19 [2022-08-22T03:01:19.135Z] #77 190.6 checking for pkg-config... /usr/bin/pkg-config
03:01:19 [2022-08-22T03:01:19.135Z] #77 190.6 checking pkg-config is at least version 0.9.0... yes
03:01:19 [2022-08-22T03:01:19.135Z] #77 190.6 checking for yajl >= 2.1.0... yes
03:01:19 [2022-08-22T03:01:19.135Z] #77 190.7 checking for a sed that does not truncate output... (cached) /bin/sed
03:01:19 [2022-08-22T03:01:19.135Z] #77 190.7 checking for gcc... (cached) gcc
03:01:19 [2022-08-22T03:01:19.392Z] #77 190.8 checking whether we are using the GNU C compiler... (cached) yes
03:01:19 [2022-08-22T03:01:19.392Z] #77 190.8 checking whether gcc accepts -g... (cached) yes
03:01:19 [2022-08-22T03:01:19.392Z] #77 190.8 checking for gcc option to accept ISO C89... (cached) none needed
03:01:19 [2022-08-22T03:01:19.392Z] #77 190.8 checking whether gcc understands -c and -o together... (cached) yes
03:01:19 [2022-08-22T03:01:19.392Z] #77 190.8 checking for a Python interpreter with version >= 3... python3
03:01:19 [2022-08-22T03:01:19.392Z] #77 190.9 checking for python3... /usr/bin/python3
03:01:19 [2022-08-22T03:01:19.392Z] #77 190.9 checking for python3 version... 3.9
03:01:19 [2022-08-22T03:01:19.648Z] #77 190.9 checking for python3 platform... linux
03:01:19 [2022-08-22T03:01:19.648Z] #77 191.0 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
03:01:19 [2022-08-22T03:01:19.905Z] #77 191.1 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
03:01:19 [2022-08-22T03:01:19.905Z] #77 191.4 checking that generated files are newer than configure... done
03:01:19 [2022-08-22T03:01:19.905Z] #77 191.4 configure: creating ./config.status
03:01:20 [2022-08-22T03:01:20.838Z] #77 ...
03:01:20 [2022-08-22T03:01:20.838Z] 
03:01:20 [2022-08-22T03:01:20.838Z] #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
03:01:20 [2022-08-22T03:01:20.838Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82
03:01:20 [2022-08-22T03:01:20.838Z] #34 DONE 259.6s
03:01:20 [2022-08-22T03:01:20.838Z] 
03:01:20 [2022-08-22T03:01:20.838Z] #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
03:01:20 [2022-08-22T03:01:20.838Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 Delve is a source level debugger for Go programs.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 Delve enables you to interact with your program by controlling the execution of the process,
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 Pass flags to the program you are debugging using `--`, for example:
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 `dlv exec ./hello -- server --config conf/config.toml`
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 Usage:
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   dlv [command]
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 Available Commands:
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   attach      Attach to running process and begin debugging.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   connect     Connect to a headless debug server with a terminal client.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   core        Examine a core dump.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   debug       Compile and begin debugging main package in current directory, or the package specified.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   exec        Execute a precompiled binary, and begin a debug session.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   help        Help about any command
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   run         Deprecated command. Use 'debug' instead.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   test        Compile test binary and begin debugging program.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   trace       Compile and begin tracing program.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   version     Prints version.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 Flags:
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --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)
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --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)
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --disable-aslr                     Disables address space randomization
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   -h, --help                             help for dlv
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --init string                      Init file, executed by the terminal client.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --log                              Enable debugging server logging.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9       --wd string                        Working directory for running the program.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 Additional help topics:
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   dlv backend  Help about the --backend flag.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   dlv log      Help about logging flags.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9   dlv redirect Help about file redirection.
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 
03:01:20 [2022-08-22T03:01:20.838Z] #36 259.9 Use "dlv [command] --help" for more information about a command.
03:01:20 [2022-08-22T03:01:20.838Z] #36 DONE 261.0s
03:01:20 [2022-08-22T03:01:20.838Z] 
03:01:20 [2022-08-22T03:01:20.838Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:01:20 [2022-08-22T03:01:20.838Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:01:20 [2022-08-22T03:01:20.838Z] #21 29.58 0 upgraded, 56 newly installed, 0 to remove and 8 not upgraded.
03:01:20 [2022-08-22T03:01:20.838Z] #21 29.58 Need to get 32.8 MB of archives.
03:01:20 [2022-08-22T03:01:20.838Z] #21 29.58 After this operation, 124 MB of additional disk space will be used.
03:01:20 [2022-08-22T03:01:20.838Z] #21 29.58 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 29.63 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 29.65 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 29.66 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 29.68 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 29.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 29.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.27 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.27 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.30 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.31 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.31 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.35 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.36 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.45 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.46 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.52 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.53 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.53 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.56 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.61 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.63 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.65 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.66 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.70 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.72 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.75 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.76 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.79 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.80 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.81 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 30.83 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 31.60 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
03:01:20 [2022-08-22T03:01:20.838Z] #21 31.60 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmicrohttpd12 amd64 0.9.72-2 [109 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 31.63 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 31.64 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 31.66 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 31.67 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 31.69 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 31.71 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 31.72 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
03:01:20 [2022-08-22T03:01:20.838Z] #21 31.77 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 31.78 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 31.78 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 31.79 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 31.85 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 31.87 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 31.90 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 31.97 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-journal-remote amd64 247.3-7 [165 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 32.00 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 32.02 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 32.04 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 32.23 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 32.29 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 32.33 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
03:01:20 [2022-08-22T03:01:20.839Z] #21 32.34 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
03:01:21 [2022-08-22T03:01:21.402Z] #21 33.12 debconf: delaying package configuration, since apt-utils is not installed
03:01:21 [2022-08-22T03:01:21.402Z] #21 33.33 Fetched 32.8 MB in 3s (10.6 MB/s)
03:01:21 [2022-08-22T03:01:21.416Z] #19 348.6 Selecting previously unselected package g++-arm-linux-gnueabi.
03:01:21 [2022-08-22T03:01:21.416Z] #19 348.6 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
03:01:21 [2022-08-22T03:01:21.416Z] #19 348.6 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
03:01:21 [2022-08-22T03:01:21.416Z] #19 348.7 Selecting previously unselected package crossbuild-essential-armel.
03:01:21 [2022-08-22T03:01:21.659Z] #21 33.43 Selecting previously unselected package libcap2:amd64.
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.7 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.7 Unpacking crossbuild-essential-armel (12.9) ...
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.7 Selecting previously unselected package libc6-armhf-cross.
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.7 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.7 Unpacking libc6-armhf-cross (2.31-9cross4) ...
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.8 Selecting previously unselected package libgcc-s1-armhf-cross.
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.8 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.8 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.8 Selecting previously unselected package libgomp1-armhf-cross.
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.8 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.8 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.9 Selecting previously unselected package libatomic1-armhf-cross.
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.9 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.9 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
03:01:21 [2022-08-22T03:01:21.674Z] #19 348.9 Selecting previously unselected package libasan6-armhf-cross.
03:01:21 [2022-08-22T03:01:21.915Z] #21 33.43 (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.)
03:01:21 [2022-08-22T03:01:21.915Z] #21 33.58 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
03:01:21 [2022-08-22T03:01:21.915Z] #21 33.59 Unpacking libcap2:amd64 (1:2.44-1) ...
03:01:21 [2022-08-22T03:01:21.915Z] #21 33.70 Selecting previously unselected package libargon2-1:amd64.
03:01:21 [2022-08-22T03:01:21.915Z] #21 33.74 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_amd64.deb ...
03:01:21 [2022-08-22T03:01:21.915Z] #21 33.76 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
03:01:21 [2022-08-22T03:01:21.932Z] #19 348.9 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
03:01:21 [2022-08-22T03:01:21.932Z] #19 348.9 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
03:01:21 [2022-08-22T03:01:21.932Z] #19 349.1 Selecting previously unselected package libstdc++6-armhf-cross.
03:01:21 [2022-08-22T03:01:21.932Z] #19 349.1 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
03:01:21 [2022-08-22T03:01:21.932Z] #19 349.2 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
03:01:21 [2022-08-22T03:01:21.932Z] #19 349.2 Selecting previously unselected package libubsan1-armhf-cross.
03:01:22 [2022-08-22T03:01:22.172Z] #21 33.85 Selecting previously unselected package libjson-c5:amd64.
03:01:22 [2022-08-22T03:01:22.172Z] #21 33.88 Preparing to unpack .../02-libjson-c5_0.15-2_amd64.deb ...
03:01:22 [2022-08-22T03:01:22.172Z] #21 33.88 Unpacking libjson-c5:amd64 (0.15-2) ...
03:01:22 [2022-08-22T03:01:22.172Z] #21 34.04 Selecting previously unselected package libcryptsetup12:amd64.
03:01:22 [2022-08-22T03:01:22.172Z] #21 34.04 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
03:01:22 [2022-08-22T03:01:22.172Z] #21 34.06 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
03:01:22 [2022-08-22T03:01:22.190Z] #19 349.2 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
03:01:22 [2022-08-22T03:01:22.190Z] #19 349.2 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
03:01:22 [2022-08-22T03:01:22.190Z] #19 349.3 Selecting previously unselected package libgcc-10-dev-armhf-cross.
03:01:22 [2022-08-22T03:01:22.190Z] #19 349.3 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
03:01:22 [2022-08-22T03:01:22.191Z] #19 349.3 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
03:01:22 [2022-08-22T03:01:22.191Z] #19 349.4 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
03:01:22 [2022-08-22T03:01:22.198Z] #21 41.43 Selecting previously unselected package pigz.
03:01:22 [2022-08-22T03:01:22.198Z] #21 41.43 Preparing to unpack .../07-pigz_2.6-1_amd64.deb ...
03:01:22 [2022-08-22T03:01:22.198Z] #21 41.43 Unpacking pigz (2.6-1) ...
03:01:22 [2022-08-22T03:01:22.198Z] #21 41.65 Selecting previously unselected package libelf1:amd64.
03:01:22 [2022-08-22T03:01:22.198Z] #21 41.65 Preparing to unpack .../08-libelf1_0.183-1_amd64.deb ...
03:01:22 [2022-08-22T03:01:22.198Z] #21 41.65 Unpacking libelf1:amd64 (0.183-1) ...
03:01:22 [2022-08-22T03:01:22.198Z] #21 42.04 Selecting previously unselected package libbpf0:amd64.
03:01:22 [2022-08-22T03:01:22.198Z] #21 42.05 Preparing to unpack .../09-libbpf0_1%3a0.3-2_amd64.deb ...
03:01:22 [2022-08-22T03:01:22.198Z] #21 42.05 Unpacking libbpf0:amd64 (1:0.3-2) ...
03:01:22 [2022-08-22T03:01:22.198Z] #21 42.25 Selecting previously unselected package libmnl0:amd64.
03:01:22 [2022-08-22T03:01:22.449Z] #19 349.4 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
03:01:22 [2022-08-22T03:01:22.449Z] #19 349.4 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
03:01:22 [2022-08-22T03:01:22.457Z] #21 42.25 Preparing to unpack .../10-libmnl0_1.0.4-3_amd64.deb ...
03:01:22 [2022-08-22T03:01:22.457Z] #21 42.25 Unpacking libmnl0:amd64 (1.0.4-3) ...
03:01:22 [2022-08-22T03:01:22.457Z] #21 42.42 Selecting previously unselected package libxtables12:amd64.
03:01:22 [2022-08-22T03:01:22.457Z] #21 42.43 Preparing to unpack .../11-libxtables12_1.8.7-1_amd64.deb ...
03:01:22 [2022-08-22T03:01:22.457Z] #21 42.47 Unpacking libxtables12:amd64 (1.8.7-1) ...
03:01:22 [2022-08-22T03:01:22.716Z] #21 42.65 Selecting previously unselected package libcap2-bin.
03:01:22 [2022-08-22T03:01:22.716Z] #21 42.65 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_amd64.deb ...
03:01:22 [2022-08-22T03:01:22.716Z] #21 42.66 Unpacking libcap2-bin (1:2.44-1) ...
03:01:22 [2022-08-22T03:01:22.716Z] #21 42.77 Selecting previously unselected package iproute2.
03:01:22 [2022-08-22T03:01:22.735Z] #21 34.42 Selecting previously unselected package libip4tc2:amd64.
03:01:22 [2022-08-22T03:01:22.735Z] #21 34.42 Preparing to unpack .../04-libip4tc2_1.8.7-1_amd64.deb ...
03:01:22 [2022-08-22T03:01:22.736Z] #21 34.42 Unpacking libip4tc2:amd64 (1.8.7-1) ...
03:01:22 [2022-08-22T03:01:22.736Z] #21 34.59 Selecting previously unselected package libkmod2:amd64.
03:01:22 [2022-08-22T03:01:22.736Z] #21 34.59 Preparing to unpack .../05-libkmod2_28-1_amd64.deb ...
03:01:22 [2022-08-22T03:01:22.736Z] #21 34.59 Unpacking libkmod2:amd64 (28-1) ...
03:01:22 [2022-08-22T03:01:22.736Z] #21 ...
03:01:22 [2022-08-22T03:01:22.736Z] 
03:01:22 [2022-08-22T03:01:22.736Z] #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
03:01:22 [2022-08-22T03:01:22.736Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:22 [2022-08-22T03:01:22.736Z] #77 194.3 config.status: creating Makefile
03:01:22 [2022-08-22T03:01:22.975Z] #21 42.77 Preparing to unpack .../13-iproute2_5.10.0-4_amd64.deb ...
03:01:22 [2022-08-22T03:01:22.975Z] #21 42.78 Unpacking iproute2 (5.10.0-4) ...
03:01:22 [2022-08-22T03:01:22.992Z] #77 194.5 config.status: creating config.h
03:01:22 [2022-08-22T03:01:22.992Z] #77 194.5 config.status: executing libtool commands
03:01:22 [2022-08-22T03:01:22.992Z] #77 194.6 config.status: executing depfiles commands
03:01:23 [2022-08-22T03:01:23.914Z] #21 43.97 Selecting previously unselected package xxd.
03:01:23 [2022-08-22T03:01:23.914Z] #21 43.98 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
03:01:23 [2022-08-22T03:01:23.914Z] #21 43.99 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
03:01:24 [2022-08-22T03:01:24.360Z] #77 195.5 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
03:01:24 [2022-08-22T03:01:24.360Z] #77 195.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
03:01:24 [2022-08-22T03:01:24.483Z] #21 44.26 Selecting previously unselected package vim-common.
03:01:24 [2022-08-22T03:01:24.483Z] #21 44.27 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
03:01:24 [2022-08-22T03:01:24.483Z] #21 44.29 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
03:01:24 [2022-08-22T03:01:24.483Z] #21 44.59 Selecting previously unselected package bash-completion.
03:01:24 [2022-08-22T03:01:24.617Z] #77 196.1 checking for gcc... gcc
03:01:24 [2022-08-22T03:01:24.746Z] #21 44.59 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
03:01:24 [2022-08-22T03:01:24.747Z] #21 ...
03:01:24 [2022-08-22T03:01:24.747Z] 
03:01:24 [2022-08-22T03:01:24.747Z] #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
03:01:24 [2022-08-22T03:01:24.747Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:24 [2022-08-22T03:01:24.747Z] #77 183.1 checking for gcc... gcc
03:01:24 [2022-08-22T03:01:24.747Z] #77 183.3 checking whether the C compiler works... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 183.6 checking for C compiler default output file name... a.out
03:01:24 [2022-08-22T03:01:24.747Z] #77 183.7 checking for suffix of executables... 
03:01:24 [2022-08-22T03:01:24.747Z] #77 184.0 checking whether we are cross compiling... no
03:01:24 [2022-08-22T03:01:24.747Z] #77 184.5 checking for suffix of object files... o
03:01:24 [2022-08-22T03:01:24.747Z] #77 184.7 checking whether we are using the GNU C compiler... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 184.8 checking whether gcc accepts -g... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 185.0 checking for gcc option to accept ISO C89... none needed
03:01:24 [2022-08-22T03:01:24.747Z] #77 185.3 checking whether gcc understands -c and -o together... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 185.6 checking how to run the C preprocessor... gcc -E
03:01:24 [2022-08-22T03:01:24.747Z] #77 185.9 checking for grep that handles long lines and -e... /bin/grep
03:01:24 [2022-08-22T03:01:24.747Z] #77 185.9 checking for egrep... /bin/grep -E
03:01:24 [2022-08-22T03:01:24.747Z] #77 185.9 checking for ANSI C header files... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 186.7 checking for sys/types.h... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 187.0 checking for sys/stat.h... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 187.3 checking for stdlib.h... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 187.6 checking for string.h... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 188.0 checking for memory.h... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 188.3 checking for strings.h... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 188.5 checking for inttypes.h... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 188.7 checking for stdint.h... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 189.0 checking for unistd.h... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 189.3 checking minix/config.h usability... no
03:01:24 [2022-08-22T03:01:24.747Z] #77 189.6 checking minix/config.h presence... no
03:01:24 [2022-08-22T03:01:24.747Z] #77 189.7 checking for minix/config.h... no
03:01:24 [2022-08-22T03:01:24.747Z] #77 189.7 checking whether it is safe to define __EXTENSIONS__... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.0 checking build system type... x86_64-pc-linux-gnu
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.5 checking host system type... x86_64-pc-linux-gnu
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.5 checking how to print strings... printf
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.5 checking for a sed that does not truncate output... /bin/sed
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.5 checking for fgrep... /bin/grep -F
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.6 checking for ld used by gcc... /usr/bin/ld
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.6 checking if the linker (/usr/bin/ld) is GNU ld... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.8 checking whether ln -s works... yes
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.8 checking the maximum length of command line arguments... 1572864
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.8 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.8 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.8 checking for /usr/bin/ld option to reload object files... -r
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.9 checking for objdump... objdump
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.9 checking how to recognize dependent libraries... pass_all
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.9 checking for dlltool... no
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.9 checking how to associate runtime and link libraries... printf %s\n
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.9 checking for ar... ar
03:01:24 [2022-08-22T03:01:24.747Z] #77 190.9 checking for archiver @FILE support... @
03:01:24 [2022-08-22T03:01:24.747Z] #77 191.1 checking for strip... strip
03:01:24 [2022-08-22T03:01:24.747Z] #77 191.1 checking for ranlib... ranlib
03:01:24 [2022-08-22T03:01:24.747Z] #77 191.1 checking for gawk... no
03:01:24 [2022-08-22T03:01:24.747Z] #77 191.1 checking for mawk... mawk
03:01:24 [2022-08-22T03:01:24.874Z] #77 196.2 checking whether the C compiler works... yes
03:01:25 [2022-08-22T03:01:25.130Z] #77 196.5 checking for C compiler default output file name... a.out
03:01:25 [2022-08-22T03:01:25.130Z] #77 196.5 checking for suffix of executables... 
03:01:25 [2022-08-22T03:01:25.240Z] #77 ...
03:01:25 [2022-08-22T03:01:25.240Z] 
03:01:25 [2022-08-22T03:01:25.240Z] #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
03:01:25 [2022-08-22T03:01:25.240Z] #26 sha256:ddd498045e8d29ea71d49ae2552a7c0e812962d0d88e0146a54c2c295f8e6e60
03:01:25 [2022-08-22T03:01:25.240Z] #26 263.5 + return
03:01:25 [2022-08-22T03:01:25.317Z] #77 191.1 checking command to parse /usr/bin/nm -B output from gcc object... ok
03:01:25 [2022-08-22T03:01:25.317Z] #77 191.6 checking for sysroot... no
03:01:25 [2022-08-22T03:01:25.317Z] #77 191.6 checking for a working dd... /bin/dd
03:01:25 [2022-08-22T03:01:25.317Z] #77 191.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
03:01:25 [2022-08-22T03:01:25.317Z] #77 191.8 checking for mt... no
03:01:25 [2022-08-22T03:01:25.317Z] #77 191.8 checking if : is a manifest tool... no
03:01:25 [2022-08-22T03:01:25.387Z] #77 196.7 checking whether we are cross compiling... no
03:01:25 [2022-08-22T03:01:25.579Z] #77 191.8 checking for dlfcn.h... yes
03:01:25 [2022-08-22T03:01:25.644Z] #77 196.9 checking for suffix of object files... o
03:01:25 [2022-08-22T03:01:25.644Z] #77 197.1 checking whether we are using the GNU C compiler... yes
03:01:25 [2022-08-22T03:01:25.644Z] #77 197.2 checking whether gcc accepts -g... yes
03:01:25 [2022-08-22T03:01:25.842Z] #77 192.1 checking for objdir... .libs
03:01:26 [2022-08-22T03:01:26.104Z] #77 192.5 checking if gcc supports -fno-rtti -fno-exceptions... no
03:01:26 [2022-08-22T03:01:26.104Z] #77 192.6 checking for gcc option to produce PIC... -fPIC -DPIC
03:01:26 [2022-08-22T03:01:26.207Z] #77 197.3 checking for gcc option to accept ISO C89... none needed
03:01:26 [2022-08-22T03:01:26.207Z] #77 197.5 checking whether gcc understands -c and -o together... yes
03:01:26 [2022-08-22T03:01:26.207Z] #77 197.7 checking for a BSD-compatible install... /usr/bin/install -c
03:01:26 [2022-08-22T03:01:26.207Z] #77 197.7 checking whether build environment is sane... yes
03:01:26 [2022-08-22T03:01:26.207Z] #77 197.8 checking for a thread-safe mkdir -p... /bin/mkdir -p
03:01:26 [2022-08-22T03:01:26.207Z] #77 197.8 checking for gawk... no
03:01:26 [2022-08-22T03:01:26.207Z] #77 197.8 checking for mawk... mawk
03:01:26 [2022-08-22T03:01:26.364Z] #77 192.6 checking if gcc PIC flag -fPIC -DPIC works... yes
03:01:26 [2022-08-22T03:01:26.464Z] #77 197.8 checking whether make sets $(MAKE)... yes
03:01:26 [2022-08-22T03:01:26.464Z] #77 197.9 checking whether make supports the include directive... yes (GNU style)
03:01:26 [2022-08-22T03:01:26.464Z] #77 198.0 checking whether make supports nested variables... yes
03:01:26 [2022-08-22T03:01:26.464Z] #77 198.0 checking whether UID '0' is supported by ustar format... yes
03:01:26 [2022-08-22T03:01:26.464Z] #77 198.0 checking whether GID '0' is supported by ustar format... yes
03:01:26 [2022-08-22T03:01:26.624Z] #77 192.7 checking if gcc static flag -static works... yes
03:01:26 [2022-08-22T03:01:26.624Z] #77 193.0 checking if gcc supports -c -o file.o... yes
03:01:26 [2022-08-22T03:01:26.624Z] #77 193.1 checking if gcc supports -c -o file.o... (cached) yes
03:01:26 [2022-08-22T03:01:26.624Z] #77 193.1 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
03:01:26 [2022-08-22T03:01:26.724Z] #77 198.0 checking how to create a ustar tar archive... gnutar
03:01:26 [2022-08-22T03:01:26.724Z] #77 198.1 checking dependency style of gcc... gcc3
03:01:26 [2022-08-22T03:01:26.983Z] #77 198.4 checking whether to enable maintainer-specific portions of Makefiles... yes
03:01:26 [2022-08-22T03:01:26.983Z] #77 198.4 checking whether make supports nested variables... (cached) yes
03:01:27 [2022-08-22T03:01:27.192Z] #77 193.2 checking dynamic linker characteristics... 
03:01:27 [2022-08-22T03:01:27.192Z] #77 ...
03:01:27 [2022-08-22T03:01:27.192Z] 
03:01:27 [2022-08-22T03:01:27.193Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:01:27 [2022-08-22T03:01:27.193Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:01:27 [2022-08-22T03:01:27.193Z] #21 47.03 Unpacking bash-completion (1:2.11-2) ...
03:01:27 [2022-08-22T03:01:27.241Z] #77 198.4 checking build system type... x86_64-pc-linux-gnu
03:01:27 [2022-08-22T03:01:27.241Z] #77 198.7 checking host system type... x86_64-pc-linux-gnu
03:01:27 [2022-08-22T03:01:27.241Z] #77 198.7 checking how to print strings... printf
03:01:27 [2022-08-22T03:01:27.241Z] #77 198.7 checking for a sed that does not truncate output... /bin/sed
03:01:27 [2022-08-22T03:01:27.241Z] #77 198.7 checking for grep that handles long lines and -e... /bin/grep
03:01:27 [2022-08-22T03:01:27.241Z] #77 198.8 checking for egrep... /bin/grep -E
03:01:27 [2022-08-22T03:01:27.241Z] #77 198.8 checking for fgrep... /bin/grep -F
03:01:27 [2022-08-22T03:01:27.242Z] #77 198.8 checking for ld used by gcc... /usr/bin/ld
03:01:27 [2022-08-22T03:01:27.242Z] #77 198.8 checking if the linker (/usr/bin/ld) is GNU ld... yes
03:01:27 [2022-08-22T03:01:27.242Z] #77 198.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
03:01:27 [2022-08-22T03:01:27.498Z] #77 198.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
03:01:27 [2022-08-22T03:01:27.498Z] #77 198.9 checking whether ln -s works... yes
03:01:27 [2022-08-22T03:01:27.498Z] #77 198.9 checking the maximum length of command line arguments... 1572864
03:01:27 [2022-08-22T03:01:27.498Z] #77 199.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
03:01:27 [2022-08-22T03:01:27.498Z] #77 199.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
03:01:27 [2022-08-22T03:01:27.498Z] #77 199.0 checking for /usr/bin/ld option to reload object files... -r
03:01:27 [2022-08-22T03:01:27.498Z] #77 199.0 checking for objdump... objdump
03:01:27 [2022-08-22T03:01:27.498Z] #77 199.0 checking how to recognize dependent libraries... pass_all
03:01:27 [2022-08-22T03:01:27.498Z] #77 199.0 checking for dlltool... no
03:01:27 [2022-08-22T03:01:27.498Z] #77 199.0 checking how to associate runtime and link libraries... printf %s\n
03:01:27 [2022-08-22T03:01:27.498Z] #77 199.0 checking for ar... ar
03:01:27 [2022-08-22T03:01:27.723Z] #19 354.5 Selecting previously unselected package gcc-arm-linux-gnueabihf.
03:01:27 [2022-08-22T03:01:27.723Z] #19 354.5 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
03:01:27 [2022-08-22T03:01:27.723Z] #19 354.5 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
03:01:27 [2022-08-22T03:01:27.723Z] #19 354.8 Selecting previously unselected package linux-libc-dev-armhf-cross.
03:01:27 [2022-08-22T03:01:27.723Z] #19 354.8 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
03:01:27 [2022-08-22T03:01:27.723Z] #19 354.9 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
03:01:27 [2022-08-22T03:01:27.755Z] #77 199.0 checking for archiver @FILE support... @
03:01:27 [2022-08-22T03:01:27.755Z] #77 199.1 checking for strip... strip
03:01:27 [2022-08-22T03:01:27.755Z] #77 199.1 checking for ranlib... ranlib
03:01:27 [2022-08-22T03:01:27.758Z] #26 DONE 266.1s
03:01:27 [2022-08-22T03:01:27.758Z] 
03:01:27 [2022-08-22T03:01:27.758Z] #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
03:01:27 [2022-08-22T03:01:27.758Z] #55 sha256:d78db600156b117dec76afdf97844cc0278c0f3d815c9b0189cbbcbfabc803aa
03:01:27 [2022-08-22T03:01:27.758Z] #55 264.8 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
03:01:27 [2022-08-22T03:01:27.758Z] #55 DONE 266.5s
03:01:27 [2022-08-22T03:01:27.758Z] 
03:01:27 [2022-08-22T03:01:27.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
03:01:27 [2022-08-22T03:01:27.758Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0
03:01:27 [2022-08-22T03:01:27.758Z] #77 224.8   CCLD     libcrun.la
03:01:27 [2022-08-22T03:01:27.758Z] #77 224.8   AR       libcrun_testing.a
03:01:27 [2022-08-22T03:01:27.758Z] #77 224.8 ar: `u' modifier ignored since `D' is the default (see `U')
03:01:27 [2022-08-22T03:01:27.758Z] #77 224.9   CCLD     tests/tests_libcrun_errors
03:01:27 [2022-08-22T03:01:27.758Z] #77 224.9   CCLD     tests/tests_libcrun_fuzzer
03:01:27 [2022-08-22T03:01:27.758Z] #77 224.9   CCLD     tests/tests_libcrun_utils
03:01:27 [2022-08-22T03:01:27.758Z] #77 225.7   CCLD     crun
03:01:27 [2022-08-22T03:01:27.758Z] #77 226.1 make[3]: Entering directory '/tmp/crun-build'
03:01:27 [2022-08-22T03:01:27.758Z] #77 226.4  /bin/mkdir -p '/usr/local/share/man/man1'
03:01:27 [2022-08-22T03:01:27.758Z] #77 226.4  /bin/mkdir -p '/usr/local/lib'
03:01:27 [2022-08-22T03:01:27.763Z] #21 47.54 Selecting previously unselected package bzip2.
03:01:27 [2022-08-22T03:01:27.763Z] #21 47.54 Preparing to unpack .../17-bzip2_1.0.8-4_amd64.deb ...
03:01:27 [2022-08-22T03:01:27.763Z] #21 47.56 Unpacking bzip2 (1.0.8-4) ...
03:01:27 [2022-08-22T03:01:27.763Z] #21 47.66 Selecting previously unselected package xz-utils.
03:01:27 [2022-08-22T03:01:27.763Z] #21 47.68 Preparing to unpack .../18-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
03:01:27 [2022-08-22T03:01:27.763Z] #21 47.69 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
03:01:27 [2022-08-22T03:01:27.763Z] #21 47.90 Selecting previously unselected package apparmor.
03:01:27 [2022-08-22T03:01:27.981Z] #19 355.1 Selecting previously unselected package libc6-dev-armhf-cross.
03:01:27 [2022-08-22T03:01:27.981Z] #19 355.1 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
03:01:27 [2022-08-22T03:01:27.981Z] #19 355.1 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
03:01:28 [2022-08-22T03:01:28.014Z] #77 199.1 checking command to parse /usr/bin/nm -B output from gcc object... ok
03:01:28 [2022-08-22T03:01:28.014Z] #77 199.5 checking for sysroot... no
03:01:28 [2022-08-22T03:01:28.014Z] #77 199.5 checking for a working dd... /bin/dd
03:01:28 [2022-08-22T03:01:28.014Z] #77 199.5 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
03:01:28 [2022-08-22T03:01:28.014Z] #77 226.4  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
03:01:28 [2022-08-22T03:01:28.014Z] #77 226.4  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
03:01:28 [2022-08-22T03:01:28.014Z] #77 226.5 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
03:01:28 [2022-08-22T03:01:28.014Z] #77 226.5 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
03:01:28 [2022-08-22T03:01:28.022Z] #21 47.91 Preparing to unpack .../19-apparmor_2.13.6-10_amd64.deb ...
03:01:28 [2022-08-22T03:01:28.022Z] #21 47.98 Unpacking apparmor (2.13.6-10) ...
03:01:28 [2022-08-22T03:01:28.239Z] #19 355.3 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
03:01:28 [2022-08-22T03:01:28.239Z] #19 355.3 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
03:01:28 [2022-08-22T03:01:28.239Z] #19 355.3 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.5 libtool: install: chmod 644 /usr/local/lib/libcrun.a
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.5 libtool: install: ranlib /usr/local/lib/libcrun.a
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8 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
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8 ----------------------------------------------------------------------
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8 Libraries have been installed in:
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8    /usr/local/lib
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8 
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8 If you ever happen to want to link against installed libraries
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8 in a given directory, LIBDIR, you must either use libtool, and
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8 specify the full pathname of the library, or use the '-LLIBDIR'
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8 flag during linking and do at least one of the following:
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8      during execution
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8    - add LIBDIR to the 'LD_RUN_PATH' environment variable
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8      during linking
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8 
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8 See any operating system documentation about shared libraries for
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8 more information, such as the ld(1) and ld.so(8) manual pages.
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8 ----------------------------------------------------------------------
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8  /bin/mkdir -p '/build'
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.8   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
03:01:28 [2022-08-22T03:01:28.270Z] #77 226.9 libtool: install: /usr/bin/install -c crun /build/crun
03:01:28 [2022-08-22T03:01:28.271Z] #77 199.6 checking for mt... no
03:01:28 [2022-08-22T03:01:28.271Z] #77 199.6 checking if : is a manifest tool... no
03:01:28 [2022-08-22T03:01:28.271Z] #77 199.6 checking how to run the C preprocessor... gcc -E
03:01:28 [2022-08-22T03:01:28.498Z] #19 355.5 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
03:01:28 [2022-08-22T03:01:28.498Z] #19 355.5 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
03:01:28 [2022-08-22T03:01:28.498Z] #19 355.5 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
03:01:28 [2022-08-22T03:01:28.527Z] #77 226.9 make[3]: Leaving directory '/tmp/crun-build'
03:01:28 [2022-08-22T03:01:28.527Z] #77 226.9 make[2]: Leaving directory '/tmp/crun-build'
03:01:28 [2022-08-22T03:01:28.527Z] #77 226.9 make[1]: Leaving directory '/tmp/crun-build'
03:01:28 [2022-08-22T03:01:28.591Z] #21 48.45 Selecting previously unselected package inetutils-ping.
03:01:28 [2022-08-22T03:01:28.591Z] #21 48.46 Preparing to unpack .../20-inetutils-ping_2%3a2.0-1_amd64.deb ...
03:01:28 [2022-08-22T03:01:28.591Z] #21 48.47 Unpacking inetutils-ping (2:2.0-1) ...
03:01:28 [2022-08-22T03:01:28.783Z] #77 DONE 227.2s
03:01:28 [2022-08-22T03:01:28.783Z] 
03:01:28 [2022-08-22T03:01:28.783Z] #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
03:01:28 [2022-08-22T03:01:28.783Z] #60 sha256:645ddd648669d00441ecc0bdfed6a55746143e1dfb0a5a53a196aee99ad78cec
03:01:28 [2022-08-22T03:01:28.851Z] #21 48.61 Selecting previously unselected package libip6tc2:amd64.
03:01:28 [2022-08-22T03:01:28.851Z] #21 48.64 Preparing to unpack .../21-libip6tc2_1.8.7-1_amd64.deb ...
03:01:28 [2022-08-22T03:01:28.851Z] #21 48.65 Unpacking libip6tc2:amd64 (1.8.7-1) ...
03:01:28 [2022-08-22T03:01:28.851Z] #21 48.73 Selecting previously unselected package libnfnetlink0:amd64.
03:01:28 [2022-08-22T03:01:28.851Z] #21 48.74 Preparing to unpack .../22-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
03:01:28 [2022-08-22T03:01:28.851Z] #21 48.75 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
03:01:28 [2022-08-22T03:01:28.851Z] #21 48.83 Selecting previously unselected package libnetfilter-conntrack3:amd64.
03:01:28 [2022-08-22T03:01:28.851Z] #21 48.83 Preparing to unpack .../23-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
03:01:28 [2022-08-22T03:01:28.851Z] #21 48.84 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
03:01:28 [2022-08-22T03:01:28.851Z] #21 48.90 Selecting previously unselected package libnftnl11:amd64.
03:01:28 [2022-08-22T03:01:28.851Z] #21 48.91 Preparing to unpack .../24-libnftnl11_1.1.9-1_amd64.deb ...
03:01:28 [2022-08-22T03:01:28.851Z] #21 48.92 Unpacking libnftnl11:amd64 (1.1.9-1) ...
03:01:29 [2022-08-22T03:01:29.111Z] #21 49.02 Selecting previously unselected package iptables.
03:01:29 [2022-08-22T03:01:29.111Z] #21 49.02 Preparing to unpack .../25-iptables_1.8.7-1_amd64.deb ...
03:01:29 [2022-08-22T03:01:29.111Z] #21 49.03 Unpacking iptables (1.8.7-1) ...
03:01:29 [2022-08-22T03:01:29.201Z] #77 199.8 checking for ANSI C header files... yes
03:01:29 [2022-08-22T03:01:29.201Z] #77 200.6 checking for sys/types.h... yes
03:01:29 [2022-08-22T03:01:29.370Z] #21 49.40 Selecting previously unselected package libonig5:amd64.
03:01:29 [2022-08-22T03:01:29.458Z] #77 200.8 checking for sys/stat.h... yes
03:01:29 [2022-08-22T03:01:29.631Z] #21 49.40 Preparing to unpack .../26-libonig5_6.9.6-1.1_amd64.deb ...
03:01:29 [2022-08-22T03:01:29.631Z] #21 49.41 Unpacking libonig5:amd64 (6.9.6-1.1) ...
03:01:29 [2022-08-22T03:01:29.631Z] #21 49.60 Selecting previously unselected package libjq1:amd64.
03:01:29 [2022-08-22T03:01:29.631Z] #21 49.62 Preparing to unpack .../27-libjq1_1.6-2.1_amd64.deb ...
03:01:29 [2022-08-22T03:01:29.631Z] #21 49.63 Unpacking libjq1:amd64 (1.6-2.1) ...
03:01:29 [2022-08-22T03:01:29.715Z] #77 201.1 checking for stdlib.h... yes
03:01:29 [2022-08-22T03:01:29.891Z] #21 49.76 Selecting previously unselected package jq.
03:01:29 [2022-08-22T03:01:29.891Z] #21 49.77 Preparing to unpack .../28-jq_1.6-2.1_amd64.deb ...
03:01:29 [2022-08-22T03:01:29.891Z] #21 49.78 Unpacking jq (1.6-2.1) ...
03:01:29 [2022-08-22T03:01:29.891Z] #21 49.95 Selecting previously unselected package libaio1:amd64.
03:01:29 [2022-08-22T03:01:29.891Z] #21 49.95 Preparing to unpack .../29-libaio1_0.3.112-9_amd64.deb ...
03:01:30 [2022-08-22T03:01:30.151Z] #21 49.96 Unpacking libaio1:amd64 (0.3.112-9) ...
03:01:30 [2022-08-22T03:01:30.151Z] #21 50.06 Selecting previously unselected package libgpm2:amd64.
03:01:30 [2022-08-22T03:01:30.151Z] #21 50.08 Preparing to unpack .../30-libgpm2_1.20.7-8_amd64.deb ...
03:01:30 [2022-08-22T03:01:30.151Z] #21 50.09 Unpacking libgpm2:amd64 (1.20.7-8) ...
03:01:30 [2022-08-22T03:01:30.278Z] #77 201.4 checking for string.h... yes
03:01:30 [2022-08-22T03:01:30.410Z] #21 50.17 Selecting previously unselected package libicu67:amd64.
03:01:30 [2022-08-22T03:01:30.410Z] #21 50.18 Preparing to unpack .../31-libicu67_67.1-7_amd64.deb ...
03:01:30 [2022-08-22T03:01:30.410Z] #21 50.19 Unpacking libicu67:amd64 (67.1-7) ...
03:01:30 [2022-08-22T03:01:30.535Z] #77 201.9 checking for memory.h... yes
03:01:31 [2022-08-22T03:01:31.048Z] #77 202.3 checking for strings.h... yes
03:01:31 [2022-08-22T03:01:31.300Z] #60 156.8 + mkdir -p /build
03:01:31 [2022-08-22T03:01:31.300Z] #60 156.8 + cp runc /build/runc
03:01:31 [2022-08-22T03:01:31.863Z] #60 DONE 157.4s
03:01:31 [2022-08-22T03:01:31.863Z] 
03:01:31 [2022-08-22T03:01:31.863Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
03:01:31 [2022-08-22T03:01:31.863Z] #27 sha256:6a81771e71aa86829df6350e253f572907419555ba7bce592763205579668227
03:01:31 [2022-08-22T03:01:31.868Z] #77 202.8 checking for inttypes.h... yes
03:01:32 [2022-08-22T03:01:32.124Z] #77 203.2 checking for stdint.h... yes
03:01:32 [2022-08-22T03:01:32.381Z] #77 203.6 checking for unistd.h... yes
03:01:32 [2022-08-22T03:01:32.638Z] #77 204.0 checking for dlfcn.h... yes
03:01:32 [2022-08-22T03:01:32.805Z] #27 DONE 0.8s
03:01:32 [2022-08-22T03:01:32.805Z] 
03:01:32 [2022-08-22T03:01:32.805Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
03:01:32 [2022-08-22T03:01:32.805Z] #32 sha256:3e2121fe11c2b182e31d85d828f3d4cc45a8177ea6151703b6dd4e87e012a3b9
03:01:32 [2022-08-22T03:01:32.895Z] #77 204.3 checking for objdir... .libs
03:01:32 [2022-08-22T03:01:32.895Z] #77 ...
03:01:32 [2022-08-22T03:01:32.895Z] 
03:01:32 [2022-08-22T03:01:32.895Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:01:32 [2022-08-22T03:01:32.895Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:01:32 [2022-08-22T03:01:32.895Z] #21 34.74 Selecting previously unselected package systemd.
03:01:32 [2022-08-22T03:01:32.895Z] #21 34.74 Preparing to unpack .../06-systemd_247.3-7_amd64.deb ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 35.00 Unpacking systemd (247.3-7) ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 38.67 Selecting previously unselected package pigz.
03:01:32 [2022-08-22T03:01:32.895Z] #21 38.67 Preparing to unpack .../07-pigz_2.6-1_amd64.deb ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 38.68 Unpacking pigz (2.6-1) ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 38.81 Selecting previously unselected package libelf1:amd64.
03:01:32 [2022-08-22T03:01:32.895Z] #21 38.82 Preparing to unpack .../08-libelf1_0.183-1_amd64.deb ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 38.82 Unpacking libelf1:amd64 (0.183-1) ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.05 Selecting previously unselected package libbpf0:amd64.
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.05 Preparing to unpack .../09-libbpf0_1%3a0.3-2_amd64.deb ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.06 Unpacking libbpf0:amd64 (1:0.3-2) ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.22 Selecting previously unselected package libmnl0:amd64.
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.24 Preparing to unpack .../10-libmnl0_1.0.4-3_amd64.deb ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.24 Unpacking libmnl0:amd64 (1.0.4-3) ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.33 Selecting previously unselected package libxtables12:amd64.
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.36 Preparing to unpack .../11-libxtables12_1.8.7-1_amd64.deb ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.36 Unpacking libxtables12:amd64 (1.8.7-1) ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.49 Selecting previously unselected package libcap2-bin.
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.49 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_amd64.deb ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.50 Unpacking libcap2-bin (1:2.44-1) ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.65 Selecting previously unselected package iproute2.
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.65 Preparing to unpack .../13-iproute2_5.10.0-4_amd64.deb ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 39.66 Unpacking iproute2 (5.10.0-4) ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 40.30 Selecting previously unselected package xxd.
03:01:32 [2022-08-22T03:01:32.895Z] #21 40.31 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 40.32 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 40.54 Selecting previously unselected package vim-common.
03:01:32 [2022-08-22T03:01:32.895Z] #21 40.54 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 40.56 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
03:01:32 [2022-08-22T03:01:32.895Z] #21 40.72 Selecting previously unselected package bash-completion.
03:01:32 [2022-08-22T03:01:32.895Z] #21 40.73 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
03:01:33 [2022-08-22T03:01:33.368Z] #32 DONE 0.8s
03:01:33 [2022-08-22T03:01:33.368Z] 
03:01:33 [2022-08-22T03:01:33.368Z] #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
03:01:33 [2022-08-22T03:01:33.368Z] #64 sha256:6a5874ca715bd99efdb538bae2b9fc7b8788b03c941cb97fa996da00e95da226
03:01:33 [2022-08-22T03:01:33.458Z] #21 ...
03:01:33 [2022-08-22T03:01:33.458Z] 
03:01:33 [2022-08-22T03:01:33.458Z] #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
03:01:33 [2022-08-22T03:01:33.458Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:33 [2022-08-22T03:01:33.624Z] #64 ...
03:01:33 [2022-08-22T03:01:33.624Z] 
03:01:33 [2022-08-22T03:01:33.624Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
03:01:33 [2022-08-22T03:01:33.624Z] #35 sha256:8cdc81829e327f6d4819d35bf172db43ad260f7aa2cc7f3ae1cfcc4fe8c260b9
03:01:33 [2022-08-22T03:01:33.714Z] #77 204.9 checking if gcc supports -fno-rtti -fno-exceptions... no
03:01:33 [2022-08-22T03:01:33.715Z] #77 205.3 checking for gcc option to produce PIC... -fPIC -DPIC
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.0 Selecting previously unselected package g++-arm-linux-gnueabihf.
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.0 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.0 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.0 Selecting previously unselected package crossbuild-essential-armhf.
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.0 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.0 Unpacking crossbuild-essential-armhf (12.9) ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.1 Selecting previously unselected package libc6-ppc64el-cross.
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.1 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.1 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.2 Selecting previously unselected package libgcc-s1-ppc64el-cross.
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.2 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.2 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.3 Selecting previously unselected package libgomp1-ppc64el-cross.
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.3 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.3 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.3 Selecting previously unselected package libitm1-ppc64el-cross.
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.3 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.3 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.3 Selecting previously unselected package libatomic1-ppc64el-cross.
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.3 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.3 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.4 Selecting previously unselected package libasan6-ppc64el-cross.
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.4 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.4 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.7 Selecting previously unselected package liblsan0-ppc64el-cross.
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.7 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.7 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.9 Selecting previously unselected package libtsan0-ppc64el-cross.
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.9 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
03:01:33 [2022-08-22T03:01:33.768Z] #19 360.9 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
03:01:33 [2022-08-22T03:01:33.971Z] #77 205.3 checking if gcc PIC flag -fPIC -DPIC works... yes
03:01:34 [2022-08-22T03:01:34.027Z] #19 361.1 Selecting previously unselected package libstdc++6-ppc64el-cross.
03:01:34 [2022-08-22T03:01:34.027Z] #19 361.1 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
03:01:34 [2022-08-22T03:01:34.027Z] #19 361.1 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
03:01:34 [2022-08-22T03:01:34.027Z] #19 361.2 Selecting previously unselected package libubsan1-ppc64el-cross.
03:01:34 [2022-08-22T03:01:34.027Z] #19 361.2 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
03:01:34 [2022-08-22T03:01:34.027Z] #19 361.2 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
03:01:34 [2022-08-22T03:01:34.186Z] #35 DONE 0.5s
03:01:34 [2022-08-22T03:01:34.186Z] 
03:01:34 [2022-08-22T03:01:34.186Z] #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
03:01:34 [2022-08-22T03:01:34.186Z] #64 sha256:6a5874ca715bd99efdb538bae2b9fc7b8788b03c941cb97fa996da00e95da226
03:01:34 [2022-08-22T03:01:34.186Z] #64 ...
03:01:34 [2022-08-22T03:01:34.186Z] 
03:01:34 [2022-08-22T03:01:34.186Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
03:01:34 [2022-08-22T03:01:34.186Z] #37 sha256:10446932fd638872bd83db645bef876d4326d07ece2f98b7357de76385061cb3
03:01:34 [2022-08-22T03:01:34.285Z] #19 361.3 Selecting previously unselected package libquadmath0-ppc64el-cross.
03:01:34 [2022-08-22T03:01:34.285Z] #19 361.3 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
03:01:34 [2022-08-22T03:01:34.285Z] #19 361.3 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
03:01:34 [2022-08-22T03:01:34.285Z] #19 361.3 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
03:01:34 [2022-08-22T03:01:34.285Z] #19 361.3 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
03:01:34 [2022-08-22T03:01:34.285Z] #19 361.4 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
03:01:34 [2022-08-22T03:01:34.285Z] #19 361.5 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
03:01:34 [2022-08-22T03:01:34.442Z] #37 DONE 0.4s
03:01:34 [2022-08-22T03:01:34.442Z] 
03:01:34 [2022-08-22T03:01:34.442Z] #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
03:01:34 [2022-08-22T03:01:34.442Z] #64 sha256:6a5874ca715bd99efdb538bae2b9fc7b8788b03c941cb97fa996da00e95da226
03:01:34 [2022-08-22T03:01:34.442Z] #64 ...
03:01:34 [2022-08-22T03:01:34.442Z] 
03:01:34 [2022-08-22T03:01:34.442Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
03:01:34 [2022-08-22T03:01:34.442Z] #39 sha256:e9017362d9eb4e1aae3c9e8ddeb40df7bb7c5f52639fa97d2445cc3a878bfaba
03:01:34 [2022-08-22T03:01:34.442Z] #39 DONE 0.1s
03:01:34 [2022-08-22T03:01:34.534Z] #77 205.4 checking if gcc static flag -static works... yes
03:01:34 [2022-08-22T03:01:34.543Z] #19 361.5 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
03:01:34 [2022-08-22T03:01:34.543Z] #19 361.5 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
03:01:34 [2022-08-22T03:01:34.702Z] 
03:01:34 [2022-08-22T03:01:34.702Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
03:01:34 [2022-08-22T03:01:34.702Z] #41 sha256:a681c9fc42e97dbd64792eae797dc5ae887d362ce80e37ff8bf777bb236badb1
03:01:34 [2022-08-22T03:01:34.791Z] #77 206.0 checking if gcc supports -c -o file.o... yes
03:01:34 [2022-08-22T03:01:34.791Z] #77 206.2 checking if gcc supports -c -o file.o... (cached) yes
03:01:34 [2022-08-22T03:01:34.791Z] #77 206.2 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
03:01:34 [2022-08-22T03:01:34.958Z] #41 DONE 0.2s
03:01:34 [2022-08-22T03:01:34.958Z] 
03:01:34 [2022-08-22T03:01:34.958Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
03:01:34 [2022-08-22T03:01:34.958Z] #45 sha256:16eaede32eeb1ff84bb57134d6dc5fb6ae97d85973e85263b68cdd97b3b9514f
03:01:34 [2022-08-22T03:01:34.958Z] #45 DONE 0.1s
03:01:34 [2022-08-22T03:01:34.958Z] 
03:01:34 [2022-08-22T03:01:34.958Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
03:01:34 [2022-08-22T03:01:34.958Z] #48 sha256:03bce3344603a7ea2cbee0665f980c5ddb92dbcea97396b6f58defe474c47ba1
03:01:35 [2022-08-22T03:01:35.048Z] #77 206.2 checking dynamic linker characteristics... GNU/Linux ld.so
03:01:35 [2022-08-22T03:01:35.048Z] #77 206.5 checking how to hardcode library paths into programs... immediate
03:01:35 [2022-08-22T03:01:35.048Z] #77 206.5 checking whether stripping libraries is possible... yes
03:01:35 [2022-08-22T03:01:35.048Z] #77 206.5 checking if libtool supports shared libraries... yes
03:01:35 [2022-08-22T03:01:35.048Z] #77 206.5 checking whether to build shared libraries... no
03:01:35 [2022-08-22T03:01:35.048Z] #77 206.5 checking whether to build static libraries... yes
03:01:35 [2022-08-22T03:01:35.305Z] #77 206.5 checking float.h usability... yes
03:01:35 [2022-08-22T03:01:35.305Z] #77 206.8 checking float.h presence... yes
03:01:35 [2022-08-22T03:01:35.305Z] #77 206.9 checking for float.h... yes
03:01:35 [2022-08-22T03:01:35.699Z] #21 ...
03:01:35 [2022-08-22T03:01:35.699Z] 
03:01:35 [2022-08-22T03:01:35.699Z] #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
03:01:35 [2022-08-22T03:01:35.699Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.2 checking dynamic linker characteristics... GNU/Linux ld.so
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.5 checking how to hardcode library paths into programs... immediate
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.5 checking whether stripping libraries is possible... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.5 checking if libtool supports shared libraries... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.5 checking whether to build shared libraries... no
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.5 checking whether to build static libraries... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.5 checking for a BSD-compatible install... /usr/bin/install -c
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.5 checking whether build environment is sane... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.6 checking whether make sets $(MAKE)... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.6 checking whether make supports the include directive... yes (GNU style)
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.7 checking whether make supports nested variables... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.7 checking whether UID '0' is supported by ustar format... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.7 checking whether GID '0' is supported by ustar format... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.7 checking how to create a ustar tar archive... gnutar
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.8 checking dependency style of gcc... gcc3
03:01:35 [2022-08-22T03:01:35.699Z] #77 193.9 checking whether to enable maintainer-specific portions of Makefiles... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.0 checking whether make supports nested variables... (cached) yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.0 checking for pkg-config... /usr/bin/pkg-config
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.0 checking pkg-config is at least version 0.9.0... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.0 checking for yajl >= 2.1.0... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.0 checking for a sed that does not truncate output... (cached) /bin/sed
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.0 checking for gcc... (cached) gcc
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.1 checking whether we are using the GNU C compiler... (cached) yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.1 checking whether gcc accepts -g... (cached) yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.1 checking for gcc option to accept ISO C89... (cached) none needed
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.1 checking whether gcc understands -c and -o together... (cached) yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.1 checking for a Python interpreter with version >= 3... python3
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.2 checking for python3... /usr/bin/python3
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.2 checking for python3 version... 3.9
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.3 checking for python3 platform... linux
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.4 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.9 checking that generated files are newer than configure... done
03:01:35 [2022-08-22T03:01:35.699Z] #77 194.9 configure: creating ./config.status
03:01:35 [2022-08-22T03:01:35.699Z] #77 197.1 config.status: creating Makefile
03:01:35 [2022-08-22T03:01:35.699Z] #77 197.2 config.status: creating config.h
03:01:35 [2022-08-22T03:01:35.699Z] #77 197.2 config.status: executing libtool commands
03:01:35 [2022-08-22T03:01:35.699Z] #77 197.3 config.status: executing depfiles commands
03:01:35 [2022-08-22T03:01:35.699Z] #77 198.0 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
03:01:35 [2022-08-22T03:01:35.699Z] #77 198.1 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
03:01:35 [2022-08-22T03:01:35.699Z] #77 198.5 checking for gcc... gcc
03:01:35 [2022-08-22T03:01:35.699Z] #77 198.6 checking whether the C compiler works... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 198.8 checking for C compiler default output file name... a.out
03:01:35 [2022-08-22T03:01:35.699Z] #77 198.8 checking for suffix of executables... 
03:01:35 [2022-08-22T03:01:35.699Z] #77 199.0 checking whether we are cross compiling... no
03:01:35 [2022-08-22T03:01:35.699Z] #77 199.2 checking for suffix of object files... o
03:01:35 [2022-08-22T03:01:35.699Z] #77 199.4 checking whether we are using the GNU C compiler... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 199.6 checking whether gcc accepts -g... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 199.7 checking for gcc option to accept ISO C89... none needed
03:01:35 [2022-08-22T03:01:35.699Z] #77 199.9 checking whether gcc understands -c and -o together... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.3 checking for a BSD-compatible install... /usr/bin/install -c
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.4 checking whether build environment is sane... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.4 checking for a thread-safe mkdir -p... /bin/mkdir -p
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.4 checking for gawk... no
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.4 checking for mawk... mawk
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.4 checking whether make sets $(MAKE)... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.5 checking whether make supports the include directive... yes (GNU style)
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.5 checking whether make supports nested variables... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.6 checking whether UID '0' is supported by ustar format... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.6 checking whether GID '0' is supported by ustar format... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.6 checking how to create a ustar tar archive... gnutar
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.7 checking dependency style of gcc... gcc3
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.9 checking whether to enable maintainer-specific portions of Makefiles... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 200.9 checking whether make supports nested variables... (cached) yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.0 checking build system type... x86_64-pc-linux-gnu
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.3 checking host system type... x86_64-pc-linux-gnu
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.3 checking how to print strings... printf
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.3 checking for a sed that does not truncate output... /bin/sed
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.3 checking for grep that handles long lines and -e... /bin/grep
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.4 checking for egrep... /bin/grep -E
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.4 checking for fgrep... /bin/grep -F
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.4 checking for ld used by gcc... /usr/bin/ld
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.4 checking if the linker (/usr/bin/ld) is GNU ld... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.4 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.4 checking the name lister (/usr/bin/nm -B) interface... BSD nm
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.5 checking whether ln -s works... yes
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.5 checking the maximum length of command line arguments... 1572864
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.6 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.6 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.6 checking for /usr/bin/ld option to reload object files... -r
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.6 checking for objdump... objdump
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.6 checking how to recognize dependent libraries... pass_all
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.6 checking for dlltool... no
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.6 checking how to associate runtime and link libraries... printf %s\n
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.6 checking for ar... ar
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.6 checking for archiver @FILE support... @
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.8 checking for strip... strip
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.8 checking for ranlib... ranlib
03:01:35 [2022-08-22T03:01:35.699Z] #77 201.8 checking command to parse /usr/bin/nm -B output from gcc object... 
03:01:35 [2022-08-22T03:01:35.699Z] #77 ...
03:01:35 [2022-08-22T03:01:35.699Z] 
03:01:35 [2022-08-22T03:01:35.700Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:01:35 [2022-08-22T03:01:35.700Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:01:35 [2022-08-22T03:01:35.700Z] #21 55.45 Selecting previously unselected package libinih1:amd64.
03:01:35 [2022-08-22T03:01:35.700Z] #21 55.45 Preparing to unpack .../32-libinih1_53-1+b2_amd64.deb ...
03:01:35 [2022-08-22T03:01:35.700Z] #21 55.46 Unpacking libinih1:amd64 (53-1+b2) ...
03:01:35 [2022-08-22T03:01:35.700Z] #21 55.53 Selecting previously unselected package libmicrohttpd12:amd64.
03:01:35 [2022-08-22T03:01:35.700Z] #21 55.53 Preparing to unpack .../33-libmicrohttpd12_0.9.72-2_amd64.deb ...
03:01:35 [2022-08-22T03:01:35.700Z] #21 55.54 Unpacking libmicrohttpd12:amd64 (0.9.72-2) ...
03:01:35 [2022-08-22T03:01:35.819Z] #77 207.0 checking limits.h usability... yes
03:01:35 [2022-08-22T03:01:35.886Z] #48 DONE 0.9s
03:01:35 [2022-08-22T03:01:35.886Z] 
03:01:35 [2022-08-22T03:01:35.886Z] #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
03:01:35 [2022-08-22T03:01:35.886Z] #64 sha256:6a5874ca715bd99efdb538bae2b9fc7b8788b03c941cb97fa996da00e95da226
03:01:35 [2022-08-22T03:01:35.886Z] #64 239.6 + bin/containerd
03:01:35 [2022-08-22T03:01:35.886Z] #64 ...
03:01:35 [2022-08-22T03:01:35.886Z] 
03:01:35 [2022-08-22T03:01:35.886Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
03:01:35 [2022-08-22T03:01:35.886Z] #52 sha256:ab866dc41922639ddf01e8d7865deeaf3cbda560ab93bd0dfc4f0a08d04516f6
03:01:35 [2022-08-22T03:01:35.886Z] #52 DONE 0.1s
03:01:35 [2022-08-22T03:01:35.963Z] #21 55.69 Selecting previously unselected package libnet1:amd64.
03:01:35 [2022-08-22T03:01:35.963Z] #21 55.70 Preparing to unpack .../34-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
03:01:35 [2022-08-22T03:01:35.963Z] #21 55.71 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
03:01:35 [2022-08-22T03:01:35.963Z] #21 55.84 Selecting previously unselected package libnl-3-200:amd64.
03:01:35 [2022-08-22T03:01:35.963Z] #21 55.87 Preparing to unpack .../35-libnl-3-200_3.4.0-1+b1_amd64.deb ...
03:01:35 [2022-08-22T03:01:35.963Z] #21 55.88 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
03:01:35 [2022-08-22T03:01:35.963Z] #21 55.99 Selecting previously unselected package libprotobuf-c1:amd64.
03:01:35 [2022-08-22T03:01:35.963Z] #21 55.99 Preparing to unpack .../36-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
03:01:35 [2022-08-22T03:01:35.963Z] #21 55.99 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
03:01:35 [2022-08-22T03:01:35.963Z] #21 56.08 Selecting previously unselected package libyajl2:amd64.
03:01:36 [2022-08-22T03:01:36.076Z] #77 207.3 checking limits.h presence... yes
03:01:36 [2022-08-22T03:01:36.076Z] #77 207.4 checking for limits.h... yes
03:01:36 [2022-08-22T03:01:36.142Z] 
03:01:36 [2022-08-22T03:01:36.142Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
03:01:36 [2022-08-22T03:01:36.142Z] #54 sha256:bdb74cbe836770123b9859ae2edd4f6b2ce5a418760b32a023b650b907ba2d6c
03:01:36 [2022-08-22T03:01:36.142Z] #54 DONE 0.1s
03:01:36 [2022-08-22T03:01:36.142Z] 
03:01:36 [2022-08-22T03:01:36.142Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
03:01:36 [2022-08-22T03:01:36.142Z] #56 sha256:64369cd1c9a2836bb391d8e23e420f583079c25382d04df280c2405c34961cdf
03:01:36 [2022-08-22T03:01:36.222Z] #21 56.10 Preparing to unpack .../37-libyajl2_2.1.0-3_amd64.deb ...
03:01:36 [2022-08-22T03:01:36.222Z] #21 56.11 Unpacking libyajl2:amd64 (2.1.0-3) ...
03:01:36 [2022-08-22T03:01:36.222Z] #21 56.18 Selecting previously unselected package net-tools.
03:01:36 [2022-08-22T03:01:36.222Z] #21 56.18 Preparing to unpack .../38-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
03:01:36 [2022-08-22T03:01:36.222Z] #21 56.20 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
03:01:36 [2022-08-22T03:01:36.333Z] #77 207.5 checking stddef.h usability... yes
03:01:36 [2022-08-22T03:01:36.333Z] #77 207.8 checking stddef.h presence... yes
03:01:36 [2022-08-22T03:01:36.333Z] #77 207.9 checking for stddef.h... yes
03:01:36 [2022-08-22T03:01:36.482Z] #21 56.51 Selecting previously unselected package patch.
03:01:36 [2022-08-22T03:01:36.482Z] #21 56.52 Preparing to unpack .../39-patch_2.7.6-7_amd64.deb ...
03:01:36 [2022-08-22T03:01:36.482Z] #21 56.57 Unpacking patch (2.7.6-7) ...
03:01:36 [2022-08-22T03:01:36.590Z] #77 208.0 checking for stdlib.h... (cached) yes
03:01:36 [2022-08-22T03:01:36.590Z] #77 208.1 checking for string.h... (cached) yes
03:01:36 [2022-08-22T03:01:36.911Z] #77 ...
03:01:36 [2022-08-22T03:01:36.911Z] 
03:01:36 [2022-08-22T03:01:36.911Z] #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
03:01:36 [2022-08-22T03:01:36.911Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
03:01:36 [2022-08-22T03:01:36.911Z] #47 DONE 269.2s
03:01:36 [2022-08-22T03:01:36.911Z] 
03:01:36 [2022-08-22T03:01:36.911Z] #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
03:01:36 [2022-08-22T03:01:36.911Z] #64 sha256:3cc9a934e26f38483eb8868a957496ea933eb2d3bd6e223c1c40b52244771452
03:01:36 [2022-08-22T03:01:36.911Z] #64 ...
03:01:36 [2022-08-22T03:01:36.911Z] 
03:01:36 [2022-08-22T03:01:36.911Z] #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
03:01:36 [2022-08-22T03:01:36.911Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:36 [2022-08-22T03:01:36.911Z] #77 229.2   CCLD     tests/init
03:01:37 [2022-08-22T03:01:37.051Z] #21 56.94 Selecting previously unselected package python-pip-whl.
03:01:37 [2022-08-22T03:01:37.051Z] #21 56.94 Preparing to unpack .../40-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
03:01:37 [2022-08-22T03:01:37.051Z] #21 56.96 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
03:01:37 [2022-08-22T03:01:37.070Z] #56 DONE 1.2s
03:01:37 [2022-08-22T03:01:37.070Z] 
03:01:37 [2022-08-22T03:01:37.070Z] #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
03:01:37 [2022-08-22T03:01:37.070Z] #64 sha256:6a5874ca715bd99efdb538bae2b9fc7b8788b03c941cb97fa996da00e95da226
03:01:37 [2022-08-22T03:01:37.153Z] #77 208.2 checking sys/time.h usability... yes
03:01:37 [2022-08-22T03:01:37.153Z] #77 208.5 checking sys/time.h presence... yes
03:01:37 [2022-08-22T03:01:37.153Z] #77 208.6 checking for sys/time.h... yes
03:01:37 [2022-08-22T03:01:37.359Z] #64 ...
03:01:37 [2022-08-22T03:01:37.359Z] 
03:01:37 [2022-08-22T03:01:37.359Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
03:01:37 [2022-08-22T03:01:37.359Z] #58 sha256:9f108a3885ba6df6ba78e8a2823d3e7737126b25c5c985f14c01c17e09c0f7bb
03:01:37 [2022-08-22T03:01:37.359Z] #58 DONE 0.1s
03:01:37 [2022-08-22T03:01:37.359Z] 
03:01:37 [2022-08-22T03:01:37.359Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
03:01:37 [2022-08-22T03:01:37.359Z] #61 sha256:924b3c60626c0c8ea26c82f61a0526931e54650c63b9f358f1ee4fc776a23523
03:01:37 [2022-08-22T03:01:37.410Z] #77 208.7 checking for inline... inline
03:01:37 [2022-08-22T03:01:37.624Z] #61 DONE 0.5s
03:01:37 [2022-08-22T03:01:37.624Z] 
03:01:37 [2022-08-22T03:01:37.624Z] #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
03:01:37 [2022-08-22T03:01:37.624Z] #64 sha256:6a5874ca715bd99efdb538bae2b9fc7b8788b03c941cb97fa996da00e95da226
03:01:37 [2022-08-22T03:01:37.973Z] #77 208.9 checking for size_t... yes
03:01:37 [2022-08-22T03:01:37.973Z] #77 209.5 checking for stdlib.h... (cached) yes
03:01:38 [2022-08-22T03:01:38.432Z] #21 58.15 Selecting previously unselected package python3-lib2to3.
03:01:38 [2022-08-22T03:01:38.432Z] #21 58.15 Preparing to unpack .../41-python3-lib2to3_3.9.2-1_all.deb ...
03:01:38 [2022-08-22T03:01:38.432Z] #21 58.15 Unpacking python3-lib2to3 (3.9.2-1) ...
03:01:38 [2022-08-22T03:01:38.432Z] #21 58.35 Selecting previously unselected package python3-distutils.
03:01:38 [2022-08-22T03:01:38.432Z] #21 58.37 Preparing to unpack .../42-python3-distutils_3.9.2-1_all.deb ...
03:01:38 [2022-08-22T03:01:38.432Z] #21 58.39 Unpacking python3-distutils (3.9.2-1) ...
03:01:38 [2022-08-22T03:01:38.628Z] #77 209.6 checking for GNU libc compatible malloc... yes
03:01:38 [2022-08-22T03:01:38.629Z] #77 209.9 checking for stdlib.h... (cached) yes
03:01:38 [2022-08-22T03:01:38.629Z] #77 210.0 checking for GNU libc compatible realloc... yes
03:01:38 [2022-08-22T03:01:38.691Z] #21 58.66 Selecting previously unselected package python3-pkg-resources.
03:01:38 [2022-08-22T03:01:38.691Z] #21 58.67 Preparing to unpack .../43-python3-pkg-resources_52.0.0-4_all.deb ...
03:01:38 [2022-08-22T03:01:38.691Z] #21 58.67 Unpacking python3-pkg-resources (52.0.0-4) ...
03:01:38 [2022-08-22T03:01:38.951Z] #21 58.85 Selecting previously unselected package python3-setuptools.
03:01:38 [2022-08-22T03:01:38.951Z] #21 58.86 Preparing to unpack .../44-python3-setuptools_52.0.0-4_all.deb ...
03:01:38 [2022-08-22T03:01:38.951Z] #21 58.88 Unpacking python3-setuptools (52.0.0-4) ...
03:01:39 [2022-08-22T03:01:39.503Z] #77 210.2 checking for working strtod... yes
03:01:39 [2022-08-22T03:01:39.503Z] #77 210.8 checking for gettimeofday... yes
03:01:39 [2022-08-22T03:01:39.520Z] #21 59.32 Selecting previously unselected package python3-wheel.
03:01:39 [2022-08-22T03:01:39.520Z] #21 59.33 Preparing to unpack .../45-python3-wheel_0.34.2-1_all.deb ...
03:01:39 [2022-08-22T03:01:39.520Z] #21 59.34 Unpacking python3-wheel (0.34.2-1) ...
03:01:39 [2022-08-22T03:01:39.520Z] #21 59.59 Selecting previously unselected package python3-pip.
03:01:39 [2022-08-22T03:01:39.772Z] #77 211.1 checking for memset... yes
03:01:39 [2022-08-22T03:01:39.779Z] #21 59.62 Preparing to unpack .../46-python3-pip_20.3.4-4+deb11u1_all.deb ...
03:01:39 [2022-08-22T03:01:39.779Z] #21 59.64 Unpacking python3-pip (20.3.4-4+deb11u1) ...
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.1 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.1 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.1 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.1 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.1 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.1 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.3 Selecting previously unselected package libc6-dev-ppc64el-cross.
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.3 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.3 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.6 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.6 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.6 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.8 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.8 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
03:01:39 [2022-08-22T03:01:39.810Z] #19 366.9 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
03:01:40 [2022-08-22T03:01:40.185Z] #77 ...
03:01:40 [2022-08-22T03:01:40.185Z] 
03:01:40 [2022-08-22T03:01:40.185Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
03:01:40 [2022-08-22T03:01:40.185Z] #48 sha256:6bcd69dded736deb541a774f1b00d1cd965b0e48f1d896f4bd832bc6bdf70a28
03:01:40 [2022-08-22T03:01:40.185Z] #48 DONE 0.8s
03:01:40 [2022-08-22T03:01:40.185Z] 
03:01:40 [2022-08-22T03:01:40.185Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
03:01:40 [2022-08-22T03:01:40.185Z] #52 sha256:77cca31d69de5322a903d889f6a91584606897c49253f7daea355a137b80fc81
03:01:40 [2022-08-22T03:01:40.185Z] #52 DONE 0.0s
03:01:40 [2022-08-22T03:01:40.185Z] 
03:01:40 [2022-08-22T03:01:40.185Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
03:01:40 [2022-08-22T03:01:40.185Z] #54 sha256:233e3849acb228f74772b89be2c030876bca95baaca8f4f5295226714ea68f76
03:01:40 [2022-08-22T03:01:40.185Z] #54 DONE 0.1s
03:01:40 [2022-08-22T03:01:40.185Z] 
03:01:40 [2022-08-22T03:01:40.185Z] #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
03:01:40 [2022-08-22T03:01:40.185Z] #64 sha256:3cc9a934e26f38483eb8868a957496ea933eb2d3bd6e223c1c40b52244771452
03:01:40 [2022-08-22T03:01:40.336Z] #77 211.4 checking for strspn... yes
03:01:40 [2022-08-22T03:01:40.348Z] #21 60.10 Selecting previously unselected package sudo.
03:01:40 [2022-08-22T03:01:40.348Z] #21 60.12 Preparing to unpack .../47-sudo_1.9.5p2-3_amd64.deb ...
03:01:40 [2022-08-22T03:01:40.348Z] #21 60.19 Unpacking sudo (1.9.5p2-3) ...
03:01:40 [2022-08-22T03:01:40.599Z] #77 212.1 checking that generated files are newer than configure... done
03:01:40 [2022-08-22T03:01:40.599Z] #77 212.1 configure: creating ./config.status
03:01:41 [2022-08-22T03:01:41.286Z] #21 61.16 Selecting previously unselected package systemd-journal-remote.
03:01:41 [2022-08-22T03:01:41.286Z] #21 61.16 Preparing to unpack .../48-systemd-journal-remote_247.3-7_amd64.deb ...
03:01:41 [2022-08-22T03:01:41.286Z] #21 61.20 Unpacking systemd-journal-remote (247.3-7) ...
03:01:41 [2022-08-22T03:01:41.546Z] #21 61.38 Selecting previously unselected package thin-provisioning-tools.
03:01:41 [2022-08-22T03:01:41.546Z] #21 61.39 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-1_amd64.deb ...
03:01:41 [2022-08-22T03:01:41.546Z] #21 61.40 Unpacking thin-provisioning-tools (0.9.0-1) ...
03:01:41 [2022-08-22T03:01:41.811Z] #21 61.82 Selecting previously unselected package uidmap.
03:01:41 [2022-08-22T03:01:41.811Z] #21 61.83 Preparing to unpack .../50-uidmap_1%3a4.8.1-1_amd64.deb ...
03:01:41 [2022-08-22T03:01:41.811Z] #21 61.87 Unpacking uidmap (1:4.8.1-1) ...
03:01:42 [2022-08-22T03:01:42.076Z] #21 62.13 Selecting previously unselected package vim-runtime.
03:01:42 [2022-08-22T03:01:42.076Z] #21 62.13 Preparing to unpack .../51-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
03:01:42 [2022-08-22T03:01:42.076Z] #21 62.18 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
03:01:42 [2022-08-22T03:01:42.336Z] #21 62.23 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
03:01:42 [2022-08-22T03:01:42.336Z] #21 62.24 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
03:01:43 [2022-08-22T03:01:43.999Z] #19 371.2 Selecting previously unselected package g++-powerpc64le-linux-gnu.
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.2 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.2 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.2 Selecting previously unselected package crossbuild-essential-ppc64el.
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.2 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.2 Unpacking crossbuild-essential-ppc64el (12.9) ...
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.3 Selecting previously unselected package libc6-s390x-cross.
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.3 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.3 Unpacking libc6-s390x-cross (2.31-9cross4) ...
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.4 Selecting previously unselected package libgcc-s1-s390x-cross.
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.4 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.4 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.4 Selecting previously unselected package libgomp1-s390x-cross.
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.4 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.4 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
03:01:44 [2022-08-22T03:01:44.258Z] #19 371.5 Selecting previously unselected package libitm1-s390x-cross.
03:01:44 [2022-08-22T03:01:44.517Z] #19 371.5 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
03:01:44 [2022-08-22T03:01:44.517Z] #19 371.5 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
03:01:44 [2022-08-22T03:01:44.517Z] #19 371.5 Selecting previously unselected package libatomic1-s390x-cross.
03:01:44 [2022-08-22T03:01:44.517Z] #19 371.5 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
03:01:44 [2022-08-22T03:01:44.517Z] #19 371.5 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
03:01:44 [2022-08-22T03:01:44.517Z] #19 371.5 Selecting previously unselected package libasan6-s390x-cross.
03:01:44 [2022-08-22T03:01:44.517Z] #19 371.5 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
03:01:44 [2022-08-22T03:01:44.517Z] #19 371.5 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
03:01:44 [2022-08-22T03:01:44.776Z] #19 371.8 Selecting previously unselected package libstdc++6-s390x-cross.
03:01:44 [2022-08-22T03:01:44.776Z] #19 371.8 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
03:01:44 [2022-08-22T03:01:44.776Z] #19 371.8 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
03:01:44 [2022-08-22T03:01:44.876Z] #21 ...
03:01:44 [2022-08-22T03:01:44.876Z] 
03:01:44 [2022-08-22T03:01:44.876Z] #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
03:01:44 [2022-08-22T03:01:44.876Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:44 [2022-08-22T03:01:44.876Z] #77 201.8 checking command to parse /usr/bin/nm -B output from gcc object... ok
03:01:44 [2022-08-22T03:01:44.876Z] #77 202.3 checking for sysroot... no
03:01:44 [2022-08-22T03:01:44.876Z] #77 202.3 checking for a working dd... /bin/dd
03:01:44 [2022-08-22T03:01:44.876Z] #77 202.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
03:01:44 [2022-08-22T03:01:44.876Z] #77 202.4 checking for mt... no
03:01:44 [2022-08-22T03:01:44.876Z] #77 202.4 checking if : is a manifest tool... no
03:01:44 [2022-08-22T03:01:44.876Z] #77 202.4 checking how to run the C preprocessor... gcc -E
03:01:44 [2022-08-22T03:01:44.876Z] #77 202.7 checking for ANSI C header files... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 203.3 checking for sys/types.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 203.6 checking for sys/stat.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 203.9 checking for stdlib.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 204.2 checking for string.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 204.6 checking for memory.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 205.0 checking for strings.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 205.5 checking for inttypes.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 205.9 checking for stdint.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 206.3 checking for unistd.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 206.7 checking for dlfcn.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 207.0 checking for objdir... .libs
03:01:44 [2022-08-22T03:01:44.876Z] #77 207.6 checking if gcc supports -fno-rtti -fno-exceptions... no
03:01:44 [2022-08-22T03:01:44.876Z] #77 207.8 checking for gcc option to produce PIC... -fPIC -DPIC
03:01:44 [2022-08-22T03:01:44.876Z] #77 207.8 checking if gcc PIC flag -fPIC -DPIC works... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 207.8 checking if gcc static flag -static works... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 208.3 checking if gcc supports -c -o file.o... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 208.5 checking if gcc supports -c -o file.o... (cached) yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 208.5 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 208.5 checking dynamic linker characteristics... GNU/Linux ld.so
03:01:44 [2022-08-22T03:01:44.876Z] #77 208.8 checking how to hardcode library paths into programs... immediate
03:01:44 [2022-08-22T03:01:44.876Z] #77 208.8 checking whether stripping libraries is possible... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 208.8 checking if libtool supports shared libraries... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 208.8 checking whether to build shared libraries... no
03:01:44 [2022-08-22T03:01:44.876Z] #77 208.8 checking whether to build static libraries... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 208.8 checking float.h usability... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 209.0 checking float.h presence... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 209.1 checking for float.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 209.1 checking limits.h usability... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 209.3 checking limits.h presence... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 209.5 checking for limits.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 209.6 checking stddef.h usability... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 209.8 checking stddef.h presence... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 209.9 checking for stddef.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 210.0 checking for stdlib.h... (cached) yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 210.1 checking for string.h... (cached) yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 210.2 checking sys/time.h usability... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 210.5 checking sys/time.h presence... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 210.6 checking for sys/time.h... yes
03:01:44 [2022-08-22T03:01:44.876Z] #77 210.6 checking for inline... inline
03:01:45 [2022-08-22T03:01:45.034Z] #19 371.9 Selecting previously unselected package libubsan1-s390x-cross.
03:01:45 [2022-08-22T03:01:45.034Z] #19 371.9 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
03:01:45 [2022-08-22T03:01:45.034Z] #19 371.9 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
03:01:45 [2022-08-22T03:01:45.034Z] #19 372.1 Selecting previously unselected package libgcc-10-dev-s390x-cross.
03:01:45 [2022-08-22T03:01:45.034Z] #19 372.1 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
03:01:45 [2022-08-22T03:01:45.034Z] #19 372.2 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
03:01:45 [2022-08-22T03:01:45.136Z] #77 210.8 checking for size_t... yes
03:01:45 [2022-08-22T03:01:45.136Z] #77 211.4 checking for stdlib.h... (cached) yes
03:01:45 [2022-08-22T03:01:45.293Z] #19 372.4 Selecting previously unselected package gcc-10-s390x-linux-gnu.
03:01:45 [2022-08-22T03:01:45.293Z] #19 372.4 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.293Z] #19 372.5 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
03:01:45 [2022-08-22T03:01:45.395Z] #77 211.4 checking for GNU libc compatible malloc... yes
03:01:45 [2022-08-22T03:01:45.656Z] #77 211.8 checking for stdlib.h... (cached) yes
03:01:45 [2022-08-22T03:01:45.847Z] #77 ...
03:01:45 [2022-08-22T03:01:45.847Z] 
03:01:45 [2022-08-22T03:01:45.847Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:01:45 [2022-08-22T03:01:45.847Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:01:45 [2022-08-22T03:01:45.847Z] #21 46.67 Unpacking bash-completion (1:2.11-2) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 47.33 Selecting previously unselected package bzip2.
03:01:45 [2022-08-22T03:01:45.847Z] #21 47.33 Preparing to unpack .../17-bzip2_1.0.8-4_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 47.33 Unpacking bzip2 (1.0.8-4) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 47.49 Selecting previously unselected package xz-utils.
03:01:45 [2022-08-22T03:01:45.847Z] #21 47.49 Preparing to unpack .../18-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 47.50 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 48.01 Selecting previously unselected package apparmor.
03:01:45 [2022-08-22T03:01:45.847Z] #21 48.01 Preparing to unpack .../19-apparmor_2.13.6-10_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 48.32 Unpacking apparmor (2.13.6-10) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.08 Selecting previously unselected package inetutils-ping.
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.09 Preparing to unpack .../20-inetutils-ping_2%3a2.0-1_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.10 Unpacking inetutils-ping (2:2.0-1) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.27 Selecting previously unselected package libip6tc2:amd64.
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.28 Preparing to unpack .../21-libip6tc2_1.8.7-1_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.29 Unpacking libip6tc2:amd64 (1.8.7-1) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.54 Selecting previously unselected package libnfnetlink0:amd64.
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.54 Preparing to unpack .../22-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.55 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.66 Selecting previously unselected package libnetfilter-conntrack3:amd64.
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.66 Preparing to unpack .../23-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.66 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.88 Selecting previously unselected package libnftnl11:amd64.
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.88 Preparing to unpack .../24-libnftnl11_1.1.9-1_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 49.88 Unpacking libnftnl11:amd64 (1.1.9-1) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 50.07 Selecting previously unselected package iptables.
03:01:45 [2022-08-22T03:01:45.847Z] #21 50.09 Preparing to unpack .../25-iptables_1.8.7-1_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 50.10 Unpacking iptables (1.8.7-1) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 50.86 Selecting previously unselected package libonig5:amd64.
03:01:45 [2022-08-22T03:01:45.847Z] #21 50.88 Preparing to unpack .../26-libonig5_6.9.6-1.1_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 50.92 Unpacking libonig5:amd64 (6.9.6-1.1) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 51.18 Selecting previously unselected package libjq1:amd64.
03:01:45 [2022-08-22T03:01:45.847Z] #21 51.20 Preparing to unpack .../27-libjq1_1.6-2.1_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 51.21 Unpacking libjq1:amd64 (1.6-2.1) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 51.56 Selecting previously unselected package jq.
03:01:45 [2022-08-22T03:01:45.847Z] #21 51.64 Preparing to unpack .../28-jq_1.6-2.1_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 51.64 Unpacking jq (1.6-2.1) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 51.78 Selecting previously unselected package libaio1:amd64.
03:01:45 [2022-08-22T03:01:45.847Z] #21 51.81 Preparing to unpack .../29-libaio1_0.3.112-9_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 51.83 Unpacking libaio1:amd64 (0.3.112-9) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 51.97 Selecting previously unselected package libgpm2:amd64.
03:01:45 [2022-08-22T03:01:45.847Z] #21 52.02 Preparing to unpack .../30-libgpm2_1.20.7-8_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 52.03 Unpacking libgpm2:amd64 (1.20.7-8) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 52.26 Selecting previously unselected package libicu67:amd64.
03:01:45 [2022-08-22T03:01:45.847Z] #21 52.26 Preparing to unpack .../31-libicu67_67.1-7_amd64.deb ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 52.27 Unpacking libicu67:amd64 (67.1-7) ...
03:01:45 [2022-08-22T03:01:45.847Z] #21 ...
03:01:45 [2022-08-22T03:01:45.847Z] 
03:01:45 [2022-08-22T03:01:45.847Z] #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
03:01:45 [2022-08-22T03:01:45.847Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:45 [2022-08-22T03:01:45.847Z] #77 216.5 config.status: creating Makefile
03:01:45 [2022-08-22T03:01:45.847Z] #77 216.6 config.status: creating config.h
03:01:45 [2022-08-22T03:01:45.847Z] #77 216.7 config.status: executing depfiles commands
03:01:45 [2022-08-22T03:01:45.847Z] #77 217.2 config.status: executing libtool commands
03:01:45 [2022-08-22T03:01:45.916Z] #77 211.8 checking for GNU libc compatible realloc... yes
03:01:46 [2022-08-22T03:01:46.180Z] #77 212.2 checking for working strtod... yes
03:01:46 [2022-08-22T03:01:46.439Z] #77 212.5 checking for gettimeofday... yes
03:01:46 [2022-08-22T03:01:46.699Z] #77 212.8 checking for memset... yes
03:01:47 [2022-08-22T03:01:47.267Z] #77 213.1 checking for strspn... yes
03:01:47 [2022-08-22T03:01:47.267Z] #77 213.6 checking that generated files are newer than configure... done
03:01:47 [2022-08-22T03:01:47.267Z] #77 213.6 configure: creating ./config.status
03:01:47 [2022-08-22T03:01:47.739Z] #77 219.0   GEN      .version
03:01:47 [2022-08-22T03:01:47.739Z] #77 219.0 make  install-recursive
03:01:47 [2022-08-22T03:01:47.739Z] #77 219.0 make[1]: Entering directory '/tmp/crun-build'
03:01:47 [2022-08-22T03:01:47.739Z] #77 219.3 Making install in libocispec
03:01:47 [2022-08-22T03:01:47.739Z] #77 219.3 make[2]: Entering directory '/tmp/crun-build/libocispec'
03:01:47 [2022-08-22T03:01:47.996Z] #77 219.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
03:01:47 [2022-08-22T03:01:47.996Z] #77 219.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
03:01:47 [2022-08-22T03:01:47.996Z] #77 219.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
03:01:47 [2022-08-22T03:01:47.996Z] #77 219.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
03:01:48 [2022-08-22T03:01:48.204Z] #77 ...
03:01:48 [2022-08-22T03:01:48.204Z] 
03:01:48 [2022-08-22T03:01:48.204Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:01:48 [2022-08-22T03:01:48.204Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:01:48 [2022-08-22T03:01:48.204Z] #21 68.06 Selecting previously unselected package vim.
03:01:48 [2022-08-22T03:01:48.204Z] #21 68.07 Preparing to unpack .../52-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
03:01:48 [2022-08-22T03:01:48.204Z] #21 68.14 Unpacking vim (2:8.2.2434-3+deb11u1) ...
03:01:49 [2022-08-22T03:01:49.142Z] #21 69.10 Selecting previously unselected package xfsprogs.
03:01:49 [2022-08-22T03:01:49.142Z] #21 69.12 Preparing to unpack .../53-xfsprogs_5.10.0-4_amd64.deb ...
03:01:49 [2022-08-22T03:01:49.142Z] #21 69.12 Unpacking xfsprogs (5.10.0-4) ...
03:01:49 [2022-08-22T03:01:49.364Z] #77 220.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
03:01:49 [2022-08-22T03:01:49.364Z] #77 220.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
03:01:49 [2022-08-22T03:01:49.364Z] #77 220.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
03:01:49 [2022-08-22T03:01:49.364Z] #77 220.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
03:01:49 [2022-08-22T03:01:49.364Z] #77 220.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
03:01:49 [2022-08-22T03:01:49.364Z] #77 220.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
03:01:49 [2022-08-22T03:01:49.364Z] #77 220.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
03:01:49 [2022-08-22T03:01:49.364Z] #77 220.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
03:01:49 [2022-08-22T03:01:49.364Z] #77 220.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
03:01:49 [2022-08-22T03:01:49.621Z] #77 221.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
03:01:49 [2022-08-22T03:01:49.621Z] #77 221.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
03:01:49 [2022-08-22T03:01:49.621Z] #77 221.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
03:01:49 [2022-08-22T03:01:49.621Z] #77 221.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
03:01:49 [2022-08-22T03:01:49.621Z] #77 221.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
03:01:49 [2022-08-22T03:01:49.621Z] #77 221.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
03:01:49 [2022-08-22T03:01:49.621Z] #77 221.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
03:01:49 [2022-08-22T03:01:49.711Z] #21 69.69 Selecting previously unselected package zip.
03:01:49 [2022-08-22T03:01:49.711Z] #21 69.71 Preparing to unpack .../54-zip_3.0-12_amd64.deb ...
03:01:49 [2022-08-22T03:01:49.711Z] #21 69.71 Unpacking zip (3.0-12) ...
03:01:49 [2022-08-22T03:01:49.971Z] #21 70.07 Selecting previously unselected package zstd.
03:01:50 [2022-08-22T03:01:50.231Z] #21 70.08 Preparing to unpack .../55-zstd_1.4.8+dfsg-2.1_amd64.deb ...
03:01:50 [2022-08-22T03:01:50.231Z] #21 70.10 Unpacking zstd (1.4.8+dfsg-2.1) ...
03:01:50 [2022-08-22T03:01:50.564Z] #19 376.8 Selecting previously unselected package gcc-s390x-linux-gnu.
03:01:50 [2022-08-22T03:01:50.564Z] #19 376.8 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
03:01:50 [2022-08-22T03:01:50.564Z] #19 376.8 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
03:01:50 [2022-08-22T03:01:50.564Z] #19 376.8 Selecting previously unselected package linux-libc-dev-s390x-cross.
03:01:50 [2022-08-22T03:01:50.564Z] #19 376.8 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
03:01:50 [2022-08-22T03:01:50.564Z] #19 376.8 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
03:01:50 [2022-08-22T03:01:50.564Z] #19 377.0 Selecting previously unselected package libc6-dev-s390x-cross.
03:01:50 [2022-08-22T03:01:50.564Z] #19 377.0 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
03:01:50 [2022-08-22T03:01:50.564Z] #19 377.0 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
03:01:50 [2022-08-22T03:01:50.564Z] #19 377.3 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
03:01:50 [2022-08-22T03:01:50.564Z] #19 377.3 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
03:01:50 [2022-08-22T03:01:50.564Z] #19 377.3 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
03:01:50 [2022-08-22T03:01:50.564Z] #19 377.5 Selecting previously unselected package g++-10-s390x-linux-gnu.
03:01:50 [2022-08-22T03:01:50.564Z] #19 377.6 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
03:01:50 [2022-08-22T03:01:50.564Z] #19 377.6 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
03:01:51 [2022-08-22T03:01:51.000Z] #77 ...
03:01:51 [2022-08-22T03:01:51.000Z] 
03:01:51 [2022-08-22T03:01:51.000Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:01:51 [2022-08-22T03:01:51.000Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:01:51 [2022-08-22T03:01:51.000Z] #21 57.62 Selecting previously unselected package libinih1:amd64.
03:01:51 [2022-08-22T03:01:51.000Z] #21 57.63 Preparing to unpack .../32-libinih1_53-1+b2_amd64.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 57.63 Unpacking libinih1:amd64 (53-1+b2) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 57.77 Selecting previously unselected package libmicrohttpd12:amd64.
03:01:51 [2022-08-22T03:01:51.000Z] #21 57.80 Preparing to unpack .../33-libmicrohttpd12_0.9.72-2_amd64.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 57.81 Unpacking libmicrohttpd12:amd64 (0.9.72-2) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.10 Selecting previously unselected package libnet1:amd64.
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.10 Preparing to unpack .../34-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.38 Selecting previously unselected package libnl-3-200:amd64.
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.38 Preparing to unpack .../35-libnl-3-200_3.4.0-1+b1_amd64.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.42 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.68 Selecting previously unselected package libprotobuf-c1:amd64.
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.69 Preparing to unpack .../36-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.72 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.83 Selecting previously unselected package libyajl2:amd64.
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.85 Preparing to unpack .../37-libyajl2_2.1.0-3_amd64.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.87 Unpacking libyajl2:amd64 (2.1.0-3) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.91 Selecting previously unselected package net-tools.
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.92 Preparing to unpack .../38-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 58.93 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 59.17 Selecting previously unselected package patch.
03:01:51 [2022-08-22T03:01:51.000Z] #21 59.18 Preparing to unpack .../39-patch_2.7.6-7_amd64.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 59.22 Unpacking patch (2.7.6-7) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 59.47 Selecting previously unselected package python-pip-whl.
03:01:51 [2022-08-22T03:01:51.000Z] #21 59.47 Preparing to unpack .../40-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 59.48 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 60.72 Selecting previously unselected package python3-lib2to3.
03:01:51 [2022-08-22T03:01:51.000Z] #21 60.74 Preparing to unpack .../41-python3-lib2to3_3.9.2-1_all.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 60.76 Unpacking python3-lib2to3 (3.9.2-1) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 60.90 Selecting previously unselected package python3-distutils.
03:01:51 [2022-08-22T03:01:51.000Z] #21 60.90 Preparing to unpack .../42-python3-distutils_3.9.2-1_all.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 60.91 Unpacking python3-distutils (3.9.2-1) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 61.16 Selecting previously unselected package python3-pkg-resources.
03:01:51 [2022-08-22T03:01:51.000Z] #21 61.17 Preparing to unpack .../43-python3-pkg-resources_52.0.0-4_all.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 61.18 Unpacking python3-pkg-resources (52.0.0-4) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 61.38 Selecting previously unselected package python3-setuptools.
03:01:51 [2022-08-22T03:01:51.000Z] #21 61.39 Preparing to unpack .../44-python3-setuptools_52.0.0-4_all.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 61.39 Unpacking python3-setuptools (52.0.0-4) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 61.76 Selecting previously unselected package python3-wheel.
03:01:51 [2022-08-22T03:01:51.000Z] #21 61.78 Preparing to unpack .../45-python3-wheel_0.34.2-1_all.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 61.80 Unpacking python3-wheel (0.34.2-1) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 61.90 Selecting previously unselected package python3-pip.
03:01:51 [2022-08-22T03:01:51.000Z] #21 61.91 Preparing to unpack .../46-python3-pip_20.3.4-4+deb11u1_all.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 61.92 Unpacking python3-pip (20.3.4-4+deb11u1) ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 62.29 Selecting previously unselected package sudo.
03:01:51 [2022-08-22T03:01:51.000Z] #21 62.30 Preparing to unpack .../47-sudo_1.9.5p2-3_amd64.deb ...
03:01:51 [2022-08-22T03:01:51.000Z] #21 62.32 Unpacking sudo (1.9.5p2-3) ...
03:01:51 [2022-08-22T03:01:51.170Z] #21 70.92 Setting up python3-pkg-resources (52.0.0-4) ...
03:01:51 [2022-08-22T03:01:51.256Z] #21 63.07 Selecting previously unselected package systemd-journal-remote.
03:01:51 [2022-08-22T03:01:51.256Z] #21 63.07 Preparing to unpack .../48-systemd-journal-remote_247.3-7_amd64.deb ...
03:01:51 [2022-08-22T03:01:51.256Z] #21 63.08 Unpacking systemd-journal-remote (247.3-7) ...
03:01:51 [2022-08-22T03:01:51.513Z] #21 63.20 Selecting previously unselected package thin-provisioning-tools.
03:01:51 [2022-08-22T03:01:51.513Z] #21 63.22 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-1_amd64.deb ...
03:01:51 [2022-08-22T03:01:51.513Z] #21 63.24 Unpacking thin-provisioning-tools (0.9.0-1) ...
03:01:51 [2022-08-22T03:01:51.770Z] #21 63.53 Selecting previously unselected package uidmap.
03:01:51 [2022-08-22T03:01:51.770Z] #21 63.54 Preparing to unpack .../50-uidmap_1%3a4.8.1-1_amd64.deb ...
03:01:51 [2022-08-22T03:01:51.770Z] #21 63.56 Unpacking uidmap (1:4.8.1-1) ...
03:01:52 [2022-08-22T03:01:52.027Z] #21 63.77 Selecting previously unselected package vim-runtime.
03:01:52 [2022-08-22T03:01:52.027Z] #21 63.78 Preparing to unpack .../51-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
03:01:52 [2022-08-22T03:01:52.027Z] #21 63.83 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
03:01:52 [2022-08-22T03:01:52.027Z] #21 63.86 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
03:01:52 [2022-08-22T03:01:52.027Z] #21 63.87 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.40 Setting up libip4tc2:amd64 (1.8.7-1) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.41 Setting up net-tools (1.60+git20181103.0eebece-1) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.42 Setting up libgpm2:amd64 (1.20.7-8) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.43 Setting up libicu67:amd64 (67.1-7) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.45 Setting up libip6tc2:amd64 (1.8.7-1) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.46 Setting up libinih1:amd64 (53-1+b2) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.47 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.48 Setting up uidmap (1:4.8.1-1) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.50 Setting up libyajl2:amd64 (2.1.0-3) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.51 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.52 Setting up bzip2 (1.0.8-4) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.53 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
03:01:52 [2022-08-22T03:01:52.554Z] #21 72.55 Setting up python3-wheel (0.34.2-1) ...
03:01:53 [2022-08-22T03:01:53.934Z] #21 73.92 Setting up libmicrohttpd12:amd64 (0.9.72-2) ...
03:01:53 [2022-08-22T03:01:53.934Z] #21 73.94 Setting up xxd (2:8.2.2434-3+deb11u1) ...
03:01:53 [2022-08-22T03:01:53.934Z] #21 73.95 Setting up libcap2:amd64 (1:2.44-1) ...
03:01:53 [2022-08-22T03:01:53.934Z] #21 73.97 Setting up libcap2-bin (1:2.44-1) ...
03:01:54 [2022-08-22T03:01:54.193Z] #21 73.98 Setting up apparmor (2.13.6-10) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.7 Selecting previously unselected package g++-s390x-linux-gnu.
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.7 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.7 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.8 Selecting previously unselected package crossbuild-essential-s390x.
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.8 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.8 Unpacking crossbuild-essential-s390x (12.9) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.8 Setting up libconfig-inifiles-perl (3.000003-1) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.8 Setting up libfile-which-perl (1.23-1) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.8 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.8 Setting up libc6-armhf-cross (2.31-9cross4) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.8 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.8 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.9 Setting up libicu67:amd64 (67.1-7) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.9 Setting up libmagic-mgc (1:5.39-3) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.9 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.9 Setting up libc6-s390x-cross (2.31-9cross4) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.9 Setting up libmagic1:amd64 (1:5.39-3) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.9 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.9 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
03:01:54 [2022-08-22T03:01:54.756Z] #19 381.9 Setting up file (1:5.39-3) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 381.9 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.0 Setting up bzip2 (1.0.8-4) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.0 Setting up libyaml-perl (1.30-1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.0 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.0 Setting up libxml-sax-base-perl (1.09-1.1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.0 Setting up libio-string-perl (1.08-3.1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.0 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.0 Setting up cross-config (2.6.18+nmu1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.1 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.1 Setting up libc6-arm64-cross (2.31-9cross4) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.1 Setting up patch (2.7.6-7) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.1 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.2 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.2 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.2 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.2 Setting up libc6-armel-cross (2.31-9cross4) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.2 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.2 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.2 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.2 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.2 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.2 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.2 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.3 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.3 Setting up libfile-homedir-perl (1.006-1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.3 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.3 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.015Z] #19 382.3 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.3 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.3 Setting up liblocale-gettext-perl (1.07-4+b1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.3 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.3 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.3 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.3 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.4 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.4 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.4 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.4 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.4 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.4 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.4 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.4 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.4 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.4 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.4 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.5 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.5 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.5 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.5 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.273Z] #19 382.5 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.531Z] #19 382.5 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
03:01:55 [2022-08-22T03:01:55.531Z] #19 382.5 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.531Z] #19 382.5 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.531Z] #19 382.5 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.531Z] #19 382.5 Setting up libxml-sax-perl (1.02+dfsg-1) ...
03:01:55 [2022-08-22T03:01:55.531Z] #19 382.6 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
03:01:55 [2022-08-22T03:01:55.531Z] #19 382.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.8 
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.8 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.8 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.8 Setting up dpkg-dev (1.20.11) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.9 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.9 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.9 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.9 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.9 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.9 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.9 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.9 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 382.9 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 383.0 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 383.0 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
03:01:55 [2022-08-22T03:01:55.790Z] #19 383.0 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
03:01:56 [2022-08-22T03:01:56.049Z] #19 383.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
03:01:56 [2022-08-22T03:01:56.049Z] #19 383.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
03:01:56 [2022-08-22T03:01:56.049Z] #19 383.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.3 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.3 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.3 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.3 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.3 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.3 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.3 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.3 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.4 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.4 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.4 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.4 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.4 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.4 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.4 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.4 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.4 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.4 Setting up libxml-simple-perl (2.25-1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.4 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.5 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.5 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.5 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.5 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.5 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.5 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.5 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.5 Setting up libconfig-auto-perl (0.44-1.1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.5 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.306Z] #19 383.5 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.6 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.6 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.6 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.6 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.6 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.6 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.6 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.6 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.6 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.6 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.7 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.7 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.7 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.7 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.7 Setting up dpkg-cross (2.6.18+nmu1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.7 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.7 Setting up crossbuild-essential-armel (12.9) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.7 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.8 Setting up crossbuild-essential-armhf (12.9) ...
03:01:56 [2022-08-22T03:01:56.564Z] #19 383.8 Setting up crossbuild-essential-arm64 (12.9) ...
03:01:56 [2022-08-22T03:01:56.732Z] #21 76.43 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
03:01:56 [2022-08-22T03:01:56.733Z] #21 76.56 Setting up zip (3.0-12) ...
03:01:56 [2022-08-22T03:01:56.733Z] #21 76.60 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
03:01:56 [2022-08-22T03:01:56.733Z] #21 76.68 Setting up bash-completion (1:2.11-2) ...
03:01:56 [2022-08-22T03:01:56.822Z] #19 383.8 Setting up crossbuild-essential-s390x (12.9) ...
03:01:56 [2022-08-22T03:01:56.822Z] #19 383.8 Setting up crossbuild-essential-ppc64el (12.9) ...
03:01:56 [2022-08-22T03:01:56.822Z] #19 383.8 Processing triggers for libc-bin (2.31-13+deb11u3) ...
03:01:57 [2022-08-22T03:01:57.081Z] #19 DONE 384.3s
03:01:57 [2022-08-22T03:01:57.081Z] 
03:01:57 [2022-08-22T03:01:57.081Z] #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
03:01:57 [2022-08-22T03:01:57.081Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d
03:01:57 [2022-08-22T03:01:57.284Z] #21 68.99 Selecting previously unselected package vim.
03:01:57 [2022-08-22T03:01:57.284Z] #21 69.01 Preparing to unpack .../52-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
03:01:57 [2022-08-22T03:01:57.284Z] #21 69.07 Unpacking vim (2:8.2.2434-3+deb11u1) ...
03:01:57 [2022-08-22T03:01:57.339Z] #49 ...
03:01:57 [2022-08-22T03:01:57.339Z] 
03:01:57 [2022-08-22T03:01:57.339Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
03:01:57 [2022-08-22T03:01:57.339Z] #32 sha256:2e8f6c10859a48dd7ef0a900b1dd6833af5f7b93cd23b65f289b723ef1235557
03:01:57 [2022-08-22T03:01:57.339Z] #32 DONE 0.1s
03:01:57 [2022-08-22T03:01:57.339Z] 
03:01:57 [2022-08-22T03:01:57.339Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
03:01:57 [2022-08-22T03:01:57.339Z] #73 sha256:0280b14357e67a1cbad89f97798ec39fcab084f44b16f76915035a25e72bc70e
03:01:57 [2022-08-22T03:01:57.339Z] #73 DONE 0.2s
03:01:57 [2022-08-22T03:01:57.339Z] 
03:01:57 [2022-08-22T03:01:57.339Z] #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
03:01:57 [2022-08-22T03:01:57.339Z] #74 sha256:31c40ebe2059ec815fff2d5c68d0baa6e19d209ebdac8fffd4c884f71768f806
03:01:58 [2022-08-22T03:01:58.214Z] #21 70.17 Selecting previously unselected package xfsprogs.
03:01:58 [2022-08-22T03:01:58.244Z] #64 ...
03:01:58 [2022-08-22T03:01:58.244Z] 
03:01:58 [2022-08-22T03:01:58.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
03:01:58 [2022-08-22T03:01:58.244Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:58 [2022-08-22T03:01:58.244Z] #77 248.3   AR       libcrun_testing.a
03:01:58 [2022-08-22T03:01:58.244Z] #77 248.3 ar: `u' modifier ignored since `D' is the default (see `U')
03:01:58 [2022-08-22T03:01:58.244Z] #77 248.4   CCLD     tests/tests_libcrun_utils
03:01:58 [2022-08-22T03:01:58.244Z] #77 248.4   CCLD     tests/tests_libcrun_errors
03:01:58 [2022-08-22T03:01:58.244Z] #77 248.4   CCLD     tests/tests_libcrun_fuzzer
03:01:58 [2022-08-22T03:01:58.244Z] #77 248.5   CCLD     libcrun.la
03:01:58 [2022-08-22T03:01:58.244Z] #77 249.8   CCLD     crun
03:01:58 [2022-08-22T03:01:58.244Z] #77 250.4 make[3]: Entering directory '/tmp/crun-build'
03:01:58 [2022-08-22T03:01:58.244Z] #77 250.6  /bin/mkdir -p '/usr/local/lib'
03:01:58 [2022-08-22T03:01:58.244Z] #77 250.6  /bin/mkdir -p '/usr/local/share/man/man1'
03:01:58 [2022-08-22T03:01:58.244Z] #77 250.6  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
03:01:58 [2022-08-22T03:01:58.244Z] #77 250.6  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
03:01:58 [2022-08-22T03:01:58.244Z] #77 250.7 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
03:01:58 [2022-08-22T03:01:58.244Z] #77 250.7 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
03:01:58 [2022-08-22T03:01:58.244Z] #77 250.7 libtool: install: chmod 644 /usr/local/lib/libcrun.a
03:01:58 [2022-08-22T03:01:58.244Z] #77 250.7 libtool: install: ranlib /usr/local/lib/libcrun.a
03:01:58 [2022-08-22T03:01:58.244Z] #77 250.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
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0 ----------------------------------------------------------------------
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0 Libraries have been installed in:
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0    /usr/local/lib
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0 
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0 If you ever happen to want to link against installed libraries
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0 in a given directory, LIBDIR, you must either use libtool, and
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0 specify the full pathname of the library, or use the '-LLIBDIR'
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0 flag during linking and do at least one of the following:
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0      during execution
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0    - add LIBDIR to the 'LD_RUN_PATH' environment variable
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0      during linking
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0 
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0 See any operating system documentation about shared libraries for
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0 more information, such as the ld(1) and ld.so(8) manual pages.
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0 ----------------------------------------------------------------------
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0  /bin/mkdir -p '/build'
03:01:58 [2022-08-22T03:01:58.244Z] #77 251.0   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
03:01:58 [2022-08-22T03:01:58.471Z] #21 70.19 Preparing to unpack .../53-xfsprogs_5.10.0-4_amd64.deb ...
03:01:58 [2022-08-22T03:01:58.471Z] #21 70.20 Unpacking xfsprogs (5.10.0-4) ...
03:01:58 [2022-08-22T03:01:58.501Z] #77 251.0 libtool: install: /usr/bin/install -c crun /build/crun
03:01:58 [2022-08-22T03:01:58.501Z] #77 251.1 make[3]: Leaving directory '/tmp/crun-build'
03:01:58 [2022-08-22T03:01:58.501Z] #77 251.1 make[2]: Leaving directory '/tmp/crun-build'
03:01:58 [2022-08-22T03:01:58.501Z] #77 251.1 make[1]: Leaving directory '/tmp/crun-build'
03:01:58 [2022-08-22T03:01:58.648Z] #21 ...
03:01:58 [2022-08-22T03:01:58.648Z] 
03:01:58 [2022-08-22T03:01:58.648Z] #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
03:01:58 [2022-08-22T03:01:58.648Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:01:58 [2022-08-22T03:01:58.648Z] #77 218.5 config.status: creating Makefile
03:01:58 [2022-08-22T03:01:58.648Z] #77 218.5 config.status: creating config.h
03:01:58 [2022-08-22T03:01:58.648Z] #77 218.5 config.status: executing depfiles commands
03:01:58 [2022-08-22T03:01:58.648Z] #77 218.9 config.status: executing libtool commands
03:01:58 [2022-08-22T03:01:58.648Z] #77 220.9   GEN      .version
03:01:58 [2022-08-22T03:01:58.648Z] #77 221.0 make  install-recursive
03:01:58 [2022-08-22T03:01:58.648Z] #77 221.0 make[1]: Entering directory '/tmp/crun-build'
03:01:58 [2022-08-22T03:01:58.648Z] #77 221.1 Making install in libocispec
03:01:58 [2022-08-22T03:01:58.648Z] #77 221.1 make[2]: Entering directory '/tmp/crun-build/libocispec'
03:01:58 [2022-08-22T03:01:58.648Z] #77 221.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
03:01:58 [2022-08-22T03:01:58.648Z] #77 221.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
03:01:58 [2022-08-22T03:01:58.648Z] #77 221.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
03:01:58 [2022-08-22T03:01:58.648Z] #77 221.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
03:01:58 [2022-08-22T03:01:58.648Z] #77 222.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 222.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 222.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 222.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 222.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 222.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 222.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 222.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 222.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 223.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 223.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 223.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 223.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 223.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 223.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 223.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 make  install-recursive
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.5 make[3]: Entering directory '/tmp/crun-build/libocispec'
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.6 Making install in yajl
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.6 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.7   CC       verify/json_verify-json_verify.o
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.7   CC       src/libyajl_la-yajl_alloc.lo
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.8   CC       src/libyajl_la-yajl.lo
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.8   CC       src/libyajl_la-yajl_gen.lo
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.8   CC       src/libyajl_la-yajl_parser.lo
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.8   CC       src/libyajl_la-yajl_buf.lo
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.9   CC       src/libyajl_la-yajl_encode.lo
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.9   CC       src/libyajl_la-yajl_lex.lo
03:01:58 [2022-08-22T03:01:58.648Z] #77 224.9   CC       src/libyajl_la-yajl_tree.lo
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.235 + RM_GOPATH=0
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.237 + TMP_GOPATH=
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.237 + : /build
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.238 + '[' -z '' ']'
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.238 ++ mktemp -d
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.240 + export GOPATH=/tmp/tmp.upIFACfPWm
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.240 + GOPATH=/tmp/tmp.upIFACfPWm
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.240 + RM_GOPATH=1
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.240 + case "$(go env GOARCH)" in
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.240 ++ go env GOARCH
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.247 + export GO_BUILDMODE=-buildmode=pie
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.247 + GO_BUILDMODE=-buildmode=pie
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.247 ++ dirname /install.sh
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + dir=/
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + bin=rootlesskit
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + shift
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + '[' '!' -f //rootlesskit.installer ']'
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + . //rootlesskit.installer
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 ++ : 1920341cd41e047834a21007424162a2dc946315
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + install_rootlesskit
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + case "$1" in
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + export CGO_ENABLED=0
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + CGO_ENABLED=0
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + _install_rootlesskit
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + for f in rootlesskit rootlesskit-docker-proxy
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + GOBIN=/build
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + GO111MODULE=on
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.263 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
03:01:58 [2022-08-22T03:01:58.732Z] #74 1.268 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
03:01:58 [2022-08-22T03:01:58.758Z] #77 DONE 251.3s
03:01:58 [2022-08-22T03:01:58.758Z] 
03:01:58 [2022-08-22T03:01:58.758Z] #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
03:01:58 [2022-08-22T03:01:58.758Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
03:01:58 [2022-08-22T03:01:58.995Z] #74 1.709 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
03:01:59 [2022-08-22T03:01:59.402Z] #21 71.29 Selecting previously unselected package zip.
03:01:59 [2022-08-22T03:01:59.402Z] #21 71.29 Preparing to unpack .../54-zip_3.0-12_amd64.deb ...
03:01:59 [2022-08-22T03:01:59.402Z] #21 71.30 Unpacking zip (3.0-12) ...
03:01:59 [2022-08-22T03:01:59.659Z] #21 71.54 Selecting previously unselected package zstd.
03:01:59 [2022-08-22T03:01:59.659Z] #21 71.54 Preparing to unpack .../55-zstd_1.4.8+dfsg-2.1_amd64.deb ...
03:01:59 [2022-08-22T03:01:59.659Z] #21 71.58 Unpacking zstd (1.4.8+dfsg-2.1) ...
03:02:00 [2022-08-22T03:02:00.029Z] #77 ...
03:02:00 [2022-08-22T03:02:00.029Z] 
03:02:00 [2022-08-22T03:02:00.029Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:02:00 [2022-08-22T03:02:00.029Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:02:00 [2022-08-22T03:02:00.029Z] #21 80.04 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
03:02:00 [2022-08-22T03:02:00.029Z] #21 80.05 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
03:02:00 [2022-08-22T03:02:00.029Z] #21 80.08 Setting up libmnl0:amd64 (1.0.4-3) ...
03:02:00 [2022-08-22T03:02:00.288Z] #21 80.09 Setting up patch (2.7.6-7) ...
03:02:00 [2022-08-22T03:02:00.288Z] #21 80.11 Setting up sudo (1.9.5p2-3) ...
03:02:00 [2022-08-22T03:02:00.288Z] #21 80.21 invoke-rc.d: could not determine current runlevel
03:02:00 [2022-08-22T03:02:00.288Z] #21 80.22 invoke-rc.d: policy-rc.d denied execution of start.
03:02:00 [2022-08-22T03:02:00.288Z] #21 80.25 Setting up xfsprogs (5.10.0-4) ...
03:02:00 [2022-08-22T03:02:00.288Z] #21 80.26 System has not been booted with systemd as init system (PID 1). Can't operate.
03:02:00 [2022-08-22T03:02:00.288Z] #21 80.27 Failed to connect to bus: Host is down
03:02:00 [2022-08-22T03:02:00.288Z] #21 80.28 Setting up libxtables12:amd64 (1.8.7-1) ...
03:02:00 [2022-08-22T03:02:00.288Z] #21 80.30 Setting up inetutils-ping (2:2.0-1) ...
03:02:00 [2022-08-22T03:02:00.288Z] #21 80.32 Setting up pigz (2.6-1) ...
03:02:00 [2022-08-22T03:02:00.403Z] #74 3.159 go: downloading github.com/sirupsen/logrus v1.8.1
03:02:00 [2022-08-22T03:02:00.548Z] #21 80.34 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
03:02:00 [2022-08-22T03:02:00.548Z] #21 80.35 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
03:02:00 [2022-08-22T03:02:00.548Z] #21 80.38 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
03:02:00 [2022-08-22T03:02:00.548Z] #21 80.40 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
03:02:00 [2022-08-22T03:02:00.589Z] #21 72.28 Setting up python3-pkg-resources (52.0.0-4) ...
03:02:00 [2022-08-22T03:02:00.662Z] #74 3.160 go: downloading github.com/urfave/cli/v2 v2.4.0
03:02:00 [2022-08-22T03:02:00.662Z] #74 3.341 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
03:02:01 [2022-08-22T03:02:01.151Z] #21 ...
03:02:01 [2022-08-22T03:02:01.151Z] 
03:02:01 [2022-08-22T03:02:01.151Z] #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
03:02:01 [2022-08-22T03:02:01.151Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 make  install-recursive
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.7 make[3]: Entering directory '/tmp/crun-build/libocispec'
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.9 Making install in yajl
03:02:01 [2022-08-22T03:02:01.151Z] #77 222.9 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
03:02:01 [2022-08-22T03:02:01.151Z] #77 223.0   CC       verify/json_verify-json_verify.o
03:02:01 [2022-08-22T03:02:01.151Z] #77 223.0   CC       src/libyajl_la-yajl_alloc.lo
03:02:01 [2022-08-22T03:02:01.151Z] #77 223.0   CC       src/libyajl_la-yajl.lo
03:02:01 [2022-08-22T03:02:01.151Z] #77 223.0   CC       src/libyajl_la-yajl_gen.lo
03:02:01 [2022-08-22T03:02:01.151Z] #77 223.0   CC       src/libyajl_la-yajl_parser.lo
03:02:01 [2022-08-22T03:02:01.151Z] #77 223.0   CC       src/libyajl_la-yajl_buf.lo
03:02:01 [2022-08-22T03:02:01.151Z] #77 223.1   CC       src/libyajl_la-yajl_lex.lo
03:02:01 [2022-08-22T03:02:01.151Z] #77 223.1   CC       src/libyajl_la-yajl_encode.lo
03:02:01 [2022-08-22T03:02:01.151Z] #77 223.1   CC       src/libyajl_la-yajl_tree.lo
03:02:01 [2022-08-22T03:02:01.151Z] #77 231.9   CCLD     libyajl.la
03:02:01 [2022-08-22T03:02:01.151Z] #77 232.8   CCLD     verify/json_verify
03:02:01 [2022-08-22T03:02:01.487Z] #21 81.37 Setting up libaio1:amd64 (0.3.112-9) ...
03:02:01 [2022-08-22T03:02:01.487Z] #21 81.39 Setting up python3-lib2to3 (3.9.2-1) ...
03:02:02 [2022-08-22T03:02:02.058Z] #21 82.04 Setting up libelf1:amd64 (0.183-1) ...
03:02:02 [2022-08-22T03:02:02.058Z] #21 82.06 Setting up libjson-c5:amd64 (0.15-2) ...
03:02:02 [2022-08-22T03:02:02.058Z] #21 82.07 Setting up zstd (1.4.8+dfsg-2.1) ...
03:02:02 [2022-08-22T03:02:02.091Z] #77 233.5 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
03:02:02 [2022-08-22T03:02:02.091Z] #77 233.5 make[5]: Nothing to be done for 'install-exec-am'.
03:02:02 [2022-08-22T03:02:02.091Z] #77 233.5 make[5]: Nothing to be done for 'install-data-am'.
03:02:02 [2022-08-22T03:02:02.091Z] #77 233.5 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
03:02:02 [2022-08-22T03:02:02.091Z] #77 233.5 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
03:02:02 [2022-08-22T03:02:02.091Z] #77 233.5 make[4]: Entering directory '/tmp/crun-build/libocispec'
03:02:02 [2022-08-22T03:02:02.091Z] #77 233.6   CC       src/validate.o
03:02:02 [2022-08-22T03:02:02.358Z] #21 82.10 Setting up libonig5:amd64 (6.9.6-1.1) ...
03:02:02 [2022-08-22T03:02:02.358Z] #21 82.12 Setting up libkmod2:amd64 (28-1) ...
03:02:02 [2022-08-22T03:02:02.358Z] #21 82.16 Setting up python3-distutils (3.9.2-1) ...
03:02:02 [2022-08-22T03:02:02.362Z] #77 233.6   CC       src/image_spec_schema_config_schema.lo
03:02:02 [2022-08-22T03:02:02.362Z] #77 233.7   CC       src/image_spec_schema_content_descriptor.lo
03:02:02 [2022-08-22T03:02:02.362Z] #77 233.7   CC       src/image_spec_schema_defs.lo
03:02:02 [2022-08-22T03:02:02.362Z] #77 233.7   CC       src/image_spec_schema_defs_descriptor.lo
03:02:02 [2022-08-22T03:02:02.362Z] #77 233.7   CC       src/image_spec_schema_image_layout_schema.lo
03:02:02 [2022-08-22T03:02:02.362Z] #77 233.7   CC       src/image_spec_schema_image_index_schema.lo
03:02:02 [2022-08-22T03:02:02.362Z] #77 233.7   CC       src/image_spec_schema_image_manifest_schema.lo
03:02:02 [2022-08-22T03:02:02.362Z] #77 233.7   CC       src/runtime_spec_schema_config_linux.lo
03:02:02 [2022-08-22T03:02:02.362Z] #77 ...
03:02:02 [2022-08-22T03:02:02.362Z] 
03:02:02 [2022-08-22T03:02:02.362Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:02:02 [2022-08-22T03:02:02.362Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:02:02 [2022-08-22T03:02:02.362Z] #21 74.06 Setting up libip4tc2:amd64 (1.8.7-1) ...
03:02:02 [2022-08-22T03:02:02.575Z] #74 4.969 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
03:02:02 [2022-08-22T03:02:02.575Z] #74 ...
03:02:02 [2022-08-22T03:02:02.575Z] 
03:02:02 [2022-08-22T03:02:02.575Z] #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
03:02:02 [2022-08-22T03:02:02.575Z] #33 sha256:0b1c2b99b4bca84c05081cec89eddbf67c5905e217a26be0f7703726fa792819
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.395 + RM_GOPATH=0
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.395 + TMP_GOPATH=
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.395 + : /build
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.395 + '[' -z '' ']'
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.395 ++ mktemp -d
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.397 + export GOPATH=/tmp/tmp.rVgJ6kj5Q0
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.397 + GOPATH=/tmp/tmp.rVgJ6kj5Q0
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.397 + RM_GOPATH=1
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.397 + case "$(go env GOARCH)" in
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.397 ++ go env GOARCH
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.403 + export GO_BUILDMODE=-buildmode=pie
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.404 + GO_BUILDMODE=-buildmode=pie
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.405 ++ dirname /install.sh
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.405 + dir=/
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.406 + bin=dockercli
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.406 + shift
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.406 + '[' '!' -f //dockercli.installer ']'
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.406 + . //dockercli.installer
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.406 ++ : stable
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.406 ++ : 17.06.2-ce
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.406 + install_dockercli
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.406 + echo 'Install docker/cli version 17.06.2-ce from stable'
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.407 Install docker/cli version 17.06.2-ce from stable
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.407 ++ uname -m
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.408 + arch=x86_64
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.409 + '[' x86_64 '!=' x86_64 ']'
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.409 + url=https://download.docker.com/linux/static
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.410 + tar -xz docker/docker
03:02:02 [2022-08-22T03:02:02.575Z] #33 1.411 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
03:02:02 [2022-08-22T03:02:02.575Z] #33 4.882 + mkdir -p /build
03:02:02 [2022-08-22T03:02:02.575Z] #33 4.883 + mv docker/docker /build/
03:02:02 [2022-08-22T03:02:02.575Z] #33 4.885 + rmdir docker
03:02:02 [2022-08-22T03:02:02.575Z] #33 DONE 5.1s
03:02:02 [2022-08-22T03:02:02.575Z] 
03:02:02 [2022-08-22T03:02:02.575Z] #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
03:02:02 [2022-08-22T03:02:02.575Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d
03:02:02 [2022-08-22T03:02:02.575Z] #49 1.761 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 1.808 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 1.808 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 2.116 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 2.480 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 2.832 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 3.221 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 3.615 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 4.149 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 4.708 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [174 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 4.722 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 4.734 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [160 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 4.748 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 4.752 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 4.763 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
03:02:02 [2022-08-22T03:02:02.575Z] #49 5.043 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
03:02:02 [2022-08-22T03:02:02.575Z] #49 5.055 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
03:02:02 [2022-08-22T03:02:02.575Z] #49 5.057 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
03:02:02 [2022-08-22T03:02:02.575Z] #49 5.058 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
03:02:02 [2022-08-22T03:02:02.575Z] #49 5.066 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
03:02:02 [2022-08-22T03:02:02.575Z] #49 5.067 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
03:02:02 [2022-08-22T03:02:02.926Z] #21 74.63 Setting up net-tools (1.60+git20181103.0eebece-1) ...
03:02:03 [2022-08-22T03:02:03.319Z] #21 83.26 Setting up vim (2:8.2.2434-3+deb11u1) ...
03:02:03 [2022-08-22T03:02:03.319Z] #21 83.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
03:02:03 [2022-08-22T03:02:03.319Z] #21 83.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
03:02:03 [2022-08-22T03:02:03.319Z] #21 83.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
03:02:03 [2022-08-22T03:02:03.319Z] #21 83.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
03:02:03 [2022-08-22T03:02:03.319Z] #21 83.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
03:02:03 [2022-08-22T03:02:03.319Z] #21 83.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
03:02:03 [2022-08-22T03:02:03.319Z] #21 83.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
03:02:03 [2022-08-22T03:02:03.319Z] #21 83.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
03:02:03 [2022-08-22T03:02:03.319Z] #21 83.40 Setting up python3-setuptools (52.0.0-4) ...
03:02:03 [2022-08-22T03:02:03.494Z] #21 75.22 Setting up libgpm2:amd64 (1.20.7-8) ...
03:02:03 [2022-08-22T03:02:03.759Z] #21 75.58 Setting up libicu67:amd64 (67.1-7) ...
03:02:04 [2022-08-22T03:02:04.016Z] #21 75.86 Setting up libip6tc2:amd64 (1.8.7-1) ...
03:02:04 [2022-08-22T03:02:04.272Z] #21 76.12 Setting up libinih1:amd64 (53-1+b2) ...
03:02:04 [2022-08-22T03:02:04.603Z] #21 76.36 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
03:02:04 [2022-08-22T03:02:04.863Z] #21 76.71 Setting up uidmap (1:4.8.1-1) ...
03:02:04 [2022-08-22T03:02:04.863Z] #21 76.74 Setting up libyajl2:amd64 (2.1.0-3) ...
03:02:04 [2022-08-22T03:02:04.863Z] #21 76.75 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
03:02:04 [2022-08-22T03:02:04.863Z] #21 76.77 Setting up bzip2 (1.0.8-4) ...
03:02:04 [2022-08-22T03:02:04.863Z] #21 76.79 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
03:02:04 [2022-08-22T03:02:04.863Z] #21 76.81 Setting up python3-wheel (0.34.2-1) ...
03:02:05 [2022-08-22T03:02:05.872Z] #49 ...
03:02:05 [2022-08-22T03:02:05.872Z] 
03:02:05 [2022-08-22T03:02:05.872Z] #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
03:02:05 [2022-08-22T03:02:05.872Z] #74 sha256:31c40ebe2059ec815fff2d5c68d0baa6e19d209ebdac8fffd4c884f71768f806
03:02:05 [2022-08-22T03:02:05.872Z] #74 5.341 go: downloading github.com/google/uuid v1.3.0
03:02:05 [2022-08-22T03:02:05.872Z] #74 5.354 go: downloading github.com/moby/vpnkit v0.5.0
03:02:05 [2022-08-22T03:02:05.872Z] #74 5.373 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
03:02:05 [2022-08-22T03:02:05.872Z] #74 5.462 go: downloading github.com/gofrs/flock v0.8.1
03:02:05 [2022-08-22T03:02:05.872Z] #74 5.510 go: downloading github.com/gorilla/mux v1.8.0
03:02:05 [2022-08-22T03:02:05.872Z] #74 5.604 go: downloading github.com/moby/sys/mountinfo v0.6.0
03:02:05 [2022-08-22T03:02:05.872Z] #74 5.929 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
03:02:05 [2022-08-22T03:02:05.872Z] #74 6.047 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
03:02:05 [2022-08-22T03:02:05.872Z] #74 7.222 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
03:02:05 [2022-08-22T03:02:05.872Z] #74 7.287 go: downloading github.com/russross/blackfriday/v2 v2.1.0
03:02:06 [2022-08-22T03:02:06.615Z] #21 86.14 Setting up libjq1:amd64 (1.6-2.1) ...
03:02:06 [2022-08-22T03:02:06.615Z] #21 86.16 Setting up libnftnl11:amd64 (1.1.9-1) ...
03:02:06 [2022-08-22T03:02:06.615Z] #21 86.18 Setting up thin-provisioning-tools (0.9.0-1) ...
03:02:06 [2022-08-22T03:02:06.615Z] #21 86.19 Setting up python3-pip (20.3.4-4+deb11u1) ...
03:02:06 [2022-08-22T03:02:06.757Z] #21 78.09 Setting up libmicrohttpd12:amd64 (0.9.72-2) ...
03:02:06 [2022-08-22T03:02:06.757Z] #21 78.13 Setting up xxd (2:8.2.2434-3+deb11u1) ...
03:02:06 [2022-08-22T03:02:06.757Z] #21 78.16 Setting up libcap2:amd64 (1:2.44-1) ...
03:02:06 [2022-08-22T03:02:06.757Z] #21 78.46 Setting up libcap2-bin (1:2.44-1) ...
03:02:06 [2022-08-22T03:02:06.757Z] #21 78.50 Setting up apparmor (2.13.6-10) ...
03:02:07 [2022-08-22T03:02:07.250Z] #74 ...
03:02:07 [2022-08-22T03:02:07.250Z] 
03:02:07 [2022-08-22T03:02:07.250Z] #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
03:02:07 [2022-08-22T03:02:07.250Z] #69 sha256:a3f2e5f8853e523ef3fad92d1007809d4fbe9739f0dd7bf327f4368a2fdec5a6
03:02:07 [2022-08-22T03:02:07.250Z] #69 1.434 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 1.612 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 1.617 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 1.634 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 1.842 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 2.236 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 2.824 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 3.428 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 3.966 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 4.572 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 4.574 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [160 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 4.588 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 4.594 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 4.598 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 4.612 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [174 kB]
03:02:07 [2022-08-22T03:02:07.250Z] #69 4.620 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
03:02:07 [2022-08-22T03:02:07.250Z] #69 4.622 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
03:02:07 [2022-08-22T03:02:07.250Z] #69 4.628 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
03:02:07 [2022-08-22T03:02:07.250Z] #69 4.637 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
03:02:07 [2022-08-22T03:02:07.250Z] #69 4.637 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
03:02:07 [2022-08-22T03:02:07.250Z] #69 4.638 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
03:02:07 [2022-08-22T03:02:07.509Z] #69 ...
03:02:07 [2022-08-22T03:02:07.509Z] 
03:02:07 [2022-08-22T03:02:07.509Z] #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
03:02:07 [2022-08-22T03:02:07.509Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
03:02:07 [2022-08-22T03:02:07.509Z] #20 1.619 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 1.633 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 1.633 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 1.994 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 2.283 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 2.656 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 3.113 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 3.693 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.197 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.689 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.691 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [160 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.697 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.705 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.716 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [174 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.725 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.733 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.738 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.745 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.746 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.747 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
03:02:07 [2022-08-22T03:02:07.509Z] #20 4.748 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
03:02:09 [2022-08-22T03:02:09.153Z] #21 88.69 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
03:02:09 [2022-08-22T03:02:09.153Z] #21 88.70 Setting up jq (1.6-2.1) ...
03:02:09 [2022-08-22T03:02:09.153Z] #21 88.71 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
03:02:09 [2022-08-22T03:02:09.153Z] #21 88.72 Setting up libbpf0:amd64 (1:0.3-2) ...
03:02:09 [2022-08-22T03:02:09.153Z] #21 88.74 Setting up iptables (1.8.7-1) ...
03:02:09 [2022-08-22T03:02:09.154Z] #21 88.76 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
03:02:09 [2022-08-22T03:02:09.154Z] #21 88.77 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
03:02:09 [2022-08-22T03:02:09.154Z] #21 88.79 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
03:02:09 [2022-08-22T03:02:09.154Z] #21 88.80 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
03:02:09 [2022-08-22T03:02:09.154Z] #21 88.80 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
03:02:09 [2022-08-22T03:02:09.154Z] #21 88.81 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
03:02:09 [2022-08-22T03:02:09.154Z] #21 88.82 Setting up iproute2 (5.10.0-4) ...
03:02:09 [2022-08-22T03:02:09.723Z] #21 89.54 Setting up systemd (247.3-7) ...
03:02:09 [2022-08-22T03:02:09.723Z] #21 ...
03:02:09 [2022-08-22T03:02:09.723Z] 
03:02:09 [2022-08-22T03:02:09.723Z] #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
03:02:09 [2022-08-22T03:02:09.723Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:02:09 [2022-08-22T03:02:09.723Z] #77 234.1   CCLD     libyajl.la
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.0   CCLD     verify/json_verify
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.7 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.7 make[5]: Nothing to be done for 'install-exec-am'.
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.7 make[5]: Nothing to be done for 'install-data-am'.
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.7 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.7 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.7 make[4]: Entering directory '/tmp/crun-build/libocispec'
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.8   CC       src/validate.o
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.8   CC       src/image_spec_schema_config_schema.lo
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.8   CC       src/image_spec_schema_content_descriptor.lo
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.8   CC       src/image_spec_schema_defs.lo
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.8   CC       src/image_spec_schema_defs_descriptor.lo
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.8   CC       src/image_spec_schema_image_index_schema.lo
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.8   CC       src/image_spec_schema_image_layout_schema.lo
03:02:09 [2022-08-22T03:02:09.723Z] #77 235.9   CC       src/image_spec_schema_image_manifest_schema.lo
03:02:09 [2022-08-22T03:02:09.723Z] #77 236.0   CC       src/runtime_spec_schema_config_linux.lo
03:02:09 [2022-08-22T03:02:09.723Z] #77 236.0   CC       src/runtime_spec_schema_config_zos.lo
03:02:09 [2022-08-22T03:02:09.723Z] #77 236.1   CC       src/runtime_spec_schema_config_schema.lo
03:02:09 [2022-08-22T03:02:09.723Z] #77 236.1   CC       src/runtime_spec_schema_config_solaris.lo
03:02:09 [2022-08-22T03:02:09.723Z] #77 236.2   CC       src/runtime_spec_schema_config_vm.lo
03:02:09 [2022-08-22T03:02:09.983Z] #77 236.3   CC       src/runtime_spec_schema_defs_linux.lo
03:02:09 [2022-08-22T03:02:09.983Z] #77 236.3   CC       src/runtime_spec_schema_defs_zos.lo
03:02:09 [2022-08-22T03:02:09.983Z] #77 236.3   CC       src/runtime_spec_schema_defs_vm.lo
03:02:09 [2022-08-22T03:02:09.983Z] #77 236.4   CC       src/runtime_spec_schema_config_windows.lo
03:02:09 [2022-08-22T03:02:09.983Z] #77 236.4   CC       src/runtime_spec_schema_defs.lo
03:02:10 [2022-08-22T03:02:10.243Z] #77 236.5   CC       src/runtime_spec_schema_state_schema.lo
03:02:10 [2022-08-22T03:02:10.243Z] #77 236.5   CC       src/runtime_spec_schema_defs_windows.lo
03:02:10 [2022-08-22T03:02:10.243Z] #77 236.6   CC       src/image_manifest_items_image_manifest_items_schema.lo
03:02:10 [2022-08-22T03:02:10.243Z] #77 236.7   CC       src/basic_test_double_array_item.lo
03:02:10 [2022-08-22T03:02:10.243Z] #77 236.7   CC       src/basic_test_double_array.lo
03:02:10 [2022-08-22T03:02:10.243Z] #77 236.7   CC       src/basic_test_top_array_string.lo
03:02:10 [2022-08-22T03:02:10.504Z] #77 236.7   CC       src/basic_test_top_array_int.lo
03:02:10 [2022-08-22T03:02:10.504Z] #77 236.8   CC       src/basic_test_top_double_array_int.lo
03:02:10 [2022-08-22T03:02:10.504Z] #77 236.9   CC       src/basic_test_top_double_array_obj.lo
03:02:10 [2022-08-22T03:02:10.504Z] #77 237.0   CC       src/basic_test_top_double_array_string.lo
03:02:10 [2022-08-22T03:02:10.765Z] #77 237.1   CC       src/basic_test_top_double_array_refobj.lo
03:02:10 [2022-08-22T03:02:10.765Z] #77 237.1   CC       src/read-file.lo
03:02:11 [2022-08-22T03:02:11.025Z] #77 237.3   CC       src/json_common.lo
03:02:11 [2022-08-22T03:02:11.025Z] #77 237.3   CC       tests/test-1.o
03:02:11 [2022-08-22T03:02:11.025Z] #77 237.5   CC       tests/test-4.o
03:02:11 [2022-08-22T03:02:11.102Z] #21 82.56 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
03:02:11 [2022-08-22T03:02:11.102Z] #21 82.67 Setting up zip (3.0-12) ...
03:02:11 [2022-08-22T03:02:11.102Z] #21 82.73 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
03:02:11 [2022-08-22T03:02:11.102Z] #21 82.84 Setting up bash-completion (1:2.11-2) ...
03:02:11 [2022-08-22T03:02:11.284Z] #77 237.5   CC       tests/test-2.o
03:02:11 [2022-08-22T03:02:11.284Z] #77 237.6   CC       tests/test-3.o
03:02:11 [2022-08-22T03:02:11.284Z] #77 237.8   CC       tests/test-5.o
03:02:11 [2022-08-22T03:02:11.544Z] #77 237.9   CC       tests/test-6.o
03:02:11 [2022-08-22T03:02:11.544Z] #77 238.0   CC       tests/test-7.o
03:02:11 [2022-08-22T03:02:11.665Z] #21 ...
03:02:11 [2022-08-22T03:02:11.665Z] 
03:02:11 [2022-08-22T03:02:11.665Z] #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
03:02:11 [2022-08-22T03:02:11.665Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:02:11 [2022-08-22T03:02:11.665Z] #77 233.8   CC       src/runtime_spec_schema_config_schema.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 233.8   CC       src/runtime_spec_schema_config_zos.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 233.8   CC       src/runtime_spec_schema_config_solaris.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 233.8   CC       src/runtime_spec_schema_config_vm.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 233.9   CC       src/runtime_spec_schema_defs.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 233.9   CC       src/runtime_spec_schema_defs_linux.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 233.9   CC       src/runtime_spec_schema_config_windows.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.0   CC       src/runtime_spec_schema_defs_zos.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.0   CC       src/runtime_spec_schema_defs_vm.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.0   CC       src/runtime_spec_schema_defs_windows.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.0   CC       src/runtime_spec_schema_state_schema.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.1   CC       src/basic_test_double_array_item.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.1   CC       src/image_manifest_items_image_manifest_items_schema.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.2   CC       src/basic_test_double_array.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.2   CC       src/basic_test_top_array_int.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.2   CC       src/basic_test_top_array_string.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.2   CC       src/basic_test_top_double_array_int.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.3   CC       src/basic_test_top_double_array_refobj.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.4   CC       src/basic_test_top_double_array_obj.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.5   CC       src/json_common.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.5   CC       src/read-file.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.6   CC       tests/test-1.o
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.6   CC       src/basic_test_top_double_array_string.lo
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.6   CC       tests/test-2.o
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.7   CC       tests/test-3.o
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.9   CC       tests/test-5.o
03:02:11 [2022-08-22T03:02:11.665Z] #77 234.9   CC       tests/test-4.o
03:02:11 [2022-08-22T03:02:11.665Z] #77 235.0   CC       tests/test-7.o
03:02:11 [2022-08-22T03:02:11.665Z] #77 235.0   CC       tests/test-8.o
03:02:11 [2022-08-22T03:02:11.665Z] #77 235.0   CC       tests/test-6.o
03:02:11 [2022-08-22T03:02:11.665Z] #77 235.1   CC       tests/test-9.o
03:02:11 [2022-08-22T03:02:11.665Z] #77 235.2   CC       tests/test-10.o
03:02:11 [2022-08-22T03:02:11.665Z] #77 235.2   CC       tests/test-11.o
03:02:11 [2022-08-22T03:02:11.804Z] #77 238.2   CC       tests/test-9.o
03:02:12 [2022-08-22T03:02:12.067Z] #77 238.4   CC       tests/test-10.o
03:02:12 [2022-08-22T03:02:12.067Z] #77 238.4   CC       tests/test-8.o
03:02:12 [2022-08-22T03:02:12.636Z] #77 238.9   CC       tests/test-11.o
03:02:13 [2022-08-22T03:02:13.206Z] #77 ...
03:02:13 [2022-08-22T03:02:13.206Z] 
03:02:13 [2022-08-22T03:02:13.206Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:02:13 [2022-08-22T03:02:13.206Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:02:13 [2022-08-22T03:02:13.206Z] #21 89.67 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
03:02:13 [2022-08-22T03:02:13.206Z] #21 89.68 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
03:02:13 [2022-08-22T03:02:13.206Z] #21 89.68 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
03:02:13 [2022-08-22T03:02:13.206Z] #21 89.72 Initializing machine ID from KVM UUID.
03:02:13 [2022-08-22T03:02:13.206Z] #21 91.12 Setting up systemd-journal-remote (247.3-7) ...
03:02:13 [2022-08-22T03:02:13.206Z] #21 92.00 Processing triggers for libc-bin (2.31-13+deb11u3) ...
03:02:13 [2022-08-22T03:02:13.206Z] #21 DONE 93.0s
03:02:13 [2022-08-22T03:02:13.206Z] 
03:02:13 [2022-08-22T03:02:13.206Z] #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
03:02:13 [2022-08-22T03:02:13.206Z] #22 sha256:0b371c1d2fda20aef00028c14c4242742470327060511d93bf3159256d5c537f
03:02:15 [2022-08-22T03:02:15.115Z] #22 1.778 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
03:02:15 [2022-08-22T03:02:15.115Z] #22 1.794 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
03:02:15 [2022-08-22T03:02:15.115Z] #22 1.815 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
03:02:15 [2022-08-22T03:02:15.115Z] #22 DONE 1.9s
03:02:15 [2022-08-22T03:02:15.115Z] 
03:02:15 [2022-08-22T03:02:15.115Z] #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
03:02:15 [2022-08-22T03:02:15.115Z] #64 sha256:7db1d7aa68f1d6b64cbaa1b87a9381b85fd7bb2780d0fa93a665d575e3bc5324
03:02:15 [2022-08-22T03:02:15.115Z] #64 ...
03:02:15 [2022-08-22T03:02:15.115Z] 
03:02:15 [2022-08-22T03:02:15.115Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
03:02:15 [2022-08-22T03:02:15.115Z] #23 sha256:564f4a03aa3790b36c9ce4bcde2032611dd3f5d6e0a097fb3177a898593d767d
03:02:15 [2022-08-22T03:02:15.838Z] #77 ...
03:02:15 [2022-08-22T03:02:15.838Z] 
03:02:15 [2022-08-22T03:02:15.838Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:02:15 [2022-08-22T03:02:15.838Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21
03:02:15 [2022-08-22T03:02:15.838Z] #21 87.51 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
03:02:15 [2022-08-22T03:02:15.838Z] #21 87.62 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
03:02:16 [2022-08-22T03:02:16.095Z] #21 87.80 Setting up libmnl0:amd64 (1.0.4-3) ...
03:02:16 [2022-08-22T03:02:16.095Z] #21 87.84 Setting up patch (2.7.6-7) ...
03:02:16 [2022-08-22T03:02:16.095Z] #21 88.03 Setting up sudo (1.9.5p2-3) ...
03:02:16 [2022-08-22T03:02:16.284Z] #64 278.8 # github.com/containerd/containerd/cmd/containerd
03:02:16 [2022-08-22T03:02:16.284Z] #64 278.8 /usr/bin/ld: /tmp/go-link-541134959/000019.o: in function `New':
03:02:16 [2022-08-22T03:02:16.284Z] #64 278.8 /tmp/tmp.06Bt50XZAW/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
03:02:16 [2022-08-22T03:02:16.284Z] #64 278.9 + bin/containerd-stress
03:02:16 [2022-08-22T03:02:16.284Z] #64 279.9 + bin/containerd-shim
03:02:16 [2022-08-22T03:02:16.658Z] #21 88.40 invoke-rc.d: could not determine current runlevel
03:02:16 [2022-08-22T03:02:16.658Z] #21 88.41 invoke-rc.d: policy-rc.d denied execution of start.
03:02:16 [2022-08-22T03:02:16.658Z] #21 88.45 Setting up xfsprogs (5.10.0-4) ...
03:02:16 [2022-08-22T03:02:16.658Z] #21 88.46 System has not been booted with systemd as init system (PID 1). Can't operate.
03:02:16 [2022-08-22T03:02:16.658Z] #21 88.46 Failed to connect to bus: Host is down
03:02:16 [2022-08-22T03:02:16.658Z] #21 88.47 Setting up libxtables12:amd64 (1.8.7-1) ...
03:02:16 [2022-08-22T03:02:16.658Z] #21 88.48 Setting up inetutils-ping (2:2.0-1) ...
03:02:16 [2022-08-22T03:02:16.658Z] #21 88.49 Setting up pigz (2.6-1) ...
03:02:16 [2022-08-22T03:02:16.658Z] #21 88.50 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
03:02:16 [2022-08-22T03:02:16.658Z] #21 88.51 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
03:02:16 [2022-08-22T03:02:16.658Z] #21 88.53 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
03:02:16 [2022-08-22T03:02:16.658Z] #21 88.54 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
03:02:16 [2022-08-22T03:02:16.814Z] #55 309.3 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
03:02:16 [2022-08-22T03:02:16.814Z] #55 DONE 310.6s
03:02:16 [2022-08-22T03:02:16.814Z] 
03:02:16 [2022-08-22T03:02:16.814Z] #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
03:02:16 [2022-08-22T03:02:16.814Z] #60 sha256:1fd6ae315dd24c17923a6ec4d880ccc9f950725e6cd5e73ba3674a08845d5635
03:02:16 [2022-08-22T03:02:16.814Z] #60 182.1 + mkdir -p /build
03:02:16 [2022-08-22T03:02:16.814Z] #60 182.1 + cp runc /build/runc
03:02:16 [2022-08-22T03:02:16.814Z] #60 DONE 182.8s
03:02:16 [2022-08-22T03:02:16.814Z] 
03:02:16 [2022-08-22T03:02:16.814Z] #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
03:02:16 [2022-08-22T03:02:16.814Z] #64 sha256:3cc9a934e26f38483eb8868a957496ea933eb2d3bd6e223c1c40b52244771452
03:02:18 [2022-08-22T03:02:18.033Z] #21 89.65 Setting up libaio1:amd64 (0.3.112-9) ...
03:02:18 [2022-08-22T03:02:18.033Z] #21 89.66 Setting up python3-lib2to3 (3.9.2-1) ...
03:02:18 [2022-08-22T03:02:18.596Z] #21 90.34 Setting up libelf1:amd64 (0.183-1) ...
03:02:18 [2022-08-22T03:02:18.596Z] #21 90.36 Setting up libjson-c5:amd64 (0.15-2) ...
03:02:18 [2022-08-22T03:02:18.596Z] #21 90.37 Setting up zstd (1.4.8+dfsg-2.1) ...
03:02:18 [2022-08-22T03:02:18.596Z] #21 90.39 Setting up libonig5:amd64 (6.9.6-1.1) ...
03:02:18 [2022-08-22T03:02:18.596Z] #21 90.41 Setting up libkmod2:amd64 (28-1) ...
03:02:18 [2022-08-22T03:02:18.596Z] #21 90.44 Setting up python3-distutils (3.9.2-1) ...
03:02:19 [2022-08-22T03:02:19.336Z] #64 ...
03:02:19 [2022-08-22T03:02:19.336Z] 
03:02:19 [2022-08-22T03:02:19.336Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
03:02:19 [2022-08-22T03:02:19.336Z] #56 sha256:bb8638de11e8b859db761868201708f61a1cbd296c6d155ebcd389abc442cb76
03:02:19 [2022-08-22T03:02:19.526Z] #21 91.25 Setting up vim (2:8.2.2434-3+deb11u1) ...
03:02:19 [2022-08-22T03:02:19.526Z] #21 91.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
03:02:19 [2022-08-22T03:02:19.526Z] #21 91.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
03:02:19 [2022-08-22T03:02:19.526Z] #21 91.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
03:02:19 [2022-08-22T03:02:19.526Z] #21 91.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
03:02:19 [2022-08-22T03:02:19.526Z] #21 91.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
03:02:19 [2022-08-22T03:02:19.526Z] #21 91.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
03:02:19 [2022-08-22T03:02:19.526Z] #21 91.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
03:02:19 [2022-08-22T03:02:19.526Z] #21 91.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
03:02:19 [2022-08-22T03:02:19.526Z] #21 91.38 Setting up python3-setuptools (52.0.0-4) ...
03:02:19 [2022-08-22T03:02:19.717Z] #20 ...
03:02:19 [2022-08-22T03:02:19.717Z] 
03:02:19 [2022-08-22T03:02:19.717Z] #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
03:02:19 [2022-08-22T03:02:19.717Z] #69 sha256:a3f2e5f8853e523ef3fad92d1007809d4fbe9739f0dd7bf327f4368a2fdec5a6
03:02:19 [2022-08-22T03:02:19.717Z] #69 21.42 Fetched 49.2 MB in 20s (2433 kB/s)
03:02:19 [2022-08-22T03:02:19.899Z] #56 DONE 0.9s
03:02:19 [2022-08-22T03:02:19.899Z] 
03:02:19 [2022-08-22T03:02:19.899Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
03:02:19 [2022-08-22T03:02:19.899Z] #58 sha256:3d730296b9c9d9edd2724fde23e9cd8361447333ed3a6ba3c1bbeb542c5e67bc
03:02:19 [2022-08-22T03:02:19.899Z] #58 DONE 0.1s
03:02:19 [2022-08-22T03:02:19.899Z] 
03:02:19 [2022-08-22T03:02:19.899Z] #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
03:02:19 [2022-08-22T03:02:19.899Z] #64 sha256:3cc9a934e26f38483eb8868a957496ea933eb2d3bd6e223c1c40b52244771452
03:02:20 [2022-08-22T03:02:20.155Z] #64 ...
03:02:20 [2022-08-22T03:02:20.155Z] 
03:02:20 [2022-08-22T03:02:20.155Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
03:02:20 [2022-08-22T03:02:20.155Z] #61 sha256:ccadf59452435e5cfbe23b306f1c74ecb226a7c58081fdc9bd2587a447ab5931
03:02:20 [2022-08-22T03:02:20.412Z] #61 DONE 0.3s
03:02:20 [2022-08-22T03:02:20.412Z] 
03:02:20 [2022-08-22T03:02:20.412Z] #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
03:02:20 [2022-08-22T03:02:20.412Z] #64 sha256:3cc9a934e26f38483eb8868a957496ea933eb2d3bd6e223c1c40b52244771452
03:02:22 [2022-08-22T03:02:22.046Z] #21 93.92 Setting up libjq1:amd64 (1.6-2.1) ...
03:02:22 [2022-08-22T03:02:22.046Z] #21 93.94 Setting up libnftnl11:amd64 (1.1.9-1) ...
03:02:22 [2022-08-22T03:02:22.046Z] #21 93.95 Setting up thin-provisioning-tools (0.9.0-1) ...
03:02:22 [2022-08-22T03:02:22.046Z] #21 93.99 Setting up python3-pip (20.3.4-4+deb11u1) ...
03:02:23 [2022-08-22T03:02:23.683Z] #64 277.8 + bin/containerd
03:02:24 [2022-08-22T03:02:24.380Z] #64 288.4 + bin/containerd-shim-runc-v1
03:02:24 [2022-08-22T03:02:24.567Z] #21 96.24 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
03:02:24 [2022-08-22T03:02:24.567Z] #21 96.26 Setting up jq (1.6-2.1) ...
03:02:24 [2022-08-22T03:02:24.567Z] #21 96.28 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
03:02:24 [2022-08-22T03:02:24.567Z] #21 96.30 Setting up libbpf0:amd64 (1:0.3-2) ...
03:02:24 [2022-08-22T03:02:24.567Z] #21 96.33 Setting up iptables (1.8.7-1) ...
03:02:24 [2022-08-22T03:02:24.567Z] #21 96.34 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
03:02:24 [2022-08-22T03:02:24.567Z] #21 96.45 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
03:02:24 [2022-08-22T03:02:24.567Z] #21 96.45 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
03:02:24 [2022-08-22T03:02:24.567Z] #21 96.46 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
03:02:24 [2022-08-22T03:02:24.567Z] #21 96.46 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
03:02:24 [2022-08-22T03:02:24.567Z] #21 96.48 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
03:02:24 [2022-08-22T03:02:24.567Z] #21 96.51 Setting up iproute2 (5.10.0-4) ...
03:02:25 [2022-08-22T03:02:25.497Z] #21 97.25 Setting up systemd (247.3-7) ...
03:02:25 [2022-08-22T03:02:25.497Z] #21 97.39 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
03:02:25 [2022-08-22T03:02:25.497Z] #21 97.40 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
03:02:25 [2022-08-22T03:02:25.497Z] #21 97.40 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
03:02:25 [2022-08-22T03:02:25.754Z] #21 97.45 Initializing machine ID from KVM UUID.
03:02:26 [2022-08-22T03:02:26.285Z] #69 21.42 Reading package lists...
03:02:26 [2022-08-22T03:02:26.285Z] #69 ...
03:02:26 [2022-08-22T03:02:26.285Z] 
03:02:26 [2022-08-22T03:02:26.285Z] #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
03:02:26 [2022-08-22T03:02:26.285Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d
03:02:26 [2022-08-22T03:02:26.285Z] #49 21.94 Fetched 49.2 MB in 20s (2410 kB/s)
03:02:27 [2022-08-22T03:02:27.123Z] #21 98.94 Setting up systemd-journal-remote (247.3-7) ...
03:02:27 [2022-08-22T03:02:27.687Z] #21 99.44 Processing triggers for libc-bin (2.31-13+deb11u3) ...
03:02:28 [2022-08-22T03:02:28.190Z] #49 21.94 Reading package lists...
03:02:28 [2022-08-22T03:02:28.190Z] #49 ...
03:02:28 [2022-08-22T03:02:28.190Z] 
03:02:28 [2022-08-22T03:02:28.190Z] #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
03:02:28 [2022-08-22T03:02:28.190Z] #69 sha256:a3f2e5f8853e523ef3fad92d1007809d4fbe9739f0dd7bf327f4368a2fdec5a6
03:02:28 [2022-08-22T03:02:28.190Z] #69 21.42 Reading package lists...
03:02:29 [2022-08-22T03:02:29.127Z] #69 30.93 Reading package lists...
03:02:29 [2022-08-22T03:02:29.127Z] #69 ...
03:02:29 [2022-08-22T03:02:29.127Z] 
03:02:29 [2022-08-22T03:02:29.127Z] #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
03:02:29 [2022-08-22T03:02:29.127Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
03:02:29 [2022-08-22T03:02:29.127Z] #20 21.92 Fetched 49.2 MB in 21s (2399 kB/s)
03:02:29 [2022-08-22T03:02:29.127Z] #20 21.92 Reading package lists...
03:02:29 [2022-08-22T03:02:29.127Z] #20 31.10 Reading package lists...
03:02:29 [2022-08-22T03:02:29.127Z] #20 ...
03:02:29 [2022-08-22T03:02:29.127Z] 
03:02:29 [2022-08-22T03:02:29.127Z] #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
03:02:29 [2022-08-22T03:02:29.127Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d
03:02:29 [2022-08-22T03:02:29.127Z] #49 21.94 Reading package lists...
03:02:29 [2022-08-22T03:02:29.584Z] #21 DONE 101.3s
03:02:29 [2022-08-22T03:02:29.584Z] 
03:02:29 [2022-08-22T03:02:29.584Z] #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
03:02:29 [2022-08-22T03:02:29.584Z] #22 sha256:0b371c1d2fda20aef00028c14c4242742470327060511d93bf3159256d5c537f
03:02:29 [2022-08-22T03:02:29.625Z] #64 293.2 + bin/containerd-shim-runc-v2
03:02:29 [2022-08-22T03:02:29.625Z] #64 294.0 + binaries
03:02:29 [2022-08-22T03:02:29.881Z] #64 294.0 + install -D bin/containerd /build/containerd
03:02:29 [2022-08-22T03:02:29.881Z] #64 294.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
03:02:29 [2022-08-22T03:02:29.881Z] #64 294.0 + install -D bin/ctr /build/ctr
03:02:30 [2022-08-22T03:02:30.009Z] #23 13.84 Collecting yamllint==1.26.1
03:02:30 [2022-08-22T03:02:30.009Z] #23 14.93   Downloading yamllint-1.26.1.tar.gz (126 kB)
03:02:30 [2022-08-22T03:02:30.951Z] #22 1.331 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
03:02:30 [2022-08-22T03:02:30.951Z] #22 1.339 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
03:02:30 [2022-08-22T03:02:30.951Z] #22 1.349 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
03:02:31 [2022-08-22T03:02:31.216Z] #22 DONE 1.9s
03:02:31 [2022-08-22T03:02:31.216Z] 
03:02:31 [2022-08-22T03:02:31.216Z] #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
03:02:31 [2022-08-22T03:02:31.216Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
03:02:31 [2022-08-22T03:02:31.473Z] #55 ...
03:02:31 [2022-08-22T03:02:31.473Z] 
03:02:31 [2022-08-22T03:02:31.473Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
03:02:31 [2022-08-22T03:02:31.473Z] #23 sha256:564f4a03aa3790b36c9ce4bcde2032611dd3f5d6e0a097fb3177a898593d767d
03:02:31 [2022-08-22T03:02:31.917Z] #23 16.63 Collecting pathspec>=0.5.3
03:02:31 [2022-08-22T03:02:31.917Z] #23 16.65   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
03:02:32 [2022-08-22T03:02:32.177Z] #23 17.21 Collecting pyyaml
03:02:32 [2022-08-22T03:02:32.177Z] #23 17.23   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)
03:02:32 [2022-08-22T03:02:32.177Z] #23 17.33 Building wheels for collected packages: yamllint
03:02:32 [2022-08-22T03:02:32.436Z] #23 17.34   Building wheel for yamllint (setup.py): started
03:02:34 [2022-08-22T03:02:34.045Z] #64 DONE 297.6s
03:02:34 [2022-08-22T03:02:34.301Z] 
03:02:34 [2022-08-22T03:02:34.301Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
03:02:34 [2022-08-22T03:02:34.301Z] #65 sha256:928b2f8b399d1fc99367a51906053b4cf0c63ffff5db82983136715f7833627b
03:02:34 [2022-08-22T03:02:34.344Z] #23 19.32   Building wheel for yamllint (setup.py): finished with status 'done'
03:02:34 [2022-08-22T03:02:34.344Z] #23 19.32   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=56f990b519508f5c596500ddc7c7abd820e366931c2c09e24756c580af7748ae
03:02:34 [2022-08-22T03:02:34.344Z] #23 19.32   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
03:02:34 [2022-08-22T03:02:34.344Z] #23 19.32 Successfully built yamllint
03:02:34 [2022-08-22T03:02:34.344Z] #23 19.38 Installing collected packages: pyyaml, pathspec, yamllint
03:02:35 [2022-08-22T03:02:35.282Z] #23 20.06 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
03:02:35 [2022-08-22T03:02:35.665Z] #65 DONE 1.5s
03:02:35 [2022-08-22T03:02:35.665Z] 
03:02:35 [2022-08-22T03:02:35.665Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
03:02:35 [2022-08-22T03:02:35.665Z] #70 sha256:6fd9c9952ca8a5e58383088b4a5f58d079f9a3d9a3cebcf7eca32a1d252bfb88
03:02:36 [2022-08-22T03:02:36.226Z] #70 DONE 0.3s
03:02:36 [2022-08-22T03:02:36.226Z] 
03:02:36 [2022-08-22T03:02:36.226Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
03:02:36 [2022-08-22T03:02:36.226Z] #75 sha256:f19932336d83572b06abd3304625b7a8c8392bfa778b36b949dc123b3b1c9eae
03:02:37 [2022-08-22T03:02:37.251Z] #49 31.03 Reading package lists...
03:02:37 [2022-08-22T03:02:37.251Z] #49 ...
03:02:37 [2022-08-22T03:02:37.251Z] 
03:02:37 [2022-08-22T03:02:37.251Z] #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
03:02:37 [2022-08-22T03:02:37.251Z] #69 sha256:a3f2e5f8853e523ef3fad92d1007809d4fbe9739f0dd7bf327f4368a2fdec5a6
03:02:37 [2022-08-22T03:02:37.251Z] #69 30.93 Reading package lists...
03:02:37 [2022-08-22T03:02:37.591Z] #75 DONE 1.7s
03:02:37 [2022-08-22T03:02:37.591Z] 
03:02:37 [2022-08-22T03:02:37.591Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
03:02:37 [2022-08-22T03:02:37.591Z] #78 sha256:c6c0f767a1cddbb88e601bbb575b504e0496785c26c06b303a312ad31a4e865f
03:02:37 [2022-08-22T03:02:37.591Z] #78 DONE 0.1s
03:02:37 [2022-08-22T03:02:37.822Z] #23 DONE 22.4s
03:02:37 [2022-08-22T03:02:37.822Z] 
03:02:37 [2022-08-22T03:02:37.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
03:02:37 [2022-08-22T03:02:37.822Z] #64 sha256:7db1d7aa68f1d6b64cbaa1b87a9381b85fd7bb2780d0fa93a665d575e3bc5324
03:02:37 [2022-08-22T03:02:37.822Z] #64 ...
03:02:37 [2022-08-22T03:02:37.822Z] 
03:02:37 [2022-08-22T03:02:37.822Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
03:02:37 [2022-08-22T03:02:37.822Z] #27 sha256:99d3ef282c016382f433a7c26b0a0fceb07bee74e242c6394be84afa84838a91
03:02:37 [2022-08-22T03:02:37.822Z] #27 DONE 0.4s
03:02:37 [2022-08-22T03:02:37.822Z] 
03:02:37 [2022-08-22T03:02:37.822Z] #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
03:02:37 [2022-08-22T03:02:37.822Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
03:02:37 [2022-08-22T03:02:37.822Z] #55 ...
03:02:37 [2022-08-22T03:02:37.822Z] 
03:02:37 [2022-08-22T03:02:37.822Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
03:02:37 [2022-08-22T03:02:37.822Z] #32 sha256:68d2ccbda692f9b07135f1f49d8dfc3ec1d909b7bec311bde38d4703fea050f7
03:02:37 [2022-08-22T03:02:37.848Z] 
03:02:37 [2022-08-22T03:02:37.848Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
03:02:37 [2022-08-22T03:02:37.848Z] #79 sha256:6f1cf4a37babce4bc15a69ada32a3cbae55ee9701f2419b2573b530bb4c987c4
03:02:37 [2022-08-22T03:02:37.848Z] #79 DONE 0.0s
03:02:37 [2022-08-22T03:02:37.848Z] 
03:02:37 [2022-08-22T03:02:37.848Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
03:02:37 [2022-08-22T03:02:37.848Z] #80 sha256:5d6baf3bad65a583b7da721a9f9081c5efb078fc0a99d0c01f446332433a7158
03:02:37 [2022-08-22T03:02:37.848Z] #80 DONE 0.0s
03:02:37 [2022-08-22T03:02:37.848Z] 
03:02:37 [2022-08-22T03:02:37.848Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
03:02:37 [2022-08-22T03:02:37.848Z] #81 sha256:6dfa825581467729653e8f96d014d113053fb723f93b1a8a6bc9b388cfe0ea45
03:02:38 [2022-08-22T03:02:38.392Z] #32 DONE 0.6s
03:02:38 [2022-08-22T03:02:38.392Z] 
03:02:38 [2022-08-22T03:02:38.392Z] #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
03:02:38 [2022-08-22T03:02:38.392Z] #64 sha256:7db1d7aa68f1d6b64cbaa1b87a9381b85fd7bb2780d0fa93a665d575e3bc5324
03:02:38 [2022-08-22T03:02:38.392Z] #64 ...
03:02:38 [2022-08-22T03:02:38.392Z] 
03:02:38 [2022-08-22T03:02:38.392Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
03:02:38 [2022-08-22T03:02:38.392Z] #35 sha256:963c9b191b70888cfa7148dd6724203a6fe0ea1f9496a63fa9d06b8541666aca
03:02:38 [2022-08-22T03:02:38.652Z] #35 DONE 0.4s
03:02:38 [2022-08-22T03:02:38.652Z] 
03:02:38 [2022-08-22T03:02:38.652Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
03:02:38 [2022-08-22T03:02:38.652Z] #37 sha256:61d6b1154650d5470e8c338f0877d0e0510deaa8d5dda0c7fd6fbdf11be71dff
03:02:38 [2022-08-22T03:02:38.775Z] #81 DONE 1.0s
03:02:38 [2022-08-22T03:02:38.775Z] 
03:02:38 [2022-08-22T03:02:38.775Z] #82 exporting to image
03:02:38 [2022-08-22T03:02:38.775Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
03:02:38 [2022-08-22T03:02:38.775Z] #82 exporting layers
03:02:38 [2022-08-22T03:02:38.912Z] #37 DONE 0.3s
03:02:38 [2022-08-22T03:02:38.912Z] 
03:02:38 [2022-08-22T03:02:38.912Z] #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
03:02:38 [2022-08-22T03:02:38.912Z] #60 sha256:b5eb36348269896be3a3493a098ba5fa9ef145b6335a43f41fa2966a8fc7d252
03:02:39 [2022-08-22T03:02:39.155Z] #69 39.87 Building dependency tree...
03:02:39 [2022-08-22T03:02:39.172Z] #60 ...
03:02:39 [2022-08-22T03:02:39.172Z] 
03:02:39 [2022-08-22T03:02:39.172Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
03:02:39 [2022-08-22T03:02:39.172Z] #39 sha256:eee335d7f66f69e83736f01e7a6eeece52d2bf333cffa9c45ad4cf014fa8c178
03:02:39 [2022-08-22T03:02:39.172Z] #39 DONE 0.1s
03:02:39 [2022-08-22T03:02:39.172Z] 
03:02:39 [2022-08-22T03:02:39.172Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
03:02:39 [2022-08-22T03:02:39.172Z] #41 sha256:3811090d5826254b303d8154fa96ee83841ffa725f7ec5debdfe2091d8c808a1
03:02:39 [2022-08-22T03:02:39.172Z] #41 DONE 0.1s
03:02:39 [2022-08-22T03:02:39.172Z] 
03:02:39 [2022-08-22T03:02:39.172Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
03:02:39 [2022-08-22T03:02:39.172Z] #45 sha256:c4167cf6a1c8ac3f0be6bba8a5ebc4ea22d030cebd4d8f9985c77d3dcb00dbf6
03:02:39 [2022-08-22T03:02:39.172Z] #45 DONE 0.1s
03:02:39 [2022-08-22T03:02:39.172Z] 
03:02:39 [2022-08-22T03:02:39.172Z] #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
03:02:39 [2022-08-22T03:02:39.172Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
03:02:41 [2022-08-22T03:02:41.060Z] #69 43.90 The following additional packages will be installed:
03:02:41 [2022-08-22T03:02:41.060Z] #69 43.92   libbtrfs0
03:02:41 [2022-08-22T03:02:41.319Z] #69 44.20 The following NEW packages will be installed:
03:02:41 [2022-08-22T03:02:41.579Z] #69 44.26   libbtrfs-dev libbtrfs0
03:02:41 [2022-08-22T03:02:41.838Z] #69 44.73 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
03:02:41 [2022-08-22T03:02:41.838Z] #69 44.73 Need to get 460 kB of archives.
03:02:41 [2022-08-22T03:02:41.838Z] #69 44.73 After this operation, 1237 kB of additional disk space will be used.
03:02:41 [2022-08-22T03:02:41.838Z] #69 44.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
03:02:41 [2022-08-22T03:02:41.838Z] #69 44.74 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
03:02:42 [2022-08-22T03:02:42.776Z] #69 45.38 debconf: delaying package configuration, since apt-utils is not installed
03:02:42 [2022-08-22T03:02:42.776Z] #69 45.62 Fetched 460 kB in 0s (1484 kB/s)
03:02:42 [2022-08-22T03:02:42.776Z] #69 45.69 Selecting previously unselected package libbtrfs0:amd64.
03:02:42 [2022-08-22T03:02:42.941Z] #82 exporting layers 3.7s done
03:02:42 [2022-08-22T03:02:42.942Z] #82 writing image sha256:5fb82ea68f5f58c9b51806036f9444716af7802719a81ce55d04189b3f7d794c
03:02:42 [2022-08-22T03:02:42.942Z] #82 writing image sha256:5fb82ea68f5f58c9b51806036f9444716af7802719a81ce55d04189b3f7d794c done
03:02:42 [2022-08-22T03:02:42.942Z] #82 naming to docker.io/library/docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 done
03:02:42 [2022-08-22T03:02:42.942Z] #82 DONE 3.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
03:02:43 [2022-08-22T03:02:43.036Z] #69 45.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 ... 30255 files and directories currently installed.)
03:02:43 [2022-08-22T03:02:43.036Z] #69 45.76 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
03:02:43 [2022-08-22T03:02:43.036Z] #69 45.77 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
03:02:43 [2022-08-22T03:02:43.036Z] #69 45.90 Selecting previously unselected package libbtrfs-dev:amd64.
03:02:43 [2022-08-22T03:02:43.036Z] #69 45.90 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
03:02:43 [2022-08-22T03:02:43.036Z] #69 45.90 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
03:02:43 [2022-08-22T03:02:43.295Z] #69 46.14 Setting up libbtrfs0:amd64 (5.10.1-2) ...
03:02:43 [2022-08-22T03:02:43.295Z] #69 46.15 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
03:02:43 [2022-08-22T03:02:43.295Z] #69 46.17 Processing triggers for libc-bin (2.31-13+deb11u3) ...
03:02:43 [2022-08-22T03:02:43.296Z] + sudo modprobe ip6table_filter
[Pipeline] sh
03:02:43 [2022-08-22T03:02:43.617Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/test/unit
03:02:43 [2022-08-22T03:02:43.867Z] #69 DONE 46.5s
03:02:43 [2022-08-22T03:02:43.867Z] 
03:02:43 [2022-08-22T03:02:43.867Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
03:02:43 [2022-08-22T03:02:43.867Z] #70 sha256:4a8dfffd592a503e2ace60003fd43f4b8d2c820ae3e01d3be87e1ddf416b09d8
03:02:43 [2022-08-22T03:02:43.867Z] #70 DONE 0.1s
03:02:43 [2022-08-22T03:02:43.867Z] 
03:02:43 [2022-08-22T03:02:43.867Z] #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
03:02:43 [2022-08-22T03:02:43.867Z] #71 sha256:6051d0e5f581224cec51d712e8143acb6e413be37953a1d01abb68790dd0bf87
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.903 + RM_GOPATH=0
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.903 + TMP_GOPATH=
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.903 + : /build
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.903 + '[' -z '' ']'
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.904 ++ mktemp -d
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.906 + export GOPATH=/tmp/tmp.NbAwHNabMw
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.906 + GOPATH=/tmp/tmp.NbAwHNabMw
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.906 + RM_GOPATH=1
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.906 + case "$(go env GOARCH)" in
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.907 ++ go env GOARCH
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.911 + export GO_BUILDMODE=-buildmode=pie
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.912 + GO_BUILDMODE=-buildmode=pie
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.914 ++ dirname /install.sh
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.915 + dir=/
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.916 + bin=containerd
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.916 + shift
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.916 + '[' '!' -f //containerd.installer ']'
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.916 + . //containerd.installer
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.916 ++ set -e
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.916 ++ : v1.6.7
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.917 + install_containerd
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.917 + echo 'Install containerd version v1.6.7'
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.917 Install containerd version v1.6.7
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.917 + git clone https://github.com/containerd/containerd.git /tmp/tmp.NbAwHNabMw/src/github.com/containerd/containerd
03:02:44 [2022-08-22T03:02:44.802Z] #71 0.921 Cloning into '/tmp/tmp.NbAwHNabMw/src/github.com/containerd/containerd'...
03:02:46 [2022-08-22T03:02:46.132Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
03:02:46 [2022-08-22T03:02:46.132Z] + TESTFLAGS+=' -test.timeout=5m'
03:02:46 [2022-08-22T03:02:46.132Z] + TESTDIRS=./...
03:02:46 [2022-08-22T03:02:46.132Z] + exclude_paths='/vendor/|/integration'
03:02:46 [2022-08-22T03:02:46.132Z] ++ go list ./...
03:02:46 [2022-08-22T03:02:46.132Z] ++ grep -vE '(/vendor/|/integration)'
03:02:46 [2022-08-22T03:02:46.323Z] #23 14.97 Collecting yamllint==1.26.1
03:02:46 [2022-08-22T03:02:46.695Z] + pkg_list='github.com/docker/docker/api
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/backend/build
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/httpstatus
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/httputils
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/middleware
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/build
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/checkpoint
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/container
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/debug
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/distribution
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/grpc
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/image
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/network
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/plugin
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/session
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/swarm
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/system
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/server/router/volume
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/backend
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/blkiodev
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/container
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/events
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/filters
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/image
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/mount
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/network
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/plugins/logdriver
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/registry
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/strslice
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/swarm
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/swarm/runtime
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/time
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/versions
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/versions/v1p19
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/versions/v1p20
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/api/types/volume
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/builder
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/builder/builder-next
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/builder/builder-next/exporter
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/builder/builder-next/imagerefchecker
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/builder/builder-next/worker
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/builder/dockerfile
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/builder/remotecontext
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/builder/remotecontext/git
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/builder/remotecontext/urlutil
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/cli
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/cli/config
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/cli/debug
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/cli/winresources/docker-proxy
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/cli/winresources/dockerd
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/client
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/cmd/docker-proxy
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/cmd/dockerd
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/cmd/dockerd/trap
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/container
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/container/stream
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/contrib/apparmor
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/contrib/docker-device-tool
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/contrib/httpserver
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/cluster
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/cluster/controllers/plugin
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/cluster/convert
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/cluster/executor
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/cluster/executor/container
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/cluster/provider
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/config
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/containerd
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/events
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/events/testutils
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/exec
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver/aufs
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver/btrfs
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver/copy
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver/devmapper
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver/graphtest
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver/overlay
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver/overlay2
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver/overlayutils
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver/register
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver/vfs
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/graphdriver/zfs
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/images
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/initlayer
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/links
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/listeners
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/awslogs
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/fluentd
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/gcplogs
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/gelf
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/journald
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/journald/internal/export
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/journald/internal/fake
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/jsonfilelog
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/local
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/logentries
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/loggertest
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/loggerutils
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/loggerutils/cache
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/splunk
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/syslog
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/logger/templates
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/names
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/network
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/daemon/stats
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/distribution
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/distribution/metadata
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/distribution/utils
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/distribution/xfer
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/dockerversion
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/errdefs
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/image
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/image/cache
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/image/tarexport
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/image/v1
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/internal/test/suite
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/layer
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libcontainerd
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libcontainerd/queue
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libcontainerd/remote
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libcontainerd/supervisor
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libcontainerd/types
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/bitseq
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/cluster
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/cmd/diagnostic
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/cmd/ovrouter
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/cmd/readme_test
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/config
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/datastore
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/diagnostic
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/discoverapi
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/driverapi
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/bridge
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/host
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/ipvlan
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/macvlan
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/null
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/overlay
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/remote
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/remote/api
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/windows
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/drvregistry
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/etchosts
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/idm
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/internal/caller
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/internal/setmatrix
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/ipam
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/ipamapi
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/ipams/builtin
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/ipams/null
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/ipams/remote
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/ipams/remote/api
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/ipams/windowsipam
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/ipamutils
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/iptables
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/netlabel
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/netutils
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/networkdb
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/ns
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/options
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/osl
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/osl/kernel
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/portallocator
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/portmapper
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/resolvconf
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/testutils
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/libnetwork/types
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/oci
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/oci/caps
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/opts
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/aaparser
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/archive
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/authorization
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/broadcaster
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/capabilities
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/chrootarchive
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/containerfs
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/devicemapper
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/directory
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/dmesg
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/fileutils
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/fsutils
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/homedir
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/idtools
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/ioutils
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/jsonmessage
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/longpath
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/loopback
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/namesgenerator
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/parsers
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/parsers/kernel
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/parsers/operatingsystem
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/pidfile
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/platform
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/plugingetter
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/plugins
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/plugins/transport
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/pools
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/progress
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/pubsub
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/reexec
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/signal
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/stack
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/stdcopy
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/streamformatter
03:02:46 [2022-08-22T03:02:46.695Z] github.com/docker/docker/pkg/stringid
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/sysinfo
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/system
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/tailfile
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/tarsum
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/urlutil
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/useragent
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/plugin
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/plugin/executor/containerd
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/plugin/v2
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/profiles/apparmor
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/profiles/seccomp
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/quota
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/reference
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/registry
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/registry/resumable
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/restartmanager
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/rootless
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/rootless/specconv
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/runconfig
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/runconfig/opts
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/daemon
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/environment
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/fakecontext
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/fakegit
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/fakestorage
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/fixtures/load
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/fixtures/plugin
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/fixtures/plugin/basic
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/registry
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/request
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume/drivers
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume/local
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume/mounts
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume/service
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume/service/opts
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume/testutils'
03:02:46 [2022-08-22T03:02:46.696Z] ++ echo 'github.com/docker/docker/api
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/backend/build
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/httpstatus
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/httputils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/middleware
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/build
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/checkpoint
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/container
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/debug
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/distribution
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/grpc
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/image
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/network
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/plugin
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/session
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/swarm
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/system
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/volume
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/backend
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/blkiodev
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/container
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/events
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/filters
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/image
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/mount
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/network
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/plugins/logdriver
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/registry
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/strslice
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/swarm
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/swarm/runtime
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/time
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/versions
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/versions/v1p19
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/versions/v1p20
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/volume
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder/builder-next
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder/builder-next/exporter
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder/builder-next/imagerefchecker
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder/builder-next/worker
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder/dockerfile
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder/remotecontext
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder/remotecontext/git
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder/remotecontext/urlutil
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/cli
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/cli/config
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/cli/debug
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/cli/winresources/docker-proxy
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/cli/winresources/dockerd
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/client
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/cmd/docker-proxy
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/cmd/dockerd
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/cmd/dockerd/trap
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/container
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/container/stream
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/contrib/apparmor
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/contrib/docker-device-tool
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/contrib/httpserver
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/cluster
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/cluster/controllers/plugin
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/cluster/convert
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/cluster/executor
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/cluster/executor/container
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/cluster/provider
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/config
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/containerd
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/events
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/events/testutils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/exec
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver/aufs
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver/btrfs
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver/copy
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver/devmapper
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver/graphtest
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver/overlay
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver/overlay2
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver/overlayutils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver/register
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver/vfs
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/graphdriver/zfs
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/images
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/initlayer
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/links
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/listeners
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/awslogs
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/fluentd
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/gcplogs
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/gelf
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/journald
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/journald/internal/export
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/journald/internal/fake
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/jsonfilelog
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/local
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/logentries
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/loggertest
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/loggerutils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/loggerutils/cache
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/splunk
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/syslog
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/logger/templates
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/names
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/network
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/daemon/stats
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/distribution
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/distribution/metadata
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/distribution/utils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/distribution/xfer
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/dockerversion
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/errdefs
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/image
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/image/cache
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/image/tarexport
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/image/v1
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/internal/test/suite
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/layer
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libcontainerd
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libcontainerd/queue
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libcontainerd/remote
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libcontainerd/supervisor
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libcontainerd/types
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/bitseq
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/cluster
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/cmd/diagnostic
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/cmd/ovrouter
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/cmd/readme_test
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/config
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/datastore
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/diagnostic
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/discoverapi
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/driverapi
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/bridge
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/host
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/ipvlan
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/macvlan
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/null
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/overlay
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/remote
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/remote/api
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/windows
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/drvregistry
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/etchosts
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/idm
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/internal/caller
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/internal/setmatrix
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/ipam
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/ipamapi
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/ipams/builtin
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/ipams/null
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/ipams/remote
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/ipams/remote/api
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/ipams/windowsipam
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/ipamutils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/iptables
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/netlabel
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/netutils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/networkdb
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/ns
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/options
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/osl
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/osl/kernel
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/portallocator
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/portmapper
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/resolvconf
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/testutils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/libnetwork/types
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/oci
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/oci/caps
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/opts
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/aaparser
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/archive
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/authorization
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/broadcaster
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/capabilities
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/chrootarchive
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/containerfs
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/devicemapper
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/directory
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/dmesg
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/fileutils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/fsutils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/homedir
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/idtools
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/ioutils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/jsonmessage
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/longpath
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/loopback
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/namesgenerator
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/parsers
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/parsers/kernel
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/parsers/operatingsystem
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/pidfile
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/platform
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/plugingetter
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/plugins
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/plugins/transport
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/pools
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/progress
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/pubsub
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/reexec
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/signal
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/stack
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/stdcopy
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/streamformatter
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/stringid
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/sysinfo
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/system
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/tailfile
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/tarsum
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/urlutil
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/pkg/useragent
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/plugin
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/plugin/executor/containerd
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/plugin/v2
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/profiles/apparmor
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/profiles/seccomp
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/quota
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/reference
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/registry
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/registry/resumable
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/restartmanager
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/rootless
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/rootless/specconv
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/runconfig
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/runconfig/opts
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/daemon
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/environment
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/fakecontext
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/fakegit
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/fakestorage
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/fixtures/load
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/fixtures/plugin
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/fixtures/plugin/basic
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/registry
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/testutil/request
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume/drivers
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume/local
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume/mounts
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume/service
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume/service/opts
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/volume/testutils'
03:02:46 [2022-08-22T03:02:46.696Z] ++ grep --fixed-strings -v /libnetwork
03:02:46 [2022-08-22T03:02:46.696Z] + base_pkg_list='github.com/docker/docker/api
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/backend/build
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/httpstatus
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/httputils
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/middleware
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/build
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/checkpoint
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/container
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/debug
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/distribution
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/grpc
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/image
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/network
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/plugin
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/session
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/swarm
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/system
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/server/router/volume
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/backend
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/blkiodev
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/container
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/events
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/filters
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/image
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/mount
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/network
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/plugins/logdriver
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/registry
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/strslice
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/swarm
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/swarm/runtime
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/time
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/versions
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/versions/v1p19
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/versions/v1p20
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/api/types/volume
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder
03:02:46 [2022-08-22T03:02:46.696Z] github.com/docker/docker/builder/builder-next
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next/exporter
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next/imagerefchecker
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next/worker
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/dockerfile
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/remotecontext
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/remotecontext/git
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/remotecontext/urlutil
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cli
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cli/config
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cli/debug
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cli/winresources/docker-proxy
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cli/winresources/dockerd
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/client
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cmd/docker-proxy
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cmd/dockerd
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cmd/dockerd/trap
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/container
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/container/stream
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/contrib/apparmor
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/contrib/docker-device-tool
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/contrib/httpserver
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/cluster
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/cluster/controllers/plugin
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/cluster/convert
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/cluster/executor
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/cluster/executor/container
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/cluster/provider
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/config
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/containerd
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/events
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/events/testutils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/exec
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/aufs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/btrfs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/copy
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/devmapper
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/graphtest
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/overlay
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/overlay2
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/overlayutils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/register
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/vfs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/zfs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/images
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/initlayer
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/links
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/listeners
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/awslogs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/fluentd
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/gcplogs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/gelf
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/journald
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/journald/internal/export
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/journald/internal/fake
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/jsonfilelog
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/local
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/logentries
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/loggertest
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/loggerutils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/loggerutils/cache
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/splunk
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/syslog
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/templates
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/names
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/network
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/stats
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/distribution
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/distribution/metadata
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/distribution/utils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/distribution/xfer
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/dockerversion
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/errdefs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/image
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/image/cache
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/image/tarexport
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/image/v1
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/internal/test/suite
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/layer
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libcontainerd
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libcontainerd/queue
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libcontainerd/remote
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libcontainerd/supervisor
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libcontainerd/types
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/oci
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/oci/caps
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/opts
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/aaparser
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/archive
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/authorization
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/broadcaster
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/capabilities
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/chrootarchive
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/containerfs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/devicemapper
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/directory
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/dmesg
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/fileutils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/fsutils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/homedir
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/idtools
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/ioutils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/jsonmessage
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/longpath
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/loopback
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/namesgenerator
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/parsers
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/parsers/kernel
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/parsers/operatingsystem
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/pidfile
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/platform
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/plugingetter
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/plugins
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/plugins/transport
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/pools
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/progress
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/pubsub
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/reexec
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/signal
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/stack
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/stdcopy
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/streamformatter
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/stringid
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/sysinfo
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/system
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/tailfile
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/tarsum
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/urlutil
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/pkg/useragent
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/plugin
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/plugin/executor/containerd
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/plugin/v2
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/profiles/apparmor
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/profiles/seccomp
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/quota
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/reference
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/registry
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/registry/resumable
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/restartmanager
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/rootless
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/rootless/specconv
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/runconfig
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/runconfig/opts
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/testutil
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/testutil/daemon
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/testutil/environment
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/testutil/fakecontext
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/testutil/fakegit
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/testutil/fakestorage
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/testutil/fixtures/load
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/testutil/fixtures/plugin
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/testutil/fixtures/plugin/basic
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/testutil/registry
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/testutil/request
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/volume
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/volume/drivers
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/volume/local
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/volume/mounts
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/volume/service
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/volume/service/opts
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/volume/testutils'
03:02:46 [2022-08-22T03:02:46.697Z] ++ echo 'github.com/docker/docker/api
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/backend/build
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/httpstatus
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/httputils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/middleware
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/build
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/checkpoint
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/container
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/debug
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/distribution
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/grpc
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/image
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/network
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/plugin
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/session
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/swarm
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/system
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/server/router/volume
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/backend
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/blkiodev
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/container
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/events
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/filters
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/image
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/mount
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/network
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/plugins/logdriver
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/registry
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/strslice
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/swarm
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/swarm/runtime
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/time
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/versions
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/versions/v1p19
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/versions/v1p20
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/api/types/volume
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next/exporter
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next/imagerefchecker
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/builder-next/worker
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/dockerfile
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/remotecontext
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/remotecontext/git
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/builder/remotecontext/urlutil
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cli
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cli/config
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cli/debug
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cli/winresources/docker-proxy
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cli/winresources/dockerd
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/client
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cmd/docker-proxy
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cmd/dockerd
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cmd/dockerd/trap
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/container
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/container/stream
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/contrib/apparmor
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/contrib/docker-device-tool
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/contrib/httpserver
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/cluster
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/cluster/controllers/plugin
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/cluster/convert
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/cluster/executor
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/cluster/executor/container
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/cluster/provider
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/config
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/containerd
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/events
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/events/testutils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/exec
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/aufs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/btrfs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/copy
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/devmapper
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/graphtest
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/overlay
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/overlay2
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/overlayutils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/register
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/vfs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/graphdriver/zfs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/images
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/initlayer
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/links
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/listeners
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/awslogs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/fluentd
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/gcplogs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/gelf
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/journald
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/journald/internal/export
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/journald/internal/fake
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/jsonfilelog
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/local
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/logentries
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/loggertest
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/loggerutils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/loggerutils/cache
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/splunk
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/syslog
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/logger/templates
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/names
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/network
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/daemon/stats
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/distribution
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/distribution/metadata
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/distribution/utils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/distribution/xfer
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/dockerversion
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/errdefs
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/image
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/image/cache
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/image/tarexport
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/image/v1
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/internal/test/suite
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/layer
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libcontainerd
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libcontainerd/queue
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libcontainerd/remote
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libcontainerd/supervisor
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libcontainerd/types
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/bitseq
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/cluster
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/cmd/diagnostic
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/cmd/ovrouter
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/cmd/readme_test
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/config
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/datastore
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/diagnostic
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/discoverapi
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/driverapi
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/drivers/bridge
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/drivers/host
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/drivers/ipvlan
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/drivers/macvlan
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/drivers/null
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/drivers/overlay
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
03:02:46 [2022-08-22T03:02:46.697Z] github.com/docker/docker/libnetwork/drivers/remote
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/remote/api
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/windows
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drvregistry
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/etchosts
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/idm
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/internal/caller
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/internal/setmatrix
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipam
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipamapi
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/builtin
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/null
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/remote
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/remote/api
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/windowsipam
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipamutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/iptables
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/netlabel
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/netutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/networkdb
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ns
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/options
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/osl
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/osl/kernel
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/portallocator
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/portmapper
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/resolvconf
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/testutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/types
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/oci
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/oci/caps
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/opts
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/aaparser
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/archive
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/authorization
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/broadcaster
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/capabilities
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/chrootarchive
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/containerfs
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/devicemapper
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/directory
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/dmesg
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/fileutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/fsutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/homedir
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/idtools
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/ioutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/jsonmessage
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/longpath
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/loopback
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/namesgenerator
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/parsers
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/parsers/kernel
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/parsers/operatingsystem
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/pidfile
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/platform
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/plugingetter
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/plugins
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/plugins/transport
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/pools
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/progress
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/pubsub
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/reexec
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/signal
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/stack
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/stdcopy
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/streamformatter
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/stringid
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/sysinfo
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/system
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/tailfile
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/tarsum
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/urlutil
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/pkg/useragent
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/plugin
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/plugin/executor/containerd
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/plugin/v2
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/profiles/apparmor
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/profiles/seccomp
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/quota
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/reference
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/registry
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/registry/resumable
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/restartmanager
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/rootless
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/rootless/specconv
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/runconfig
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/runconfig/opts
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/testutil
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/testutil/daemon
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/testutil/environment
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/testutil/fakecontext
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/testutil/fakegit
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/testutil/fakestorage
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/testutil/fixtures/load
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/testutil/fixtures/plugin
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/testutil/fixtures/plugin/basic
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/testutil/registry
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/testutil/request
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/volume
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/volume/drivers
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/volume/local
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/volume/mounts
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/volume/service
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/volume/service/opts
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/volume/testutils'
03:02:46 [2022-08-22T03:02:46.698Z] ++ grep --fixed-strings /libnetwork
03:02:46 [2022-08-22T03:02:46.698Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/bitseq
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cluster
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/diagnostic
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/ovrouter
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/readme_test
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/config
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/datastore
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/diagnostic
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/discoverapi
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/driverapi
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/bridge
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/host
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/ipvlan
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/macvlan
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/null
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/overlay
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/remote
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/remote/api
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/windows
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drvregistry
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/etchosts
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/idm
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/internal/caller
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/internal/setmatrix
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipam
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipamapi
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/builtin
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/null
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/remote
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/remote/api
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/windowsipam
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipamutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/iptables
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/netlabel
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/netutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/networkdb
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ns
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/options
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/osl
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/osl/kernel
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/portallocator
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/portmapper
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/resolvconf
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/testutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/types'
03:02:46 [2022-08-22T03:02:46.698Z] + echo 'github.com/docker/docker/libnetwork
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/bitseq
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cluster
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/diagnostic
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/ovrouter
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/cmd/readme_test
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/config
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/datastore
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/diagnostic
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/discoverapi
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/driverapi
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/bridge
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/host
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/ipvlan
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/macvlan
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/null
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/overlay
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/remote
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/remote/api
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/windows
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drvregistry
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/etchosts
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/idm
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/internal/caller
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/internal/setmatrix
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipam
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipamapi
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/builtin
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/null
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/remote
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/remote/api
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipams/windowsipam
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ipamutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/iptables
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/netlabel
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/netutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/networkdb
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/ns
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/options
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/osl
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/osl/kernel
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/portallocator
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/portmapper
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/resolvconf
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/testutils
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/types'
03:02:46 [2022-08-22T03:02:46.698Z] + grep --fixed-strings libnetwork/drivers/bridge
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/bridge
03:02:46 [2022-08-22T03:02:46.698Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:02:46 [2022-08-22T03:02:46.698Z] + type docker-proxy
03:02:46 [2022-08-22T03:02:46.698Z] hack/test/unit: line 25: type: docker-proxy: not found
03:02:46 [2022-08-22T03:02:46.698Z] + hack/make.sh binary-proxy install-proxy
03:02:46 [2022-08-22T03:02:46.698Z] 
03:02:46 [2022-08-22T03:02:46.698Z] Removing bundles/
03:02:46 [2022-08-22T03:02:46.698Z] 
03:02:46 [2022-08-22T03:02:46.698Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
03:02:46 [2022-08-22T03:02:46.698Z] Building: bundles/binary-proxy/docker-proxy
03:02:46 [2022-08-22T03:02:46.698Z] GOOS="" GOARCH="" GOARM=""
03:02:47 [2022-08-22T03:02:47.337Z] #71 ...
03:02:47 [2022-08-22T03:02:47.337Z] 
03:02:47 [2022-08-22T03:02:47.337Z] #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
03:02:47 [2022-08-22T03:02:47.337Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d
03:02:47 [2022-08-22T03:02:47.337Z] #49 31.03 Reading package lists...
03:02:47 [2022-08-22T03:02:47.337Z] #49 40.29 Building dependency tree...
03:02:47 [2022-08-22T03:02:47.337Z] #49 44.46 The following additional packages will be installed:
03:02:47 [2022-08-22T03:02:47.337Z] #49 44.49   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
03:02:47 [2022-08-22T03:02:47.337Z] #49 44.51 Suggested packages:
03:02:47 [2022-08-22T03:02:47.337Z] #49 44.51   cmake-doc ninja-build lrzip
03:02:47 [2022-08-22T03:02:47.337Z] #49 44.51 Recommended packages:
03:02:47 [2022-08-22T03:02:47.337Z] #49 44.51   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.16 The following NEW packages will be installed:
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.18   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.57 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.57 Need to get 8418 kB of archives.
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.57 After this operation, 34.9 MB of additional disk space will be used.
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.57 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.57 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.58 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.63 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.63 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
03:02:47 [2022-08-22T03:02:47.337Z] #49 45.64 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
03:02:47 [2022-08-22T03:02:47.337Z] #49 46.38 debconf: delaying package configuration, since apt-utils is not installed
03:02:47 [2022-08-22T03:02:47.337Z] #49 46.90 Fetched 8418 kB in 0s (18.2 MB/s)
03:02:47 [2022-08-22T03:02:47.337Z] #49 46.99 Selecting previously unselected package xxd.
03:02:47 [2022-08-22T03:02:47.337Z] #49 46.99 (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.)
03:02:47 [2022-08-22T03:02:47.337Z] #49 47.06 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 47.06 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 47.25 Selecting previously unselected package vim-common.
03:02:47 [2022-08-22T03:02:47.337Z] #49 47.25 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 47.27 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 47.51 Selecting previously unselected package cmake-data.
03:02:47 [2022-08-22T03:02:47.337Z] #49 47.52 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 47.53 Unpacking cmake-data (3.18.4-2+deb11u1) ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.34 Selecting previously unselected package libarchive13:amd64.
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.35 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.36 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.47 Selecting previously unselected package libjsoncpp24:amd64.
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.47 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.48 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.55 Selecting previously unselected package librhash0:amd64.
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.55 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.55 Unpacking librhash0:amd64 (1.4.1-2) ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.65 Selecting previously unselected package libuv1:amd64.
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.66 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.66 Unpacking libuv1:amd64 (1.40.0-2) ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.73 Selecting previously unselected package cmake.
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.74 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
03:02:47 [2022-08-22T03:02:47.337Z] #49 48.75 Unpacking cmake (3.18.4-2+deb11u1) ...
03:02:47 [2022-08-22T03:02:47.596Z] #49 ...
03:02:47 [2022-08-22T03:02:47.596Z] 
03:02:47 [2022-08-22T03:02:47.596Z] #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
03:02:47 [2022-08-22T03:02:47.596Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
03:02:47 [2022-08-22T03:02:47.596Z] #20 31.10 Reading package lists...
03:02:47 [2022-08-22T03:02:47.596Z] #20 40.30 Building dependency tree...
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.24 The following additional packages will be installed:
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.24   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.24   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.24   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.24   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.25   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.25   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.25   mingw-w64-common mingw-w64-x86-64-dev
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.27 Suggested packages:
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.27   gcc-10-locales seccomp wine64
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.93 The following NEW packages will be installed:
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.93   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.93   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.93   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.93   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.93   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.94   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.94   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.95   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
03:02:47 [2022-08-22T03:02:47.596Z] #20 44.95   mingw-w64-x86-64-dev
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.40 0 upgraded, 30 newly installed, 0 to remove and 8 not upgraded.
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.40 Need to get 115 MB of archives.
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.40 After this operation, 645 MB of additional disk space will be used.
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.40 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]
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.43 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]
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.48 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.48 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.64 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]
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.65 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]
03:02:47 [2022-08-22T03:02:47.596Z] #20 45.89 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]
03:02:47 [2022-08-22T03:02:47.596Z] #20 46.46 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]
03:02:47 [2022-08-22T03:02:47.596Z] #20 46.72 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]
03:02:47 [2022-08-22T03:02:47.596Z] #20 46.98 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]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.46 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]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.70 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]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.70 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.70 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.71 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.72 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.72 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]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.72 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.72 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.74 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.74 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.74 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.74 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.76 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.77 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.77 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 47.77 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
03:02:47 [2022-08-22T03:02:47.596Z] #20 48.29 debconf: delaying package configuration, since apt-utils is not installed
03:02:47 [2022-08-22T03:02:47.596Z] #20 48.47 Fetched 115 MB in 3s (42.9 MB/s)
03:02:47 [2022-08-22T03:02:47.596Z] #20 48.50 Selecting previously unselected package binutils-mingw-w64-i686.
03:02:47 [2022-08-22T03:02:47.596Z] #20 48.50 (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.)
03:02:47 [2022-08-22T03:02:47.596Z] #20 48.53 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
03:02:47 [2022-08-22T03:02:47.596Z] #20 48.54 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
03:02:47 [2022-08-22T03:02:47.596Z] #20 49.40 Selecting previously unselected package binutils-mingw-w64-x86-64.
03:02:47 [2022-08-22T03:02:47.596Z] #20 49.42 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
03:02:47 [2022-08-22T03:02:47.596Z] #20 49.42 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
03:02:47 [2022-08-22T03:02:47.596Z] #20 50.49 Selecting previously unselected package binutils-mingw-w64.
03:02:47 [2022-08-22T03:02:47.596Z] #20 ...
03:02:47 [2022-08-22T03:02:47.596Z] 
03:02:47 [2022-08-22T03:02:47.596Z] #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
03:02:47 [2022-08-22T03:02:47.596Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d
03:02:47 [2022-08-22T03:02:47.596Z] #49 50.41 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
03:02:47 [2022-08-22T03:02:47.596Z] #49 50.42 Setting up xxd (2:8.2.2434-3+deb11u1) ...
03:02:47 [2022-08-22T03:02:47.596Z] #49 50.43 Setting up libuv1:amd64 (1.40.0-2) ...
03:02:47 [2022-08-22T03:02:47.596Z] #49 50.44 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
03:02:47 [2022-08-22T03:02:47.596Z] #49 50.47 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
03:02:47 [2022-08-22T03:02:47.596Z] #49 50.48 Setting up librhash0:amd64 (1.4.1-2) ...
03:02:47 [2022-08-22T03:02:47.695Z] #23 16.03   Downloading yamllint-1.26.1.tar.gz (126 kB)
03:02:47 [2022-08-22T03:02:47.855Z] #49 50.49 Setting up cmake-data (3.18.4-2+deb11u1) ...
03:02:47 [2022-08-22T03:02:47.855Z] #49 50.51 Setting up cmake (3.18.4-2+deb11u1) ...
03:02:47 [2022-08-22T03:02:47.855Z] #49 50.52 Processing triggers for libc-bin (2.31-13+deb11u3) ...
03:02:48 [2022-08-22T03:02:48.120Z] #49 DONE 51.0s
03:02:48 [2022-08-22T03:02:48.120Z] 
03:02:48 [2022-08-22T03:02:48.120Z] #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
03:02:48 [2022-08-22T03:02:48.120Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
03:02:48 [2022-08-22T03:02:48.120Z] #20 50.49 Selecting previously unselected package binutils-mingw-w64.
03:02:48 [2022-08-22T03:02:48.120Z] #20 50.49 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
03:02:48 [2022-08-22T03:02:48.120Z] #20 50.50 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
03:02:48 [2022-08-22T03:02:48.120Z] #20 50.58 Selecting previously unselected package libdevmapper1.02.1:amd64.
03:02:48 [2022-08-22T03:02:48.120Z] #20 50.58 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
03:02:48 [2022-08-22T03:02:48.120Z] #20 50.59 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
03:02:48 [2022-08-22T03:02:48.120Z] #20 50.71 Selecting previously unselected package dmsetup.
03:02:48 [2022-08-22T03:02:48.120Z] #20 50.71 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
03:02:48 [2022-08-22T03:02:48.120Z] #20 50.75 Unpacking dmsetup (2:1.02.175-2.1) ...
03:02:48 [2022-08-22T03:02:48.120Z] #20 50.88 Selecting previously unselected package mingw-w64-common.
03:02:48 [2022-08-22T03:02:48.120Z] #20 50.89 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
03:02:48 [2022-08-22T03:02:48.120Z] #20 50.90 Unpacking mingw-w64-common (8.0.0-1) ...
03:02:48 [2022-08-22T03:02:48.380Z] #20 ...
03:02:48 [2022-08-22T03:02:48.380Z] 
03:02:48 [2022-08-22T03:02:48.380Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
03:02:48 [2022-08-22T03:02:48.380Z] #50 sha256:4306fbc3081ca3df976361f16baea0c3a8c8d595b86a6a6d5bf0e073eb1db9dc
03:02:48 [2022-08-22T03:02:48.380Z] #50 DONE 0.1s
03:02:48 [2022-08-22T03:02:48.380Z] 
03:02:48 [2022-08-22T03:02:48.380Z] #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
03:02:48 [2022-08-22T03:02:48.380Z] #74 sha256:31c40ebe2059ec815fff2d5c68d0baa6e19d209ebdac8fffd4c884f71768f806
03:02:48 [2022-08-22T03:02:48.380Z] #74 47.64 + for f in rootlesskit rootlesskit-docker-proxy
03:02:48 [2022-08-22T03:02:48.380Z] #74 47.64 + GOBIN=/build
03:02:48 [2022-08-22T03:02:48.380Z] #74 47.64 + GO111MODULE=on
03:02:48 [2022-08-22T03:02:48.380Z] #74 47.64 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
03:02:48 [2022-08-22T03:02:48.380Z] #74 50.91 rootlesskit version 1.0.0
03:02:48 [2022-08-22T03:02:48.380Z] #74 50.94 Usage of /build/rootlesskit-docker-proxy:
03:02:48 [2022-08-22T03:02:48.380Z] #74 50.94   -container-ip string
03:02:48 [2022-08-22T03:02:48.380Z] #74 50.94     	container ip
03:02:48 [2022-08-22T03:02:48.380Z] #74 50.94   -container-port int
03:02:48 [2022-08-22T03:02:48.380Z] #74 50.94     	container port (default -1)
03:02:48 [2022-08-22T03:02:48.380Z] #74 50.94   -host-ip string
03:02:48 [2022-08-22T03:02:48.380Z] #74 50.94     	host ip
03:02:48 [2022-08-22T03:02:48.380Z] #74 50.94   -host-port int
03:02:48 [2022-08-22T03:02:48.380Z] #74 50.94     	host port (default -1)
03:02:48 [2022-08-22T03:02:48.380Z] #74 50.94   -proto string
03:02:48 [2022-08-22T03:02:48.380Z] #74 50.94     	proxy protocol (default "tcp")
03:02:48 [2022-08-22T03:02:48.380Z] #74 DONE 51.1s
03:02:48 [2022-08-22T03:02:48.641Z] 
03:02:48 [2022-08-22T03:02:48.641Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
03:02:48 [2022-08-22T03:02:48.641Z] #75 sha256:d6aa17d3f18630ceefacbd603e0bd4bdb23e36592b51ce22af068f61abfff239
03:02:48 [2022-08-22T03:02:48.641Z] #75 DONE 0.2s
03:02:48 [2022-08-22T03:02:48.641Z] 
03:02:48 [2022-08-22T03:02:48.641Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
03:02:48 [2022-08-22T03:02:48.641Z] #76 sha256:ae380a97d2d1db647ef57cf78f0b934a6fc5198d5b80f835e48cc9118984f793
03:02:48 [2022-08-22T03:02:48.641Z] #76 DONE 0.1s
03:02:48 [2022-08-22T03:02:48.641Z] 
03:02:48 [2022-08-22T03:02:48.641Z] #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
03:02:48 [2022-08-22T03:02:48.641Z] #51 sha256:d5c2c30874daca946676fb929b674c42808770227a59057f1f2f1d2cb0843718
03:02:49 [2022-08-22T03:02:49.071Z] #23 17.77 Collecting pathspec>=0.5.3
03:02:49 [2022-08-22T03:02:49.071Z] #23 17.79   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.218 + RM_GOPATH=0
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.218 + TMP_GOPATH=
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.218 + : /build
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.218 + '[' -z '' ']'
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.218 ++ mktemp -d
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.220 + export GOPATH=/tmp/tmp.mx8WuTzHeE
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.221 + GOPATH=/tmp/tmp.mx8WuTzHeE
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.221 + RM_GOPATH=1
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.221 + case "$(go env GOARCH)" in
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.222 ++ go env GOARCH
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.237 + export GO_BUILDMODE=-buildmode=pie
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.237 + GO_BUILDMODE=-buildmode=pie
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.237 ++ dirname /install.sh
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.237 + dir=/
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.237 + bin=tini
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.237 + shift
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.237 + '[' '!' -f //tini.installer ']'
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.237 + . //tini.installer
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.237 ++ : v0.19.0
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.237 + install_tini
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.237 + echo 'Install tini version v0.19.0'
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.237 Install tini version v0.19.0
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.239 + git clone https://github.com/krallin/tini.git /tmp/tmp.mx8WuTzHeE/tini
03:02:49 [2022-08-22T03:02:49.579Z] #51 1.241 Cloning into '/tmp/tmp.mx8WuTzHeE/tini'...
03:02:50 [2022-08-22T03:02:50.003Z] #23 18.48 Collecting pyyaml
03:02:50 [2022-08-22T03:02:50.003Z] #23 18.50   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)
03:02:50 [2022-08-22T03:02:50.003Z] #23 18.59 Building wheels for collected packages: yamllint
03:02:50 [2022-08-22T03:02:50.003Z] #23 18.60   Building wheel for yamllint (setup.py): started
03:02:50 [2022-08-22T03:02:50.148Z] #51 1.699 + cd /tmp/tmp.mx8WuTzHeE/tini
03:02:50 [2022-08-22T03:02:50.148Z] #51 1.700 + git checkout -q v0.19.0
03:02:50 [2022-08-22T03:02:50.148Z] #51 1.725 + cmake .
03:02:50 [2022-08-22T03:02:50.407Z] #51 2.064 -- The C compiler identification is GNU 10.2.1
03:02:50 [2022-08-22T03:02:50.407Z] #51 2.095 -- Detecting C compiler ABI info
03:02:50 [2022-08-22T03:02:50.666Z] #51 2.376 -- Detecting C compiler ABI info - done
03:02:50 [2022-08-22T03:02:50.666Z] #51 2.406 -- Check for working C compiler: /usr/bin/cc - skipped
03:02:50 [2022-08-22T03:02:50.666Z] #51 2.406 -- Detecting C compile features
03:02:50 [2022-08-22T03:02:50.666Z] #51 2.407 -- Detecting C compile features - done
03:02:50 [2022-08-22T03:02:50.666Z] #51 2.418 -- Performing Test HAS_BUILTIN_FORTIFY
03:02:50 [2022-08-22T03:02:50.666Z] #51 2.460 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
03:02:50 [2022-08-22T03:02:50.666Z] #51 2.491 -- Configuring done
03:02:50 [2022-08-22T03:02:50.925Z] #51 2.500 -- Generating done
03:02:50 [2022-08-22T03:02:50.925Z] #51 2.502 -- Build files have been written to: /tmp/tmp.mx8WuTzHeE/tini
03:02:50 [2022-08-22T03:02:50.925Z] #51 2.505 + make tini-static
03:02:50 [2022-08-22T03:02:50.925Z] #51 2.682 Scanning dependencies of target tini-static
03:02:50 [2022-08-22T03:02:50.925Z] #51 2.750 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
03:02:51 [2022-08-22T03:02:51.494Z] #51 3.191 [100%] Linking C executable tini-static
03:02:51 [2022-08-22T03:02:51.494Z] #51 3.333 [100%] Built target tini-static
03:02:51 [2022-08-22T03:02:51.753Z] #51 3.354 + mkdir -p /build
03:02:51 [2022-08-22T03:02:51.753Z] #51 3.357 + cp tini-static /build/docker-init
03:02:51 [2022-08-22T03:02:51.897Z] #23 20.50   Building wheel for yamllint (setup.py): finished with status 'done'
03:02:51 [2022-08-22T03:02:51.897Z] #23 20.51   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=46c3c6a7ac6c6d23711e8313620a524d77c9eccb28d5b097d6b692e58eb3c1e3
03:02:51 [2022-08-22T03:02:51.897Z] #23 20.51   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
03:02:51 [2022-08-22T03:02:51.897Z] #23 20.52 Successfully built yamllint
03:02:51 [2022-08-22T03:02:51.897Z] #23 20.55 Installing collected packages: pyyaml, pathspec, yamllint
03:02:52 [2022-08-22T03:02:52.015Z] #51 DONE 3.5s
03:02:52 [2022-08-22T03:02:52.015Z] 
03:02:52 [2022-08-22T03:02:52.015Z] #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
03:02:52 [2022-08-22T03:02:52.015Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
03:02:52 [2022-08-22T03:02:52.015Z] #20 53.45 Selecting previously unselected package mingw-w64-x86-64-dev.
03:02:52 [2022-08-22T03:02:52.015Z] #20 53.45 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
03:02:52 [2022-08-22T03:02:52.015Z] #20 53.46 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
03:02:52 [2022-08-22T03:02:52.460Z] #23 21.14 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
03:02:52 [2022-08-22T03:02:52.956Z] #20 55.74 Selecting previously unselected package gcc-mingw-w64-base.
03:02:52 [2022-08-22T03:02:52.956Z] #20 55.75 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
03:02:52 [2022-08-22T03:02:52.956Z] #20 55.76 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
03:02:52 [2022-08-22T03:02:52.956Z] #20 55.84 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
03:02:52 [2022-08-22T03:02:52.956Z] #20 55.85 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
03:02:52 [2022-08-22T03:02:52.956Z] #20 55.85 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
03:02:53 [2022-08-22T03:02:53.246Z] Created binary: bundles/binary-proxy/docker-proxy
03:02:53 [2022-08-22T03:02:53.246Z] 
03:02:53 [2022-08-22T03:02:53.246Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
03:02:53 [2022-08-22T03:02:53.246Z] Installing docker-proxy to /usr/local/bin/
03:02:53 [2022-08-22T03:02:53.246Z] 
03:02:53 [2022-08-22T03:02:53.246Z] + mkdir -p bundles
03:02:53 [2022-08-22T03:02:53.246Z] + '[' -n 'github.com/docker/docker/api
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/backend/build
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/httpstatus
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/httputils
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/middleware
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/build
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/checkpoint
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/container
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/debug
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/distribution
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/grpc
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/image
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/network
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/plugin
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/session
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/swarm
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/system
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/server/router/volume
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/backend
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/blkiodev
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/container
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/events
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/filters
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/image
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/mount
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/network
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/plugins/logdriver
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/registry
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/strslice
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/swarm
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/swarm/runtime
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/time
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/versions
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/versions/v1p19
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/versions/v1p20
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/api/types/volume
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/builder
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/builder/builder-next
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/builder/builder-next/exporter
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/builder/builder-next/imagerefchecker
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/builder/builder-next/worker
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/builder/dockerfile
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/builder/remotecontext
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/builder/remotecontext/git
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/builder/remotecontext/urlutil
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/cli
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/cli/config
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/cli/debug
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/cli/winresources/docker-proxy
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/cli/winresources/dockerd
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/client
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/cmd/docker-proxy
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/cmd/dockerd
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/cmd/dockerd/trap
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/container
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/container/stream
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/contrib/apparmor
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/contrib/docker-device-tool
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/contrib/httpserver
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/cluster
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/cluster/controllers/plugin
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/cluster/convert
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/cluster/executor
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/cluster/executor/container
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/cluster/provider
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/config
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/containerd
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/events
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/events/testutils
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/exec
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver/aufs
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver/btrfs
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver/copy
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver/devmapper
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver/graphtest
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver/overlay
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver/overlay2
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver/overlayutils
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver/register
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver/vfs
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/graphdriver/zfs
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/images
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/initlayer
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/links
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/listeners
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/awslogs
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/fluentd
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/gcplogs
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/gelf
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/journald
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/journald/internal/export
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/journald/internal/fake
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/jsonfilelog
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/local
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/logentries
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/loggertest
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/loggerutils
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/loggerutils/cache
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/splunk
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/syslog
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/logger/templates
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/names
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/network
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/daemon/stats
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/distribution
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/distribution/metadata
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/distribution/utils
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/distribution/xfer
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/dockerversion
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/errdefs
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/image
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/image/cache
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/image/tarexport
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/image/v1
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/internal/test/suite
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/layer
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/libcontainerd
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/libcontainerd/queue
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/libcontainerd/remote
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/libcontainerd/supervisor
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/libcontainerd/types
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/oci
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/oci/caps
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/opts
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/aaparser
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/archive
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/authorization
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/broadcaster
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/capabilities
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/chrootarchive
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/containerfs
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/devicemapper
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/directory
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/dmesg
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/fileutils
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/fsutils
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/homedir
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/idtools
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/ioutils
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/jsonmessage
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/longpath
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/loopback
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/namesgenerator
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/parsers
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/parsers/kernel
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/parsers/operatingsystem
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/pidfile
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/platform
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/plugingetter
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/plugins
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/plugins/transport
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/pools
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/progress
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/pubsub
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/reexec
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/signal
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/stack
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/stdcopy
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/streamformatter
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/stringid
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/sysinfo
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/system
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/tailfile
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/tarsum
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/urlutil
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/pkg/useragent
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/plugin
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/plugin/executor/containerd
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/plugin/v2
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/profiles/apparmor
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/profiles/seccomp
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/quota
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/reference
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/registry
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/registry/resumable
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/restartmanager
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/rootless
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/rootless/specconv
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/runconfig
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/runconfig/opts
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/testutil
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/testutil/daemon
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/testutil/environment
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/testutil/fakecontext
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/testutil/fakegit
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/testutil/fakestorage
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/testutil/fixtures/load
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/testutil/fixtures/plugin
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/testutil/fixtures/plugin/basic
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/testutil/registry
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/testutil/request
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/volume
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/volume/drivers
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/volume/local
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/volume/mounts
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/volume/service
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/volume/service/opts
03:02:53 [2022-08-22T03:02:53.246Z] github.com/docker/docker/volume/testutils' ']'
03:02:53 [2022-08-22T03:02:53.247Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -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/containerd 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/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal 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/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
03:02:53 [2022-08-22T03:02:53.247Z] ?   	github.com/docker/docker/api	[no test files]
03:02:53 [2022-08-22T03:02:53.848Z] #23 DONE 22.2s
03:02:53 [2022-08-22T03:02:53.848Z] 
03:02:53 [2022-08-22T03:02:53.848Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
03:02:53 [2022-08-22T03:02:53.848Z] #27 sha256:605ed1db67d1272bdbd95133a93b96ad0b9300011bb819ea046bda22dd7b9b76
03:02:53 [2022-08-22T03:02:53.848Z] #27 DONE 0.2s
03:02:53 [2022-08-22T03:02:53.848Z] 
03:02:53 [2022-08-22T03:02:53.848Z] #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
03:02:53 [2022-08-22T03:02:53.848Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
03:02:53 [2022-08-22T03:02:53.848Z] #55 ...
03:02:53 [2022-08-22T03:02:53.848Z] 
03:02:53 [2022-08-22T03:02:53.848Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
03:02:53 [2022-08-22T03:02:53.848Z] #32 sha256:6f278a711de0a700dc0a99c7fcd4f7692bfe577540798dc8aaa8f27e26fca141
03:02:54 [2022-08-22T03:02:54.105Z] #32 DONE 0.4s
03:02:54 [2022-08-22T03:02:54.105Z] 
03:02:54 [2022-08-22T03:02:54.105Z] #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
03:02:54 [2022-08-22T03:02:54.105Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
03:02:54 [2022-08-22T03:02:54.362Z] #55 ...
03:02:54 [2022-08-22T03:02:54.362Z] 
03:02:54 [2022-08-22T03:02:54.362Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
03:02:54 [2022-08-22T03:02:54.362Z] #35 sha256:9ab02efad7946c7a0b9ad94678106c3a97cf38363cf19de67f72626717ca5c62
03:02:54 [2022-08-22T03:02:54.362Z] #35 DONE 0.2s
03:02:54 [2022-08-22T03:02:54.362Z] 
03:02:54 [2022-08-22T03:02:54.362Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
03:02:54 [2022-08-22T03:02:54.362Z] #37 sha256:6da56c93fdf518f7006c27fb6801f355c7b0ec50ecf33956f3ba35bf1d64c65f
03:02:54 [2022-08-22T03:02:54.618Z] #37 DONE 0.1s
03:02:54 [2022-08-22T03:02:54.618Z] 
03:02:54 [2022-08-22T03:02:54.618Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
03:02:54 [2022-08-22T03:02:54.618Z] #39 sha256:b13caef5edd508d823a7659f9d01dbb147665793771d159cb3040806b25266c2
03:02:54 [2022-08-22T03:02:54.618Z] #39 DONE 0.1s
03:02:54 [2022-08-22T03:02:54.618Z] 
03:02:54 [2022-08-22T03:02:54.619Z] #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
03:02:54 [2022-08-22T03:02:54.619Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
03:02:54 [2022-08-22T03:02:54.875Z] #47 ...
03:02:54 [2022-08-22T03:02:54.875Z] 
03:02:54 [2022-08-22T03:02:54.875Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
03:02:54 [2022-08-22T03:02:54.875Z] #41 sha256:8d16c9c54f36d71297531f4478e3cb27e31e956e7b37eb9eca2eaefdbfa66ae2
03:02:54 [2022-08-22T03:02:54.875Z] #41 DONE 0.1s
03:02:54 [2022-08-22T03:02:54.875Z] 
03:02:54 [2022-08-22T03:02:54.875Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
03:02:54 [2022-08-22T03:02:54.875Z] #45 sha256:7b48ad60c3a352935446107a988d178cd65aefd5f53cac292cce51bfc7e5489a
03:02:54 [2022-08-22T03:02:54.875Z] #45 DONE 0.1s
03:02:54 [2022-08-22T03:02:54.875Z] 
03:02:54 [2022-08-22T03:02:54.875Z] #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
03:02:54 [2022-08-22T03:02:54.875Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:02:55 [2022-08-22T03:02:55.496Z] #20 58.09 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
03:02:55 [2022-08-22T03:02:55.496Z] #20 58.10 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
03:02:55 [2022-08-22T03:02:55.496Z] #20 58.10 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
03:02:58 [2022-08-22T03:02:58.785Z] #20 ...
03:02:58 [2022-08-22T03:02:58.785Z] 
03:02:58 [2022-08-22T03:02:58.785Z] #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
03:02:58 [2022-08-22T03:02:58.785Z] #71 sha256:6051d0e5f581224cec51d712e8143acb6e413be37953a1d01abb68790dd0bf87
03:02:58 [2022-08-22T03:02:58.785Z] #71 14.99 + cd /tmp/tmp.NbAwHNabMw/src/github.com/containerd/containerd
03:02:58 [2022-08-22T03:02:58.785Z] #71 14.99 + git checkout -q v1.6.7
03:02:59 [2022-08-22T03:02:59.745Z] #71 15.86 + export 'BUILDTAGS=netgo osusergo static_build'
03:02:59 [2022-08-22T03:02:59.745Z] #71 15.86 + BUILDTAGS='netgo osusergo static_build'
03:02:59 [2022-08-22T03:02:59.745Z] #71 15.86 + export EXTRA_FLAGS=-buildmode=pie
03:02:59 [2022-08-22T03:02:59.745Z] #71 15.86 + EXTRA_FLAGS=-buildmode=pie
03:02:59 [2022-08-22T03:02:59.745Z] #71 15.86 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
03:02:59 [2022-08-22T03:02:59.745Z] #71 15.86 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
03:02:59 [2022-08-22T03:02:59.745Z] #71 15.86 + '[' '' = dynamic ']'
03:02:59 [2022-08-22T03:02:59.745Z] #71 15.86 + make
03:03:00 [2022-08-22T03:03:00.716Z] #71 16.78 + bin/ctr
03:03:01 [2022-08-22T03:03:01.421Z] #77 292.1   CCLD     libocispec.la
03:03:01 [2022-08-22T03:03:01.678Z] #77 293.2   CCLD     src/validate
03:03:01 [2022-08-22T03:03:01.678Z] #77 293.2   CCLD     tests/test-1
03:03:01 [2022-08-22T03:03:01.678Z] #77 293.2   CCLD     tests/test-2
03:03:01 [2022-08-22T03:03:01.678Z] #77 293.3   CCLD     tests/test-3
03:03:01 [2022-08-22T03:03:01.678Z] #77 293.3   CCLD     tests/test-4
03:03:01 [2022-08-22T03:03:01.935Z] #77 293.4   CCLD     tests/test-5
03:03:01 [2022-08-22T03:03:01.935Z] #77 293.4   CCLD     tests/test-6
03:03:01 [2022-08-22T03:03:01.935Z] #77 293.4   CCLD     tests/test-7
03:03:02 [2022-08-22T03:03:02.192Z] #77 293.6   CCLD     tests/test-8
03:03:02 [2022-08-22T03:03:02.192Z] #77 293.6   CCLD     tests/test-9
03:03:02 [2022-08-22T03:03:02.192Z] #77 293.7 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
03:03:02 [2022-08-22T03:03:02.192Z] #77 293.7   CCLD     tests/test-10
03:03:02 [2022-08-22T03:03:02.192Z] #77 293.8   CCLD     tests/test-11
03:03:05 [2022-08-22T03:03:05.538Z] #77 296.8 libtool: link: ar cr libocispec.a 
03:03:05 [2022-08-22T03:03:05.538Z] #77 296.8 libtool: link: ranlib libocispec.a
03:03:07 [2022-08-22T03:03:07.277Z] #71 ...
03:03:07 [2022-08-22T03:03:07.277Z] 
03:03:07 [2022-08-22T03:03:07.277Z] #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
03:03:07 [2022-08-22T03:03:07.277Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924
03:03:07 [2022-08-22T03:03:07.277Z] #20 61.84 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
03:03:07 [2022-08-22T03:03:07.277Z] #20 61.85 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
03:03:07 [2022-08-22T03:03:07.277Z] #20 61.85 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
03:03:07 [2022-08-22T03:03:07.277Z] #20 63.58 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
03:03:07 [2022-08-22T03:03:07.277Z] #20 63.58 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
03:03:07 [2022-08-22T03:03:07.277Z] #20 63.59 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
03:03:07 [2022-08-22T03:03:07.277Z] #20 65.32 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
03:03:07 [2022-08-22T03:03:07.277Z] #20 65.33 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
03:03:07 [2022-08-22T03:03:07.277Z] #20 65.34 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
03:03:07 [2022-08-22T03:03:07.277Z] #20 68.93 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
03:03:07 [2022-08-22T03:03:07.277Z] #20 68.94 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
03:03:07 [2022-08-22T03:03:07.277Z] #20 68.95 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
03:03:07 [2022-08-22T03:03:07.844Z] #20 70.66 Selecting previously unselected package g++-mingw-w64-x86-64.
03:03:07 [2022-08-22T03:03:07.844Z] #20 70.66 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
03:03:07 [2022-08-22T03:03:07.844Z] #20 70.67 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
03:03:07 [2022-08-22T03:03:07.844Z] #20 70.74 Selecting previously unselected package libapparmor1:amd64.
03:03:07 [2022-08-22T03:03:07.844Z] #20 70.74 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
03:03:07 [2022-08-22T03:03:07.844Z] #20 70.75 Unpacking libapparmor1:amd64 (2.13.6-10) ...
03:03:08 [2022-08-22T03:03:08.091Z] ok  	github.com/docker/docker/api/server	0.008s	coverage: 7.9% of statements
03:03:08 [2022-08-22T03:03:08.102Z] #20 70.80 Selecting previously unselected package libapparmor-dev:amd64.
03:03:08 [2022-08-22T03:03:08.102Z] #20 70.80 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
03:03:08 [2022-08-22T03:03:08.102Z] #20 70.81 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
03:03:08 [2022-08-22T03:03:08.102Z] #20 70.87 Selecting previously unselected package libbtrfs0:amd64.
03:03:08 [2022-08-22T03:03:08.102Z] #20 70.88 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
03:03:08 [2022-08-22T03:03:08.102Z] #20 70.88 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
03:03:08 [2022-08-22T03:03:08.102Z] #20 70.94 Selecting previously unselected package libbtrfs-dev:amd64.
03:03:08 [2022-08-22T03:03:08.102Z] #20 70.95 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
03:03:08 [2022-08-22T03:03:08.102Z] #20 70.96 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
03:03:08 [2022-08-22T03:03:08.102Z] #20 71.04 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
03:03:08 [2022-08-22T03:03:08.360Z] #20 71.05 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
03:03:08 [2022-08-22T03:03:08.360Z] #20 71.05 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
03:03:08 [2022-08-22T03:03:08.360Z] #20 71.08 Selecting previously unselected package libudev-dev:amd64.
03:03:08 [2022-08-22T03:03:08.360Z] #20 71.09 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
03:03:08 [2022-08-22T03:03:08.360Z] #20 71.09 Unpacking libudev-dev:amd64 (247.3-7) ...
03:03:08 [2022-08-22T03:03:08.360Z] #20 71.17 Selecting previously unselected package libsepol1-dev:amd64.
03:03:08 [2022-08-22T03:03:08.360Z] #20 71.18 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
03:03:08 [2022-08-22T03:03:08.360Z] #20 71.18 Unpacking libsepol1-dev:amd64 (3.1-1) ...
03:03:08 [2022-08-22T03:03:08.619Z] #20 71.29 Selecting previously unselected package libpcre2-16-0:amd64.
03:03:08 [2022-08-22T03:03:08.619Z] #20 71.29 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
03:03:08 [2022-08-22T03:03:08.619Z] #20 71.30 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
03:03:08 [2022-08-22T03:03:08.619Z] #20 71.38 Selecting previously unselected package libpcre2-32-0:amd64.
03:03:08 [2022-08-22T03:03:08.619Z] #20 71.38 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
03:03:08 [2022-08-22T03:03:08.619Z] #20 71.39 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
03:03:08 [2022-08-22T03:03:08.619Z] #20 71.46 Selecting previously unselected package libpcre2-posix2:amd64.
03:03:08 [2022-08-22T03:03:08.619Z] #20 71.46 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
03:03:08 [2022-08-22T03:03:08.619Z] #20 71.47 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
03:03:08 [2022-08-22T03:03:08.619Z] #20 71.51 Selecting previously unselected package libpcre2-dev:amd64.
03:03:08 [2022-08-22T03:03:08.619Z] #20 71.52 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
03:03:08 [2022-08-22T03:03:08.619Z] #20 71.52 Unpacking libpcre2-dev:amd64 (10.36-2) ...
03:03:08 [2022-08-22T03:03:08.833Z] #77 299.7 make[5]: Entering directory '/tmp/crun-build/libocispec'
03:03:08 [2022-08-22T03:03:08.833Z] #77 299.9 make[5]: Nothing to be done for 'install-exec-am'.
03:03:08 [2022-08-22T03:03:08.833Z] #77 299.9 make[5]: Nothing to be done for 'install-data-am'.
03:03:08 [2022-08-22T03:03:08.833Z] #77 299.9 make[5]: Leaving directory '/tmp/crun-build/libocispec'
03:03:08 [2022-08-22T03:03:08.833Z] #77 299.9 make[4]: Leaving directory '/tmp/crun-build/libocispec'
03:03:08 [2022-08-22T03:03:08.833Z] #77 299.9 make[3]: Leaving directory '/tmp/crun-build/libocispec'
03:03:08 [2022-08-22T03:03:08.833Z] #77 299.9 make[2]: Leaving directory '/tmp/crun-build/libocispec'
03:03:08 [2022-08-22T03:03:08.833Z] #77 299.9 make[2]: Entering directory '/tmp/crun-build'
03:03:08 [2022-08-22T03:03:08.833Z] #77 300.3   CC       src/libcrun/libcrun_testing_a-utils.o
03:03:08 [2022-08-22T03:03:08.833Z] #77 300.3   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
03:03:08 [2022-08-22T03:03:08.833Z] #77 300.3   CC       src/libcrun/libcrun_testing_a-container.o
03:03:08 [2022-08-22T03:03:08.833Z] #77 300.4   CC       src/libcrun/libcrun_testing_a-cgroup.o
03:03:08 [2022-08-22T03:03:08.878Z] #20 71.72 Selecting previously unselected package libselinux1-dev:amd64.
03:03:08 [2022-08-22T03:03:08.878Z] #20 71.72 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
03:03:08 [2022-08-22T03:03:08.878Z] #20 71.73 Unpacking libselinux1-dev:amd64 (3.1-3) ...
03:03:08 [2022-08-22T03:03:08.878Z] #20 71.82 Selecting previously unselected package libdevmapper-dev:amd64.
03:03:09 [2022-08-22T03:03:09.089Z] #77 300.5   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
03:03:09 [2022-08-22T03:03:09.089Z] #77 300.6   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
03:03:09 [2022-08-22T03:03:09.089Z] #77 300.6   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
03:03:09 [2022-08-22T03:03:09.089Z] #77 300.6   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
03:03:09 [2022-08-22T03:03:09.137Z] #20 71.82 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
03:03:09 [2022-08-22T03:03:09.137Z] #20 71.83 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
03:03:09 [2022-08-22T03:03:09.137Z] #20 71.87 Selecting previously unselected package libseccomp-dev:amd64.
03:03:09 [2022-08-22T03:03:09.137Z] #20 71.88 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
03:03:09 [2022-08-22T03:03:09.137Z] #20 71.89 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
03:03:09 [2022-08-22T03:03:09.137Z] #20 71.94 Selecting previously unselected package libsystemd-dev:amd64.
03:03:09 [2022-08-22T03:03:09.137Z] #20 71.95 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
03:03:09 [2022-08-22T03:03:09.137Z] #20 71.95 Unpacking libsystemd-dev:amd64 (247.3-7) ...
03:03:09 [2022-08-22T03:03:09.346Z] #77 300.7   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
03:03:09 [2022-08-22T03:03:09.346Z] #77 300.8   CC       src/libcrun/libcrun_testing_a-criu.o
03:03:09 [2022-08-22T03:03:09.346Z] #77 300.9   CC       src/libcrun/libcrun_testing_a-custom-handler.o
03:03:09 [2022-08-22T03:03:09.346Z] #77 300.9   CC       src/libcrun/libcrun_testing_a-linux.o
03:03:09 [2022-08-22T03:03:09.346Z] #77 300.9   CC       src/libcrun/libcrun_testing_a-seccomp.o
03:03:09 [2022-08-22T03:03:09.346Z] #77 300.9   CC       src/libcrun/libcrun_testing_a-ebpf.o
03:03:09 [2022-08-22T03:03:09.396Z] #20 72.19 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
03:03:09 [2022-08-22T03:03:09.396Z] #20 72.21 Setting up libapparmor1:amd64 (2.13.6-10) ...
03:03:09 [2022-08-22T03:03:09.396Z] #20 72.22 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
03:03:09 [2022-08-22T03:03:09.396Z] #20 72.23 Setting up libsepol1-dev:amd64 (3.1-1) ...
03:03:09 [2022-08-22T03:03:09.396Z] #20 72.24 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
03:03:09 [2022-08-22T03:03:09.396Z] #20 72.25 Setting up libpcre2-16-0:amd64 (10.36-2) ...
03:03:09 [2022-08-22T03:03:09.396Z] #20 72.26 Setting up libbtrfs0:amd64 (5.10.1-2) ...
03:03:09 [2022-08-22T03:03:09.396Z] #20 72.27 Setting up libpcre2-32-0:amd64 (10.36-2) ...
03:03:09 [2022-08-22T03:03:09.396Z] #20 72.28 Setting up libudev-dev:amd64 (247.3-7) ...
03:03:09 [2022-08-22T03:03:09.396Z] #20 72.29 Setting up libpcre2-posix2:amd64 (10.36-2) ...
03:03:09 [2022-08-22T03:03:09.396Z] #20 72.31 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
03:03:09 [2022-08-22T03:03:09.396Z] #20 72.32 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
03:03:09 [2022-08-22T03:03:09.602Z] #77 301.1   CC       src/libcrun/libcrun_testing_a-error.o
03:03:09 [2022-08-22T03:03:09.602Z] #77 301.2   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
03:03:09 [2022-08-22T03:03:09.602Z] #77 301.3   CC       src/libcrun/libcrun_testing_a-signals.o
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.33 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.34 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.36 Setting up mingw-w64-common (8.0.0-1) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.37 Setting up libsystemd-dev:amd64 (247.3-7) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.38 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.39 Setting up libpcre2-dev:amd64 (10.36-2) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.40 Setting up libselinux1-dev:amd64 (3.1-3) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.41 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.42 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.43 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
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.44 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.45 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
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.46 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.47 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.48 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
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.48 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.49 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.51 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
03:03:09 [2022-08-22T03:03:09.654Z] #20 72.52 Setting up dmsetup (2:1.02.175-2.1) ...
03:03:09 [2022-08-22T03:03:09.859Z] #77 301.3   CC       src/libcrun/libcrun_testing_a-status.o
03:03:09 [2022-08-22T03:03:09.859Z] #77 301.3   CC       src/libcrun/libcrun_testing_a-terminal.o
03:03:09 [2022-08-22T03:03:09.913Z] #20 72.53 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
03:03:09 [2022-08-22T03:03:09.913Z] #20 72.55 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
03:03:09 [2022-08-22T03:03:09.913Z] #20 72.56 Processing triggers for libc-bin (2.31-13+deb11u3) ...
03:03:10 [2022-08-22T03:03:10.115Z] #77 301.7   CC       src/libcrun/libcrun_testing_a-mount_flags.o
03:03:10 [2022-08-22T03:03:10.372Z] #77 301.8   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
03:03:10 [2022-08-22T03:03:10.372Z] #77 302.0   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
03:03:10 [2022-08-22T03:03:10.850Z] #20 DONE 73.7s
03:03:10 [2022-08-22T03:03:10.850Z] 
03:03:10 [2022-08-22T03:03:10.850Z] #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
03:03:10 [2022-08-22T03:03:10.850Z] #21 sha256:bb76cfa785b6cc5930758dddc58939c15bbb037b7b997a83ff46b7c32ee35dbc
03:03:10 [2022-08-22T03:03:10.935Z] #77 302.3   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
03:03:10 [2022-08-22T03:03:10.935Z] #77 302.3   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
03:03:10 [2022-08-22T03:03:10.935Z] #77 302.4   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
03:03:10 [2022-08-22T03:03:10.935Z] #77 302.4   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
03:03:10 [2022-08-22T03:03:10.935Z] #77 302.5   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
03:03:11 [2022-08-22T03:03:11.192Z] #77 302.6   CC       src/crun-crun.o
03:03:11 [2022-08-22T03:03:11.192Z] #77 302.7   CC       src/crun-run.o
03:03:11 [2022-08-22T03:03:11.192Z] #77 302.7   CC       src/crun-delete.o
03:03:11 [2022-08-22T03:03:11.192Z] #77 302.7   CC       src/crun-pause.o
03:03:11 [2022-08-22T03:03:11.192Z] #77 302.8   CC       src/crun-kill.o
03:03:11 [2022-08-22T03:03:11.268Z] #55 ...
03:03:11 [2022-08-22T03:03:11.268Z] 
03:03:11 [2022-08-22T03:03:11.268Z] #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
03:03:11 [2022-08-22T03:03:11.268Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.0   CCLD     libocispec.la
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.4   CCLD     src/validate
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.4   CCLD     tests/test-1
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.5   CCLD     tests/test-2
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.5   CCLD     tests/test-3
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.5   CCLD     tests/test-4
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.5   CCLD     tests/test-5
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.6   CCLD     tests/test-6
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.6   CCLD     tests/test-7
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.7   CCLD     tests/test-8
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.7   CCLD     tests/test-9
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.7   CCLD     tests/test-10
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.7 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
03:03:11 [2022-08-22T03:03:11.268Z] #77 296.7   CCLD     tests/test-11
03:03:11 [2022-08-22T03:03:11.452Z] #77 302.8   CC       src/crun-unpause.o
03:03:11 [2022-08-22T03:03:11.452Z] #77 303.1   CC       src/crun-spec.o
03:03:11 [2022-08-22T03:03:11.708Z] #77 303.3   CC       src/crun-exec.o
03:03:11 [2022-08-22T03:03:11.708Z] #77 303.3   CC       src/crun-create.o
03:03:11 [2022-08-22T03:03:11.708Z] #77 303.3   CC       src/crun-start.o
03:03:11 [2022-08-22T03:03:11.965Z] #77 303.4   CC       src/crun-list.o
03:03:11 [2022-08-22T03:03:11.965Z] #77 303.4   CC       src/crun-state.o
03:03:11 [2022-08-22T03:03:11.965Z] #77 303.5   CC       src/crun-update.o
03:03:11 [2022-08-22T03:03:11.965Z] #77 303.5   CC       src/crun-ps.o
03:03:11 [2022-08-22T03:03:11.965Z] #77 303.5   CC       src/crun-checkpoint.o
03:03:11 [2022-08-22T03:03:11.965Z] #77 303.6   CC       src/libcrun/libcrun_la-utils.lo
03:03:12 [2022-08-22T03:03:12.222Z] #77 303.6   CC       src/libcrun/libcrun_la-cloned_binary.lo
03:03:12 [2022-08-22T03:03:12.222Z] #77 303.7   CC       src/crun-restore.o
03:03:12 [2022-08-22T03:03:12.222Z] #77 303.7   CC       src/libcrun/libcrun_la-container.lo
03:03:12 [2022-08-22T03:03:12.222Z] #77 303.7   CC       src/libcrun/libcrun_la-cgroup.lo
03:03:12 [2022-08-22T03:03:12.222Z] #77 303.7   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
03:03:12 [2022-08-22T03:03:12.222Z] #77 303.8   CC       src/libcrun/libcrun_la-cgroup-resources.lo
03:03:12 [2022-08-22T03:03:12.229Z] #21 1.250 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
03:03:12 [2022-08-22T03:03:12.229Z] #21 1.250 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
03:03:12 [2022-08-22T03:03:12.479Z] #77 303.8   CC       src/libcrun/libcrun_la-cgroup-setup.lo
03:03:12 [2022-08-22T03:03:12.479Z] #77 303.9   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
03:03:12 [2022-08-22T03:03:12.479Z] #77 304.0   CC       src/libcrun/libcrun_la-cgroup-utils.lo
03:03:12 [2022-08-22T03:03:12.479Z] #77 304.1   CC       src/libcrun/libcrun_la-criu.lo
03:03:12 [2022-08-22T03:03:12.487Z] #21 1.422 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
03:03:12 [2022-08-22T03:03:12.735Z] #77 304.2   CC       src/libcrun/libcrun_la-custom-handler.lo
03:03:12 [2022-08-22T03:03:12.735Z] #77 304.3   CC       src/libcrun/libcrun_la-linux.lo
03:03:12 [2022-08-22T03:03:12.735Z] #77 304.3   CC       src/libcrun/libcrun_la-seccomp.lo
03:03:12 [2022-08-22T03:03:12.735Z] #77 304.3   CC       src/libcrun/libcrun_la-ebpf.lo
03:03:12 [2022-08-22T03:03:12.992Z] #77 304.5   CC       src/libcrun/libcrun_la-error.lo
03:03:12 [2022-08-22T03:03:12.992Z] #77 304.6   CC       src/libcrun/libcrun_la-status.lo
03:03:12 [2022-08-22T03:03:12.992Z] #77 304.6   CC       src/libcrun/libcrun_la-terminal.lo
03:03:13 [2022-08-22T03:03:13.555Z] #77 304.9   CC       src/libcrun/libcrun_la-mount_flags.lo
03:03:13 [2022-08-22T03:03:13.555Z] #77 304.9   CC       src/libcrun/libcrun_la-chroot_realpath.lo
03:03:13 [2022-08-22T03:03:13.555Z] #77 305.0   CC       src/libcrun/libcrun_la-signals.lo
03:03:13 [2022-08-22T03:03:13.555Z] #77 305.0   CC       src/libcrun/libcrun_la-seccomp_notify.lo
03:03:13 [2022-08-22T03:03:13.555Z] #77 305.1   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
03:03:13 [2022-08-22T03:03:13.807Z] #77 300.0 libtool: link: ar cr libocispec.a 
03:03:14 [2022-08-22T03:03:14.067Z] #77 300.3 libtool: link: ranlib libocispec.a
03:03:14 [2022-08-22T03:03:14.118Z] #77 305.4   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
03:03:14 [2022-08-22T03:03:14.118Z] #77 305.5   CC       src/libcrun/handlers/libcrun_la-krun.lo
03:03:14 [2022-08-22T03:03:14.118Z] #77 305.6   CC       tests/init.o
03:03:14 [2022-08-22T03:03:14.118Z] #77 305.6   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
03:03:14 [2022-08-22T03:03:14.374Z] #77 305.7   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
03:03:16 [2022-08-22T03:03:16.264Z] #77 ...
03:03:16 [2022-08-22T03:03:16.264Z] 
03:03:16 [2022-08-22T03:03:16.264Z] #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
03:03:16 [2022-08-22T03:03:16.264Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
03:03:16 [2022-08-22T03:03:16.264Z] #47 370.9 + dpkg --print-architecture
03:03:16 [2022-08-22T03:03:16.264Z] #47 370.9 + git checkout -q v2.1.0
03:03:16 [2022-08-22T03:03:16.264Z] #47 371.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
03:03:16 [2022-08-22T03:03:16.264Z] #47 371.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
03:03:16 [2022-08-22T03:03:16.607Z] #77 303.0 make[5]: Entering directory '/tmp/crun-build/libocispec'
03:03:16 [2022-08-22T03:03:16.607Z] #77 303.1 make[5]: Nothing to be done for 'install-exec-am'.
03:03:16 [2022-08-22T03:03:16.607Z] #77 303.1 make[5]: Nothing to be done for 'install-data-am'.
03:03:16 [2022-08-22T03:03:16.607Z] #77 303.1 make[5]: Leaving directory '/tmp/crun-build/libocispec'
03:03:16 [2022-08-22T03:03:16.607Z] #77 303.1 make[4]: Leaving directory '/tmp/crun-build/libocispec'
03:03:16 [2022-08-22T03:03:16.607Z] #77 303.1 make[3]: Leaving directory '/tmp/crun-build/libocispec'
03:03:16 [2022-08-22T03:03:16.607Z] #77 303.1 make[2]: Leaving directory '/tmp/crun-build/libocispec'
03:03:16 [2022-08-22T03:03:16.607Z] #77 303.1 make[2]: Entering directory '/tmp/crun-build'
03:03:16 [2022-08-22T03:03:16.867Z] #77 303.2   CC       src/libcrun/libcrun_testing_a-utils.o
03:03:16 [2022-08-22T03:03:16.867Z] #77 303.2   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
03:03:16 [2022-08-22T03:03:16.867Z] #77 303.3   CC       src/libcrun/libcrun_testing_a-cgroup.o
03:03:16 [2022-08-22T03:03:16.867Z] #77 303.3   CC       src/libcrun/libcrun_testing_a-container.o
03:03:16 [2022-08-22T03:03:16.867Z] #77 303.3   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
03:03:16 [2022-08-22T03:03:16.867Z] #77 303.3   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
03:03:16 [2022-08-22T03:03:16.867Z] #77 303.3   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
03:03:16 [2022-08-22T03:03:16.867Z] #77 303.3   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
03:03:16 [2022-08-22T03:03:16.867Z] #77 303.4   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
03:03:17 [2022-08-22T03:03:17.126Z] #77 303.4   CC       src/libcrun/libcrun_testing_a-custom-handler.o
03:03:17 [2022-08-22T03:03:17.126Z] #77 303.4   CC       src/libcrun/libcrun_testing_a-criu.o
03:03:17 [2022-08-22T03:03:17.127Z] #77 303.5   CC       src/libcrun/libcrun_testing_a-linux.o
03:03:17 [2022-08-22T03:03:17.386Z] #77 303.6   CC       src/libcrun/libcrun_testing_a-seccomp.o
03:03:17 [2022-08-22T03:03:17.386Z] #77 303.6   CC       src/libcrun/libcrun_testing_a-error.o
03:03:17 [2022-08-22T03:03:17.386Z] #77 303.6   CC       src/libcrun/libcrun_testing_a-ebpf.o
03:03:17 [2022-08-22T03:03:17.386Z] #77 303.7   CC       src/libcrun/libcrun_testing_a-status.o
03:03:17 [2022-08-22T03:03:17.386Z] #77 303.8   CC       src/libcrun/libcrun_testing_a-terminal.o
03:03:17 [2022-08-22T03:03:17.386Z] #77 303.8   CC       src/libcrun/libcrun_testing_a-signals.o
03:03:17 [2022-08-22T03:03:17.386Z] #77 303.8   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
03:03:17 [2022-08-22T03:03:17.386Z] #77 303.8   CC       src/libcrun/libcrun_testing_a-mount_flags.o
03:03:17 [2022-08-22T03:03:17.386Z] #77 303.9   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
03:03:17 [2022-08-22T03:03:17.646Z] #77 304.0   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
03:03:17 [2022-08-22T03:03:17.646Z] #77 304.0   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
03:03:17 [2022-08-22T03:03:17.646Z] #77 304.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
03:03:17 [2022-08-22T03:03:17.646Z] #77 304.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
03:03:17 [2022-08-22T03:03:17.646Z] #77 304.2   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
03:03:17 [2022-08-22T03:03:17.906Z] #77 304.2   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
03:03:17 [2022-08-22T03:03:17.906Z] #77 304.3   CC       src/crun-crun.o
03:03:17 [2022-08-22T03:03:17.906Z] #77 304.4   CC       src/crun-run.o
03:03:17 [2022-08-22T03:03:17.906Z] #77 304.4   CC       src/crun-delete.o
03:03:18 [2022-08-22T03:03:18.013Z] #21 1.797 Reading package lists...
03:03:18 [2022-08-22T03:03:18.166Z] #77 304.5   CC       src/crun-pause.o
03:03:18 [2022-08-22T03:03:18.166Z] #77 304.6   CC       src/crun-kill.o
03:03:18 [2022-08-22T03:03:18.166Z] #77 304.6   CC       src/crun-unpause.o
03:03:18 [2022-08-22T03:03:18.166Z] #77 304.7   CC       src/crun-exec.o
03:03:18 [2022-08-22T03:03:18.426Z] #77 304.7   CC       src/crun-spec.o
03:03:18 [2022-08-22T03:03:18.426Z] #77 304.7   CC       src/crun-list.o
03:03:18 [2022-08-22T03:03:18.686Z] #77 304.9   CC       src/crun-create.o
03:03:18 [2022-08-22T03:03:18.686Z] #77 304.9   CC       src/crun-start.o
03:03:18 [2022-08-22T03:03:18.686Z] #77 305.0   CC       src/crun-ps.o
03:03:18 [2022-08-22T03:03:18.686Z] #77 305.1   CC       src/crun-update.o
03:03:18 [2022-08-22T03:03:18.686Z] #77 305.1   CC       src/crun-checkpoint.o
03:03:18 [2022-08-22T03:03:18.945Z] #77 305.2   CC       src/crun-state.o
03:03:18 [2022-08-22T03:03:18.945Z] #77 305.3   CC       src/crun-restore.o
03:03:18 [2022-08-22T03:03:18.945Z] #77 305.4   CC       src/libcrun/libcrun_la-utils.lo
03:03:19 [2022-08-22T03:03:19.205Z] #77 305.4   CC       src/libcrun/libcrun_la-cloned_binary.lo
03:03:19 [2022-08-22T03:03:19.205Z] #77 305.5   CC       src/libcrun/libcrun_la-container.lo
03:03:19 [2022-08-22T03:03:19.205Z] #77 305.5   CC       src/libcrun/libcrun_la-cgroup.lo
03:03:19 [2022-08-22T03:03:19.205Z] #77 305.6   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
03:03:19 [2022-08-22T03:03:19.205Z] #77 305.7   CC       src/libcrun/libcrun_la-cgroup-setup.lo
03:03:19 [2022-08-22T03:03:19.465Z] #77 305.8   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
03:03:19 [2022-08-22T03:03:19.465Z] #77 305.8   CC       src/libcrun/libcrun_la-cgroup-utils.lo
03:03:19 [2022-08-22T03:03:19.725Z] #77 306.0   CC       src/libcrun/libcrun_la-cgroup-resources.lo
03:03:19 [2022-08-22T03:03:19.725Z] #77 306.1   CC       src/libcrun/libcrun_la-custom-handler.lo
03:03:19 [2022-08-22T03:03:19.725Z] #77 306.1   CC       src/libcrun/libcrun_la-linux.lo
03:03:19 [2022-08-22T03:03:19.725Z] #77 306.1   CC       src/libcrun/libcrun_la-criu.lo
03:03:19 [2022-08-22T03:03:19.725Z] #77 306.1   CC       src/libcrun/libcrun_la-ebpf.lo
03:03:19 [2022-08-22T03:03:19.725Z] #77 306.1   CC       src/libcrun/libcrun_la-seccomp.lo
03:03:19 [2022-08-22T03:03:19.893Z] #64 328.0 # github.com/containerd/containerd/cmd/containerd
03:03:19 [2022-08-22T03:03:19.893Z] #64 328.0 /usr/bin/ld: /tmp/go-link-3612167450/000019.o: in function `New':
03:03:19 [2022-08-22T03:03:19.893Z] #64 328.0 /tmp/tmp.FUACGWeDBw/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
03:03:19 [2022-08-22T03:03:19.893Z] #64 328.1 + bin/containerd-stress
03:03:19 [2022-08-22T03:03:19.893Z] #64 329.2 + bin/containerd-shim
03:03:19 [2022-08-22T03:03:19.985Z] #77 306.2   CC       src/libcrun/libcrun_la-error.lo
03:03:19 [2022-08-22T03:03:19.985Z] #77 306.3   CC       src/libcrun/libcrun_la-status.lo
03:03:20 [2022-08-22T03:03:20.244Z] #77 306.5   CC       src/libcrun/libcrun_la-chroot_realpath.lo
03:03:20 [2022-08-22T03:03:20.244Z] #77 306.5   CC       src/libcrun/libcrun_la-terminal.lo
03:03:20 [2022-08-22T03:03:20.244Z] #77 306.6   CC       src/libcrun/libcrun_la-mount_flags.lo
03:03:20 [2022-08-22T03:03:20.244Z] #77 306.7   CC       src/libcrun/libcrun_la-signals.lo
03:03:20 [2022-08-22T03:03:20.504Z] #77 307.0   CC       src/libcrun/libcrun_la-seccomp_notify.lo
03:03:20 [2022-08-22T03:03:20.764Z] #77 307.1   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
03:03:20 [2022-08-22T03:03:20.764Z] #77 307.1   CC       src/libcrun/handlers/libcrun_la-krun.lo
03:03:20 [2022-08-22T03:03:20.764Z] #77 307.2   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
03:03:20 [2022-08-22T03:03:20.764Z] #77 307.2   CC       tests/init.o
03:03:20 [2022-08-22T03:03:20.764Z] #77 307.2   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
03:03:21 [2022-08-22T03:03:21.025Z] #77 307.3   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
03:03:22 [2022-08-22T03:03:22.200Z] #21 6.545 Reading package lists...
03:03:22 [2022-08-22T03:03:22.953Z] #77 ...
03:03:22 [2022-08-22T03:03:22.953Z] 
03:03:22 [2022-08-22T03:03:22.953Z] #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
03:03:22 [2022-08-22T03:03:22.953Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
03:03:22 [2022-08-22T03:03:22.953Z] #47 374.5 + dpkg --print-architecture
03:03:22 [2022-08-22T03:03:22.953Z] #47 374.5 + git checkout -q v2.1.0
03:03:22 [2022-08-22T03:03:22.953Z] #47 374.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
03:03:22 [2022-08-22T03:03:22.953Z] #47 374.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
03:03:23 [2022-08-22T03:03:23.134Z] #21 11.24 Building dependency tree...
03:03:23 [2022-08-22T03:03:23.393Z] #21 12.33 Reading state information...
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.43 The following additional packages will be installed:
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.43   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.44   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.44   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.44   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.44   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.44   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.44   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.46 Suggested packages:
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.46   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.46   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.46   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.46   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.46   seccomp:ppc64el seccomp:s390x
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.46 Recommended packages:
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.46   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.46   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.46   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
03:03:24 [2022-08-22T03:03:24.330Z] #21 13.46   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
03:03:24 [2022-08-22T03:03:24.898Z] #21 13.93 The following NEW packages will be installed:
03:03:24 [2022-08-22T03:03:24.898Z] #21 13.93   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
03:03:24 [2022-08-22T03:03:24.898Z] #21 13.93   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
03:03:24 [2022-08-22T03:03:24.898Z] #21 13.93   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
03:03:24 [2022-08-22T03:03:24.898Z] #21 13.93   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
03:03:24 [2022-08-22T03:03:24.898Z] #21 13.93   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
03:03:24 [2022-08-22T03:03:24.898Z] #21 13.93   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
03:03:24 [2022-08-22T03:03:24.898Z] #21 13.93   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
03:03:24 [2022-08-22T03:03:24.898Z] #21 13.94   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
03:03:24 [2022-08-22T03:03:24.898Z] #21 13.94   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
03:03:24 [2022-08-22T03:03:24.898Z] #21 13.94   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
03:03:24 [2022-08-22T03:03:24.898Z] #21 13.94   libseccomp2:ppc64el libseccomp2:s390x
03:03:25 [2022-08-22T03:03:25.157Z] #21 14.29 0 upgraded, 40 newly installed, 0 to remove and 8 not upgraded.
03:03:25 [2022-08-22T03:03:25.157Z] #21 14.29 Need to get 15.9 MB of archives.
03:03:25 [2022-08-22T03:03:25.157Z] #21 14.29 After this operation, 73.0 MB of additional disk space will be used.
03:03:25 [2022-08-22T03:03:25.157Z] #21 14.29 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
03:03:25 [2022-08-22T03:03:25.157Z] #21 14.29 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
03:03:25 [2022-08-22T03:03:25.157Z] #21 14.30 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
03:03:25 [2022-08-22T03:03:25.157Z] #21 14.30 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
03:03:25 [2022-08-22T03:03:25.157Z] #21 14.32 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
03:03:25 [2022-08-22T03:03:25.157Z] #21 14.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
03:03:25 [2022-08-22T03:03:25.157Z] #21 14.32 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
03:03:25 [2022-08-22T03:03:25.157Z] #21 14.33 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB]
03:03:25 [2022-08-22T03:03:25.157Z] #21 14.38 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.38 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.39 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.39 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.39 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.43 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.44 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.44 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.44 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.45 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.48 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.48 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.48 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.49 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.49 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.52 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.52 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.53 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.53 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.53 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.55 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.55 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.55 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.55 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.56 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.56 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.56 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.56 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.56 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.56 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.56 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB]
03:03:25 [2022-08-22T03:03:25.416Z] #21 14.58 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
03:03:25 [2022-08-22T03:03:25.985Z] #21 15.06 debconf: delaying package configuration, since apt-utils is not installed
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.24 Fetched 15.9 MB in 1s (27.7 MB/s)
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.27 Selecting previously unselected package gcc-10-base:armel.
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.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 ... 38556 files and directories currently installed.)
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.32 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.32 Unpacking gcc-10-base:armel (10.2.1-6) ...
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.37 Selecting previously unselected package gcc-10-base:armhf.
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.37 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.38 Unpacking gcc-10-base:armhf (10.2.1-6) ...
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.43 Selecting previously unselected package gcc-10-base:ppc64el.
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.43 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.44 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.49 Selecting previously unselected package gcc-10-base:s390x.
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.49 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.49 Unpacking gcc-10-base:s390x (10.2.1-6) ...
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.54 Selecting previously unselected package gcc-10-base:arm64.
03:03:26 [2022-08-22T03:03:26.244Z] #21 15.54 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
03:03:26 [2022-08-22T03:03:26.435Z] #64 340.3 + bin/containerd-shim-runc-v1
03:03:26 [2022-08-22T03:03:26.503Z] #21 15.54 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
03:03:26 [2022-08-22T03:03:26.503Z] #21 15.60 Selecting previously unselected package libgcc-s1:armel.
03:03:26 [2022-08-22T03:03:26.503Z] #21 15.60 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
03:03:26 [2022-08-22T03:03:26.503Z] #21 15.61 Unpacking libgcc-s1:armel (10.2.1-6) ...
03:03:26 [2022-08-22T03:03:26.503Z] #21 15.65 Selecting previously unselected package libcrypt1:armel.
03:03:26 [2022-08-22T03:03:26.503Z] #21 15.66 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
03:03:26 [2022-08-22T03:03:26.503Z] #21 15.67 Unpacking libcrypt1:armel (1:4.4.18-4) ...
03:03:26 [2022-08-22T03:03:26.503Z] #21 15.74 Selecting previously unselected package libc6:armel.
03:03:26 [2022-08-22T03:03:26.503Z] #21 15.74 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ...
03:03:26 [2022-08-22T03:03:26.762Z] #21 15.95 Unpacking libc6:armel (2.31-13+deb11u3) ...
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.36 Selecting previously unselected package libapparmor1:armel.
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.36 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.36 Unpacking libapparmor1:armel (2.13.6-10) ...
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.42 Selecting previously unselected package libapparmor-dev:armel.
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.42 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.42 Unpacking libapparmor-dev:armel (2.13.6-10) ...
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.50 Selecting previously unselected package libgcc-s1:arm64.
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.50 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.51 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.55 Selecting previously unselected package libcrypt1:arm64.
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.56 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.56 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
03:03:27 [2022-08-22T03:03:27.335Z] #21 16.63 Selecting previously unselected package libc6:arm64.
03:03:27 [2022-08-22T03:03:27.595Z] #21 16.64 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ...
03:03:27 [2022-08-22T03:03:27.854Z] #21 16.80 Unpacking libc6:arm64 (2.31-13+deb11u3) ...
03:03:28 [2022-08-22T03:03:28.113Z] #21 17.21 Selecting previously unselected package libapparmor1:arm64.
03:03:28 [2022-08-22T03:03:28.113Z] #21 17.22 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
03:03:28 [2022-08-22T03:03:28.113Z] #21 17.22 Unpacking libapparmor1:arm64 (2.13.6-10) ...
03:03:28 [2022-08-22T03:03:28.113Z] #21 17.27 Selecting previously unselected package libapparmor-dev:arm64.
03:03:28 [2022-08-22T03:03:28.113Z] #21 17.28 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
03:03:28 [2022-08-22T03:03:28.113Z] #21 17.29 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
03:03:28 [2022-08-22T03:03:28.113Z] #21 17.35 Selecting previously unselected package libgcc-s1:s390x.
03:03:28 [2022-08-22T03:03:28.372Z] #21 17.35 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
03:03:28 [2022-08-22T03:03:28.372Z] #21 17.35 Unpacking libgcc-s1:s390x (10.2.1-6) ...
03:03:28 [2022-08-22T03:03:28.372Z] #21 17.40 Selecting previously unselected package libcrypt1:s390x.
03:03:28 [2022-08-22T03:03:28.372Z] #21 17.40 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
03:03:28 [2022-08-22T03:03:28.372Z] #21 17.41 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
03:03:28 [2022-08-22T03:03:28.372Z] #21 17.48 Selecting previously unselected package libc6:s390x.
03:03:28 [2022-08-22T03:03:28.372Z] #21 17.49 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ...
03:03:28 [2022-08-22T03:03:28.630Z] #21 17.66 Unpacking libc6:s390x (2.31-13+deb11u3) ...
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.09 Selecting previously unselected package libapparmor1:s390x.
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.09 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.10 Unpacking libapparmor1:s390x (2.13.6-10) ...
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.15 Selecting previously unselected package libapparmor-dev:s390x.
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.15 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.15 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.22 Selecting previously unselected package libgcc-s1:armhf.
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.22 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.23 Unpacking libgcc-s1:armhf (10.2.1-6) ...
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.27 Selecting previously unselected package libcrypt1:armhf.
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.27 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.28 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.36 Selecting previously unselected package libc6:armhf.
03:03:29 [2022-08-22T03:03:29.208Z] #21 18.36 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ...
03:03:29 [2022-08-22T03:03:29.467Z] #21 18.56 Unpacking libc6:armhf (2.31-13+deb11u3) ...
03:03:30 [2022-08-22T03:03:30.036Z] #21 18.99 Selecting previously unselected package libapparmor1:armhf.
03:03:30 [2022-08-22T03:03:30.036Z] #21 19.00 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
03:03:30 [2022-08-22T03:03:30.036Z] #21 19.01 Unpacking libapparmor1:armhf (2.13.6-10) ...
03:03:30 [2022-08-22T03:03:30.036Z] #21 19.04 Selecting previously unselected package libapparmor-dev:armhf.
03:03:30 [2022-08-22T03:03:30.036Z] #21 19.05 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
03:03:30 [2022-08-22T03:03:30.036Z] #21 19.06 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
03:03:30 [2022-08-22T03:03:30.036Z] #21 19.13 Selecting previously unselected package libgcc-s1:ppc64el.
03:03:30 [2022-08-22T03:03:30.036Z] #21 19.13 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
03:03:30 [2022-08-22T03:03:30.036Z] #21 19.14 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
03:03:30 [2022-08-22T03:03:30.036Z] #21 19.18 Selecting previously unselected package libcrypt1:ppc64el.
03:03:30 [2022-08-22T03:03:30.036Z] #21 19.18 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
03:03:30 [2022-08-22T03:03:30.036Z] #21 19.19 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
03:03:30 [2022-08-22T03:03:30.036Z] #21 19.26 Selecting previously unselected package libc6:ppc64el.
03:03:30 [2022-08-22T03:03:30.295Z] #21 19.26 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ...
03:03:30 [2022-08-22T03:03:30.295Z] #21 19.47 Unpacking libc6:ppc64el (2.31-13+deb11u3) ...
03:03:30 [2022-08-22T03:03:30.862Z] #21 20.06 Selecting previously unselected package libapparmor1:ppc64el.
03:03:30 [2022-08-22T03:03:30.862Z] #21 20.07 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
03:03:30 [2022-08-22T03:03:30.862Z] #21 20.07 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
03:03:31 [2022-08-22T03:03:31.121Z] #21 20.12 Selecting previously unselected package libapparmor-dev:ppc64el.
03:03:31 [2022-08-22T03:03:31.121Z] #21 20.13 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
03:03:31 [2022-08-22T03:03:31.121Z] #21 20.13 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
03:03:31 [2022-08-22T03:03:31.121Z] #21 20.19 Selecting previously unselected package libseccomp2:s390x.
03:03:31 [2022-08-22T03:03:31.121Z] #21 20.19 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ...
03:03:31 [2022-08-22T03:03:31.121Z] #21 20.20 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ...
03:03:31 [2022-08-22T03:03:31.121Z] #21 20.24 Selecting previously unselected package libseccomp-dev:s390x.
03:03:31 [2022-08-22T03:03:31.121Z] #21 20.25 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ...
03:03:31 [2022-08-22T03:03:31.121Z] #21 20.25 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
03:03:31 [2022-08-22T03:03:31.121Z] #21 20.32 Selecting previously unselected package libseccomp2:ppc64el.
03:03:31 [2022-08-22T03:03:31.121Z] #21 20.32 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ...
03:03:31 [2022-08-22T03:03:31.121Z] #21 20.33 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
03:03:31 [2022-08-22T03:03:31.379Z] #21 20.38 Selecting previously unselected package libseccomp-dev:ppc64el.
03:03:31 [2022-08-22T03:03:31.379Z] #21 20.39 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ...
03:03:31 [2022-08-22T03:03:31.379Z] #21 20.39 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
03:03:31 [2022-08-22T03:03:31.380Z] #21 20.45 Selecting previously unselected package libseccomp2:armhf.
03:03:31 [2022-08-22T03:03:31.380Z] #21 20.46 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ...
03:03:31 [2022-08-22T03:03:31.380Z] #21 20.46 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ...
03:03:31 [2022-08-22T03:03:31.380Z] #21 20.50 Selecting previously unselected package libseccomp-dev:armhf.
03:03:31 [2022-08-22T03:03:31.380Z] #21 20.51 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
03:03:31 [2022-08-22T03:03:31.380Z] #21 20.51 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
03:03:31 [2022-08-22T03:03:31.380Z] #21 20.57 Selecting previously unselected package libseccomp2:armel.
03:03:31 [2022-08-22T03:03:31.380Z] #21 20.58 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ...
03:03:31 [2022-08-22T03:03:31.380Z] #21 20.58 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ...
03:03:31 [2022-08-22T03:03:31.638Z] #21 20.62 Selecting previously unselected package libseccomp-dev:armel.
03:03:31 [2022-08-22T03:03:31.638Z] #21 20.63 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ...
03:03:31 [2022-08-22T03:03:31.638Z] #21 20.63 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ...
03:03:31 [2022-08-22T03:03:31.638Z] #21 20.69 Selecting previously unselected package libseccomp2:arm64.
03:03:31 [2022-08-22T03:03:31.638Z] #21 20.69 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ...
03:03:31 [2022-08-22T03:03:31.638Z] #21 20.70 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ...
03:03:31 [2022-08-22T03:03:31.638Z] #21 20.74 Selecting previously unselected package libseccomp-dev:arm64.
03:03:31 [2022-08-22T03:03:31.639Z] #21 20.75 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
03:03:31 [2022-08-22T03:03:31.639Z] #21 20.75 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
03:03:31 [2022-08-22T03:03:31.639Z] #21 20.86 Setting up gcc-10-base:arm64 (10.2.1-6) ...
03:03:31 [2022-08-22T03:03:31.685Z] #64 346.6 + bin/containerd-shim-runc-v2
03:03:31 [2022-08-22T03:03:31.902Z] #21 20.87 Setting up gcc-10-base:armel (10.2.1-6) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 20.88 Setting up gcc-10-base:armhf (10.2.1-6) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 20.89 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 20.90 Setting up gcc-10-base:s390x (10.2.1-6) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 20.92 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 20.93 Setting up libcrypt1:armel (1:4.4.18-4) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 20.94 Setting up libcrypt1:armhf (1:4.4.18-4) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 20.95 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 20.97 Setting up libcrypt1:s390x (1:4.4.18-4) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 20.98 Setting up libgcc-s1:arm64 (10.2.1-6) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 20.99 Setting up libgcc-s1:armel (10.2.1-6) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 21.00 Setting up libgcc-s1:armhf (10.2.1-6) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 21.01 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 21.03 Setting up libgcc-s1:s390x (10.2.1-6) ...
03:03:31 [2022-08-22T03:03:31.902Z] #21 21.04 Setting up libc6:arm64 (2.31-13+deb11u3) ...
03:03:32 [2022-08-22T03:03:32.613Z] #64 347.4 + binaries
03:03:32 [2022-08-22T03:03:32.613Z] #64 347.4 + install -D bin/containerd /build/containerd
03:03:32 [2022-08-22T03:03:32.613Z] #64 347.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
03:03:32 [2022-08-22T03:03:32.613Z] #64 347.4 + install -D bin/ctr /build/ctr
03:03:33 [2022-08-22T03:03:33.284Z] #21 22.29 Setting up libc6:armel (2.31-13+deb11u3) ...
03:03:34 [2022-08-22T03:03:34.660Z] #21 23.52 Setting up libc6:armhf (2.31-13+deb11u3) ...
03:03:35 [2022-08-22T03:03:35.595Z] #21 24.73 Setting up libc6:ppc64el (2.31-13+deb11u3) ...
03:03:36 [2022-08-22T03:03:36.778Z] #64 DONE 351.0s
03:03:36 [2022-08-22T03:03:36.972Z] #21 25.94 Setting up libc6:s390x (2.31-13+deb11u3) ...
03:03:37 [2022-08-22T03:03:37.341Z] 
03:03:37 [2022-08-22T03:03:37.341Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
03:03:37 [2022-08-22T03:03:37.341Z] #65 sha256:e78e11c376d4225afec4d027f01e1e813a1a11205adc0c900d171b005bc932f5
03:03:37 [2022-08-22T03:03:37.907Z] #21 27.17 Setting up libapparmor1:arm64 (2.13.6-10) ...
03:03:37 [2022-08-22T03:03:37.907Z] #21 27.18 Setting up libapparmor1:armel (2.13.6-10) ...
03:03:37 [2022-08-22T03:03:37.907Z] #21 27.20 Setting up libapparmor1:armhf (2.13.6-10) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.21 Setting up libapparmor1:ppc64el (2.13.6-10) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.22 Setting up libapparmor1:s390x (2.13.6-10) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.23 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.24 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.25 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.26 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.27 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.28 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.30 Setting up libapparmor-dev:armel (2.13.6-10) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.31 Setting up libapparmor-dev:armhf (2.13.6-10) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.32 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.33 Setting up libapparmor-dev:s390x (2.13.6-10) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.34 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.35 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.36 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.37 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.38 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
03:03:38 [2022-08-22T03:03:38.166Z] #21 27.39 Processing triggers for libc-bin (2.31-13+deb11u3) ...
03:03:38 [2022-08-22T03:03:38.705Z] #65 DONE 1.2s
03:03:38 [2022-08-22T03:03:38.705Z] 
03:03:38 [2022-08-22T03:03:38.705Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
03:03:38 [2022-08-22T03:03:38.705Z] #70 sha256:de84537af87ca8daba772daa1b1b211bbdf7125c67064e321e4d1a238146b7a1
03:03:38 [2022-08-22T03:03:38.705Z] #70 DONE 0.3s
03:03:38 [2022-08-22T03:03:38.705Z] 
03:03:38 [2022-08-22T03:03:38.705Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
03:03:38 [2022-08-22T03:03:38.705Z] #75 sha256:aae70bc6849a0a236ecc134bb9e9169681399402e72ca16222e199702ea109be
03:03:38 [2022-08-22T03:03:38.735Z] #21 DONE 27.9s
03:03:38 [2022-08-22T03:03:38.735Z] 
03:03:38 [2022-08-22T03:03:38.735Z] #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
03:03:38 [2022-08-22T03:03:38.735Z] #71 sha256:6051d0e5f581224cec51d712e8143acb6e413be37953a1d01abb68790dd0bf87
03:03:38 [2022-08-22T03:03:38.735Z] #71 ...
03:03:38 [2022-08-22T03:03:38.735Z] 
03:03:38 [2022-08-22T03:03:38.735Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
03:03:38 [2022-08-22T03:03:38.735Z] #66 sha256:5d5769d7f1ff8e49294a105b622e72604a19483b4aab21b51e248f9864793d58
03:03:38 [2022-08-22T03:03:38.735Z] #66 DONE 0.1s
03:03:38 [2022-08-22T03:03:38.735Z] 
03:03:38 [2022-08-22T03:03:38.735Z] #22 [dev-systemd-false  1/28] RUN groupadd -r docker
03:03:38 [2022-08-22T03:03:38.735Z] #22 sha256:b4b0e38cb982b6838d989466b55e2a317fb4968bad7b01f6bcf5cc5f0e10a442
03:03:40 [2022-08-22T03:03:40.070Z] #75 DONE 1.3s
03:03:40 [2022-08-22T03:03:40.070Z] 
03:03:40 [2022-08-22T03:03:40.070Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
03:03:40 [2022-08-22T03:03:40.070Z] #78 sha256:dc9231212ca4e01c0e2a2d237718ecdf8d9cc01339a3112e9c407e4185b9e5bb
03:03:40 [2022-08-22T03:03:40.070Z] #78 DONE 0.1s
03:03:40 [2022-08-22T03:03:40.070Z] 
03:03:40 [2022-08-22T03:03:40.070Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
03:03:40 [2022-08-22T03:03:40.070Z] #79 sha256:5729f5840da6b282961076c23e49c6d313cc4421c0cf3feb08c0a546a3f21f87
03:03:40 [2022-08-22T03:03:40.070Z] #79 DONE 0.0s
03:03:40 [2022-08-22T03:03:40.070Z] 
03:03:40 [2022-08-22T03:03:40.070Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
03:03:40 [2022-08-22T03:03:40.070Z] #80 sha256:da1ab08f541873a64b1816cdde739fda0b3f1bb9e7dea5323fbf5193b224eed8
03:03:40 [2022-08-22T03:03:40.070Z] #80 DONE 0.0s
03:03:40 [2022-08-22T03:03:40.070Z] 
03:03:40 [2022-08-22T03:03:40.070Z] #81 [dev-systemd-true 1/1] 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
03:03:40 [2022-08-22T03:03:40.070Z] #81 sha256:8d3c2458607ae10ea165f9929c86c2dab890e06d85fa6522ee25985a0d5a437f
03:03:40 [2022-08-22T03:03:40.118Z] #22 DONE 1.1s
03:03:40 [2022-08-22T03:03:40.118Z] 
03:03:40 [2022-08-22T03:03:40.118Z] #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
03:03:40 [2022-08-22T03:03:40.118Z] #23 sha256:e15bcc7067f86bcfad3ee74946bac736dedf08af442c45ad394e135a11879f13
03:03:40 [2022-08-22T03:03:40.999Z] #81 0.630 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
03:03:40 [2022-08-22T03:03:40.999Z] #81 0.631 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
03:03:40 [2022-08-22T03:03:40.999Z] #81 0.631 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
03:03:41 [2022-08-22T03:03:41.054Z] #23 DONE 0.9s
03:03:41 [2022-08-22T03:03:41.054Z] 
03:03:41 [2022-08-22T03:03:41.054Z] #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
03:03:41 [2022-08-22T03:03:41.054Z] #67 sha256:996c9d736812f0effe9e2216dccbb3f3f40a564ebee8b8f467ecb4b513b93759
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.968 + RM_GOPATH=0
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.968 + TMP_GOPATH=
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.968 + : /build
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.968 + '[' -z '' ']'
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.969 ++ mktemp -d
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.971 + export GOPATH=/tmp/tmp.ojFP47B8h3
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.972 + GOPATH=/tmp/tmp.ojFP47B8h3
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.972 + RM_GOPATH=1
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.972 + case "$(go env GOARCH)" in
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.973 ++ go env GOARCH
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.978 + export GO_BUILDMODE=-buildmode=pie
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.978 + GO_BUILDMODE=-buildmode=pie
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.979 ++ dirname /install.sh
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.979 + dir=/
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.980 + bin=runc
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.980 + shift
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.980 + '[' '!' -f //runc.installer ']'
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.980 + . //runc.installer
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.980 ++ set -e
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.980 ++ : 46a5a8461633d7e7bd62b6943a8f4431909717c4
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.980 + install_runc
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.980 + RUNC_BUILDTAGS=seccomp
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.980 + echo 'Install runc version 46a5a8461633d7e7bd62b6943a8f4431909717c4 (build tags: seccomp)'
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.981 Install runc version 46a5a8461633d7e7bd62b6943a8f4431909717c4 (build tags: seccomp)
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.981 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ojFP47B8h3/src/github.com/opencontainers/runc
03:03:41 [2022-08-22T03:03:41.054Z] #67 0.991 Cloning into '/tmp/tmp.ojFP47B8h3/src/github.com/opencontainers/runc'...
03:03:41 [2022-08-22T03:03:41.562Z] #81 0.870 Reading package lists...
03:03:41 [2022-08-22T03:03:41.624Z] #67 ...
03:03:41 [2022-08-22T03:03:41.624Z] 
03:03:41 [2022-08-22T03:03:41.624Z] #24 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
03:03:41 [2022-08-22T03:03:41.624Z] #24 sha256:ca0200f4f6b3db6adf6df5ddd3eb22cd5b2cccbb2090378aa26cf135949c045e
03:03:41 [2022-08-22T03:03:41.624Z] #24 0.789 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
03:03:41 [2022-08-22T03:03:41.624Z] #24 DONE 0.9s
03:03:41 [2022-08-22T03:03:41.624Z] 
03:03:41 [2022-08-22T03:03:41.624Z] #25 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
03:03:41 [2022-08-22T03:03:41.624Z] #25 sha256:f914172291988a167cf82d7cbb0d44d02f3406aec8e3ec88b28a3db79ccdeb0b
03:03:42 [2022-08-22T03:03:42.125Z] #81 1.366 Reading package lists...
03:03:42 [2022-08-22T03:03:42.125Z] #81 1.855 Building dependency tree...
03:03:42 [2022-08-22T03:03:42.125Z] #81 1.963 Reading state information...
03:03:42 [2022-08-22T03:03:42.381Z] #81 2.077 systemd is already the newest version (247.3-7).
03:03:42 [2022-08-22T03:03:42.381Z] #81 2.077 systemd set to manually installed.
03:03:42 [2022-08-22T03:03:42.381Z] #81 2.077 The following additional packages will be installed:
03:03:42 [2022-08-22T03:03:42.381Z] #81 2.077   libdbus-1-3 libpam-systemd
03:03:42 [2022-08-22T03:03:42.381Z] #81 2.078 Recommended packages:
03:03:42 [2022-08-22T03:03:42.381Z] #81 2.078   libnss-systemd
03:03:42 [2022-08-22T03:03:42.381Z] #81 2.135 The following NEW packages will be installed:
03:03:42 [2022-08-22T03:03:42.381Z] #81 2.136   dbus dbus-user-session libdbus-1-3 libpam-systemd systemd-sysv
03:03:42 [2022-08-22T03:03:42.582Z] #25 DONE 0.9s
03:03:42 [2022-08-22T03:03:42.582Z] 
03:03:42 [2022-08-22T03:03:42.582Z] #26 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
03:03:42 [2022-08-22T03:03:42.582Z] #26 sha256:2b77314a577ecf5ea59b6828ac277e34cf85a8fd5ebd730fc2115d4119f236e7
03:03:42 [2022-08-22T03:03:42.650Z] #81 2.402 0 upgraded, 5 newly installed, 0 to remove and 8 not upgraded.
03:03:42 [2022-08-22T03:03:42.650Z] #81 2.402 Need to get 950 kB of archives.
03:03:42 [2022-08-22T03:03:42.650Z] #81 2.402 After this operation, 1988 kB of additional disk space will be used.
03:03:42 [2022-08-22T03:03:42.650Z] #81 2.402 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB]
03:03:42 [2022-08-22T03:03:42.650Z] #81 2.408 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
03:03:42 [2022-08-22T03:03:42.650Z] #81 2.421 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
03:03:42 [2022-08-22T03:03:42.650Z] #81 2.424 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB]
03:03:42 [2022-08-22T03:03:42.650Z] #81 2.426 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
03:03:42 [2022-08-22T03:03:42.650Z] #81 2.623 debconf: delaying package configuration, since apt-utils is not installed
03:03:42 [2022-08-22T03:03:42.770Z] #47 ...
03:03:42 [2022-08-22T03:03:42.770Z] 
03:03:42 [2022-08-22T03:03:42.770Z] #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
03:03:42 [2022-08-22T03:03:42.770Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:03:42 [2022-08-22T03:03:42.770Z] #77 333.9   CCLD     tests/init
03:03:42 [2022-08-22T03:03:42.905Z] #81 2.652 Fetched 950 kB in 0s (3315 kB/s)
03:03:42 [2022-08-22T03:03:42.905Z] #81 2.673 Selecting previously unselected package systemd-sysv.
03:03:42 [2022-08-22T03:03:42.905Z] #81 2.673 (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 ... 29483 files and directories currently installed.)
03:03:42 [2022-08-22T03:03:42.905Z] #81 2.686 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ...
03:03:42 [2022-08-22T03:03:42.905Z] #81 2.689 Unpacking systemd-sysv (247.3-7) ...
03:03:42 [2022-08-22T03:03:42.905Z] #81 2.731 Selecting previously unselected package libdbus-1-3:amd64.
03:03:42 [2022-08-22T03:03:42.905Z] #81 2.734 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
03:03:42 [2022-08-22T03:03:42.905Z] #81 2.742 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
03:03:42 [2022-08-22T03:03:42.905Z] #81 2.799 Selecting previously unselected package dbus.
03:03:42 [2022-08-22T03:03:42.905Z] #81 2.802 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
03:03:42 [2022-08-22T03:03:42.905Z] #81 2.812 Unpacking dbus (1.12.20-2) ...
03:03:42 [2022-08-22T03:03:42.905Z] #81 2.868 Selecting previously unselected package libpam-systemd:amd64.
03:03:43 [2022-08-22T03:03:43.161Z] #81 2.871 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ...
03:03:43 [2022-08-22T03:03:43.161Z] #81 2.875 Unpacking libpam-systemd:amd64 (247.3-7) ...
03:03:43 [2022-08-22T03:03:43.161Z] #81 2.924 Selecting previously unselected package dbus-user-session.
03:03:43 [2022-08-22T03:03:43.161Z] #81 2.926 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
03:03:43 [2022-08-22T03:03:43.161Z] #81 2.931 Unpacking dbus-user-session (1.12.20-2) ...
03:03:43 [2022-08-22T03:03:43.161Z] #81 3.095 Setting up systemd-sysv (247.3-7) ...
03:03:43 [2022-08-22T03:03:43.161Z] #81 3.107 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
03:03:43 [2022-08-22T03:03:43.161Z] #81 3.120 Setting up dbus (1.12.20-2) ...
03:03:43 [2022-08-22T03:03:43.417Z] #81 3.305 invoke-rc.d: could not determine current runlevel
03:03:43 [2022-08-22T03:03:43.417Z] #81 3.308 invoke-rc.d: policy-rc.d denied execution of start.
03:03:43 [2022-08-22T03:03:43.417Z] #81 3.312 Setting up libpam-systemd:amd64 (247.3-7) ...
03:03:43 [2022-08-22T03:03:43.519Z] #26 DONE 0.9s
03:03:43 [2022-08-22T03:03:43.519Z] 
03:03:43 [2022-08-22T03:03:43.519Z] #27 [dev-systemd-false  6/28] RUN ldconfig
03:03:43 [2022-08-22T03:03:43.519Z] #27 sha256:4e7201ea34eaa6bff2791a8b633d584621f8f6b1a7718b29e03a74e0ed0467ba
03:03:43 [2022-08-22T03:03:43.673Z] #81 3.484 Setting up dbus-user-session (1.12.20-2) ...
03:03:43 [2022-08-22T03:03:43.673Z] #81 3.499 Processing triggers for libc-bin (2.31-13+deb11u3) ...
03:03:43 [2022-08-22T03:03:43.673Z] #81 DONE 3.6s
03:03:43 [2022-08-22T03:03:43.673Z] 
03:03:43 [2022-08-22T03:03:43.673Z] #82 [final 1/1] COPY . /go/src/github.com/docker/docker
03:03:43 [2022-08-22T03:03:43.673Z] #82 sha256:33b6663600cbccff516ea6b6eb54d1d19757fed92d98ea5f465e2c6826f6e62a
03:03:44 [2022-08-22T03:03:44.601Z] #82 DONE 1.0s
03:03:44 [2022-08-22T03:03:44.857Z] 
03:03:44 [2022-08-22T03:03:44.857Z] #83 exporting to image
03:03:44 [2022-08-22T03:03:44.857Z] #83 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
03:03:44 [2022-08-22T03:03:44.857Z] #83 exporting layers
03:03:44 [2022-08-22T03:03:44.895Z] #27 DONE 1.0s
03:03:44 [2022-08-22T03:03:44.896Z] 
03:03:44 [2022-08-22T03:03:44.896Z] #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
03:03:44 [2022-08-22T03:03:44.896Z] #67 sha256:996c9d736812f0effe9e2216dccbb3f3f40a564ebee8b8f467ecb4b513b93759
03:03:44 [2022-08-22T03:03:44.896Z] #67 5.682 + cd /tmp/tmp.ojFP47B8h3/src/github.com/opencontainers/runc
03:03:44 [2022-08-22T03:03:44.896Z] #67 5.682 + git checkout -q 46a5a8461633d7e7bd62b6943a8f4431909717c4
03:03:44 [2022-08-22T03:03:44.896Z] #67 6.053 + '[' -z '' ']'
03:03:44 [2022-08-22T03:03:44.896Z] #67 6.053 + target=static
03:03:44 [2022-08-22T03:03:44.896Z] #67 6.053 + make BUILDTAGS=seccomp static
03:03:44 [2022-08-22T03:03:44.922Z] #47 DONE 406.6s
03:03:44 [2022-08-22T03:03:44.922Z] 
03:03:44 [2022-08-22T03:03:44.922Z] #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
03:03:44 [2022-08-22T03:03:44.922Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:03:45 [2022-08-22T03:03:45.463Z] #67 6.445 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.3-19-g46a5a846 -X main.version=1.1.3+dev " -o runc .
03:03:46 [2022-08-22T03:03:46.043Z] #77 ...
03:03:46 [2022-08-22T03:03:46.043Z] 
03:03:46 [2022-08-22T03:03:46.043Z] #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
03:03:46 [2022-08-22T03:03:46.043Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b
03:03:46 [2022-08-22T03:03:46.043Z] #47 DONE 400.7s
03:03:46 [2022-08-22T03:03:46.043Z] 
03:03:46 [2022-08-22T03:03:46.043Z] #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
03:03:46 [2022-08-22T03:03:46.043Z] #60 sha256:ef1039dd5da08d1752a681539406f878ea190468277d1e694d0734808719fb06
03:03:47 [2022-08-22T03:03:47.463Z] #77 ...
03:03:47 [2022-08-22T03:03:47.463Z] 
03:03:47 [2022-08-22T03:03:47.463Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
03:03:47 [2022-08-22T03:03:47.463Z] #48 sha256:fe4a6278b92442535f1d61c7d1c92b0055d8883924f54ee346c02a127fe3d59c
03:03:47 [2022-08-22T03:03:47.724Z] #48 DONE 0.5s
03:03:47 [2022-08-22T03:03:47.724Z] 
03:03:47 [2022-08-22T03:03:47.724Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
03:03:47 [2022-08-22T03:03:47.724Z] #52 sha256:ad9334e2f22f939a288b4d670aa1c477bb2f4f49d7840d70e24c74ec1db0e746
03:03:47 [2022-08-22T03:03:47.724Z] #52 DONE 0.1s
03:03:47 [2022-08-22T03:03:47.724Z] 
03:03:47 [2022-08-22T03:03:47.724Z] #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
03:03:47 [2022-08-22T03:03:47.724Z] #64 sha256:7db1d7aa68f1d6b64cbaa1b87a9381b85fd7bb2780d0fa93a665d575e3bc5324
03:03:47 [2022-08-22T03:03:47.984Z] #64 ...
03:03:47 [2022-08-22T03:03:47.984Z] 
03:03:47 [2022-08-22T03:03:47.984Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
03:03:47 [2022-08-22T03:03:47.984Z] #54 sha256:71c008085b6e2242001c45fafd7d11f5de847d25c68272811fe77992cb12dbf4
03:03:47 [2022-08-22T03:03:47.984Z] #54 DONE 0.1s
03:03:48 [2022-08-22T03:03:48.252Z] 
03:03:48 [2022-08-22T03:03:48.252Z] #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
03:03:48 [2022-08-22T03:03:48.252Z] #64 sha256:7db1d7aa68f1d6b64cbaa1b87a9381b85fd7bb2780d0fa93a665d575e3bc5324
03:03:48 [2022-08-22T03:03:48.512Z] #64 ...
03:03:48 [2022-08-22T03:03:48.512Z] 
03:03:48 [2022-08-22T03:03:48.512Z] #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
03:03:48 [2022-08-22T03:03:48.512Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:03:48 [2022-08-22T03:03:48.512Z] #77 335.0   CCLD     tests/init
03:03:48 [2022-08-22T03:03:48.566Z] #60 ...
03:03:48 [2022-08-22T03:03:48.566Z] 
03:03:48 [2022-08-22T03:03:48.566Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
03:03:48 [2022-08-22T03:03:48.566Z] #48 sha256:d7e43e671d74a00d223c9af08dce560f6496159b833d0df17d9bbb120f0bfbd8
03:03:48 [2022-08-22T03:03:48.566Z] #48 DONE 0.6s
03:03:48 [2022-08-22T03:03:48.566Z] 
03:03:48 [2022-08-22T03:03:48.566Z] #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
03:03:48 [2022-08-22T03:03:48.566Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
03:03:48 [2022-08-22T03:03:48.566Z] #55 ...
03:03:48 [2022-08-22T03:03:48.566Z] 
03:03:48 [2022-08-22T03:03:48.567Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
03:03:48 [2022-08-22T03:03:48.567Z] #52 sha256:95f1db594683096fa50a25074531588c3ed65981193092c8feedcf744a5a9569
03:03:48 [2022-08-22T03:03:48.567Z] #52 DONE 0.0s
03:03:48 [2022-08-22T03:03:48.567Z] 
03:03:48 [2022-08-22T03:03:48.567Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
03:03:48 [2022-08-22T03:03:48.567Z] #54 sha256:734a89589dfa81f038021bd958bdbf4a97960eff315d8359cc841e126d4a2968
03:03:48 [2022-08-22T03:03:48.567Z] #54 DONE 0.1s
03:03:48 [2022-08-22T03:03:48.823Z] 
03:03:48 [2022-08-22T03:03:48.823Z] #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
03:03:48 [2022-08-22T03:03:48.823Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
03:03:50 [2022-08-22T03:03:50.785Z] #67 ...
03:03:50 [2022-08-22T03:03:50.785Z] 
03:03:50 [2022-08-22T03:03:50.785Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:03:50 [2022-08-22T03:03:50.785Z] #28 sha256:42bc05b1a7b01aa6a55bb55ce06c349607013fa5223c796f15cfacd0450039b0
03:03:50 [2022-08-22T03:03:50.785Z] #28 1.086 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 1.102 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 1.103 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 1.350 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 1.617 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 1.919 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 2.175 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 2.431 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 2.751 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 2.987 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [174 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 2.988 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [179 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 2.993 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 2.995 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [160 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 3.001 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [177 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 3.003 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
03:03:50 [2022-08-22T03:03:50.785Z] #28 3.127 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
03:03:50 [2022-08-22T03:03:50.785Z] #28 3.130 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
03:03:50 [2022-08-22T03:03:50.785Z] #28 3.131 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
03:03:50 [2022-08-22T03:03:50.785Z] #28 3.132 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
03:03:50 [2022-08-22T03:03:50.785Z] #28 3.134 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
03:03:50 [2022-08-22T03:03:50.785Z] #28 3.136 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
03:03:51 [2022-08-22T03:03:51.397Z] #83 exporting layers 6.4s done
03:03:51 [2022-08-22T03:03:51.397Z] #83 writing image sha256:28d0a02e7ac6ad0dedb514b9ef69a9b4e416f8795919bb426949c1ccc53677bf
03:03:51 [2022-08-22T03:03:51.397Z] #83 writing image sha256:28d0a02e7ac6ad0dedb514b9ef69a9b4e416f8795919bb426949c1ccc53677bf done
03:03:51 [2022-08-22T03:03:51.397Z] #83 naming to docker.io/library/docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 done
03:03:51 [2022-08-22T03:03:51.397Z] #83 DONE 6.4s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
03:03:51 [2022-08-22T03:03:51.729Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -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=master docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/make.sh dynbinary test-integration
03:03:53 [2022-08-22T03:03:53.618Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
03:03:53 [2022-08-22T03:03:53.618Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
03:03:53 [2022-08-22T03:03:53.618Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
03:03:53 [2022-08-22T03:03:53.618Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
03:03:53 [2022-08-22T03:03:53.618Z] 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)
03:03:53 [2022-08-22T03:03:53.618Z] Detected virtualization docker.
03:03:53 [2022-08-22T03:03:53.618Z] Detected architecture x86-64.
03:03:53 [2022-08-22T03:03:53.618Z] Set hostname to <664d33a9d7ed>.
03:03:53 [2022-08-22T03:03:53.618Z] modprobe@configfs.service: Succeeded.
03:03:53 [2022-08-22T03:03:53.618Z] modprobe@drm.service: Succeeded.
03:03:53 [2022-08-22T03:03:53.618Z] modprobe@fuse.service: Succeeded.
03:03:53 [2022-08-22T03:03:53.618Z] + source /etc/docker-entrypoint-cmd
03:03:53 [2022-08-22T03:03:53.618Z] ++ hack/make.sh dynbinary test-integration
03:03:53 [2022-08-22T03:03:53.618Z] 
03:03:53 [2022-08-22T03:03:53.874Z] Removing bundles/
03:03:53 [2022-08-22T03:03:53.874Z] 
03:03:53 [2022-08-22T03:03:53.874Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
03:03:53 [2022-08-22T03:03:53.874Z] Building: bundles/dynbinary-daemon/dockerd
03:03:53 [2022-08-22T03:03:53.874Z] GOOS="" GOARCH="" GOARM=""
03:04:00 [2022-08-22T03:04:00.759Z] #28 14.47 Fetched 49.2 MB in 14s (3609 kB/s)
03:04:06 [2022-08-22T03:04:06.032Z] #28 14.47 Reading package lists...
03:04:06 [2022-08-22T03:04:06.888Z] #55 ...
03:04:06 [2022-08-22T03:04:06.888Z] 
03:04:06 [2022-08-22T03:04:06.888Z] #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
03:04:06 [2022-08-22T03:04:06.888Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1
03:04:06 [2022-08-22T03:04:06.888Z] #77 355.4   AR       libcrun_testing.a
03:04:06 [2022-08-22T03:04:06.888Z] #77 355.4 ar: `u' modifier ignored since `D' is the default (see `U')
03:04:06 [2022-08-22T03:04:06.888Z] #77 355.4   CCLD     libcrun.la
03:04:06 [2022-08-22T03:04:06.888Z] #77 355.5   CCLD     tests/tests_libcrun_utils
03:04:06 [2022-08-22T03:04:06.888Z] #77 355.5   CCLD     tests/tests_libcrun_errors
03:04:06 [2022-08-22T03:04:06.888Z] #77 355.5   CCLD     tests/tests_libcrun_fuzzer
03:04:06 [2022-08-22T03:04:06.888Z] #77 356.9   CCLD     crun
03:04:06 [2022-08-22T03:04:06.888Z] #77 357.5 make[3]: Entering directory '/tmp/crun-build'
03:04:06 [2022-08-22T03:04:06.888Z] #77 357.6  /bin/mkdir -p '/usr/local/share/man/man1'
03:04:06 [2022-08-22T03:04:06.888Z] #77 357.7  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
03:04:06 [2022-08-22T03:04:06.888Z] #77 357.7  /bin/mkdir -p '/usr/local/lib'
03:04:06 [2022-08-22T03:04:06.888Z] #77 357.7  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
03:04:06 [2022-08-22T03:04:06.888Z] #77 357.7 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
03:04:06 [2022-08-22T03:04:06.888Z] #77 357.8 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
03:04:06 [2022-08-22T03:04:06.888Z] #77 357.8 libtool: install: chmod 644 /usr/local/lib/libcrun.a
03:04:06 [2022-08-22T03:04:06.888Z] #77 357.8 libtool: install: ranlib /usr/local/lib/libcrun.a
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0 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
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0 ----------------------------------------------------------------------
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0 Libraries have been installed in:
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0    /usr/local/lib
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0 
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0 If you ever happen to want to link against installed libraries
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0 in a given directory, LIBDIR, you must either use libtool, and
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0 specify the full pathname of the library, or use the '-LLIBDIR'
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0 flag during linking and do at least one of the following:
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0      during execution
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0    - add LIBDIR to the 'LD_RUN_PATH' environment variable
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0      during linking
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0 
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0 See any operating system documentation about shared libraries for
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0 more information, such as the ld(1) and ld.so(8) manual pages.
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0 ----------------------------------------------------------------------
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.0  /bin/mkdir -p '/build'
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.1   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.1 libtool: install: /usr/bin/install -c crun /build/crun
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.1 make[3]: Leaving directory '/tmp/crun-build'
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.1 make[2]: Leaving directory '/tmp/crun-build'
03:04:06 [2022-08-22T03:04:06.888Z] #77 358.1 make[1]: Leaving directory '/tmp/crun-build'
03:04:06 [2022-08-22T03:04:06.888Z] #77 DONE 358.6s
03:04:06 [2022-08-22T03:04:06.888Z] 
03:04:06 [2022-08-22T03:04:06.888Z] #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
03:04:06 [2022-08-22T03:04:06.888Z] #64 sha256:80292288bea20eb251a6d6c9729ce3eb6858e0f93da1a22516f493d3dcc8c985
03:04:10 [2022-08-22T03:04:10.463Z] #77 355.6   AR       libcrun_testing.a
03:04:10 [2022-08-22T03:04:10.463Z] #77 355.6 ar: `u' modifier ignored since `D' is the default (see `U')
03:04:10 [2022-08-22T03:04:10.463Z] #77 355.7   CCLD     libcrun.la
03:04:10 [2022-08-22T03:04:10.463Z] #77 355.7   CCLD     tests/tests_libcrun_utils
03:04:10 [2022-08-22T03:04:10.463Z] #77 355.7   CCLD     tests/tests_libcrun_fuzzer
03:04:10 [2022-08-22T03:04:10.463Z] #77 355.7   CCLD     tests/tests_libcrun_errors
03:04:10 [2022-08-22T03:04:10.463Z] #77 357.0   CCLD     crun
03:04:11 [2022-08-22T03:04:11.033Z] #77 357.6 make[3]: Entering directory '/tmp/crun-build'
03:04:11 [2022-08-22T03:04:11.293Z] #77 357.7  /bin/mkdir -p '/usr/local/share/man/man1'
03:04:11 [2022-08-22T03:04:11.293Z] #77 357.8  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
03:04:11 [2022-08-22T03:04:11.293Z] #77 357.8  /bin/mkdir -p '/usr/local/lib'
03:04:11 [2022-08-22T03:04:11.293Z] #77 357.8  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
03:04:11 [2022-08-22T03:04:11.293Z] #77 357.8 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
03:04:11 [2022-08-22T03:04:11.554Z] #77 357.8 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
03:04:11 [2022-08-22T03:04:11.554Z] #77 357.9 libtool: install: chmod 644 /usr/local/lib/libcrun.a
03:04:11 [2022-08-22T03:04:11.554Z] #77 357.9 libtool: install: ranlib /usr/local/lib/libcrun.a
03:04:11 [2022-08-22T03:04:11.554Z] #77 358.1 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
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1 ----------------------------------------------------------------------
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1 Libraries have been installed in:
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1    /usr/local/lib
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1 
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1 If you ever happen to want to link against installed libraries
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1 in a given directory, LIBDIR, you must either use libtool, and
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1 specify the full pathname of the library, or use the '-LLIBDIR'
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1 flag during linking and do at least one of the following:
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1      during execution
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1    - add LIBDIR to the 'LD_RUN_PATH' environment variable
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1      during linking
03:04:11 [2022-08-22T03:04:11.814Z] #77 358.1    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
03:04:11 [2022-08-22T03:04:11.815Z] #77 358.1    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
03:04:11 [2022-08-22T03:04:11.815Z] #77 358.1 
03:04:11 [2022-08-22T03:04:11.815Z] #77 358.1 See any operating system documentation about shared libraries for
03:04:11 [2022-08-22T03:04:11.815Z] #77 358.1 more information, such as the ld(1) and ld.so(8) manual pages.
03:04:11 [2022-08-22T03:04:11.815Z] #77 358.1 ----------------------------------------------------------------------
03:04:11 [2022-08-22T03:04:11.815Z] #77 358.1  /bin/mkdir -p '/build'
03:04:11 [2022-08-22T03:04:11.815Z] #77 358.1   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
03:04:11 [2022-08-22T03:04:11.815Z] #77 358.2 libtool: install: /usr/bin/install -c crun /build/crun
03:04:11 [2022-08-22T03:04:11.815Z] #77 358.2 make[3]: Leaving directory '/tmp/crun-build'
03:04:11 [2022-08-22T03:04:11.815Z] #77 358.2 make[2]: Leaving directory '/tmp/crun-build'
03:04:11 [2022-08-22T03:04:11.815Z] #77 358.2 make[1]: Leaving directory '/tmp/crun-build'
03:04:12 [2022-08-22T03:04:12.384Z] #77 DONE 358.5s
03:04:12 [2022-08-22T03:04:12.384Z] 
03:04:12 [2022-08-22T03:04:12.384Z] #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
03:04:12 [2022-08-22T03:04:12.384Z] #64 sha256:7db1d7aa68f1d6b64cbaa1b87a9381b85fd7bb2780d0fa93a665d575e3bc5324
03:04:12 [2022-08-22T03:04:12.603Z] #28 20.94 Reading package lists...
03:04:13 [2022-08-22T03:04:13.539Z] #28 27.48 Building dependency tree...
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.34 bzip2 is already the newest version (1.0.8-4).
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.34 patch is already the newest version (2.7.6-7).
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.34 xz-utils is already the newest version (5.2.5-2.1~deb11u1).
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.34 The following additional packages will be installed:
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.34   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libinih1
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.34   libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.35   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libxtables12
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.35   python-pip-whl python3-distutils python3-lib2to3 python3-pkg-resources
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.35   systemd vim-runtime xxd
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.37 Suggested packages:
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.37   apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.37   python-setuptools-doc systemd-container policykit-1 ctags vim-doc
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.38   vim-scripts xfsdump acl attr quota
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.38 Recommended packages:
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.38   libatm1 nftables libpam-cap build-essential python3-dev dbus
03:04:14 [2022-08-22T03:04:14.918Z] #28 30.38   systemd-timesyncd | time-daemon unzip
03:04:15 [2022-08-22T03:04:15.786Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
03:04:15 [2022-08-22T03:04:15.786Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
03:04:15 [2022-08-22T03:04:15.786Z] ok  	github.com/docker/docker/api/server/httputils	0.014s	coverage: 31.9% of statements
03:04:15 [2022-08-22T03:04:15.786Z] ok  	github.com/docker/docker/api/server/middleware	0.007s	coverage: 37.7% of statements
03:04:15 [2022-08-22T03:04:15.786Z] ?   	github.com/docker/docker/api/server/router	[no test files]
03:04:15 [2022-08-22T03:04:15.786Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
03:04:15 [2022-08-22T03:04:15.786Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
03:04:15 [2022-08-22T03:04:15.786Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
03:04:15 [2022-08-22T03:04:15.786Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
03:04:15 [2022-08-22T03:04:15.786Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
03:04:15 [2022-08-22T03:04:15.786Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
03:04:15 [2022-08-22T03:04:15.786Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
03:04:15 [2022-08-22T03:04:15.786Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
03:04:16 [2022-08-22T03:04:16.297Z] #28 31.87 The following NEW packages will be installed:
03:04:16 [2022-08-22T03:04:16.297Z] #28 31.87   apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1
03:04:16 [2022-08-22T03:04:16.297Z] #28 31.87   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
03:04:16 [2022-08-22T03:04:16.297Z] #28 31.87   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
03:04:16 [2022-08-22T03:04:16.297Z] #28 31.87   libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200
03:04:16 [2022-08-22T03:04:16.297Z] #28 31.88   libonig5 libprotobuf-c1 libxtables12 libyajl2 net-tools pigz python-pip-whl
03:04:16 [2022-08-22T03:04:16.297Z] #28 31.88   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
03:04:16 [2022-08-22T03:04:16.297Z] #28 31.88   python3-setuptools python3-wheel sudo systemd systemd-journal-remote
03:04:16 [2022-08-22T03:04:16.297Z] #28 31.89   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd zip
03:04:16 [2022-08-22T03:04:16.297Z] #28 31.89   zstd
03:04:16 [2022-08-22T03:04:16.715Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
03:04:16 [2022-08-22T03:04:16.715Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
03:04:16 [2022-08-22T03:04:16.715Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 6.0% of statements
03:04:16 [2022-08-22T03:04:16.715Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.29 0 upgraded, 52 newly installed, 0 to remove and 8 not upgraded.
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.29 Need to get 23.8 MB of archives.
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.29 After this operation, 89.3 MB of additional disk space will be used.
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.29 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.29 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.29 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.29 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.29 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.30 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.30 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.36 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.36 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.36 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.37 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.37 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.37 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.37 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.39 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.39 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.39 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.40 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.41 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.41 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.41 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.41 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.41 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.42 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.42 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.43 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.43 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.43 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.43 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.43 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.43 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmicrohttpd12 amd64 0.9.72-2 [109 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.44 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.44 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.44 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.44 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.44 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.45 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
03:04:16 [2022-08-22T03:04:16.865Z] #28 32.47 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.48 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.48 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.48 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.49 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.49 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.49 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.51 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-journal-remote amd64 247.3-7 [165 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.52 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.53 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.53 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.62 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.64 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.65 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
03:04:17 [2022-08-22T03:04:17.124Z] #28 32.65 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
03:04:17 [2022-08-22T03:04:17.276Z] ok  	github.com/docker/docker/api/types/filters	0.018s	coverage: 92.2% of statements
03:04:17 [2022-08-22T03:04:17.277Z] ok  	github.com/docker/docker/api/server/router/volume	0.006s	coverage: 67.9% of statements
03:04:17 [2022-08-22T03:04:17.277Z] ?   	github.com/docker/docker/api/types	[no test files]
03:04:17 [2022-08-22T03:04:17.277Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
03:04:17 [2022-08-22T03:04:17.277Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
03:04:17 [2022-08-22T03:04:17.277Z] ?   	github.com/docker/docker/api/types/container	[no test files]
03:04:17 [2022-08-22T03:04:17.277Z] ?   	github.com/docker/docker/api/types/events	[no test files]
03:04:17 [2022-08-22T03:04:17.277Z] ?   	github.com/docker/docker/api/types/image	[no test files]
03:04:17 [2022-08-22T03:04:17.277Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
03:04:17 [2022-08-22T03:04:17.277Z] ?   	github.com/docker/docker/api/types/network	[no test files]
03:04:17 [2022-08-22T03:04:17.277Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
03:04:17 [2022-08-22T03:04:17.533Z] ok  	github.com/docker/docker/api/types/strslice	0.008s	coverage: 90.0% of statements
03:04:17 [2022-08-22T03:04:17.692Z] #28 33.34 debconf: delaying package configuration, since apt-utils is not installed
03:04:17 [2022-08-22T03:04:17.789Z] ok  	github.com/docker/docker/api/types/registry	0.009s	coverage: 54.2% of statements
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
03:04:17 [2022-08-22T03:04:17.789Z] ok  	github.com/docker/docker/api/types/time	0.004s	coverage: 100.0% of statements
03:04:17 [2022-08-22T03:04:17.789Z] ok  	github.com/docker/docker/api/types/versions	0.005s	coverage: 77.3% of statements
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/builder	[no test files]
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
03:04:17 [2022-08-22T03:04:17.789Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
03:04:18 [2022-08-22T03:04:18.260Z] #28 33.63 Fetched 23.8 MB in 1s (36.1 MB/s)
03:04:18 [2022-08-22T03:04:18.260Z] #28 33.68 Selecting previously unselected package libcap2:amd64.
03:04:18 [2022-08-22T03:04:18.260Z] #28 33.68 (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.)
03:04:18 [2022-08-22T03:04:18.260Z] #28 33.73 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
03:04:18 [2022-08-22T03:04:18.260Z] #28 33.74 Unpacking libcap2:amd64 (1:2.44-1) ...
03:04:18 [2022-08-22T03:04:18.260Z] #28 33.80 Selecting previously unselected package libargon2-1:amd64.
03:04:18 [2022-08-22T03:04:18.260Z] #28 33.82 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_amd64.deb ...
03:04:18 [2022-08-22T03:04:18.260Z] #28 33.83 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
03:04:18 [2022-08-22T03:04:18.260Z] #28 33.87 Selecting previously unselected package libjson-c5:amd64.
03:04:18 [2022-08-22T03:04:18.519Z] #28 33.88 Preparing to unpack .../02-libjson-c5_0.15-2_amd64.deb ...
03:04:18 [2022-08-22T03:04:18.519Z] #28 33.89 Unpacking libjson-c5:amd64 (0.15-2) ...
03:04:18 [2022-08-22T03:04:18.519Z] #28 33.95 Selecting previously unselected package libcryptsetup12:amd64.
03:04:18 [2022-08-22T03:04:18.519Z] #28 33.95 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
03:04:18 [2022-08-22T03:04:18.519Z] #28 33.95 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
03:04:18 [2022-08-22T03:04:18.519Z] #28 34.06 Selecting previously unselected package libip4tc2:amd64.
03:04:18 [2022-08-22T03:04:18.519Z] #28 34.07 Preparing to unpack .../04-libip4tc2_1.8.7-1_amd64.deb ...
03:04:18 [2022-08-22T03:04:18.519Z] #28 34.07 Unpacking libip4tc2:amd64 (1.8.7-1) ...
03:04:18 [2022-08-22T03:04:18.519Z] #28 34.12 Selecting previously unselected package libkmod2:amd64.
03:04:18 [2022-08-22T03:04:18.778Z] #28 34.14 Preparing to unpack .../05-libkmod2_28-1_amd64.deb ...
03:04:18 [2022-08-22T03:04:18.778Z] #28 34.15 Unpacking libkmod2:amd64 (28-1) ...
03:04:18 [2022-08-22T03:04:18.778Z] #28 34.22 Selecting previously unselected package systemd.
03:04:18 [2022-08-22T03:04:18.778Z] #28 34.22 Preparing to unpack .../06-systemd_247.3-7_amd64.deb ...
03:04:19 [2022-08-22T03:04:19.037Z] #28 34.31 Unpacking systemd (247.3-7) ...
03:04:19 [2022-08-22T03:04:19.975Z] #28 35.40 Selecting previously unselected package pigz.
03:04:19 [2022-08-22T03:04:19.975Z] #28 35.40 Preparing to unpack .../07-pigz_2.6-1_amd64.deb ...
03:04:19 [2022-08-22T03:04:19.975Z] #28 35.40 Unpacking pigz (2.6-1) ...
03:04:19 [2022-08-22T03:04:19.975Z] #28 35.46 Selecting previously unselected package libelf1:amd64.
03:04:19 [2022-08-22T03:04:19.975Z] #28 35.46 Preparing to unpack .../08-libelf1_0.183-1_amd64.deb ...
03:04:19 [2022-08-22T03:04:19.975Z] #28 35.47 Unpacking libelf1:amd64 (0.183-1) ...
03:04:19 [2022-08-22T03:04:19.975Z] #28 35.58 Selecting previously unselected package libbpf0:amd64.
03:04:19 [2022-08-22T03:04:19.975Z] #28 35.58 Preparing to unpack .../09-libbpf0_1%3a0.3-2_amd64.deb ...
03:04:20 [2022-08-22T03:04:20.234Z] #28 35.58 Unpacking libbpf0:amd64 (1:0.3-2) ...
03:04:20 [2022-08-22T03:04:20.234Z] #28 35.66 Selecting previously unselected package libmnl0:amd64.
03:04:20 [2022-08-22T03:04:20.234Z] #28 35.67 Preparing to unpack .../10-libmnl0_1.0.4-3_amd64.deb ...
03:04:20 [2022-08-22T03:04:20.234Z] #28 35.67 Unpacking libmnl0:amd64 (1.0.4-3) ...
03:04:20 [2022-08-22T03:04:20.234Z] #28 35.71 Selecting previously unselected package libxtables12:amd64.
03:04:20 [2022-08-22T03:04:20.234Z] #28 35.72 Preparing to unpack .../11-libxtables12_1.8.7-1_amd64.deb ...
03:04:20 [2022-08-22T03:04:20.234Z] #28 35.72 Unpacking libxtables12:amd64 (1.8.7-1) ...
03:04:20 [2022-08-22T03:04:20.234Z] #28 35.77 Selecting previously unselected package libcap2-bin.
03:04:20 [2022-08-22T03:04:20.234Z] #28 35.78 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_amd64.deb ...
03:04:20 [2022-08-22T03:04:20.234Z] #28 35.78 Unpacking libcap2-bin (1:2.44-1) ...
03:04:20 [2022-08-22T03:04:20.305Z] ok  	github.com/docker/docker/builder/remotecontext	0.094s	coverage: 13.7% of statements
03:04:20 [2022-08-22T03:04:20.493Z] #28 35.83 Selecting previously unselected package iproute2.
03:04:20 [2022-08-22T03:04:20.493Z] #28 35.84 Preparing to unpack .../13-iproute2_5.10.0-4_amd64.deb ...
03:04:20 [2022-08-22T03:04:20.493Z] #28 35.84 Unpacking iproute2 (5.10.0-4) ...
03:04:20 [2022-08-22T03:04:20.560Z] ok  	github.com/docker/docker/builder/dockerfile	0.444s	coverage: 49.3% of statements
03:04:20 [2022-08-22T03:04:20.752Z] #28 36.13 Selecting previously unselected package xxd.
03:04:20 [2022-08-22T03:04:20.752Z] #28 36.14 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
03:04:20 [2022-08-22T03:04:20.752Z] #28 36.15 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
03:04:20 [2022-08-22T03:04:20.752Z] #28 36.22 Selecting previously unselected package vim-common.
03:04:20 [2022-08-22T03:04:20.752Z] #28 36.23 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
03:04:20 [2022-08-22T03:04:20.752Z] #28 36.25 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
03:04:20 [2022-08-22T03:04:20.816Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.004s	coverage: 100.0% of statements
03:04:21 [2022-08-22T03:04:21.012Z] #28 36.36 Selecting previously unselected package bash-completion.
03:04:21 [2022-08-22T03:04:21.012Z] #28 36.37 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
03:04:21 [2022-08-22T03:04:21.378Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
03:04:21 [2022-08-22T03:04:21.950Z] #28 37.51 Unpacking bash-completion (1:2.11-2) ...
03:04:22 [2022-08-22T03:04:22.306Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.615s	coverage: 86.3% of statements
03:04:22 [2022-08-22T03:04:22.306Z] ?   	github.com/docker/docker/cli	[no test files]
03:04:22 [2022-08-22T03:04:22.306Z] ?   	github.com/docker/docker/cli/config	[no test files]
03:04:22 [2022-08-22T03:04:22.306Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
03:04:22 [2022-08-22T03:04:22.306Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
03:04:22 [2022-08-22T03:04:22.519Z] #28 37.75 Selecting previously unselected package apparmor.
03:04:22 [2022-08-22T03:04:22.519Z] #28 37.76 Preparing to unpack .../17-apparmor_2.13.6-10_amd64.deb ...
03:04:22 [2022-08-22T03:04:22.519Z] #28 37.80 Unpacking apparmor (2.13.6-10) ...
03:04:22 [2022-08-22T03:04:22.519Z] #28 38.09 Selecting previously unselected package inetutils-ping.
03:04:22 [2022-08-22T03:04:22.519Z] #28 38.10 Preparing to unpack .../18-inetutils-ping_2%3a2.0-1_amd64.deb ...
03:04:22 [2022-08-22T03:04:22.519Z] #28 38.11 Unpacking inetutils-ping (2:2.0-1) ...
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.18 Selecting previously unselected package libip6tc2:amd64.
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.19 Preparing to unpack .../19-libip6tc2_1.8.7-1_amd64.deb ...
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.19 Unpacking libip6tc2:amd64 (1.8.7-1) ...
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.24 Selecting previously unselected package libnfnetlink0:amd64.
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.24 Preparing to unpack .../20-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.25 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.29 Selecting previously unselected package libnetfilter-conntrack3:amd64.
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.29 Preparing to unpack .../21-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.30 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.35 Selecting previously unselected package libnftnl11:amd64.
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.35 Preparing to unpack .../22-libnftnl11_1.1.9-1_amd64.deb ...
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.36 Unpacking libnftnl11:amd64 (1.1.9-1) ...
03:04:22 [2022-08-22T03:04:22.778Z] #28 38.42 Selecting previously unselected package iptables.
03:04:22 [2022-08-22T03:04:22.868Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.225s	coverage: 67.6% of statements
03:04:23 [2022-08-22T03:04:23.037Z] #28 38.43 Preparing to unpack .../23-iptables_1.8.7-1_amd64.deb ...
03:04:23 [2022-08-22T03:04:23.037Z] #28 38.43 Unpacking iptables (1.8.7-1) ...
03:04:23 [2022-08-22T03:04:23.295Z] #28 38.60 Selecting previously unselected package libonig5:amd64.
03:04:23 [2022-08-22T03:04:23.295Z] #28 38.61 Preparing to unpack .../24-libonig5_6.9.6-1.1_amd64.deb ...
03:04:23 [2022-08-22T03:04:23.295Z] #28 38.62 Unpacking libonig5:amd64 (6.9.6-1.1) ...
03:04:23 [2022-08-22T03:04:23.295Z] #28 38.72 Selecting previously unselected package libjq1:amd64.
03:04:23 [2022-08-22T03:04:23.295Z] #28 38.73 Preparing to unpack .../25-libjq1_1.6-2.1_amd64.deb ...
03:04:23 [2022-08-22T03:04:23.295Z] #28 38.73 Unpacking libjq1:amd64 (1.6-2.1) ...
03:04:23 [2022-08-22T03:04:23.295Z] #28 38.81 Selecting previously unselected package jq.
03:04:23 [2022-08-22T03:04:23.295Z] #28 38.81 Preparing to unpack .../26-jq_1.6-2.1_amd64.deb ...
03:04:23 [2022-08-22T03:04:23.295Z] #28 38.82 Unpacking jq (1.6-2.1) ...
03:04:23 [2022-08-22T03:04:23.295Z] #28 38.87 Selecting previously unselected package libaio1:amd64.
03:04:23 [2022-08-22T03:04:23.295Z] #28 38.89 Preparing to unpack .../27-libaio1_0.3.112-9_amd64.deb ...
03:04:23 [2022-08-22T03:04:23.295Z] #28 38.89 Unpacking libaio1:amd64 (0.3.112-9) ...
03:04:23 [2022-08-22T03:04:23.554Z] #28 38.94 Selecting previously unselected package libgpm2:amd64.
03:04:23 [2022-08-22T03:04:23.554Z] #28 38.94 Preparing to unpack .../28-libgpm2_1.20.7-8_amd64.deb ...
03:04:23 [2022-08-22T03:04:23.554Z] #28 38.95 Unpacking libgpm2:amd64 (1.20.7-8) ...
03:04:23 [2022-08-22T03:04:23.554Z] #28 39.00 Selecting previously unselected package libinih1:amd64.
03:04:23 [2022-08-22T03:04:23.554Z] #28 39.01 Preparing to unpack .../29-libinih1_53-1+b2_amd64.deb ...
03:04:23 [2022-08-22T03:04:23.554Z] #28 39.03 Unpacking libinih1:amd64 (53-1+b2) ...
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.08 Selecting previously unselected package libmicrohttpd12:amd64.
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.09 Preparing to unpack .../30-libmicrohttpd12_0.9.72-2_amd64.deb ...
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.10 Unpacking libmicrohttpd12:amd64 (0.9.72-2) ...
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.16 Selecting previously unselected package libnet1:amd64.
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.17 Preparing to unpack .../31-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.18 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.23 Selecting previously unselected package libnl-3-200:amd64.
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.24 Preparing to unpack .../32-libnl-3-200_3.4.0-1+b1_amd64.deb ...
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.24 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.29 Selecting previously unselected package libprotobuf-c1:amd64.
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.30 Preparing to unpack .../33-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.31 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
03:04:23 [2022-08-22T03:04:23.812Z] #28 39.35 Selecting previously unselected package libyajl2:amd64.
03:04:24 [2022-08-22T03:04:24.071Z] #28 39.36 Preparing to unpack .../34-libyajl2_2.1.0-3_amd64.deb ...
03:04:24 [2022-08-22T03:04:24.071Z] #28 39.37 Unpacking libyajl2:amd64 (2.1.0-3) ...
03:04:24 [2022-08-22T03:04:24.071Z] #28 39.41 Selecting previously unselected package net-tools.
03:04:24 [2022-08-22T03:04:24.071Z] #28 39.41 Preparing to unpack .../35-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
03:04:24 [2022-08-22T03:04:24.071Z] #28 39.42 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
03:04:24 [2022-08-22T03:04:24.071Z] #28 39.55 Selecting previously unselected package python-pip-whl.
03:04:24 [2022-08-22T03:04:24.071Z] #28 39.57 Preparing to unpack .../36-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
03:04:24 [2022-08-22T03:04:24.072Z] #28 39.57 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
03:04:24 [2022-08-22T03:04:24.330Z] #28 39.87 Selecting previously unselected package python3-lib2to3.
03:04:24 [2022-08-22T03:04:24.330Z] #28 39.88 Preparing to unpack .../37-python3-lib2to3_3.9.2-1_all.deb ...
03:04:24 [2022-08-22T03:04:24.330Z] #28 39.88 Unpacking python3-lib2to3 (3.9.2-1) ...
03:04:24 [2022-08-22T03:04:24.589Z] #28 39.96 Selecting previously unselected package python3-distutils.
03:04:24 [2022-08-22T03:04:24.589Z] #28 39.97 Preparing to unpack .../38-python3-distutils_3.9.2-1_all.deb ...
03:04:24 [2022-08-22T03:04:24.589Z] #28 39.98 Unpacking python3-distutils (3.9.2-1) ...
03:04:24 [2022-08-22T03:04:24.589Z] #28 40.06 Selecting previously unselected package python3-pkg-resources.
03:04:24 [2022-08-22T03:04:24.589Z] #28 40.07 Preparing to unpack .../39-python3-pkg-resources_52.0.0-4_all.deb ...
03:04:24 [2022-08-22T03:04:24.589Z] #28 40.08 Unpacking python3-pkg-resources (52.0.0-4) ...
03:04:24 [2022-08-22T03:04:24.589Z] #28 40.16 Selecting previously unselected package python3-setuptools.
03:04:24 [2022-08-22T03:04:24.848Z] #28 40.16 Preparing to unpack .../40-python3-setuptools_52.0.0-4_all.deb ...
03:04:24 [2022-08-22T03:04:24.848Z] #28 40.17 Unpacking python3-setuptools (52.0.0-4) ...
03:04:24 [2022-08-22T03:04:24.848Z] #28 40.33 Selecting previously unselected package python3-wheel.
03:04:24 [2022-08-22T03:04:24.848Z] #28 40.33 Preparing to unpack .../41-python3-wheel_0.34.2-1_all.deb ...
03:04:24 [2022-08-22T03:04:24.848Z] #28 40.34 Unpacking python3-wheel (0.34.2-1) ...
03:04:24 [2022-08-22T03:04:24.848Z] #28 40.39 Selecting previously unselected package python3-pip.
03:04:24 [2022-08-22T03:04:24.848Z] #28 40.40 Preparing to unpack .../42-python3-pip_20.3.4-4+deb11u1_all.deb ...
03:04:24 [2022-08-22T03:04:24.848Z] #28 40.41 Unpacking python3-pip (20.3.4-4+deb11u1) ...
03:04:25 [2022-08-22T03:04:25.106Z] #28 40.58 Selecting previously unselected package sudo.
03:04:25 [2022-08-22T03:04:25.106Z] #28 40.59 Preparing to unpack .../43-sudo_1.9.5p2-3_amd64.deb ...
03:04:25 [2022-08-22T03:04:25.106Z] #28 40.59 Unpacking sudo (1.9.5p2-3) ...
03:04:25 [2022-08-22T03:04:25.106Z] #28 ...
03:04:25 [2022-08-22T03:04:25.106Z] 
03:04:25 [2022-08-22T03:04:25.106Z] #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
03:04:25 [2022-08-22T03:04:25.106Z] #71 sha256:6051d0e5f581224cec51d712e8143acb6e413be37953a1d01abb68790dd0bf87
03:04:25 [2022-08-22T03:04:25.106Z] #71 101.4 + bin/containerd
03:04:26 [2022-08-22T03:04:26.138Z] ok  	github.com/docker/docker/client	0.091s	coverage: 75.9% of statements
03:04:28 [2022-08-22T03:04:28.795Z] #64 ...
03:04:28 [2022-08-22T03:04:28.795Z] 
03:04:28 [2022-08-22T03:04:28.795Z] #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
03:04:28 [2022-08-22T03:04:28.795Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
03:04:28 [2022-08-22T03:04:28.795Z] #55 446.1 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
03:04:28 [2022-08-22T03:04:28.795Z] #55 DONE 447.3s
03:04:28 [2022-08-22T03:04:28.795Z] 
03:04:28 [2022-08-22T03:04:28.795Z] #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
03:04:28 [2022-08-22T03:04:28.795Z] #60 sha256:ef1039dd5da08d1752a681539406f878ea190468277d1e694d0734808719fb06
03:04:28 [2022-08-22T03:04:28.795Z] #60 227.4 + mkdir -p /build
03:04:28 [2022-08-22T03:04:28.795Z] #60 227.4 + cp runc /build/runc
03:04:28 [2022-08-22T03:04:28.795Z] #60 DONE 228.4s
03:04:28 [2022-08-22T03:04:28.795Z] 
03:04:28 [2022-08-22T03:04:28.795Z] #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
03:04:28 [2022-08-22T03:04:28.795Z] #64 sha256:80292288bea20eb251a6d6c9729ce3eb6858e0f93da1a22516f493d3dcc8c985
03:04:29 [2022-08-22T03:04:29.725Z] #64 ...
03:04:29 [2022-08-22T03:04:29.725Z] 
03:04:29 [2022-08-22T03:04:29.725Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
03:04:29 [2022-08-22T03:04:29.725Z] #56 sha256:7d62df38ddfdb15d7426963269e8ea50c5ec303c953e70bf6217f0729c7b9acb
03:04:30 [2022-08-22T03:04:30.377Z] #71 ...
03:04:30 [2022-08-22T03:04:30.377Z] 
03:04:30 [2022-08-22T03:04:30.377Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
03:04:30 [2022-08-22T03:04:30.377Z] #28 sha256:42bc05b1a7b01aa6a55bb55ce06c349607013fa5223c796f15cfacd0450039b0
03:04:30 [2022-08-22T03:04:30.377Z] #28 40.92 Selecting previously unselected package systemd-journal-remote.
03:04:30 [2022-08-22T03:04:30.377Z] #28 40.93 Preparing to unpack .../44-systemd-journal-remote_247.3-7_amd64.deb ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 40.94 Unpacking systemd-journal-remote (247.3-7) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 41.02 Selecting previously unselected package thin-provisioning-tools.
03:04:30 [2022-08-22T03:04:30.377Z] #28 41.03 Preparing to unpack .../45-thin-provisioning-tools_0.9.0-1_amd64.deb ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 41.03 Unpacking thin-provisioning-tools (0.9.0-1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 41.19 Selecting previously unselected package uidmap.
03:04:30 [2022-08-22T03:04:30.377Z] #28 41.20 Preparing to unpack .../46-uidmap_1%3a4.8.1-1_amd64.deb ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 41.21 Unpacking uidmap (1:4.8.1-1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 41.31 Selecting previously unselected package vim-runtime.
03:04:30 [2022-08-22T03:04:30.377Z] #28 41.32 Preparing to unpack .../47-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 41.36 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
03:04:30 [2022-08-22T03:04:30.377Z] #28 41.38 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
03:04:30 [2022-08-22T03:04:30.377Z] #28 41.39 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 43.09 Selecting previously unselected package vim.
03:04:30 [2022-08-22T03:04:30.377Z] #28 43.10 Preparing to unpack .../48-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 43.11 Unpacking vim (2:8.2.2434-3+deb11u1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 43.40 Selecting previously unselected package xfsprogs.
03:04:30 [2022-08-22T03:04:30.377Z] #28 43.42 Preparing to unpack .../49-xfsprogs_5.10.0-4_amd64.deb ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 43.43 Unpacking xfsprogs (5.10.0-4) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 43.73 Selecting previously unselected package zip.
03:04:30 [2022-08-22T03:04:30.377Z] #28 43.74 Preparing to unpack .../50-zip_3.0-12_amd64.deb ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 43.75 Unpacking zip (3.0-12) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 43.84 Selecting previously unselected package zstd.
03:04:30 [2022-08-22T03:04:30.377Z] #28 43.85 Preparing to unpack .../51-zstd_1.4.8+dfsg-2.1_amd64.deb ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 43.87 Unpacking zstd (1.4.8+dfsg-2.1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 44.13 Setting up python3-pkg-resources (52.0.0-4) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 44.64 Setting up libip4tc2:amd64 (1.8.7-1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 44.65 Setting up net-tools (1.60+git20181103.0eebece-1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 44.66 Setting up libgpm2:amd64 (1.20.7-8) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 44.67 Setting up libip6tc2:amd64 (1.8.7-1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 44.68 Setting up libinih1:amd64 (53-1+b2) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 44.69 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 44.71 Setting up uidmap (1:4.8.1-1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 44.72 Setting up libyajl2:amd64 (2.1.0-3) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 44.73 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 44.74 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 44.75 Setting up python3-wheel (0.34.2-1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 45.13 Setting up libmicrohttpd12:amd64 (0.9.72-2) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 45.14 Setting up xxd (2:8.2.2434-3+deb11u1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 45.16 Setting up libcap2:amd64 (1:2.44-1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 45.17 Setting up libcap2-bin (1:2.44-1) ...
03:04:30 [2022-08-22T03:04:30.377Z] #28 45.18 Setting up apparmor (2.13.6-10) ...
03:04:30 [2022-08-22T03:04:30.487Z] #64 ...
03:04:30 [2022-08-22T03:04:30.488Z] 
03:04:30 [2022-08-22T03:04:30.488Z] #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
03:04:30 [2022-08-22T03:04:30.488Z] #60 sha256:b5eb36348269896be3a3493a098ba5fa9ef145b6335a43f41fa2966a8fc7d252
03:04:30 [2022-08-22T03:04:30.488Z] #60 238.1 + mkdir -p /build
03:04:30 [2022-08-22T03:04:30.488Z] #60 238.1 + cp runc /build/runc
03:04:30 [2022-08-22T03:04:30.488Z] #60 DONE 239.1s
03:04:30 [2022-08-22T03:04:30.488Z] 
03:04:30 [2022-08-22T03:04:30.488Z] #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
03:04:30 [2022-08-22T03:04:30.488Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b
03:04:30 [2022-08-22T03:04:30.488Z] #55 451.8 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
03:04:30 [2022-08-22T03:04:30.488Z] #55 DONE 451.9s
03:04:30 [2022-08-22T03:04:30.488Z] 
03:04:30 [2022-08-22T03:04:30.488Z] #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
03:04:30 [2022-08-22T03:04:30.488Z] #64 sha256:7db1d7aa68f1d6b64cbaa1b87a9381b85fd7bb2780d0fa93a665d575e3bc5324
03:04:30 [2022-08-22T03:04:30.654Z] #56 DONE 0.7s
03:04:30 [2022-08-22T03:04:30.654Z] 
03:04:30 [2022-08-22T03:04:30.654Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
03:04:30 [2022-08-22T03:04:30.654Z] #58 sha256:3d93f75fdc0440e578aec4a8cadf2cadcecf2ee117e91026ad15323db32cbc86
03:04:30 [2022-08-22T03:04:30.654Z] #58 DONE 0.1s
03:04:30 [2022-08-22T03:04:30.654Z] 
03:04:30 [2022-08-22T03:04:30.654Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
03:04:30 [2022-08-22T03:04:30.654Z] #61 sha256:7e54bce9c084b30a40d0ccd791a05902f57f3e2de7ca267c25ad1b62855387c4
03:04:30 [2022-08-22T03:04:30.654Z] #61 DONE 0.2s
03:04:30 [2022-08-22T03:04:30.654Z] 
03:04:30 [2022-08-22T03:04:30.654Z] #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
03:04:30 [2022-08-22T03:04:30.654Z] #64 sha256:80292288bea20eb251a6d6c9729ce3eb6858e0f93da1a22516f493d3dcc8c985
03:04:30 [2022-08-22T03:04:30.944Z] #28 46.24 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
03:04:30 [2022-08-22T03:04:30.944Z] #28 46.27 Setting up zip (3.0-12) ...
03:04:30 [2022-08-22T03:04:30.944Z] #28 46.29 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
03:04:30 [2022-08-22T03:04:30.944Z] #28 46.31 Setting up bash-completion (1:2.11-2) ...
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.58 Setting up libmnl0:amd64 (1.0.4-3) ...
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.60 Setting up sudo (1.9.5p2-3) ...
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.75 invoke-rc.d: could not determine current runlevel
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.75 invoke-rc.d: policy-rc.d denied execution of start.
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.76 Setting up xfsprogs (5.10.0-4) ...
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.78 System has not been booted with systemd as init system (PID 1). Can't operate.
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.78 Failed to connect to bus: Host is down
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.78 Setting up libxtables12:amd64 (1.8.7-1) ...
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.79 Setting up inetutils-ping (2:2.0-1) ...
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.80 Setting up pigz (2.6-1) ...
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.81 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.82 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.84 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
03:04:32 [2022-08-22T03:04:32.320Z] #28 47.85 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
03:04:32 [2022-08-22T03:04:32.400Z] #64 ...
03:04:32 [2022-08-22T03:04:32.400Z] 
03:04:32 [2022-08-22T03:04:32.400Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
03:04:32 [2022-08-22T03:04:32.400Z] #56 sha256:f66ab5d43ad9bc7cac6206124d5cfe001c393e493557bd4fa82f635718d6378d
03:04:32 [2022-08-22T03:04:32.546Z] #64 385.0 + bin/containerd
03:04:32 [2022-08-22T03:04:32.888Z] #28 48.23 Setting up libaio1:amd64 (0.3.112-9) ...
03:04:32 [2022-08-22T03:04:32.888Z] #28 48.24 Setting up python3-lib2to3 (3.9.2-1) ...
03:04:33 [2022-08-22T03:04:33.147Z] #28 48.51 Setting up libelf1:amd64 (0.183-1) ...
03:04:33 [2022-08-22T03:04:33.147Z] #28 48.52 Setting up libjson-c5:amd64 (0.15-2) ...
03:04:33 [2022-08-22T03:04:33.147Z] #28 48.55 Setting up zstd (1.4.8+dfsg-2.1) ...
03:04:33 [2022-08-22T03:04:33.147Z] #28 48.56 Setting up libonig5:amd64 (6.9.6-1.1) ...
03:04:33 [2022-08-22T03:04:33.147Z] #28 48.57 Setting up libkmod2:amd64 (28-1) ...
03:04:33 [2022-08-22T03:04:33.147Z] #28 48.58 Setting up python3-distutils (3.9.2-1) ...
03:04:33 [2022-08-22T03:04:33.343Z] #56 DONE 0.8s
03:04:33 [2022-08-22T03:04:33.343Z] 
03:04:33 [2022-08-22T03:04:33.343Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
03:04:33 [2022-08-22T03:04:33.343Z] #58 sha256:d368884ca2f51c66a27686397e6d197a1010449299b0d766145d96d7323d3280
03:04:33 [2022-08-22T03:04:33.343Z] #58 DONE 0.1s
03:04:33 [2022-08-22T03:04:33.343Z] 
03:04:33 [2022-08-22T03:04:33.343Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
03:04:33 [2022-08-22T03:04:33.343Z] #61 sha256:5d1ce9b3f1947e7784722dc5fd86c66c079d01591ce675cef449ad43f9a69367
03:04:33 [2022-08-22T03:04:33.343Z] #61 DONE 0.3s
03:04:33 [2022-08-22T03:04:33.343Z] 
03:04:33 [2022-08-22T03:04:33.343Z] #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
03:04:33 [2022-08-22T03:04:33.343Z] #64 sha256:7db1d7aa68f1d6b64cbaa1b87a9381b85fd7bb2780d0fa93a665d575e3bc5324
03:04:33 [2022-08-22T03:04:33.406Z] #28 48.86 Setting up vim (2:8.2.2434-3+deb11u1) ...
03:04:33 [2022-08-22T03:04:33.406Z] #28 48.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
03:04:33 [2022-08-22T03:04:33.406Z] #28 48.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
03:04:33 [2022-08-22T03:04:33.406Z] #28 48.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
03:04:33 [2022-08-22T03:04:33.406Z] #28 48.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
03:04:33 [2022-08-22T03:04:33.406Z] #28 48.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
03:04:33 [2022-08-22T03:04:33.406Z] #28 48.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
03:04:33 [2022-08-22T03:04:33.406Z] #28 48.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
03:04:33 [2022-08-22T03:04:33.406Z] #28 48.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
03:04:33 [2022-08-22T03:04:33.406Z] #28 48.93 Setting up python3-setuptools (52.0.0-4) ...
03:04:34 [2022-08-22T03:04:34.341Z] #28 49.73 Setting up libjq1:amd64 (1.6-2.1) ...
03:04:34 [2022-08-22T03:04:34.341Z] #28 49.75 Setting up libnftnl11:amd64 (1.1.9-1) ...
03:04:34 [2022-08-22T03:04:34.341Z] #28 49.77 Setting up thin-provisioning-tools (0.9.0-1) ...
03:04:34 [2022-08-22T03:04:34.341Z] #28 49.78 Setting up python3-pip (20.3.4-4+deb11u1) ...
03:04:35 [2022-08-22T03:04:35.250Z] #64 406.7 + bin/containerd
03:04:35 [2022-08-22T03:04:35.277Z] #28 50.67 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
03:04:35 [2022-08-22T03:04:35.277Z] #28 50.68 Setting up jq (1.6-2.1) ...
03:04:35 [2022-08-22T03:04:35.277Z] #28 50.69 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
03:04:35 [2022-08-22T03:04:35.277Z] #28 50.70 Setting up libbpf0:amd64 (1:0.3-2) ...
03:04:35 [2022-08-22T03:04:35.277Z] #28 50.72 Setting up iptables (1.8.7-1) ...
03:04:35 [2022-08-22T03:04:35.277Z] #28 50.73 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
03:04:35 [2022-08-22T03:04:35.277Z] #28 50.73 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
03:04:35 [2022-08-22T03:04:35.277Z] #28 50.74 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
03:04:35 [2022-08-22T03:04:35.277Z] #28 50.74 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
03:04:35 [2022-08-22T03:04:35.277Z] #28 50.75 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
03:04:35 [2022-08-22T03:04:35.277Z] #28 50.75 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
03:04:35 [2022-08-22T03:04:35.277Z] #28 50.76 Setting up iproute2 (5.10.0-4) ...
03:04:35 [2022-08-22T03:04:35.536Z] #28 51.00 Setting up systemd (247.3-7) ...
03:04:35 [2022-08-22T03:04:35.536Z] #28 51.04 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
03:04:35 [2022-08-22T03:04:35.536Z] #28 51.05 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
03:04:35 [2022-08-22T03:04:35.536Z] #28 51.05 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
03:04:35 [2022-08-22T03:04:35.536Z] #28 51.08 Initializing machine ID from KVM UUID.
03:04:36 [2022-08-22T03:04:36.474Z] #28 51.76 Setting up systemd-journal-remote (247.3-7) ...
03:04:36 [2022-08-22T03:04:36.474Z] #28 51.97 Processing triggers for libc-bin (2.31-13+deb11u3) ...
03:04:37 [2022-08-22T03:04:37.043Z] #28 DONE 52.6s
03:04:37 [2022-08-22T03:04:37.043Z] 
03:04:37 [2022-08-22T03:04:37.043Z] #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
03:04:37 [2022-08-22T03:04:37.043Z] #71 sha256:6051d0e5f581224cec51d712e8143acb6e413be37953a1d01abb68790dd0bf87
03:04:37 [2022-08-22T03:04:37.302Z] #71 ...
03:04:37 [2022-08-22T03:04:37.302Z] 
03:04:37 [2022-08-22T03:04:37.302Z] #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
03:04:37 [2022-08-22T03:04:37.302Z] #29 sha256:98dc7d0d38ca0fea8dcf12f06e5b363a0c33aa3672c45fb76569fbec70e0fe6a
03:04:38 [2022-08-22T03:04:38.240Z] #29 0.778 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
03:04:38 [2022-08-22T03:04:38.240Z] #29 0.782 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
03:04:38 [2022-08-22T03:04:38.240Z] #29 0.786 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
03:04:38 [2022-08-22T03:04:38.240Z] #29 DONE 0.8s
03:04:38 [2022-08-22T03:04:38.240Z] 
03:04:38 [2022-08-22T03:04:38.240Z] #30 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
03:04:38 [2022-08-22T03:04:38.240Z] #30 sha256:8919d89a3e191054757dbaa5e3b88f9804c9f75a80e639626fbb0e16d1506039
03:04:46 [2022-08-22T03:04:46.363Z] #30 7.449 Collecting yamllint==1.26.1
03:04:46 [2022-08-22T03:04:46.622Z] #30 8.488   Downloading yamllint-1.26.1.tar.gz (126 kB)
03:04:47 [2022-08-22T03:04:47.232Z] #30 9.185 Collecting pathspec>=0.5.3
03:04:47 [2022-08-22T03:04:47.232Z] #30 9.198   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
03:04:47 [2022-08-22T03:04:47.493Z] #30 9.471 Collecting pyyaml
03:04:47 [2022-08-22T03:04:47.493Z] #30 9.482   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)
03:04:47 [2022-08-22T03:04:47.493Z] #30 9.554 Building wheels for collected packages: yamllint
03:04:47 [2022-08-22T03:04:47.493Z] #30 9.562   Building wheel for yamllint (setup.py): started
03:04:48 [2022-08-22T03:04:48.065Z] #30 10.12   Building wheel for yamllint (setup.py): finished with status 'done'
03:04:48 [2022-08-22T03:04:48.065Z] #30 10.13   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=13d430bea8b2293ef79ff262dbc802afe115336b1053dba77449f8871093aa15
03:04:48 [2022-08-22T03:04:48.065Z] #30 10.13   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
03:04:48 [2022-08-22T03:04:48.065Z] #30 10.13 Successfully built yamllint
03:04:48 [2022-08-22T03:04:48.065Z] #30 10.14 Installing collected packages: pyyaml, pathspec, yamllint
03:04:48 [2022-08-22T03:04:48.638Z] #30 10.41 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
03:04:48 [2022-08-22T03:04:48.638Z] #30 DONE 10.6s
03:04:48 [2022-08-22T03:04:48.638Z] 
03:04:48 [2022-08-22T03:04:48.638Z] #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
03:04:48 [2022-08-22T03:04:48.638Z] #71 sha256:6051d0e5f581224cec51d712e8143acb6e413be37953a1d01abb68790dd0bf87
03:04:48 [2022-08-22T03:04:48.899Z] #71 ...
03:04:48 [2022-08-22T03:04:48.899Z] 
03:04:48 [2022-08-22T03:04:48.899Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
03:04:48 [2022-08-22T03:04:48.899Z] #34 sha256:64ef3274f17f7ba2d3d5b22aef07eadc936941420ccaacc11877998d122d1cbf
03:04:48 [2022-08-22T03:04:48.899Z] #34 DONE 0.2s
03:04:48 [2022-08-22T03:04:48.899Z] 
03:04:48 [2022-08-22T03:04:48.899Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
03:04:48 [2022-08-22T03:04:48.899Z] #39 sha256:99f5207c64d46dd374cac9577b0d21eca9d1cc34a278b3d38babce5685af2a39
03:04:49 [2022-08-22T03:04:49.158Z] #39 DONE 0.3s
03:04:49 [2022-08-22T03:04:49.158Z] 
03:04:49 [2022-08-22T03:04:49.158Z] #42 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
03:04:49 [2022-08-22T03:04:49.158Z] #42 sha256:5ef127ee5421e9a743d12d1ddabc43f89d7c32422863ecee5ca864641e0d9d86
03:04:49 [2022-08-22T03:04:49.417Z] #42 DONE 0.1s
03:04:49 [2022-08-22T03:04:49.417Z] 
03:04:49 [2022-08-22T03:04:49.417Z] #44 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
03:04:49 [2022-08-22T03:04:49.417Z] #44 sha256:b267058fcfda2227b977d807c3bf107a8283e2cd254602a748978c6c327ea742
03:04:49 [2022-08-22T03:04:49.417Z] #44 DONE 0.1s
03:04:49 [2022-08-22T03:04:49.417Z] 
03:04:49 [2022-08-22T03:04:49.417Z] #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
03:04:49 [2022-08-22T03:04:49.417Z] #71 sha256:6051d0e5f581224cec51d712e8143acb6e413be37953a1d01abb68790dd0bf87
03:04:49 [2022-08-22T03:04:49.417Z] #71 ...
03:04:49 [2022-08-22T03:04:49.417Z] 
03:04:49 [2022-08-22T03:04:49.417Z] #46 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
03:04:49 [2022-08-22T03:04:49.417Z] #46 sha256:c3c154e9291e485a09eeac68eb157543aace98dff6dfde7ad8ad8fe46ccaa181
03:04:49 [2022-08-22T03:04:49.417Z] #46 DONE 0.1s
03:04:49 [2022-08-22T03:04:49.417Z] 
03:04:49 [2022-08-22T03:04:49.417Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
03:04:49 [2022-08-22T03:04:49.417Z] #48 sha256:371b5229282ab25e8d2edff7c4d90a0bd95fd89acbbd06c5aea316c1d4614aca
03:04:49 [2022-08-22T03:04:49.417Z] #48 DONE 0.1s
03:04:49 [2022-08-22T03:04:49.675Z] 
03:04:49 [2022-08-22T03:04:49.675Z] #52 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
03:04:49 [2022-08-22T03:04:49.675Z] #52 sha256:5ea0faf07ec4d1beb96b0022a0bdba1fe2cdd7b87f5dcb6516873bf4df921825
03:04:49 [2022-08-22T03:04:49.675Z] #52 DONE 0.0s
03:04:49 [2022-08-22T03:04:49.675Z] 
03:04:49 [2022-08-22T03:04:49.675Z] #55 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
03:04:49 [2022-08-22T03:04:49.675Z] #55 sha256:1ec15650fba2ff72f0219a4e00e8920b90a8b31c6a634b05ce35d81c440976f6
03:04:49 [2022-08-22T03:04:49.675Z] #55 DONE 0.1s
03:04:49 [2022-08-22T03:04:49.675Z] 
03:04:49 [2022-08-22T03:04:49.675Z] #59 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
03:04:49 [2022-08-22T03:04:49.675Z] #59 sha256:2bd16dc68226e887a3212f21494c2e3d8cd826f38dffbdf7a89de68a2735b78d
03:04:49 [2022-08-22T03:04:49.675Z] #59 DONE 0.1s
03:04:49 [2022-08-22T03:04:49.675Z] 
03:04:49 [2022-08-22T03:04:49.675Z] #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
03:04:49 [2022-08-22T03:04:49.675Z] #71 sha256:6051d0e5f581224cec51d712e8143acb6e413be37953a1d01abb68790dd0bf87
03:04:49 [2022-08-22T03:04:49.935Z] #71 ...
03:04:49 [2022-08-22T03:04:49.935Z] 
03:04:49 [2022-08-22T03:04:49.935Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
03:04:49 [2022-08-22T03:04:49.935Z] #61 sha256:7239c7ffa4adab9b801a627d3e5e0c368e703c7a7cf2c955e32f1e8823ee2842
03:04:49 [2022-08-22T03:04:49.935Z] #61 DONE 0.1s
03:04:49 [2022-08-22T03:04:49.935Z] 
03:04:49 [2022-08-22T03:04:49.935Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
03:04:49 [2022-08-22T03:04:49.935Z] #63 sha256:57f8e8819459b408d9a3c6395271c64bcdcab8210c926a40388d9677cb2dc005
03:04:49 [2022-08-22T03:04:49.935Z] #63 DONE 0.1s
03:04:49 [2022-08-22T03:04:49.935Z] 
03:04:49 [2022-08-22T03:04:49.935Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
03:04:49 [2022-08-22T03:04:49.935Z] #65 sha256:de667ee385a1bc050874f510e4f1b450734d59146ca52be46da3be9b19b51afb
03:04:49 [2022-08-22T03:04:49.935Z] #65 DONE 0.1s
03:04:49 [2022-08-22T03:04:49.935Z] 
03:04:49 [2022-08-22T03:04:49.935Z] #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
03:04:49 [2022-08-22T03:04:49.935Z] #71 sha256:6051d0e5f581224cec51d712e8143acb6e413be37953a1d01abb68790dd0bf87
03:04:58 [2022-08-22T03:04:58.165Z] ok  	github.com/docker/docker/cmd/dockerd	0.074s	coverage: 29.9% of statements
03:04:58 [2022-08-22T03:04:58.165Z] ok  	github.com/docker/docker/container	0.119s	coverage: 37.4% of statements
03:04:58 [2022-08-22T03:04:58.727Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.456s	coverage: 0.0% of statements
03:04:58 [2022-08-22T03:04:58.727Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
03:04:58 [2022-08-22T03:04:58.727Z] ?   	github.com/docker/docker/container/stream	[no test files]
03:04:58 [2022-08-22T03:04:58.727Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
03:04:58 [2022-08-22T03:04:58.727Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
03:04:58 [2022-08-22T03:04:58.727Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
03:05:05 [2022-08-22T03:05:05.266Z] ok  	github.com/docker/docker/daemon/cluster	0.068s	coverage: 0.5% of statements
03:05:05 [2022-08-22T03:05:05.522Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.012s	coverage: 65.3% of statements
03:05:06 [2022-08-22T03:05:06.888Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.011s	coverage: 36.9% of statements
03:05:11 [2022-08-22T03:05:11.876Z] #71 ...
03:05:11 [2022-08-22T03:05:11.876Z] 
03:05:11 [2022-08-22T03:05:11.876Z] #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
03:05:11 [2022-08-22T03:05:11.876Z] #67 sha256:996c9d736812f0effe9e2216dccbb3f3f40a564ebee8b8f467ecb4b513b93759
03:05:11 [2022-08-22T03:05:11.876Z] #67 90.22 + mkdir -p /build
03:05:11 [2022-08-22T03:05:11.876Z] #67 90.22 + cp runc /build/runc
03:05:11 [2022-08-22T03:05:11.876Z] #67 DONE 90.5s
03:05:11 [2022-08-22T03:05:11.876Z] 
03:05:11 [2022-08-22T03:05:11.876Z] #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
03:05:11 [2022-08-22T03:05:11.876Z] #71 sha256:6051d0e5f581224cec51d712e8143acb6e413be37953a1d01abb68790dd0bf87
03:05:11 [2022-08-22T03:05:11.876Z] #71 ...
03:05:11 [2022-08-22T03:05:11.876Z] 
03:05:11 [2022-08-22T03:05:11.876Z] #68 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
03:05:11 [2022-08-22T03:05:11.876Z] #68 sha256:255f07b36edf1bd2bb1e53a37dd39b978d61972d855e3a71ed15cdee314a807d
03:05:11 [2022-08-22T03:05:11.876Z] #68 DONE 0.1s
03:05:11 [2022-08-22T03:05:11.876Z] 
03:05:11 [2022-08-22T03:05:11.876Z] #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
03:05:11 [2022-08-22T03:05:11.876Z] #71 sha256:6051d0e5f581224cec51d712e8143acb6e413be37953a1d01abb68790dd0bf87
03:05:13 [2022-08-22T03:05:13.424Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.448s	coverage: 13.4% of statements
03:05:14 [2022-08-22T03:05:14.790Z] ok  	github.com/docker/docker/daemon/config	0.035s	coverage: 76.8% of statements
03:05:15 [2022-08-22T03:05:15.046Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
03:05:15 [2022-08-22T03:05:15.974Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
03:05:16 [2022-08-22T03:05:16.230Z] ok  	github.com/docker/docker/daemon	10.116s	coverage: 16.6% of statements
03:05:16 [2022-08-22T03:05:16.230Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
03:05:16 [2022-08-22T03:05:16.230Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
03:05:16 [2022-08-22T03:05:16.230Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
03:05:16 [2022-08-22T03:05:16.230Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
03:05:16 [2022-08-22T03:05:16.230Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
03:05:17 [2022-08-22T03:05:17.158Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.601s	coverage: 74.8% of statements
03:05:18 [2022-08-22T03:05:18.086Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.239s	coverage: 60.7% of statements
03:05:18 [2022-08-22T03:05:18.342Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 3.0% of statements
03:05:19 [2022-08-22T03:05:19.716Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.012s	coverage: 1.9% of statements
03:05:21 [2022-08-22T03:05:21.107Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.203s	coverage: 50.6% of statements
03:05:22 [2022-08-22T03:05:22.998Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.076s	coverage: 46.1% of statements
03:05:22 [2022-08-22T03:05:22.998Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
03:05:22 [2022-08-22T03:05:22.998Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.913s	coverage: 58.5% of statements
03:05:22 [2022-08-22T03:05:22.998Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
03:05:22 [2022-08-22T03:05:22.998Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
03:05:23 [2022-08-22T03:05:23.560Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.008s	coverage: 58.5% of statements
03:05:23 [2022-08-22T03:05:23.817Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.011s	coverage: 3.0% of statements
03:05:24 [2022-08-22T03:05:24.073Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
03:05:25 [2022-08-22T03:05:25.439Z] ok  	github.com/docker/docker/daemon/images	0.036s	coverage: 6.9% of statements
03:05:25 [2022-08-22T03:05:25.439Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
03:05:25 [2022-08-22T03:05:25.439Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
03:05:25 [2022-08-22T03:05:25.694Z] ok  	github.com/docker/docker/daemon/logger	0.220s	coverage: 43.2% of statements
03:05:26 [2022-08-22T03:05:26.621Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.019s	coverage: 53.6% of statements
03:05:26 [2022-08-22T03:05:26.621Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.176s	coverage: 80.2% of statements
03:05:26 [2022-08-22T03:05:26.621Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
03:05:27 [2022-08-22T03:05:27.183Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 68.2% of statements
03:05:27 [2022-08-22T03:05:27.744Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.012s	coverage: 88.2% of statements
03:05:28 [2022-08-22T03:05:28.674Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.152s	coverage: 76.8% of statements
03:05:28 [2022-08-22T03:05:28.727Z] #64 435.8 # github.com/containerd/containerd/cmd/containerd
03:05:28 [2022-08-22T03:05:28.727Z] #64 435.8 /usr/bin/ld: /tmp/go-link-1057913286/000019.o: in function `New':
03:05:28 [2022-08-22T03:05:28.727Z] #64 435.8 /tmp/tmp.Dti8g2Yj0v/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
03:05:28 [2022-08-22T03:05:28.727Z] #64 435.9 + bin/containerd-stress
03:05:28 [2022-08-22T03:05:28.727Z] #64 437.0 + bin/containerd-shim
03:05:28 [2022-08-22T03:05:28.930Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
03:05:29 [2022-08-22T03:05:29.501Z] ok  	github.com/docker/docker/daemon/logger/local	0.037s	coverage: 79.4% of statements
03:05:30 [2022-08-22T03:05:30.448Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.017s	coverage: 63.5% of statements
03:05:31 [2022-08-22T03:05:31.015Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.021s	coverage: 31.5% of statements
03:05:31 [2022-08-22T03:05:31.497Z] #64 458.0 # github.com/containerd/containerd/cmd/containerd
03:05:31 [2022-08-22T03:05:31.497Z] #64 458.0 /usr/bin/ld: /tmp/go-link-628304919/000019.o: in function `New':
03:05:31 [2022-08-22T03:05:31.497Z] #64 458.0 /tmp/tmp.WAEhcJy8FF/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
03:05:31 [2022-08-22T03:05:31.497Z] #64 458.1 + bin/containerd-stress
03:05:31 [2022-08-22T03:05:31.497Z] #64 459.2 + bin/containerd-shim
03:05:31 [2022-08-22T03:05:31.576Z] ok  	github.com/docker/docker/daemon/logger/journald	3.504s	coverage: 74.3% of statements
03:05:31 [2022-08-22T03:05:31.576Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
03:05:31 [2022-08-22T03:05:31.576Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
03:05:31 [2022-08-22T03:05:31.576Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
03:05:31 [2022-08-22T03:05:31.576Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
03:05:32 [2022-08-22T03:05:32.503Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.010s	coverage: 46.8% of statements
03:05:32 [2022-08-22T03:05:32.503Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
03:05:33 [2022-08-22T03:05:33.065Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
03:05:33 [2022-08-22T03:05:33.321Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.530s	coverage: 82.5% of statements
03:05:33 [2022-08-22T03:05:33.321Z] ?   	github.com/docker/docker/daemon/names	[no test files]
03:05:33 [2022-08-22T03:05:33.321Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
03:05:34 [2022-08-22T03:05:34.248Z] ok  	github.com/docker/docker/distribution/metadata	0.034s	coverage: 44.4% of statements
03:05:36 [2022-08-22T03:05:36.136Z] ok  	github.com/docker/docker/distribution	1.487s	coverage: 28.0% of statements
03:05:36 [2022-08-22T03:05:36.136Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
03:05:36 [2022-08-22T03:05:36.136Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
03:05:36 [2022-08-22T03:05:36.698Z] ok  	github.com/docker/docker/distribution/xfer	1.898s	coverage: 84.9% of statements
03:05:36 [2022-08-22T03:05:36.698Z] ?   	github.com/docker/docker/dockerversion	[no test files]
03:05:36 [2022-08-22T03:05:36.698Z] ok  	github.com/docker/docker/image	0.030s	coverage: 86.9% of statements
03:05:36 [2022-08-22T03:05:36.820Z] #64 448.1 + bin/containerd-shim-runc-v1
03:05:37 [2022-08-22T03:05:37.260Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 19.2% of statements
03:05:37 [2022-08-22T03:05:37.516Z] ok  	github.com/docker/docker/image/tarexport	0.011s	coverage: 0.7% of statements
03:05:37 [2022-08-22T03:05:37.516Z] ?   	github.com/docker/docker/image/v1	[no test files]
03:05:37 [2022-08-22T03:05:37.516Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
03:05:37 [2022-08-22T03:05:37.772Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
03:05:38 [2022-08-22T03:05:38.701Z] ok  	github.com/docker/docker/oci	0.012s	coverage: 46.0% of statements
03:05:39 [2022-08-22T03:05:39.263Z] ok  	github.com/docker/docker/opts	0.027s	coverage: 66.0% of statements
03:05:39 [2022-08-22T03:05:39.518Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
03:05:39 [2022-08-22T03:05:39.624Z] #64 470.4 + bin/containerd-shim-runc-v1
03:05:40 [2022-08-22T03:05:40.884Z] ok  	github.com/docker/docker/pkg/archive	0.296s	coverage: 82.3% of statements
03:05:41 [2022-08-22T03:05:41.812Z] ok  	github.com/docker/docker/pkg/authorization	0.365s	coverage: 68.3% of statements
03:05:42 [2022-08-22T03:05:42.066Z] #64 454.3 + bin/containerd-shim-runc-v2
03:05:42 [2022-08-22T03:05:42.068Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
03:05:42 [2022-08-22T03:05:42.068Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
03:05:42 [2022-08-22T03:05:42.323Z] #64 455.1 + binaries
03:05:42 [2022-08-22T03:05:42.579Z] #64 455.1 + install -D bin/containerd /build/containerd
03:05:42 [2022-08-22T03:05:42.579Z] #64 455.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
03:05:42 [2022-08-22T03:05:42.579Z] #64 455.1 + install -D bin/ctr /build/ctr
03:05:43 [2022-08-22T03:05:43.960Z] #71 178.6 # github.com/containerd/containerd/cmd/containerd
03:05:43 [2022-08-22T03:05:43.960Z] #71 178.6 /usr/bin/ld: /tmp/go-link-4156281369/000019.o: in function `New':
03:05:43 [2022-08-22T03:05:43.960Z] #71 178.6 /tmp/tmp.NbAwHNabMw/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
03:05:43 [2022-08-22T03:05:43.960Z] #71 178.6 + bin/containerd-stress
03:05:43 [2022-08-22T03:05:43.960Z] #71 179.7 + bin/containerd-shim
03:05:44 [2022-08-22T03:05:44.466Z] #64 DONE 457.0s
03:05:45 [2022-08-22T03:05:45.332Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.518s	coverage: 42.7% of statements
03:05:45 [2022-08-22T03:05:45.394Z] 
03:05:45 [2022-08-22T03:05:45.394Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
03:05:45 [2022-08-22T03:05:45.394Z] #65 sha256:154f36045859cfb8362c6545bf73389788b41437adeb9e8c11920be1a3ad1d91
03:05:45 [2022-08-22T03:05:45.588Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
03:05:45 [2022-08-22T03:05:45.844Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
03:05:45 [2022-08-22T03:05:45.844Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
03:05:46 [2022-08-22T03:05:46.100Z] ok  	github.com/docker/docker/layer	7.252s	coverage: 68.9% of statements
03:05:46 [2022-08-22T03:05:46.100Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
03:05:46 [2022-08-22T03:05:46.100Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
03:05:46 [2022-08-22T03:05:46.100Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
03:05:46 [2022-08-22T03:05:46.100Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
03:05:46 [2022-08-22T03:05:46.100Z] ?   	github.com/docker/docker/oci/caps	[no test files]
03:05:46 [2022-08-22T03:05:46.100Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
03:05:46 [2022-08-22T03:05:46.194Z] #64 476.7 + bin/containerd-shim-runc-v2
03:05:46 [2022-08-22T03:05:46.194Z] #64 477.5 + binaries
03:05:46 [2022-08-22T03:05:46.194Z] #64 477.5 + install -D bin/containerd /build/containerd
03:05:46 [2022-08-22T03:05:46.194Z] #64 477.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
03:05:46 [2022-08-22T03:05:46.194Z] #64 477.5 + install -D bin/ctr /build/ctr
03:05:46 [2022-08-22T03:05:46.321Z] #65 DONE 0.8s
03:05:46 [2022-08-22T03:05:46.321Z] 
03:05:46 [2022-08-22T03:05:46.321Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
03:05:46 [2022-08-22T03:05:46.321Z] #70 sha256:12c03339b8dbc204336e72242a304f9a9dac2767c66157be50138a21cf34bda8
03:05:46 [2022-08-22T03:05:46.321Z] #70 DONE 0.2s
03:05:46 [2022-08-22T03:05:46.321Z] 
03:05:46 [2022-08-22T03:05:46.321Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
03:05:46 [2022-08-22T03:05:46.321Z] #75 sha256:c023e9cc3bd8b0ba507b4308488cc0bcff63defcf2db09dc6e0b60cd8921e293
03:05:46 [2022-08-22T03:05:46.355Z] ok  	github.com/docker/docker/pkg/fileutils	0.008s	coverage: 87.2% of statements
03:05:46 [2022-08-22T03:05:46.614Z] ok  	github.com/docker/docker/pkg/fsutils	0.175s	coverage: 85.1% of statements
03:05:46 [2022-08-22T03:05:46.614Z] ok  	github.com/docker/docker/pkg/homedir	0.004s	coverage: 11.4% of statements
03:05:47 [2022-08-22T03:05:47.247Z] #75 DONE 0.8s
03:05:47 [2022-08-22T03:05:47.248Z] 
03:05:47 [2022-08-22T03:05:47.248Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
03:05:47 [2022-08-22T03:05:47.248Z] #78 sha256:31d1693c937e2491e50606467b9937dad533c1b2c57cda851d72c6937468aa8e
03:05:47 [2022-08-22T03:05:47.248Z] #78 DONE 0.0s
03:05:47 [2022-08-22T03:05:47.248Z] 
03:05:47 [2022-08-22T03:05:47.248Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
03:05:47 [2022-08-22T03:05:47.248Z] #79 sha256:17c7e7faf6cb1ddc450855e9ced1fa1ea380acb99221e0683b89eb2d832ea493
03:05:47 [2022-08-22T03:05:47.248Z] #79 DONE 0.0s
03:05:47 [2022-08-22T03:05:47.248Z] 
03:05:47 [2022-08-22T03:05:47.248Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
03:05:47 [2022-08-22T03:05:47.248Z] #80 sha256:d61c34606b12406e3a46512eb053f60008bae1d47da2ffaa99339d0bc33dad84
03:05:47 [2022-08-22T03:05:47.248Z] #80 DONE 0.0s
03:05:47 [2022-08-22T03:05:47.503Z] 
03:05:47 [2022-08-22T03:05:47.503Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
03:05:47 [2022-08-22T03:05:47.503Z] #81 sha256:d5a2b51a8d1063616678b15f47aabfc998d40b00cfde7b2eaae2be55c28f4c02
03:05:47 [2022-08-22T03:05:47.541Z] ok  	github.com/docker/docker/pkg/idtools	0.406s	coverage: 69.3% of statements
03:05:47 [2022-08-22T03:05:47.796Z] ok  	github.com/docker/docker/pkg/ioutils	0.344s	coverage: 70.1% of statements
03:05:48 [2022-08-22T03:05:48.052Z] ok  	github.com/docker/docker/pkg/longpath	0.006s	coverage: 100.0% of statements
03:05:48 [2022-08-22T03:05:48.052Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.008s	coverage: 91.7% of statements
03:05:48 [2022-08-22T03:05:48.052Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
03:05:48 [2022-08-22T03:05:48.052Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.006s	coverage: 85.7% of statements
03:05:48 [2022-08-22T03:05:48.096Z] #64 DONE 479.7s
03:05:48 [2022-08-22T03:05:48.308Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
03:05:48 [2022-08-22T03:05:48.564Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.014s	coverage: 60.0% of statements
03:05:48 [2022-08-22T03:05:48.564Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.5% of statements
03:05:48 [2022-08-22T03:05:48.564Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
03:05:48 [2022-08-22T03:05:48.564Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
03:05:48 [2022-08-22T03:05:48.564Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
03:05:49 [2022-08-22T03:05:49.034Z] 
03:05:49 [2022-08-22T03:05:49.034Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
03:05:49 [2022-08-22T03:05:49.034Z] #65 sha256:5b0e44932d7dd32bab946da9de69d445b6e4183a22843abc46e2959669f56549
03:05:49 [2022-08-22T03:05:49.125Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
03:05:49 [2022-08-22T03:05:49.686Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
03:05:49 [2022-08-22T03:05:49.943Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
03:05:49 [2022-08-22T03:05:49.969Z] #65 DONE 0.9s
03:05:49 [2022-08-22T03:05:49.969Z] 
03:05:49 [2022-08-22T03:05:49.969Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
03:05:49 [2022-08-22T03:05:49.969Z] #70 sha256:1f5f7c057d965e93abf3ad8bf4f901ecfa83758d6420e107299e5dcad7eb5f5a
03:05:49 [2022-08-22T03:05:49.969Z] #70 DONE 0.2s
03:05:50 [2022-08-22T03:05:50.199Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
03:05:50 [2022-08-22T03:05:50.285Z] 
03:05:50 [2022-08-22T03:05:50.285Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
03:05:50 [2022-08-22T03:05:50.285Z] #75 sha256:8ba82f357bd0c41df54ebde0e00a6e6a450b42956a9365825ab32cf06268ae80
03:05:50 [2022-08-22T03:05:50.769Z] #81 DONE 3.2s
03:05:50 [2022-08-22T03:05:50.769Z] 
03:05:50 [2022-08-22T03:05:50.769Z] #82 exporting to image
03:05:50 [2022-08-22T03:05:50.769Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
03:05:50 [2022-08-22T03:05:50.769Z] #82 exporting layers
03:05:51 [2022-08-22T03:05:51.255Z] #75 DONE 0.9s
03:05:51 [2022-08-22T03:05:51.255Z] 
03:05:51 [2022-08-22T03:05:51.255Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
03:05:51 [2022-08-22T03:05:51.255Z] #78 sha256:17f394b90282b24c1ea573044db7efb9bfa900301906d45c55205bc4fd6c7b40
03:05:51 [2022-08-22T03:05:51.255Z] #78 DONE 0.1s
03:05:51 [2022-08-22T03:05:51.255Z] 
03:05:51 [2022-08-22T03:05:51.255Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
03:05:51 [2022-08-22T03:05:51.255Z] #79 sha256:c0766fb0662ad4a0fb40fcaed524361753c6936521bd2928f845ba1cee94edea
03:05:51 [2022-08-22T03:05:51.255Z] #79 DONE 0.0s
03:05:51 [2022-08-22T03:05:51.255Z] 
03:05:51 [2022-08-22T03:05:51.255Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
03:05:51 [2022-08-22T03:05:51.255Z] #80 sha256:703171698bc63d5f09987dddd33a97feaff3ee010a4716875a367a3050aade91
03:05:51 [2022-08-22T03:05:51.255Z] #80 DONE 0.0s
03:05:51 [2022-08-22T03:05:51.255Z] 
03:05:51 [2022-08-22T03:05:51.255Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
03:05:51 [2022-08-22T03:05:51.255Z] #81 sha256:f669425bf1e5cd3b1028500824f99514754c1d3cd205b1f5a8cbd415d1cb9e5c
03:05:51 [2022-08-22T03:05:51.565Z] ok  	github.com/docker/docker/pkg/pubsub	1.043s	coverage: 75.0% of statements
03:05:51 [2022-08-22T03:05:51.565Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
03:05:51 [2022-08-22T03:05:51.820Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
03:05:52 [2022-08-22T03:05:52.077Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
03:05:52 [2022-08-22T03:05:52.333Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
03:05:52 [2022-08-22T03:05:52.589Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
03:05:53 [2022-08-22T03:05:53.150Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 53.6% of statements
03:05:53 [2022-08-22T03:05:53.414Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 42.3% of statements
03:05:53 [2022-08-22T03:05:53.669Z] ok  	github.com/docker/docker/pkg/tailfile	0.044s	coverage: 88.6% of statements
03:05:54 [2022-08-22T03:05:54.231Z] ok  	github.com/docker/docker/pkg/tarsum	0.044s	coverage: 89.3% of statements
03:05:54 [2022-08-22T03:05:54.231Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
03:05:55 [2022-08-22T03:05:55.444Z] #81 DONE 4.2s
03:05:55 [2022-08-22T03:05:55.444Z] 
03:05:55 [2022-08-22T03:05:55.444Z] #82 exporting to image
03:05:55 [2022-08-22T03:05:55.444Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
03:05:55 [2022-08-22T03:05:55.444Z] #82 exporting layers
03:05:56 [2022-08-22T03:05:56.118Z] ok  	github.com/docker/docker/plugin	0.519s	coverage: 23.2% of statements
03:05:56 [2022-08-22T03:05:56.172Z] #71 190.9 + bin/containerd-shim-runc-v1
03:05:56 [2022-08-22T03:05:56.374Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
03:05:56 [2022-08-22T03:05:56.936Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 86.0% of statements
03:05:57 [2022-08-22T03:05:57.864Z] ok  	github.com/docker/docker/quota	0.187s	coverage: 71.4% of statements
03:05:58 [2022-08-22T03:05:58.119Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
03:05:58 [2022-08-22T03:05:58.855Z] #82 exporting layers 7.1s done
03:05:58 [2022-08-22T03:05:58.855Z] #82 writing image sha256:2ac672911dc75f9b262dada4445f44a4038e296d9bb520250e21e173b17b347c done
03:05:58 [2022-08-22T03:05:58.856Z] #82 naming to docker.io/library/docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 done
03:05:58 [2022-08-22T03:05:58.856Z] #82 DONE 7.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
03:05:59 [2022-08-22T03:05:59.046Z] ok  	github.com/docker/docker/registry	0.081s	coverage: 58.6% of statements
03:05:59 [2022-08-22T03:05:59.178Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -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=master docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/make.sh dynbinary test-integration
03:05:59 [2022-08-22T03:05:59.607Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
03:05:59 [2022-08-22T03:05:59.607Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
03:06:00 [2022-08-22T03:06:00.168Z] ok  	github.com/docker/docker/runconfig	0.010s	coverage: 64.5% of statements
03:06:00 [2022-08-22T03:06:00.277Z] Created binary: bundles/dynbinary-daemon/dockerd
03:06:00 [2022-08-22T03:06:00.277Z] Building: bundles/dynbinary-daemon/docker-proxy
03:06:00 [2022-08-22T03:06:00.277Z] GOOS="" GOARCH="" GOARM=""
03:06:00 [2022-08-22T03:06:00.277Z] Created binary: bundles/dynbinary-daemon/docker-proxy
03:06:00 [2022-08-22T03:06:00.277Z] 
03:06:00 [2022-08-22T03:06:00.277Z] ---> Making bundle: test-integration (in bundles/test-integration)
03:06:00 [2022-08-22T03:06:00.277Z] DOCKER_SYSTEMD=1
03:06:00 [2022-08-22T03:06:00.277Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
03:06:00 [2022-08-22T03:06:00.277Z] HOSTNAME=664d33a9d7ed
03:06:00 [2022-08-22T03:06:00.277Z] DEST=bundles/test-integration
03:06:00 [2022-08-22T03:06:00.277Z] PWD=/go/src/github.com/docker/docker
03:06:00 [2022-08-22T03:06:00.277Z] DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
03:06:00 [2022-08-22T03:06:00.277Z] container=docker
03:06:00 [2022-08-22T03:06:00.277Z] HOME=/root
03:06:00 [2022-08-22T03:06:00.277Z] LANG=C.UTF-8
03:06:00 [2022-08-22T03:06:00.277Z] INVOCATION_ID=717e7c3a81ee482ab242f22eae01ab60
03:06:00 [2022-08-22T03:06:00.277Z] GOLANG_VERSION=1.18.5
03:06:00 [2022-08-22T03:06:00.277Z] VALIDATE_REPO=https://github.com/moby/moby.git
03:06:00 [2022-08-22T03:06:00.277Z] VALIDATE_BRANCH=master
03:06:00 [2022-08-22T03:06:00.277Z] TERM=xterm
03:06:00 [2022-08-22T03:06:00.277Z] DOCKER_PKG=github.com/docker/docker
03:06:00 [2022-08-22T03:06:00.277Z] SHLVL=3
03:06:00 [2022-08-22T03:06:00.277Z] TIMEOUT=120m
03:06:00 [2022-08-22T03:06:00.277Z] DOCKER_BUILDTAGS= journald
03:06:00 [2022-08-22T03:06:00.277Z] DOCKER_GRAPHDRIVER=overlay2
03:06:00 [2022-08-22T03:06:00.277Z] GO111MODULE=off
03:06:00 [2022-08-22T03:06:00.277Z] DOCKER_EXPERIMENTAL=1
03:06:00 [2022-08-22T03:06:00.277Z] TEST_SKIP_INTEGRATION_CLI=1
03:06:00 [2022-08-22T03:06:00.277Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
03:06:00 [2022-08-22T03:06:00.277Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
03:06:00 [2022-08-22T03:06:00.277Z] GOPATH=/go
03:06:00 [2022-08-22T03:06:00.277Z] PKG_CONFIG=pkg-config
03:06:00 [2022-08-22T03:06:00.277Z] _=/usr/bin/env
03:06:00 [2022-08-22T03:06:00.277Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
03:06:00 [2022-08-22T03:06:00.424Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
03:06:00 [2022-08-22T03:06:00.578Z] 
03:06:00 [2022-08-22T03:06:00.578Z] Removing bundles/
03:06:00 [2022-08-22T03:06:00.578Z] 
03:06:00 [2022-08-22T03:06:00.578Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
03:06:00 [2022-08-22T03:06:00.847Z] Building: bundles/dynbinary-daemon/dockerd
03:06:00 [2022-08-22T03:06:00.847Z] GOOS="" GOARCH="" GOARM=""
03:06:01 [2022-08-22T03:06:01.439Z] #71 197.2 + bin/containerd-shim-runc-v2
03:06:01 [2022-08-22T03:06:01.697Z] #71 198.0 + binaries
03:06:01 [2022-08-22T03:06:01.956Z] #71 198.0 + install -D bin/containerd /build/containerd
03:06:01 [2022-08-22T03:06:01.956Z] #71 198.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
03:06:01 [2022-08-22T03:06:01.956Z] #71 198.1 + install -D bin/ctr /build/ctr
03:06:02 [2022-08-22T03:06:02.214Z] #71 DONE 198.5s
03:06:02 [2022-08-22T03:06:02.313Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
03:06:02 [2022-08-22T03:06:02.874Z] ok  	github.com/docker/docker/volume/local	0.082s	coverage: 76.8% of statements
03:06:03 [2022-08-22T03:06:03.130Z] ok  	github.com/docker/docker/volume/mounts	0.007s	coverage: 67.7% of statements
03:06:03 [2022-08-22T03:06:03.151Z] 
03:06:03 [2022-08-22T03:06:03.151Z] #72 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
03:06:03 [2022-08-22T03:06:03.151Z] #72 sha256:b16b69406d9d16a1f980fa77ebb810489086d62276283626e97b65ed8234d87a
03:06:03 [2022-08-22T03:06:03.410Z] #72 DONE 0.3s
03:06:03 [2022-08-22T03:06:03.410Z] 
03:06:03 [2022-08-22T03:06:03.410Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
03:06:03 [2022-08-22T03:06:03.410Z] #77 sha256:28a0e5178fb88583eb916628591b9ec748ad8652220820772c5e91b84e7c0cd7
03:06:03 [2022-08-22T03:06:03.561Z] #82 exporting layers 7.3s done
03:06:03 [2022-08-22T03:06:03.561Z] #82 writing image sha256:504af0991e83494682ea7214f0587d5c62ed499fa0fe4e3083c128b9fefe1188 done
03:06:03 [2022-08-22T03:06:03.561Z] #82 naming to docker.io/library/docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 done
03:06:03 [2022-08-22T03:06:03.561Z] #82 DONE 7.4s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
03:06:03 [2022-08-22T03:06:03.668Z] #77 DONE 0.1s
03:06:03 [2022-08-22T03:06:03.668Z] 
03:06:03 [2022-08-22T03:06:03.668Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
03:06:03 [2022-08-22T03:06:03.668Z] #82 sha256:abdcd0146948cdf0a952c79b380bfb74ef2d3edc5565c7f1e92602bf10b019f6
03:06:03 [2022-08-22T03:06:03.888Z] + trap exit INT TERM
03:06:03 [2022-08-22T03:06:03.888Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
03:06:03 [2022-08-22T03:06:03.888Z] + CONTAINER_NAME=docker-pr1
03:06:03 [2022-08-22T03:06:03.888Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44001/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/make.sh dynbinary
03:06:04 [2022-08-22T03:06:04.234Z] #82 DONE 0.4s
03:06:04 [2022-08-22T03:06:04.234Z] 
03:06:04 [2022-08-22T03:06:04.234Z] #85 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
03:06:04 [2022-08-22T03:06:04.234Z] #85 sha256:e2249eb910a7769a289c8e4d5e29081a59aedb8b9d3b0e7d224a9079b0289891
03:06:04 [2022-08-22T03:06:04.234Z] #85 DONE 0.1s
03:06:04 [2022-08-22T03:06:04.234Z] 
03:06:04 [2022-08-22T03:06:04.234Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
03:06:04 [2022-08-22T03:06:04.234Z] #86 sha256:bbe9c7242d7160551a5bb19f6165dfbeca82a4ea92fe042fd59c6f1ec03ac1e0
03:06:04 [2022-08-22T03:06:04.234Z] #86 DONE 0.0s
03:06:04 [2022-08-22T03:06:04.234Z] 
03:06:04 [2022-08-22T03:06:04.234Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
03:06:04 [2022-08-22T03:06:04.234Z] #87 sha256:b82f6e0c9a86784c9057b14d9f50c4eec314a732c74b4d798890103d808b33d3
03:06:04 [2022-08-22T03:06:04.234Z] #87 DONE 0.0s
03:06:04 [2022-08-22T03:06:04.234Z] 
03:06:04 [2022-08-22T03:06:04.234Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker
03:06:04 [2022-08-22T03:06:04.234Z] #88 sha256:8011b404d7346a8924429b2adb1fa16178096888d6691f1a2f76bc16f474ce6c
03:06:04 [2022-08-22T03:06:04.495Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 72.3% of statements
03:06:04 [2022-08-22T03:06:04.822Z] 
03:06:05 [2022-08-22T03:06:05.081Z] Removing bundles/
03:06:05 [2022-08-22T03:06:05.081Z] 
03:06:05 [2022-08-22T03:06:05.081Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
03:06:05 [2022-08-22T03:06:05.081Z] Building: bundles/dynbinary-daemon/dockerd
03:06:05 [2022-08-22T03:06:05.081Z] GOOS="" GOARCH="" GOARM=""
03:06:08 [2022-08-22T03:06:08.419Z] #88 DONE 3.6s
03:06:08 [2022-08-22T03:06:08.419Z] 
03:06:08 [2022-08-22T03:06:08.419Z] #89 exporting to image
03:06:08 [2022-08-22T03:06:08.419Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
03:06:08 [2022-08-22T03:06:08.419Z] #89 exporting layers
03:06:26 [2022-08-22T03:06:26.376Z] ok  	github.com/docker/docker/pkg/plugins	33.641s	coverage: 76.3% of statements
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/rootless	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/testutil/request	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/volume	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === Skipped
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     network_proxy_test.go:208: No support for dual stack yet
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver btrfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver btrfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver btrfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver btrfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver btrfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:71: No driver to put!
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z] time="2022-08-22T03:05:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: driver not supported
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z] time="2022-08-22T03:05:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: driver not supported
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z] time="2022-08-22T03:05:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: driver not supported
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z] time="2022-08-22T03:05:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: driver not supported
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z] time="2022-08-22T03:05:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: driver not supported
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:71: No driver to put!
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     overlay_test.go:50: Fails to compute changes intermittently
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     overlay_test.go:65: Cannot run test with naive change algorithm
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver zfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver zfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver zfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver zfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:44: Driver zfs not supported
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     graphtest_unix.go:71: No driver to put!
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
03:06:26 [2022-08-22T03:06:26.376Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
03:06:26 [2022-08-22T03:06:26.376Z] 
03:06:26 [2022-08-22T03:06:26.376Z] DONE 2874 tests, 28 skipped in 210.939s
03:06:26 [2022-08-22T03:06:26.376Z] + '[' -n 'github.com/docker/docker/libnetwork
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/bitseq
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/cluster
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/cmd/diagnostic
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/cmd/ovrouter
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/cmd/readme_test
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/config
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/datastore
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/diagnostic
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/discoverapi
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/driverapi
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/bridge
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/host
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/ipvlan
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/macvlan
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/null
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/overlay
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/remote
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/remote/api
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/windows
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/drvregistry
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/etchosts
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/idm
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/internal/caller
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/internal/setmatrix
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/ipam
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/ipamapi
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/ipams/builtin
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/ipams/null
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/ipams/remote
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/ipams/remote/api
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/ipams/windowsipam
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/ipamutils
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/iptables
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/netlabel
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/netutils
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/networkdb
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/ns
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/options
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/osl
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/osl/kernel
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/portallocator
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/portmapper
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/resolvconf
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/testutils
03:06:26 [2022-08-22T03:06:26.376Z] github.com/docker/docker/libnetwork/types' ']'
03:06:26 [2022-08-22T03:06:26.376Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -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
03:06:34 [2022-08-22T03:06:34.959Z] #89 exporting layers 24.5s done
03:06:34 [2022-08-22T03:06:34.959Z] #89 writing image sha256:7ecc6b8118d3fcda9247923ce538c419408d1d7be75cce4b6861830a6b818e89 done
03:06:34 [2022-08-22T03:06:34.959Z] #89 naming to docker.io/library/docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 done
03:06:34 [2022-08-22T03:06:34.959Z] #89 DONE 24.5s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
03:06:35 [2022-08-22T03:06:35.294Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44001/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/validate/default
03:06:36 [2022-08-22T03:06:36.228Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
03:06:36 [2022-08-22T03:06:36.228Z] No api/types/ or api/swagger.yaml changes in diff.
03:06:36 [2022-08-22T03:06:36.228Z] Congratulations!  All TOML source files changed here have valid syntax.
03:06:36 [2022-08-22T03:06:36.228Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
03:06:36 [2022-08-22T03:06:36.228Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
03:06:36 [2022-08-22T03:06:36.228Z] 
03:06:36 [2022-08-22T03:06:36.228Z] INFO Start validation with golang-ci-lint
03:06:36 [2022-08-22T03:06:36.795Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
03:06:36 [2022-08-22T03:06:36.795Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
03:06:36 [2022-08-22T03:06:36.795Z] INFO [loader] Using build tags: [ journald]       
03:06:46 [2022-08-22T03:06:46.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
03:06:46 [2022-08-22T03:06:46.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
03:07:08 [2022-08-22T03:07:08.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
03:07:13 [2022-08-22T03:07:13.016Z] ok  	github.com/docker/docker/libnetwork	37.455s	coverage: 40.6% of statements
03:07:13 [2022-08-22T03:07:13.016Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.139s	coverage: 84.4% of statements
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ok  	github.com/docker/docker/libnetwork/config	0.015s	coverage: 22.4% of statements
03:07:13 [2022-08-22T03:07:13.016Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 21.9% of statements
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
03:07:13 [2022-08-22T03:07:13.016Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.538s	coverage: 59.9% of statements
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
03:07:13 [2022-08-22T03:07:13.016Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.016s	coverage: 5.2% of statements
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.7% of statements
03:07:13 [2022-08-22T03:07:13.016Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
03:07:13 [2022-08-22T03:07:13.016Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
03:07:18 [2022-08-22T03:07:18.800Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
03:07:22 [2022-08-22T03:07:22.957Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.174s	coverage: 6.7% of statements
03:07:22 [2022-08-22T03:07:22.957Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
03:07:22 [2022-08-22T03:07:22.957Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
03:07:22 [2022-08-22T03:07:22.957Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.4% of statements
03:07:22 [2022-08-22T03:07:22.957Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
03:07:22 [2022-08-22T03:07:22.957Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
03:07:22 [2022-08-22T03:07:22.957Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
03:07:23 [2022-08-22T03:07:23.519Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
03:07:23 [2022-08-22T03:07:23.774Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.014s	coverage: 81.2% of statements
03:07:24 [2022-08-22T03:07:24.030Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
03:07:24 [2022-08-22T03:07:24.030Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
03:07:26 [2022-08-22T03:07:26.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
03:07:26 [2022-08-22T03:07:26.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
03:07:27 [2022-08-22T03:07:27.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
03:07:28 [2022-08-22T03:07:28.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
03:07:28 [2022-08-22T03:07:28.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
03:07:29 [2022-08-22T03:07:29.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
03:07:30 [2022-08-22T03:07:30.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
03:07:32 [2022-08-22T03:07:32.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
03:07:33 [2022-08-22T03:07:33.592Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
03:07:34 [2022-08-22T03:07:34.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
03:07:35 [2022-08-22T03:07:35.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
03:07:36 [2022-08-22T03:07:36.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
03:07:36 [2022-08-22T03:07:36.196Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
03:07:36 [2022-08-22T03:07:36.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
03:07:37 [2022-08-22T03:07:37.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
03:07:38 [2022-08-22T03:07:38.504Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
03:07:39 [2022-08-22T03:07:39.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
03:07:40 [2022-08-22T03:07:40.361Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
03:07:40 [2022-08-22T03:07:40.361Z] Using test binary docker
03:07:40 [2022-08-22T03:07:40.361Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
03:07:40 [2022-08-22T03:07:40.361Z] Starting apparmor (via systemctl): apparmor.service.
03:07:40 [2022-08-22T03:07:40.361Z] Starting dockerd
03:07:40 [2022-08-22T03:07:40.361Z] INFO: Waiting for daemon to start...
03:07:42 [2022-08-22T03:07:42.876Z] .
03:07:42 [2022-08-22T03:07:42.876Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
03:07:42 [2022-08-22T03:07:42.876Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
03:07:42 [2022-08-22T03:07:42.876Z] Error: No such image: emptyfs
03:07:42 [2022-08-22T03:07:42.876Z] Loaded image: emptyfs:latest
03:07:42 [2022-08-22T03:07:42.876Z] Running integration-test (iteration 1)
03:07:42 [2022-08-22T03:07:42.876Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
03:07:43 [2022-08-22T03:07:43.133Z] Loaded image: busybox:latest
03:07:43 [2022-08-22T03:07:43.389Z] Loaded image: busybox:glibc
03:07:44 [2022-08-22T03:07:44.756Z] Loaded image: debian:bullseye-slim
03:07:44 [2022-08-22T03:07:44.756Z] Loaded image: hello-world:latest
03:07:44 [2022-08-22T03:07:44.756Z] Loaded image: arm32v7/hello-world:latest
03:07:44 [2022-08-22T03:07:44.756Z] INFO: Testing against a local daemon
03:07:44 [2022-08-22T03:07:44.756Z] === RUN   TestCgroupNamespacesBuild
03:07:46 [2022-08-22T03:07:46.122Z] --- PASS: TestCgroupNamespacesBuild (1.31s)
03:07:46 [2022-08-22T03:07:46.122Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
03:07:47 [2022-08-22T03:07:47.488Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.29s)
03:07:47 [2022-08-22T03:07:47.488Z] === RUN   TestBuildWithSession
03:07:47 [2022-08-22T03:07:47.488Z]     build_session_test.go:25: TODO: BuildKit
03:07:47 [2022-08-22T03:07:47.488Z] --- SKIP: TestBuildWithSession (0.00s)
03:07:47 [2022-08-22T03:07:47.488Z] === RUN   TestBuildSquashParent
03:07:51 [2022-08-22T03:07:51.033Z] ok  	github.com/docker/docker/libnetwork/ipam	16.059s	coverage: 85.3% of statements
03:07:51 [2022-08-22T03:07:51.033Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
03:07:51 [2022-08-22T03:07:51.033Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
03:07:51 [2022-08-22T03:07:51.289Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 57.1% of statements
03:07:51 [2022-08-22T03:07:51.545Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 47.4% of statements
03:07:51 [2022-08-22T03:07:51.545Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
03:07:51 [2022-08-22T03:07:51.656Z] --- PASS: TestBuildSquashParent (4.10s)
03:07:51 [2022-08-22T03:07:51.656Z] === RUN   TestBuildWithRemoveAndForceRemove
03:07:51 [2022-08-22T03:07:51.656Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
03:07:51 [2022-08-22T03:07:51.656Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
03:07:51 [2022-08-22T03:07:51.656Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
03:07:51 [2022-08-22T03:07:51.656Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
03:07:51 [2022-08-22T03:07:51.656Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
03:07:51 [2022-08-22T03:07:51.656Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
03:07:51 [2022-08-22T03:07:51.656Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
03:07:51 [2022-08-22T03:07:51.656Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
03:07:51 [2022-08-22T03:07:51.656Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
03:07:51 [2022-08-22T03:07:51.656Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
03:07:51 [2022-08-22T03:07:51.656Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
03:07:51 [2022-08-22T03:07:51.656Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
03:07:51 [2022-08-22T03:07:51.656Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
03:07:51 [2022-08-22T03:07:51.656Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
03:07:51 [2022-08-22T03:07:51.801Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
03:07:52 [2022-08-22T03:07:52.362Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.279s	coverage: 74.0% of statements
03:07:53 [2022-08-22T03:07:53.289Z] ok  	github.com/docker/docker/libnetwork/iptables	0.168s	coverage: 45.0% of statements
03:07:53 [2022-08-22T03:07:53.289Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
03:07:53 [2022-08-22T03:07:53.545Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 44.1% of statements
03:07:53 [2022-08-22T03:07:53.548Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
03:07:53 [2022-08-22T03:07:53.548Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
03:07:54 [2022-08-22T03:07:54.913Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
03:07:54 [2022-08-22T03:07:54.913Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
03:07:56 [2022-08-22T03:07:56.802Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
03:07:56 [2022-08-22T03:07:56.802Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.87s)
03:07:56 [2022-08-22T03:07:56.802Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.87s)
03:07:56 [2022-08-22T03:07:56.802Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.56s)
03:07:56 [2022-08-22T03:07:56.802Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.59s)
03:07:56 [2022-08-22T03:07:56.802Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.41s)
03:07:56 [2022-08-22T03:07:56.802Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.63s)
03:07:56 [2022-08-22T03:07:56.802Z] === RUN   TestBuildMultiStageCopy
03:07:56 [2022-08-22T03:07:56.802Z] === RUN   TestBuildMultiStageCopy/copy_to_root
03:07:58 [2022-08-22T03:07:58.167Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
03:07:58 [2022-08-22T03:07:58.167Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
03:07:58 [2022-08-22T03:07:58.423Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
03:07:58 [2022-08-22T03:07:58.680Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
03:07:58 [2022-08-22T03:07:58.936Z] --- PASS: TestBuildMultiStageCopy (2.30s)
03:07:58 [2022-08-22T03:07:58.936Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.43s)
03:07:58 [2022-08-22T03:07:58.936Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s)
03:07:58 [2022-08-22T03:07:58.936Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
03:07:58 [2022-08-22T03:07:58.936Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
03:07:58 [2022-08-22T03:07:58.936Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
03:07:58 [2022-08-22T03:07:58.936Z] === RUN   TestBuildMultiStageParentConfig
03:07:59 [2022-08-22T03:07:59.497Z] --- PASS: TestBuildMultiStageParentConfig (0.63s)
03:07:59 [2022-08-22T03:07:59.497Z] === RUN   TestBuildLabelWithTargets
03:08:00 [2022-08-22T03:08:00.425Z] --- PASS: TestBuildLabelWithTargets (0.99s)
03:08:00 [2022-08-22T03:08:00.425Z] === RUN   TestBuildWithEmptyLayers
03:08:00 [2022-08-22T03:08:00.998Z] --- PASS: TestBuildWithEmptyLayers (0.43s)
03:08:00 [2022-08-22T03:08:00.998Z] === RUN   TestBuildMultiStageOnBuild
03:08:02 [2022-08-22T03:08:02.907Z] --- PASS: TestBuildMultiStageOnBuild (1.69s)
03:08:02 [2022-08-22T03:08:02.907Z] === RUN   TestBuildUncleanTarFilenames
03:08:03 [2022-08-22T03:08:03.163Z] --- PASS: TestBuildUncleanTarFilenames (0.61s)
03:08:03 [2022-08-22T03:08:03.163Z] === RUN   TestBuildMultiStageLayerLeak
03:08:05 [2022-08-22T03:08:05.054Z] --- PASS: TestBuildMultiStageLayerLeak (1.67s)
03:08:05 [2022-08-22T03:08:05.054Z] === RUN   TestBuildWithHugeFile
03:08:07 [2022-08-22T03:08:07.277Z] Created binary: bundles/dynbinary-daemon/dockerd
03:08:07 [2022-08-22T03:08:07.277Z] Building: bundles/dynbinary-daemon/docker-proxy
03:08:07 [2022-08-22T03:08:07.277Z] GOOS="" GOARCH="" GOARM=""
03:08:07 [2022-08-22T03:08:07.277Z] Created binary: bundles/dynbinary-daemon/docker-proxy
03:08:07 [2022-08-22T03:08:07.277Z] 
03:08:07 [2022-08-22T03:08:07.277Z] ---> Making bundle: test-integration (in bundles/test-integration)
03:08:07 [2022-08-22T03:08:07.277Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
03:08:07 [2022-08-22T03:08:07.277Z] HOSTNAME=8e5c31982da5
03:08:07 [2022-08-22T03:08:07.277Z] DEST=bundles/test-integration
03:08:07 [2022-08-22T03:08:07.277Z] PWD=/go/src/github.com/docker/docker
03:08:07 [2022-08-22T03:08:07.277Z] DOCKER_ROOTLESS=1
03:08:07 [2022-08-22T03:08:07.277Z] DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
03:08:07 [2022-08-22T03:08:07.277Z] container=docker
03:08:07 [2022-08-22T03:08:07.277Z] HOME=/root
03:08:07 [2022-08-22T03:08:07.277Z] GOLANG_VERSION=1.18.5
03:08:07 [2022-08-22T03:08:07.277Z] VALIDATE_REPO=https://github.com/moby/moby.git
03:08:07 [2022-08-22T03:08:07.277Z] VALIDATE_BRANCH=master
03:08:07 [2022-08-22T03:08:07.277Z] TERM=xterm
03:08:07 [2022-08-22T03:08:07.277Z] DOCKER_PKG=github.com/docker/docker
03:08:07 [2022-08-22T03:08:07.277Z] SHLVL=1
03:08:07 [2022-08-22T03:08:07.277Z] TIMEOUT=120m
03:08:07 [2022-08-22T03:08:07.277Z] DOCKER_BUILDTAGS= journald
03:08:07 [2022-08-22T03:08:07.277Z] DOCKER_GRAPHDRIVER=overlay2
03:08:07 [2022-08-22T03:08:07.277Z] GO111MODULE=off
03:08:07 [2022-08-22T03:08:07.277Z] DOCKER_EXPERIMENTAL=1
03:08:07 [2022-08-22T03:08:07.277Z] TEST_SKIP_INTEGRATION_CLI=1
03:08:07 [2022-08-22T03:08:07.277Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
03:08:07 [2022-08-22T03:08:07.277Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
03:08:07 [2022-08-22T03:08:07.277Z] GOPATH=/go
03:08:07 [2022-08-22T03:08:07.277Z] PKG_CONFIG=pkg-config
03:08:07 [2022-08-22T03:08:07.277Z] _=/usr/bin/env
03:08:07 [2022-08-22T03:08:07.277Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
03:08:11 [2022-08-22T03:08:11.591Z] Created binary: bundles/dynbinary-daemon/dockerd
03:08:11 [2022-08-22T03:08:11.591Z] Building: bundles/dynbinary-daemon/docker-proxy
03:08:11 [2022-08-22T03:08:11.591Z] GOOS="" GOARCH="" GOARM=""
03:08:11 [2022-08-22T03:08:11.591Z] Created binary: bundles/dynbinary-daemon/docker-proxy
03:08:11 [2022-08-22T03:08:11.591Z] 
03:08:11 [2022-08-22T03:08:11.591Z] + TEST_INTEGRATION_DEST=2
03:08:11 [2022-08-22T03:08:11.591Z] + CONTAINER_NAME=docker-pr1-2
03:08:11 [2022-08-22T03:08:11.591Z] + TEST_SKIP_INTEGRATION=1
03:08:11 [2022-08-22T03:08:11.591Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
03:08:11 [2022-08-22T03:08:11.591Z] + run_tests
03:08:11 [2022-08-22T03:08:11.591Z] + c=0
03:08:11 [2022-08-22T03:08:11.591Z] + '[' -n 0 ']'
03:08:11 [2022-08-22T03:08:11.591Z] + rm=
03:08:11 [2022-08-22T03:08:11.591Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44001/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44001/.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=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/make.sh '' test-integration
03:08:11 [2022-08-22T03:08:11.591Z] ++ jobs -p
03:08:11 [2022-08-22T03:08:11.591Z] + TEST_INTEGRATION_DEST=3
03:08:11 [2022-08-22T03:08:11.591Z] + CONTAINER_NAME=docker-pr1-3
03:08:11 [2022-08-22T03:08:11.591Z] + TEST_SKIP_INTEGRATION=1
03:08:11 [2022-08-22T03:08:11.591Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
03:08:11 [2022-08-22T03:08:11.591Z] + run_tests
03:08:11 [2022-08-22T03:08:11.591Z] + for job in $(jobs -p)
03:08:11 [2022-08-22T03:08:11.591Z] + wait 8938
03:08:11 [2022-08-22T03:08:11.591Z] + '[' -n 0 ']'
03:08:11 [2022-08-22T03:08:11.591Z] + rm=
03:08:11 [2022-08-22T03:08:11.591Z] + TEST_INTEGRATION_DEST=1
03:08:11 [2022-08-22T03:08:11.591Z] + CONTAINER_NAME=docker-pr1-1
03:08:11 [2022-08-22T03:08:11.591Z] + TEST_SKIP_INTEGRATION_CLI=1
03:08:11 [2022-08-22T03:08:11.591Z] + run_tests test-integration-flaky
03:08:11 [2022-08-22T03:08:11.591Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44001/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44001/.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=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/make.sh '' test-integration
03:08:11 [2022-08-22T03:08:11.591Z] + '[' -n 0 ']'
03:08:11 [2022-08-22T03:08:11.591Z] + rm=
03:08:11 [2022-08-22T03:08:11.591Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44001/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44001/.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=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/make.sh test-integration-flaky test-integration
03:08:11 [2022-08-22T03:08:11.591Z] 
03:08:11 [2022-08-22T03:08:11.591Z] ---> Making bundle: test-integration (in bundles/test-integration)
03:08:11 [2022-08-22T03:08:11.591Z] 
03:08:11 [2022-08-22T03:08:11.591Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
03:08:11 [2022-08-22T03:08:11.591Z] HOSTNAME=6a08885b84cb
03:08:11 [2022-08-22T03:08:11.591Z] TEST_SKIP_INTEGRATION=1
03:08:11 [2022-08-22T03:08:11.591Z] TESTDEBUG=0
03:08:11 [2022-08-22T03:08:11.591Z] DEST=bundles/test-integration
03:08:11 [2022-08-22T03:08:11.591Z] PWD=/go/src/github.com/docker/docker
03:08:11 [2022-08-22T03:08:11.591Z] KEEPBUNDLE=1
03:08:11 [2022-08-22T03:08:11.591Z] DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
03:08:11 [2022-08-22T03:08:11.591Z] container=docker
03:08:11 [2022-08-22T03:08:11.591Z] HOME=/root
03:08:11 [2022-08-22T03:08:11.591Z] GOLANG_VERSION=1.18.5
03:08:11 [2022-08-22T03:08:11.591Z] VALIDATE_REPO=https://github.com/moby/moby.git
03:08:11 [2022-08-22T03:08:11.591Z] VALIDATE_BRANCH=master
03:08:11 [2022-08-22T03:08:11.591Z] TERM=xterm
03:08:11 [2022-08-22T03:08:11.591Z] DOCKER_PKG=github.com/docker/docker
03:08:11 [2022-08-22T03:08:11.591Z] SHLVL=1
03:08:11 [2022-08-22T03:08:11.591Z] TIMEOUT=120m
03:08:11 [2022-08-22T03:08:11.591Z] DOCKER_BUILDTAGS= journald
03:08:11 [2022-08-22T03:08:11.591Z] DOCKER_GRAPHDRIVER=overlay2
03:08:11 [2022-08-22T03:08:11.591Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
03:08:11 [2022-08-22T03:08:11.591Z] GO111MODULE=off
03:08:11 [2022-08-22T03:08:11.591Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
03:08:11 [2022-08-22T03:08:11.591Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
03:08:11 [2022-08-22T03:08:11.591Z] GOPATH=/go
03:08:11 [2022-08-22T03:08:11.591Z] PKG_CONFIG=pkg-config
03:08:11 [2022-08-22T03:08:11.591Z] _=/usr/bin/env
03:08:11 [2022-08-22T03:08:11.591Z] Building test suite binary ./integration-cli/test.main
03:08:11 [2022-08-22T03:08:11.591Z] 
03:08:11 [2022-08-22T03:08:11.591Z] ---> Making bundle: test-integration (in bundles/test-integration)
03:08:11 [2022-08-22T03:08:11.591Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
03:08:11 [2022-08-22T03:08:11.591Z] HOSTNAME=7e9898798df3
03:08:11 [2022-08-22T03:08:11.591Z] TEST_SKIP_INTEGRATION=1
03:08:11 [2022-08-22T03:08:11.591Z] TESTDEBUG=0
03:08:11 [2022-08-22T03:08:11.591Z] DEST=bundles/test-integration
03:08:11 [2022-08-22T03:08:11.591Z] PWD=/go/src/github.com/docker/docker
03:08:11 [2022-08-22T03:08:11.591Z] KEEPBUNDLE=1
03:08:11 [2022-08-22T03:08:11.591Z] DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
03:08:11 [2022-08-22T03:08:11.591Z] container=docker
03:08:11 [2022-08-22T03:08:11.591Z] HOME=/root
03:08:11 [2022-08-22T03:08:11.591Z] GOLANG_VERSION=1.18.5
03:08:11 [2022-08-22T03:08:11.591Z] VALIDATE_REPO=https://github.com/moby/moby.git
03:08:11 [2022-08-22T03:08:11.591Z] VALIDATE_BRANCH=master
03:08:11 [2022-08-22T03:08:11.591Z] TERM=xterm
03:08:11 [2022-08-22T03:08:11.591Z] DOCKER_PKG=github.com/docker/docker
03:08:11 [2022-08-22T03:08:11.591Z] SHLVL=1
03:08:11 [2022-08-22T03:08:11.591Z] TIMEOUT=120m
03:08:11 [2022-08-22T03:08:11.591Z] DOCKER_BUILDTAGS= journald
03:08:11 [2022-08-22T03:08:11.591Z] DOCKER_GRAPHDRIVER=overlay2
03:08:11 [2022-08-22T03:08:11.591Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
03:08:11 [2022-08-22T03:08:11.591Z] GO111MODULE=off
03:08:11 [2022-08-22T03:08:11.591Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
03:08:11 [2022-08-22T03:08:11.591Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
03:08:11 [2022-08-22T03:08:11.591Z] GOPATH=/go
03:08:11 [2022-08-22T03:08:11.591Z] PKG_CONFIG=pkg-config
03:08:11 [2022-08-22T03:08:11.591Z] _=/usr/bin/env
03:08:11 [2022-08-22T03:08:11.591Z] Building test suite binary ./integration-cli/test.main
03:08:11 [2022-08-22T03:08:11.591Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
03:08:11 [2022-08-22T03:08:11.591Z] No new tests added to integration.
03:08:11 [2022-08-22T03:08:11.591Z] 
03:08:11 [2022-08-22T03:08:11.591Z] ---> Making bundle: test-integration (in bundles/test-integration)
03:08:11 [2022-08-22T03:08:11.591Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
03:08:11 [2022-08-22T03:08:11.591Z] HOSTNAME=5dbdc78b90df
03:08:11 [2022-08-22T03:08:11.591Z] TESTDEBUG=0
03:08:11 [2022-08-22T03:08:11.591Z] DEST=bundles/test-integration
03:08:11 [2022-08-22T03:08:11.591Z] PWD=/go/src/github.com/docker/docker
03:08:11 [2022-08-22T03:08:11.591Z] KEEPBUNDLE=1
03:08:11 [2022-08-22T03:08:11.591Z] DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
03:08:11 [2022-08-22T03:08:11.591Z] container=docker
03:08:11 [2022-08-22T03:08:11.591Z] HOME=/root
03:08:11 [2022-08-22T03:08:11.591Z] GOLANG_VERSION=1.18.5
03:08:11 [2022-08-22T03:08:11.591Z] VALIDATE_REPO=https://github.com/moby/moby.git
03:08:11 [2022-08-22T03:08:11.591Z] VALIDATE_BRANCH=master
03:08:11 [2022-08-22T03:08:11.591Z] TERM=xterm
03:08:11 [2022-08-22T03:08:11.591Z] DOCKER_PKG=github.com/docker/docker
03:08:11 [2022-08-22T03:08:11.591Z] SHLVL=1
03:08:11 [2022-08-22T03:08:11.591Z] TIMEOUT=120m
03:08:11 [2022-08-22T03:08:11.591Z] DOCKER_BUILDTAGS= journald
03:08:11 [2022-08-22T03:08:11.591Z] DOCKER_GRAPHDRIVER=overlay2
03:08:11 [2022-08-22T03:08:11.591Z] GO111MODULE=off
03:08:11 [2022-08-22T03:08:11.591Z] TEST_SKIP_INTEGRATION_CLI=1
03:08:11 [2022-08-22T03:08:11.592Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
03:08:11 [2022-08-22T03:08:11.592Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
03:08:11 [2022-08-22T03:08:11.592Z] GOPATH=/go
03:08:11 [2022-08-22T03:08:11.592Z] PKG_CONFIG=pkg-config
03:08:11 [2022-08-22T03:08:11.592Z] _=/usr/bin/env
03:08:11 [2022-08-22T03:08:11.592Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
03:08:53 [2022-08-22T03:08:53.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
03:08:53 [2022-08-22T03:08:53.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
03:09:01 [2022-08-22T03:09:01.276Z] --- PASS: TestBuildWithHugeFile (50.34s)
03:09:01 [2022-08-22T03:09:01.276Z] === RUN   TestBuildWCOWSandboxSize
03:09:01 [2022-08-22T03:09:01.276Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
03:09:01 [2022-08-22T03:09:01.276Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
03:09:01 [2022-08-22T03:09:01.276Z] === RUN   TestBuildWithEmptyDockerfile
03:09:01 [2022-08-22T03:09:01.276Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
03:09:01 [2022-08-22T03:09:01.276Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
03:09:01 [2022-08-22T03:09:01.276Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
03:09:01 [2022-08-22T03:09:01.276Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
03:09:01 [2022-08-22T03:09:01.276Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
03:09:01 [2022-08-22T03:09:01.276Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
03:09:01 [2022-08-22T03:09:01.276Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
03:09:01 [2022-08-22T03:09:01.276Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
03:09:01 [2022-08-22T03:09:01.276Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
03:09:01 [2022-08-22T03:09:01.276Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
03:09:01 [2022-08-22T03:09:01.276Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
03:09:01 [2022-08-22T03:09:01.276Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
03:09:01 [2022-08-22T03:09:01.276Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
03:09:01 [2022-08-22T03:09:01.276Z] === RUN   TestBuildPreserveOwnership
03:09:01 [2022-08-22T03:09:01.276Z] === RUN   TestBuildPreserveOwnership/copy_from
03:09:01 [2022-08-22T03:09:01.276Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
03:09:01 [2022-08-22T03:09:01.276Z] --- PASS: TestBuildPreserveOwnership (3.49s)
03:09:01 [2022-08-22T03:09:01.276Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.37s)
03:09:01 [2022-08-22T03:09:01.276Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.12s)
03:09:01 [2022-08-22T03:09:01.276Z] === RUN   TestBuildPlatformInvalid
03:09:01 [2022-08-22T03:09:01.276Z] --- PASS: TestBuildPlatformInvalid (0.07s)
03:09:01 [2022-08-22T03:09:01.276Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
03:09:01 [2022-08-22T03:09:01.276Z] Loaded image: busybox:latest
03:09:01 [2022-08-22T03:09:01.276Z] Loaded image: busybox:glibc
03:09:01 [2022-08-22T03:09:01.276Z] Loaded image: debian:bullseye-slim
03:09:01 [2022-08-22T03:09:01.276Z] Loaded image: hello-world:latest
03:09:01 [2022-08-22T03:09:01.534Z] Loaded image: arm32v7/hello-world:latest
03:09:11 [2022-08-22T03:09:11.482Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.81s)
03:09:11 [2022-08-22T03:09:11.482Z] PASS
03:09:11 [2022-08-22T03:09:11.482Z] 
03:09:11 [2022-08-22T03:09:11.482Z] === Skipped
03:09:11 [2022-08-22T03:09:11.482Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
03:09:11 [2022-08-22T03:09:11.482Z]     build_session_test.go:25: TODO: BuildKit
03:09:11 [2022-08-22T03:09:11.482Z] 
03:09:11 [2022-08-22T03:09:11.482Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
03:09:11 [2022-08-22T03:09:11.482Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
03:09:11 [2022-08-22T03:09:11.482Z] 
03:09:11 [2022-08-22T03:09:11.482Z] DONE 34 tests, 2 skipped in 86.920s
03:09:11 [2022-08-22T03:09:11.482Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
03:09:11 [2022-08-22T03:09:11.482Z] INFO: Testing against a local daemon
03:09:11 [2022-08-22T03:09:11.482Z] === RUN   TestConfigInspect
03:09:12 [2022-08-22T03:09:12.410Z] --- PASS: TestConfigInspect (2.36s)
03:09:12 [2022-08-22T03:09:12.410Z] === RUN   TestConfigList
03:09:14 [2022-08-22T03:09:14.926Z] --- PASS: TestConfigList (2.20s)
03:09:14 [2022-08-22T03:09:14.926Z] === RUN   TestConfigsCreateAndDelete
03:09:15 [2022-08-22T03:09:15.822Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
03:09:16 [2022-08-22T03:09:16.814Z] --- PASS: TestConfigsCreateAndDelete (2.16s)
03:09:16 [2022-08-22T03:09:16.814Z] === RUN   TestConfigsUpdate
03:09:18 [2022-08-22T03:09:18.706Z] --- PASS: TestConfigsUpdate (2.16s)
03:09:18 [2022-08-22T03:09:18.706Z] === RUN   TestTemplatedConfig
03:09:21 [2022-08-22T03:09:21.975Z] --- PASS: TestTemplatedConfig (2.63s)
03:09:21 [2022-08-22T03:09:21.975Z] === RUN   TestConfigCreateResolve
03:09:23 [2022-08-22T03:09:23.865Z] --- PASS: TestConfigCreateResolve (2.13s)
03:09:23 [2022-08-22T03:09:23.865Z] PASS
03:09:23 [2022-08-22T03:09:23.865Z] 
03:09:23 [2022-08-22T03:09:23.865Z] DONE 6 tests in 13.664s
03:09:23 [2022-08-22T03:09:23.865Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
03:09:23 [2022-08-22T03:09:23.865Z] INFO: Testing against a local daemon
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestAttachWithTTY
03:09:23 [2022-08-22T03:09:23.865Z] --- PASS: TestAttachWithTTY (0.06s)
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestAttachWithoutTTy
03:09:23 [2022-08-22T03:09:23.865Z] --- PASS: TestAttachWithoutTTy (0.05s)
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestCheckpoint
03:09:23 [2022-08-22T03:09:23.865Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
03:09:23 [2022-08-22T03:09:23.865Z] --- SKIP: TestCheckpoint (0.00s)
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/commit
03:09:23 [2022-08-22T03:09:23.865Z] === PAUSE TestContainerInvalidJSON/commit
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/containers/create
03:09:23 [2022-08-22T03:09:23.865Z] === PAUSE TestContainerInvalidJSON/containers/create
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
03:09:23 [2022-08-22T03:09:23.865Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
03:09:23 [2022-08-22T03:09:23.865Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
03:09:23 [2022-08-22T03:09:23.865Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
03:09:23 [2022-08-22T03:09:23.865Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
03:09:23 [2022-08-22T03:09:23.865Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
03:09:23 [2022-08-22T03:09:23.865Z] === CONT  TestContainerInvalidJSON/commit
03:09:23 [2022-08-22T03:09:23.865Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/commit/empty_body
03:09:23 [2022-08-22T03:09:23.865Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
03:09:23 [2022-08-22T03:09:23.865Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
03:09:23 [2022-08-22T03:09:23.865Z] === CONT  TestContainerInvalidJSON/containers/create
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
03:09:23 [2022-08-22T03:09:23.865Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
03:09:23 [2022-08-22T03:09:23.865Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
03:09:23 [2022-08-22T03:09:23.866Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
03:09:23 [2022-08-22T03:09:23.866Z] --- PASS: TestContainerInvalidJSON (0.01s)
03:09:23 [2022-08-22T03:09:23.866Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestCopyFromContainerPathDoesNotExist
03:09:23 [2022-08-22T03:09:23.866Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestCopyFromContainerPathIsNotDir
03:09:23 [2022-08-22T03:09:23.866Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestCopyToContainerPathDoesNotExist
03:09:23 [2022-08-22T03:09:23.866Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
03:09:23 [2022-08-22T03:09:23.866Z] === RUN   TestCopyEmptyFile
03:09:23 [2022-08-22T03:09:23.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
03:09:24 [2022-08-22T03:09:24.122Z] --- PASS: TestCopyEmptyFile (0.20s)
03:09:24 [2022-08-22T03:09:24.122Z] === RUN   TestCopyToContainerPathIsNotDir
03:09:24 [2022-08-22T03:09:24.122Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
03:09:24 [2022-08-22T03:09:24.122Z] === RUN   TestCopyFromContainer
03:09:25 [2022-08-22T03:09:25.050Z] === RUN   TestCopyFromContainer//
03:09:25 [2022-08-22T03:09:25.305Z] === RUN   TestCopyFromContainer//bar/root
03:09:25 [2022-08-22T03:09:25.305Z] === RUN   TestCopyFromContainer//bar/root/
03:09:25 [2022-08-22T03:09:25.305Z] === RUN   TestCopyFromContainer/bar/quux
03:09:25 [2022-08-22T03:09:25.563Z] === RUN   TestCopyFromContainer/bar/quux/
03:09:25 [2022-08-22T03:09:25.563Z] === RUN   TestCopyFromContainer/bar/quux/baz
03:09:25 [2022-08-22T03:09:25.563Z] === RUN   TestCopyFromContainer/bar/filesymlink
03:09:25 [2022-08-22T03:09:25.563Z] === RUN   TestCopyFromContainer/bar/dirsymlink
03:09:25 [2022-08-22T03:09:25.563Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
03:09:25 [2022-08-22T03:09:25.818Z] === RUN   TestCopyFromContainer/bar/notarget
03:09:25 [2022-08-22T03:09:25.818Z] --- PASS: TestCopyFromContainer (1.72s)
03:09:25 [2022-08-22T03:09:25.818Z]     --- PASS: TestCopyFromContainer// (0.12s)
03:09:25 [2022-08-22T03:09:25.818Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
03:09:25 [2022-08-22T03:09:25.818Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
03:09:25 [2022-08-22T03:09:25.818Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
03:09:25 [2022-08-22T03:09:25.818Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
03:09:25 [2022-08-22T03:09:25.818Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
03:09:25 [2022-08-22T03:09:25.818Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
03:09:25 [2022-08-22T03:09:25.818Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
03:09:25 [2022-08-22T03:09:25.818Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
03:09:25 [2022-08-22T03:09:25.818Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
03:09:25 [2022-08-22T03:09:25.818Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
03:09:25 [2022-08-22T03:09:25.818Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
03:09:25 [2022-08-22T03:09:25.818Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
03:09:25 [2022-08-22T03:09:25.818Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
03:09:25 [2022-08-22T03:09:25.818Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
03:09:25 [2022-08-22T03:09:25.818Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
03:09:25 [2022-08-22T03:09:25.818Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
03:09:25 [2022-08-22T03:09:25.818Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
03:09:25 [2022-08-22T03:09:25.818Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
03:09:25 [2022-08-22T03:09:25.818Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
03:09:25 [2022-08-22T03:09:25.818Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
03:09:25 [2022-08-22T03:09:25.819Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
03:09:25 [2022-08-22T03:09:25.819Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
03:09:25 [2022-08-22T03:09:25.819Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
03:09:25 [2022-08-22T03:09:25.819Z] === RUN   TestCreateLinkToNonExistingContainer
03:09:25 [2022-08-22T03:09:25.819Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
03:09:25 [2022-08-22T03:09:25.819Z] === RUN   TestCreateWithInvalidEnv
03:09:25 [2022-08-22T03:09:25.819Z] === RUN   TestCreateWithInvalidEnv/0
03:09:25 [2022-08-22T03:09:25.819Z] === PAUSE TestCreateWithInvalidEnv/0
03:09:25 [2022-08-22T03:09:25.819Z] === RUN   TestCreateWithInvalidEnv/1
03:09:25 [2022-08-22T03:09:25.819Z] === PAUSE TestCreateWithInvalidEnv/1
03:09:25 [2022-08-22T03:09:25.819Z] === RUN   TestCreateWithInvalidEnv/2
03:09:25 [2022-08-22T03:09:25.819Z] === PAUSE TestCreateWithInvalidEnv/2
03:09:25 [2022-08-22T03:09:25.819Z] === CONT  TestCreateWithInvalidEnv/0
03:09:25 [2022-08-22T03:09:25.819Z] === CONT  TestCreateWithInvalidEnv/2
03:09:25 [2022-08-22T03:09:25.819Z] === CONT  TestCreateWithInvalidEnv/1
03:09:25 [2022-08-22T03:09:25.819Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
03:09:25 [2022-08-22T03:09:25.819Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
03:09:25 [2022-08-22T03:09:25.819Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
03:09:25 [2022-08-22T03:09:25.819Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
03:09:25 [2022-08-22T03:09:25.819Z] === RUN   TestCreateTmpfsMountsTarget
03:09:25 [2022-08-22T03:09:25.819Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
03:09:25 [2022-08-22T03:09:25.819Z] === RUN   TestCreateWithCustomMaskedPaths
03:09:27 [2022-08-22T03:09:27.709Z] --- PASS: TestCreateWithCustomMaskedPaths (1.52s)
03:09:27 [2022-08-22T03:09:27.709Z] === RUN   TestCreateWithCustomReadonlyPaths
03:09:29 [2022-08-22T03:09:29.075Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.70s)
03:09:29 [2022-08-22T03:09:29.075Z] === RUN   TestCreateWithInvalidHealthcheckParams
03:09:29 [2022-08-22T03:09:29.075Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
03:09:29 [2022-08-22T03:09:29.075Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
03:09:29 [2022-08-22T03:09:29.075Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
03:09:29 [2022-08-22T03:09:29.075Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
03:09:29 [2022-08-22T03:09:29.075Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
03:09:29 [2022-08-22T03:09:29.075Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
03:09:29 [2022-08-22T03:09:29.075Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
03:09:29 [2022-08-22T03:09:29.075Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
03:09:29 [2022-08-22T03:09:29.075Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
03:09:29 [2022-08-22T03:09:29.075Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
03:09:29 [2022-08-22T03:09:29.075Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
03:09:29 [2022-08-22T03:09:29.075Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
03:09:29 [2022-08-22T03:09:29.075Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
03:09:29 [2022-08-22T03:09:29.075Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
03:09:29 [2022-08-22T03:09:29.075Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
03:09:29 [2022-08-22T03:09:29.075Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
03:09:29 [2022-08-22T03:09:29.075Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
03:09:29 [2022-08-22T03:09:29.075Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
03:09:29 [2022-08-22T03:09:29.075Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
03:09:29 [2022-08-22T03:09:29.075Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
03:09:29 [2022-08-22T03:09:29.075Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
03:09:29 [2022-08-22T03:09:29.075Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
03:09:29 [2022-08-22T03:09:29.638Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s)
03:09:29 [2022-08-22T03:09:29.638Z] === RUN   TestCreateDifferentPlatform
03:09:29 [2022-08-22T03:09:29.638Z] === RUN   TestCreateDifferentPlatform/different_os
03:09:29 [2022-08-22T03:09:29.638Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
03:09:29 [2022-08-22T03:09:29.638Z] --- PASS: TestCreateDifferentPlatform (0.01s)
03:09:29 [2022-08-22T03:09:29.638Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
03:09:29 [2022-08-22T03:09:29.638Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
03:09:29 [2022-08-22T03:09:29.638Z] === RUN   TestCreateVolumesFromNonExistingContainer
03:09:29 [2022-08-22T03:09:29.894Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
03:09:29 [2022-08-22T03:09:29.894Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
03:09:29 [2022-08-22T03:09:29.894Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
03:09:29 [2022-08-22T03:09:29.894Z] === RUN   TestCreateInvalidHostConfig
03:09:29 [2022-08-22T03:09:29.894Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
03:09:29 [2022-08-22T03:09:29.894Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
03:09:29 [2022-08-22T03:09:29.894Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
03:09:29 [2022-08-22T03:09:29.894Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
03:09:29 [2022-08-22T03:09:29.894Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
03:09:29 [2022-08-22T03:09:29.894Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
03:09:29 [2022-08-22T03:09:29.894Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
03:09:29 [2022-08-22T03:09:29.894Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
03:09:29 [2022-08-22T03:09:29.894Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
03:09:29 [2022-08-22T03:09:29.894Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
03:09:29 [2022-08-22T03:09:29.894Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
03:09:29 [2022-08-22T03:09:29.894Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
03:09:29 [2022-08-22T03:09:29.894Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
03:09:29 [2022-08-22T03:09:29.894Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
03:09:29 [2022-08-22T03:09:29.894Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
03:09:29 [2022-08-22T03:09:29.894Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
03:09:29 [2022-08-22T03:09:29.894Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
03:09:29 [2022-08-22T03:09:29.894Z] === RUN   TestContainerStartOnDaemonRestart
03:09:29 [2022-08-22T03:09:29.894Z] === PAUSE TestContainerStartOnDaemonRestart
03:09:29 [2022-08-22T03:09:29.894Z] === RUN   TestDaemonRestartIpcMode
03:09:29 [2022-08-22T03:09:29.894Z] === PAUSE TestDaemonRestartIpcMode
03:09:29 [2022-08-22T03:09:29.894Z] === RUN   TestDaemonHostGatewayIP
03:09:29 [2022-08-22T03:09:29.894Z] === PAUSE TestDaemonHostGatewayIP
03:09:29 [2022-08-22T03:09:29.894Z] === RUN   TestRestartDaemonWithRestartingContainer
03:09:29 [2022-08-22T03:09:29.894Z] === PAUSE TestRestartDaemonWithRestartingContainer
03:09:29 [2022-08-22T03:09:29.894Z] === RUN   TestContainerKillOnDaemonStart
03:09:29 [2022-08-22T03:09:29.894Z] === PAUSE TestContainerKillOnDaemonStart
03:09:29 [2022-08-22T03:09:29.894Z] === RUN   TestDiff
03:09:30 [2022-08-22T03:09:30.456Z] --- PASS: TestDiff (0.58s)
03:09:30 [2022-08-22T03:09:30.456Z] === RUN   TestExecConsoleSize
03:09:31 [2022-08-22T03:09:31.018Z] --- PASS: TestExecConsoleSize (0.64s)
03:09:31 [2022-08-22T03:09:31.018Z] === RUN   TestExecWithCloseStdin
03:09:31 [2022-08-22T03:09:31.946Z] --- PASS: TestExecWithCloseStdin (0.70s)
03:09:31 [2022-08-22T03:09:31.946Z] === RUN   TestExec
03:09:32 [2022-08-22T03:09:32.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
03:09:32 [2022-08-22T03:09:32.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
03:09:32 [2022-08-22T03:09:32.508Z] --- PASS: TestExec (0.63s)
03:09:32 [2022-08-22T03:09:32.508Z] === RUN   TestExecUser
03:09:33 [2022-08-22T03:09:33.070Z] --- PASS: TestExecUser (0.65s)
03:09:33 [2022-08-22T03:09:33.070Z] === RUN   TestExportContainerAndImportImage
03:09:33 [2022-08-22T03:09:33.200Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
03:09:33 [2022-08-22T03:09:33.631Z] --- PASS: TestExportContainerAndImportImage (0.72s)
03:09:33 [2022-08-22T03:09:33.631Z] === RUN   TestExportContainerAfterDaemonRestart
03:09:34 [2022-08-22T03:09:34.130Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
03:09:34 [2022-08-22T03:09:34.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
03:09:34 [2022-08-22T03:09:34.949Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
03:09:34 [2022-08-22T03:09:34.997Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
03:09:34 [2022-08-22T03:09:34.997Z] === RUN   TestHealthCheckWorkdir
03:09:35 [2022-08-22T03:09:35.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
03:09:35 [2022-08-22T03:09:35.924Z] --- PASS: TestHealthCheckWorkdir (0.86s)
03:09:35 [2022-08-22T03:09:35.924Z] === RUN   TestHealthKillContainer
03:09:38 [2022-08-22T03:09:38.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
03:09:39 [2022-08-22T03:09:39.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
03:09:40 [2022-08-22T03:09:40.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
03:09:40 [2022-08-22T03:09:40.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
03:09:41 [2022-08-22T03:09:41.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
03:09:42 [2022-08-22T03:09:42.008Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
03:09:43 [2022-08-22T03:09:43.330Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|files|imports|exports_file) took 2m53.83197825s 
03:09:43 [2022-08-22T03:09:43.330Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 506.53061ms 
03:09:43 [2022-08-22T03:09:43.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
03:09:43 [2022-08-22T03:09:43.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
03:09:44 [2022-08-22T03:09:44.009Z] --- PASS: TestHealthKillContainer (8.24s)
03:09:44 [2022-08-22T03:09:44.009Z] === RUN   TestInspectCpusetInConfigPre120
03:09:44 [2022-08-22T03:09:44.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
03:09:44 [2022-08-22T03:09:44.923Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.195s	coverage: 60.1% of statements
03:09:44 [2022-08-22T03:09:44.923Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
03:09:44 [2022-08-22T03:09:44.923Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
03:09:44 [2022-08-22T03:09:44.923Z] ok  	github.com/docker/docker/libnetwork/osl	4.332s	coverage: 39.7% of statements
03:09:44 [2022-08-22T03:09:44.923Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
03:09:44 [2022-08-22T03:09:44.923Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
03:09:44 [2022-08-22T03:09:44.935Z] --- PASS: TestInspectCpusetInConfigPre120 (0.59s)
03:09:44 [2022-08-22T03:09:44.935Z] === RUN   TestIpcModeNone
03:09:45 [2022-08-22T03:09:45.430Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
03:09:45 [2022-08-22T03:09:45.430Z] Using test binary docker
03:09:45 [2022-08-22T03:09:45.430Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
03:09:45 [2022-08-22T03:09:45.430Z] Not: starting.
03:09:45 [2022-08-22T03:09:45.430Z] INFO: Waiting for daemon to start...
03:09:45 [2022-08-22T03:09:45.430Z] Starting dockerd
03:09:45 [2022-08-22T03:09:45.524Z] --- PASS: TestIpcModeNone (0.67s)
03:09:45 [2022-08-22T03:09:45.524Z] === RUN   TestIpcModePrivate
03:09:45 [2022-08-22T03:09:45.786Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
03:09:45 [2022-08-22T03:09:45.860Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.686s	coverage: 48.6% of statements
03:09:46 [2022-08-22T03:09:46.045Z] --- PASS: TestIpcModePrivate (0.66s)
03:09:46 [2022-08-22T03:09:46.046Z] === RUN   TestIpcModeShareable
03:09:46 [2022-08-22T03:09:46.116Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.6% of statements
03:09:46 [2022-08-22T03:09:46.116Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
03:09:46 [2022-08-22T03:09:46.372Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
03:09:46 [2022-08-22T03:09:46.372Z] 
03:09:46 [2022-08-22T03:09:46.372Z] === Skipped
03:09:46 [2022-08-22T03:09:46.372Z] === SKIP: libnetwork TestParallel1 (0.00s)
03:09:46 [2022-08-22T03:09:46.372Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
03:09:46 [2022-08-22T03:09:46.372Z] 
03:09:46 [2022-08-22T03:09:46.372Z] === SKIP: libnetwork TestParallel3 (0.00s)
03:09:46 [2022-08-22T03:09:46.372Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
03:09:46 [2022-08-22T03:09:46.372Z] 
03:09:46 [2022-08-22T03:09:46.372Z] === SKIP: libnetwork TestParallel2 (0.00s)
03:09:46 [2022-08-22T03:09:46.372Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
03:09:46 [2022-08-22T03:09:46.372Z] 
03:09:46 [2022-08-22T03:09:46.372Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
03:09:46 [2022-08-22T03:09:46.372Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
03:09:46 [2022-08-22T03:09:46.372Z] 
03:09:46 [2022-08-22T03:09:46.372Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
03:09:46 [2022-08-22T03:09:46.372Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
03:09:46 [2022-08-22T03:09:46.372Z] 
03:09:46 [2022-08-22T03:09:46.372Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
03:09:46 [2022-08-22T03:09:46.372Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
03:09:46 [2022-08-22T03:09:46.372Z] 
03:09:46 [2022-08-22T03:09:46.372Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
03:09:46 [2022-08-22T03:09:46.372Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
03:09:46 [2022-08-22T03:09:46.372Z] 
03:09:46 [2022-08-22T03:09:46.372Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
03:09:46 [2022-08-22T03:09:46.372Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
03:09:46 [2022-08-22T03:09:46.372Z] 
03:09:46 [2022-08-22T03:09:46.372Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
03:09:46 [2022-08-22T03:09:46.372Z]     firewalld_test.go:14: firewalld is not running
03:09:46 [2022-08-22T03:09:46.372Z] 
03:09:46 [2022-08-22T03:09:46.372Z] DONE 327 tests, 9 skipped in 203.231s
03:09:46 [2022-08-22T03:09:46.613Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
03:09:46 [2022-08-22T03:09:46.613Z] --- PASS: TestIpcModeShareable (0.67s)
03:09:46 [2022-08-22T03:09:46.613Z] === RUN   TestAPIIpcModeShareableAndContainer
Post stage
[Pipeline] junit
03:09:46 [2022-08-22T03:09:46.948Z] Recording test results
03:09:47 [2022-08-22T03:09:47.577Z] .
03:09:47 [2022-08-22T03:09:47.577Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
03:09:47 [2022-08-22T03:09:47.577Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
03:09:47 [2022-08-22T03:09:47.577Z] Error: No such image: emptyfs
03:09:47 [2022-08-22T03:09:47.834Z] Loaded image: emptyfs:latest
03:09:47 [2022-08-22T03:09:47.834Z] Running integration-test (iteration 1)
03:09:47 [2022-08-22T03:09:47.834Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
03:09:48 [2022-08-22T03:09:48.090Z] Loaded image: busybox:latest
03:09:48 [2022-08-22T03:09:48.090Z] Loaded image: busybox:glibc
03:09:48 [2022-08-22T03:09:48.503Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.87s)
03:09:48 [2022-08-22T03:09:48.503Z] === RUN   TestAPIIpcModeHost
03:09:48 [2022-08-22T03:09:48.594Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
03:09:48 [2022-08-22T03:09:48.973Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/make.sh dynbinary test-integration
03:09:49 [2022-08-22T03:09:49.064Z] --- PASS: TestAPIIpcModeHost (0.38s)
03:09:49 [2022-08-22T03:09:49.065Z] === RUN   TestDaemonIpcModeShareable
03:09:49 [2022-08-22T03:09:49.456Z] Loaded image: debian:bullseye-slim
03:09:49 [2022-08-22T03:09:49.456Z] Loaded image: hello-world:latest
03:09:49 [2022-08-22T03:09:49.535Z] 
03:09:49 [2022-08-22T03:09:49.535Z] Removing bundles/
03:09:49 [2022-08-22T03:09:49.535Z] 
03:09:49 [2022-08-22T03:09:49.535Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
03:09:49 [2022-08-22T03:09:49.535Z] Building: bundles/dynbinary-daemon/dockerd
03:09:49 [2022-08-22T03:09:49.535Z] GOOS="" GOARCH="" GOARM=""
03:09:49 [2022-08-22T03:09:49.712Z] Loaded image: arm32v7/hello-world:latest
03:09:49 [2022-08-22T03:09:49.712Z] INFO: Testing against a local daemon
03:09:49 [2022-08-22T03:09:49.712Z] === RUN   TestCgroupNamespacesBuild
03:09:49 [2022-08-22T03:09:49.991Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
03:09:50 [2022-08-22T03:09:50.247Z] --- PASS: TestDaemonIpcModeShareable (1.22s)
03:09:50 [2022-08-22T03:09:50.247Z] === RUN   TestDaemonIpcModePrivate
03:09:51 [2022-08-22T03:09:51.077Z] --- PASS: TestCgroupNamespacesBuild (1.25s)
03:09:51 [2022-08-22T03:09:51.077Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
03:09:51 [2022-08-22T03:09:51.174Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
03:09:51 [2022-08-22T03:09:51.429Z] --- PASS: TestDaemonIpcModePrivate (1.17s)
03:09:51 [2022-08-22T03:09:51.429Z] === RUN   TestDaemonIpcModePrivateFromConfig
03:09:52 [2022-08-22T03:09:52.005Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.14s)
03:09:52 [2022-08-22T03:09:52.005Z] === RUN   TestBuildWithSession
03:09:52 [2022-08-22T03:09:52.005Z]     build_session_test.go:25: TODO: BuildKit
03:09:52 [2022-08-22T03:09:52.005Z] --- SKIP: TestBuildWithSession (0.00s)
03:09:52 [2022-08-22T03:09:52.005Z] === RUN   TestBuildSquashParent
03:09:52 [2022-08-22T03:09:52.358Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
03:09:52 [2022-08-22T03:09:52.614Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.21s)
03:09:52 [2022-08-22T03:09:52.614Z] === RUN   TestDaemonIpcModeShareableFromConfig
03:09:53 [2022-08-22T03:09:53.540Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
03:09:53 [2022-08-22T03:09:53.797Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s)
03:09:53 [2022-08-22T03:09:53.797Z] === RUN   TestIpcModeOlderClient
03:09:53 [2022-08-22T03:09:53.797Z] === PAUSE TestIpcModeOlderClient
03:09:53 [2022-08-22T03:09:53.797Z] === RUN   TestKillContainerInvalidSignal
03:09:54 [2022-08-22T03:09:54.053Z] --- PASS: TestKillContainerInvalidSignal (0.40s)
03:09:54 [2022-08-22T03:09:54.053Z] === RUN   TestKillContainer
03:09:54 [2022-08-22T03:09:54.053Z] === RUN   TestKillContainer/no_signal
03:09:54 [2022-08-22T03:09:54.616Z] === RUN   TestKillContainer/non_killing_signal
03:09:54 [2022-08-22T03:09:54.872Z] === RUN   TestKillContainer/killing_signal
03:09:55 [2022-08-22T03:09:55.435Z] --- PASS: TestKillContainer (1.28s)
03:09:55 [2022-08-22T03:09:55.435Z]     --- PASS: TestKillContainer/no_signal (0.43s)
03:09:55 [2022-08-22T03:09:55.435Z]     --- PASS: TestKillContainer/non_killing_signal (0.28s)
03:09:55 [2022-08-22T03:09:55.435Z]     --- PASS: TestKillContainer/killing_signal (0.40s)
03:09:55 [2022-08-22T03:09:55.435Z] === RUN   TestKillWithStopSignalAndRestartPolicies
03:09:55 [2022-08-22T03:09:55.435Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
03:09:55 [2022-08-22T03:09:55.997Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
03:09:56 [2022-08-22T03:09:56.924Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.31s)
03:09:56 [2022-08-22T03:09:56.924Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.48s)
03:09:56 [2022-08-22T03:09:56.924Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s)
03:09:56 [2022-08-22T03:09:56.924Z] === RUN   TestKillStoppedContainer
03:09:56 [2022-08-22T03:09:56.924Z] --- PASS: TestKillStoppedContainer (0.04s)
03:09:56 [2022-08-22T03:09:56.924Z] === RUN   TestKillStoppedContainerAPIPre120
03:09:56 [2022-08-22T03:09:56.924Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
03:09:56 [2022-08-22T03:09:56.924Z] === RUN   TestKillDifferentUserContainer
03:09:57 [2022-08-22T03:09:57.180Z] --- PASS: TestKillDifferentUserContainer (0.45s)
03:09:57 [2022-08-22T03:09:57.180Z] === RUN   TestInspectOomKilledTrue
03:09:57 [2022-08-22T03:09:57.180Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
03:09:57 [2022-08-22T03:09:57.180Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
03:09:57 [2022-08-22T03:09:57.180Z] === RUN   TestInspectOomKilledFalse
03:09:57 [2022-08-22T03:09:57.742Z] --- PASS: TestInspectOomKilledFalse (0.39s)
03:09:57 [2022-08-22T03:09:57.742Z] === RUN   TestLinksEtcHostsContentMatch
03:09:57 [2022-08-22T03:09:57.997Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s)
03:09:57 [2022-08-22T03:09:57.997Z] === RUN   TestLinksContainerNames
03:09:58 [2022-08-22T03:09:58.924Z] --- PASS: TestLinksContainerNames (0.89s)
03:09:58 [2022-08-22T03:09:58.924Z] === RUN   TestLogsFollowTailEmpty
03:09:59 [2022-08-22T03:09:59.180Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
03:09:59 [2022-08-22T03:09:59.180Z] === RUN   TestLogs
03:09:59 [2022-08-22T03:09:59.180Z] === RUN   TestLogs/driver_local
03:09:59 [2022-08-22T03:09:59.180Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
03:09:59 [2022-08-22T03:09:59.180Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
03:09:59 [2022-08-22T03:09:59.180Z] === RUN   TestLogs/driver_local/tty/only_stdout
03:09:59 [2022-08-22T03:09:59.180Z] === PAUSE TestLogs/driver_local/tty/only_stdout
03:09:59 [2022-08-22T03:09:59.180Z] === RUN   TestLogs/driver_local/tty/only_stderr
03:09:59 [2022-08-22T03:09:59.180Z] === PAUSE TestLogs/driver_local/tty/only_stderr
03:09:59 [2022-08-22T03:09:59.180Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
03:09:59 [2022-08-22T03:09:59.180Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
03:09:59 [2022-08-22T03:09:59.180Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
03:09:59 [2022-08-22T03:09:59.180Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
03:09:59 [2022-08-22T03:09:59.180Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
03:09:59 [2022-08-22T03:09:59.180Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
03:09:59 [2022-08-22T03:09:59.180Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
03:09:59 [2022-08-22T03:09:59.180Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
03:10:00 [2022-08-22T03:10:00.086Z] --- PASS: TestBuildSquashParent (6.92s)
03:10:00 [2022-08-22T03:10:00.086Z] === RUN   TestBuildWithRemoveAndForceRemove
03:10:00 [2022-08-22T03:10:00.086Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
03:10:00 [2022-08-22T03:10:00.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
03:10:00 [2022-08-22T03:10:00.086Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
03:10:00 [2022-08-22T03:10:00.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
03:10:00 [2022-08-22T03:10:00.086Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
03:10:00 [2022-08-22T03:10:00.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
03:10:00 [2022-08-22T03:10:00.086Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
03:10:00 [2022-08-22T03:10:00.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
03:10:00 [2022-08-22T03:10:00.086Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
03:10:00 [2022-08-22T03:10:00.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
03:10:00 [2022-08-22T03:10:00.086Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
03:10:00 [2022-08-22T03:10:00.086Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
03:10:00 [2022-08-22T03:10:00.086Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
03:10:00 [2022-08-22T03:10:00.086Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
03:10:00 [2022-08-22T03:10:00.109Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
03:10:00 [2022-08-22T03:10:00.109Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
03:10:00 [2022-08-22T03:10:00.649Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
03:10:00 [2022-08-22T03:10:00.649Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
03:10:00 [2022-08-22T03:10:00.671Z] === CONT  TestLogs/driver_local/tty/only_stderr
03:10:00 [2022-08-22T03:10:00.671Z] === CONT  TestLogs/driver_local/tty/only_stdout
03:10:01 [2022-08-22T03:10:01.598Z] === RUN   TestLogs/driver_json-file
03:10:01 [2022-08-22T03:10:01.598Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
03:10:01 [2022-08-22T03:10:01.598Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
03:10:01 [2022-08-22T03:10:01.598Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
03:10:01 [2022-08-22T03:10:01.598Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
03:10:01 [2022-08-22T03:10:01.598Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
03:10:01 [2022-08-22T03:10:01.598Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
03:10:01 [2022-08-22T03:10:01.598Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
03:10:01 [2022-08-22T03:10:01.598Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
03:10:01 [2022-08-22T03:10:01.598Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
03:10:01 [2022-08-22T03:10:01.598Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
03:10:01 [2022-08-22T03:10:01.598Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
03:10:01 [2022-08-22T03:10:01.598Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
03:10:01 [2022-08-22T03:10:01.598Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
03:10:01 [2022-08-22T03:10:01.598Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
03:10:02 [2022-08-22T03:10:02.160Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
03:10:02 [2022-08-22T03:10:02.160Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
03:10:03 [2022-08-22T03:10:03.089Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
03:10:03 [2022-08-22T03:10:03.089Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
03:10:03 [2022-08-22T03:10:03.165Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
03:10:03 [2022-08-22T03:10:03.165Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
03:10:03 [2022-08-22T03:10:03.650Z] --- PASS: TestLogs (4.47s)
03:10:03 [2022-08-22T03:10:03.650Z]     --- PASS: TestLogs/driver_local (0.01s)
03:10:03 [2022-08-22T03:10:03.650Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.64s)
03:10:03 [2022-08-22T03:10:03.650Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.70s)
03:10:03 [2022-08-22T03:10:03.650Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.72s)
03:10:03 [2022-08-22T03:10:03.650Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.67s)
03:10:03 [2022-08-22T03:10:03.650Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.76s)
03:10:03 [2022-08-22T03:10:03.650Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.76s)
03:10:03 [2022-08-22T03:10:03.650Z]     --- PASS: TestLogs/driver_json-file (0.01s)
03:10:03 [2022-08-22T03:10:03.650Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.83s)
03:10:03 [2022-08-22T03:10:03.650Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.84s)
03:10:03 [2022-08-22T03:10:03.650Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.59s)
03:10:03 [2022-08-22T03:10:03.650Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.79s)
03:10:03 [2022-08-22T03:10:03.650Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.87s)
03:10:03 [2022-08-22T03:10:03.650Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.70s)
03:10:03 [2022-08-22T03:10:03.650Z] === RUN   TestContainerNetworkMountsNoChown
03:10:04 [2022-08-22T03:10:04.213Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/default
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/default
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/private
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/private
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rprivate
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rprivate
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/slave
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/slave
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rslave
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rslave
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/shared
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/shared
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rshared
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rshared
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/default
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/default/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/default/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/default/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/default/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/default/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/default/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/rslave
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/rshared
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rslave/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rshared/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rslave/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rshared/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/shared
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/shared/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/rprivate
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/shared/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/shared/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/shared/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/slave
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/slave/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/slave/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/slave/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/slave/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/private
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/private/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/private/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/private/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/private/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === RUN   TestMountDaemonRoot/private/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === PAUSE TestMountDaemonRoot/private/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/default/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/default/mount_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/rslave/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/default/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/default/bind_subpath
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/rshared/bind_root
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/rslave/mount_root
03:10:04 [2022-08-22T03:10:04.213Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/rshared/mount_root
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/shared/bind_root
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/slave/bind_root
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/private/bind_subpath
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/shared/mount_root
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
03:10:04 [2022-08-22T03:10:04.472Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
03:10:04 [2022-08-22T03:10:04.728Z] === CONT  TestMountDaemonRoot/slave/mount_root
03:10:04 [2022-08-22T03:10:04.728Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
03:10:04 [2022-08-22T03:10:04.728Z] === CONT  TestMountDaemonRoot/private/bind_root
03:10:04 [2022-08-22T03:10:04.728Z] === CONT  TestMountDaemonRoot/private/mount_subpath
03:10:04 [2022-08-22T03:10:04.728Z] === CONT  TestMountDaemonRoot/private/mount_root
03:10:04 [2022-08-22T03:10:04.728Z] --- PASS: TestMountDaemonRoot (0.02s)
03:10:04 [2022-08-22T03:10:04.728Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
03:10:04 [2022-08-22T03:10:04.728Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
03:10:04 [2022-08-22T03:10:04.728Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
03:10:04 [2022-08-22T03:10:04.728Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
03:10:04 [2022-08-22T03:10:04.728Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
03:10:04 [2022-08-22T03:10:04.728Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
03:10:04 [2022-08-22T03:10:04.728Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
03:10:04 [2022-08-22T03:10:04.728Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
03:10:04 [2022-08-22T03:10:04.728Z] === RUN   TestContainerBindMountNonRecursive
03:10:05 [2022-08-22T03:10:05.052Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
03:10:05 [2022-08-22T03:10:05.052Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.77s)
03:10:05 [2022-08-22T03:10:05.052Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.81s)
03:10:05 [2022-08-22T03:10:05.052Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.90s)
03:10:05 [2022-08-22T03:10:05.052Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.05s)
03:10:05 [2022-08-22T03:10:05.052Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.03s)
03:10:05 [2022-08-22T03:10:05.052Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.16s)
03:10:05 [2022-08-22T03:10:05.052Z] === RUN   TestBuildMultiStageCopy
03:10:05 [2022-08-22T03:10:05.052Z] === RUN   TestBuildMultiStageCopy/copy_to_root
03:10:06 [2022-08-22T03:10:06.094Z] --- PASS: TestContainerBindMountNonRecursive (1.40s)
03:10:06 [2022-08-22T03:10:06.094Z] === RUN   TestContainerVolumesMountedAsShared
03:10:06 [2022-08-22T03:10:06.656Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s)
03:10:06 [2022-08-22T03:10:06.656Z] === RUN   TestContainerVolumesMountedAsSlave
03:10:06 [2022-08-22T03:10:06.913Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s)
03:10:06 [2022-08-22T03:10:06.913Z] === RUN   TestNetworkNat
03:10:07 [2022-08-22T03:10:07.475Z] --- PASS: TestNetworkNat (0.48s)
03:10:07 [2022-08-22T03:10:07.475Z] === RUN   TestNetworkLocalhostTCPNat
03:10:07 [2022-08-22T03:10:07.732Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s)
03:10:07 [2022-08-22T03:10:07.732Z] === RUN   TestNetworkLoopbackNat
03:10:08 [2022-08-22T03:10:08.316Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
03:10:09 [2022-08-22T03:10:09.243Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
03:10:10 [2022-08-22T03:10:10.169Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
03:10:10 [2022-08-22T03:10:10.247Z] --- PASS: TestNetworkLoopbackNat (2.61s)
03:10:10 [2022-08-22T03:10:10.247Z] === RUN   TestPause
03:10:10 [2022-08-22T03:10:10.808Z] --- PASS: TestPause (0.46s)
03:10:10 [2022-08-22T03:10:10.808Z] === RUN   TestPauseFailsOnWindowsServerContainers
03:10:10 [2022-08-22T03:10:10.808Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
03:10:10 [2022-08-22T03:10:10.808Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
03:10:10 [2022-08-22T03:10:10.808Z] === RUN   TestPauseStopPausedContainer
03:10:11 [2022-08-22T03:10:11.097Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
03:10:11 [2022-08-22T03:10:11.369Z] --- PASS: TestPauseStopPausedContainer (0.44s)
03:10:11 [2022-08-22T03:10:11.369Z] === RUN   TestPidHost
03:10:12 [2022-08-22T03:10:12.045Z] --- PASS: TestBuildMultiStageCopy (7.25s)
03:10:12 [2022-08-22T03:10:12.045Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.26s)
03:10:12 [2022-08-22T03:10:12.045Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
03:10:12 [2022-08-22T03:10:12.045Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
03:10:12 [2022-08-22T03:10:12.045Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
03:10:12 [2022-08-22T03:10:12.045Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
03:10:12 [2022-08-22T03:10:12.045Z] === RUN   TestBuildMultiStageParentConfig
03:10:12 [2022-08-22T03:10:12.300Z] --- PASS: TestPidHost (0.98s)
03:10:12 [2022-08-22T03:10:12.300Z] === RUN   TestPsFilter
03:10:12 [2022-08-22T03:10:12.300Z] --- PASS: TestPsFilter (0.10s)
03:10:12 [2022-08-22T03:10:12.300Z] === RUN   TestRemoveContainerWithRemovedVolume
03:10:12 [2022-08-22T03:10:12.862Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
03:10:12 [2022-08-22T03:10:12.862Z] === RUN   TestRemoveContainerWithVolume
03:10:13 [2022-08-22T03:10:13.118Z] --- PASS: TestRemoveContainerWithVolume (0.44s)
03:10:13 [2022-08-22T03:10:13.118Z] === RUN   TestRemoveContainerRunning
03:10:13 [2022-08-22T03:10:13.680Z] --- PASS: TestRemoveContainerRunning (0.43s)
03:10:13 [2022-08-22T03:10:13.680Z] === RUN   TestRemoveContainerForceRemoveRunning
03:10:14 [2022-08-22T03:10:14.242Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
03:10:14 [2022-08-22T03:10:14.242Z] === RUN   TestRemoveInvalidContainer
03:10:14 [2022-08-22T03:10:14.242Z] --- PASS: TestRemoveInvalidContainer (0.01s)
03:10:14 [2022-08-22T03:10:14.242Z] === RUN   TestRenameLinkedContainer
03:10:16 [2022-08-22T03:10:16.137Z] --- PASS: TestRenameLinkedContainer (1.85s)
03:10:16 [2022-08-22T03:10:16.137Z] === RUN   TestRenameStoppedContainer
03:10:16 [2022-08-22T03:10:16.394Z] --- PASS: TestRenameStoppedContainer (0.43s)
03:10:16 [2022-08-22T03:10:16.394Z] === RUN   TestRenameRunningContainerAndReuse
03:10:17 [2022-08-22T03:10:17.324Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s)
03:10:17 [2022-08-22T03:10:17.324Z] === RUN   TestRenameInvalidName
03:10:17 [2022-08-22T03:10:17.330Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
03:10:17 [2022-08-22T03:10:17.330Z] === RUN   TestBuildLabelWithTargets
03:10:17 [2022-08-22T03:10:17.581Z] --- PASS: TestRenameInvalidName (0.43s)
03:10:17 [2022-08-22T03:10:17.581Z] === RUN   TestRenameAnonymousContainer
03:10:19 [2022-08-22T03:10:19.471Z] --- PASS: TestRenameAnonymousContainer (1.55s)
03:10:19 [2022-08-22T03:10:19.471Z] === RUN   TestRenameContainerWithSameName
03:10:19 [2022-08-22T03:10:19.728Z] --- PASS: TestRenameContainerWithSameName (0.43s)
03:10:19 [2022-08-22T03:10:19.728Z] === RUN   TestRenameContainerWithLinkedContainer
03:10:20 [2022-08-22T03:10:20.655Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s)
03:10:20 [2022-08-22T03:10:20.655Z] === RUN   TestResize
03:10:20 [2022-08-22T03:10:20.911Z] --- PASS: TestResize (0.44s)
03:10:20 [2022-08-22T03:10:20.911Z] === RUN   TestResizeWithInvalidSize
03:10:21 [2022-08-22T03:10:21.473Z] --- PASS: TestResizeWithInvalidSize (0.43s)
03:10:21 [2022-08-22T03:10:21.473Z] === RUN   TestResizeWhenContainerNotStarted
03:10:21 [2022-08-22T03:10:21.730Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
03:10:21 [2022-08-22T03:10:21.730Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
03:10:23 [2022-08-22T03:10:23.621Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
03:10:25 [2022-08-22T03:10:25.410Z] --- PASS: TestBuildLabelWithTargets (8.00s)
03:10:25 [2022-08-22T03:10:25.410Z] === RUN   TestBuildWithEmptyLayers
03:10:25 [2022-08-22T03:10:25.509Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
03:10:26 [2022-08-22T03:10:26.073Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
03:10:27 [2022-08-22T03:10:27.017Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
03:10:27 [2022-08-22T03:10:27.955Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
03:10:28 [2022-08-22T03:10:28.674Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
03:10:28 [2022-08-22T03:10:28.674Z] === RUN   TestBuildMultiStageOnBuild
03:10:29 [2022-08-22T03:10:29.321Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
03:10:29 [2022-08-22T03:10:29.884Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
03:10:31 [2022-08-22T03:10:31.248Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
03:10:31 [2022-08-22T03:10:31.811Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
03:10:32 [2022-08-22T03:10:32.373Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
03:10:32 [2022-08-22T03:10:32.935Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
03:10:33 [2022-08-22T03:10:33.497Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
03:10:33 [2022-08-22T03:10:33.917Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
03:10:33 [2022-08-22T03:10:33.917Z] === RUN   TestBuildUncleanTarFilenames
03:10:33 [2022-08-22T03:10:33.917Z] --- PASS: TestBuildUncleanTarFilenames (0.61s)
03:10:33 [2022-08-22T03:10:33.917Z] === RUN   TestBuildMultiStageLayerLeak
03:10:34 [2022-08-22T03:10:34.434Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
03:10:36 [2022-08-22T03:10:36.951Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
03:10:38 [2022-08-22T03:10:38.081Z] --- PASS: TestBuildMultiStageLayerLeak (4.38s)
03:10:38 [2022-08-22T03:10:38.081Z] === RUN   TestBuildWithHugeFile
03:10:41 [2022-08-22T03:10:41.119Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.78s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.66s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.26s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.85s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.99s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.08s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.83s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.88s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.82s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.28s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.35s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.36s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.43s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.36s)
03:10:41 [2022-08-22T03:10:41.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.79s)
03:10:41 [2022-08-22T03:10:41.119Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
03:10:41 [2022-08-22T03:10:41.119Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
03:10:41 [2022-08-22T03:10:41.681Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
03:10:42 [2022-08-22T03:10:42.609Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.89s)
03:10:42 [2022-08-22T03:10:42.610Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.93s)
03:10:42 [2022-08-22T03:10:42.610Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.95s)
03:10:42 [2022-08-22T03:10:42.610Z] === RUN   TestCgroupNamespacesRun
03:10:43 [2022-08-22T03:10:43.976Z] --- PASS: TestCgroupNamespacesRun (1.21s)
03:10:43 [2022-08-22T03:10:43.976Z] === RUN   TestCgroupNamespacesRunPrivileged
03:10:43 [2022-08-22T03:10:43.976Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
03:10:43 [2022-08-22T03:10:43.976Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
03:10:43 [2022-08-22T03:10:43.976Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
03:10:45 [2022-08-22T03:10:45.341Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s)
03:10:45 [2022-08-22T03:10:45.341Z] === RUN   TestCgroupNamespacesRunHostMode
03:10:46 [2022-08-22T03:10:46.269Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s)
03:10:46 [2022-08-22T03:10:46.269Z] === RUN   TestCgroupNamespacesRunPrivateMode
03:10:47 [2022-08-22T03:10:47.635Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s)
03:10:47 [2022-08-22T03:10:47.635Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
03:10:48 [2022-08-22T03:10:48.100Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
03:10:48 [2022-08-22T03:10:48.100Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
03:10:48 [2022-08-22T03:10:48.563Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s)
03:10:48 [2022-08-22T03:10:48.563Z] === RUN   TestCgroupNamespacesRunInvalidMode
03:10:49 [2022-08-22T03:10:49.124Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s)
03:10:49 [2022-08-22T03:10:49.124Z] === RUN   TestCgroupNamespacesRunOlderClient
03:10:50 [2022-08-22T03:10:50.490Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s)
03:10:50 [2022-08-22T03:10:50.490Z] === RUN   TestNISDomainname
03:10:51 [2022-08-22T03:10:51.051Z] --- PASS: TestNISDomainname (0.53s)
03:10:51 [2022-08-22T03:10:51.051Z] === RUN   TestHostnameDnsResolution
03:10:51 [2022-08-22T03:10:51.614Z] --- PASS: TestHostnameDnsResolution (0.68s)
03:10:51 [2022-08-22T03:10:51.614Z] === RUN   TestUnprivilegedPortsAndPing
03:10:52 [2022-08-22T03:10:52.177Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s)
03:10:52 [2022-08-22T03:10:52.177Z] === RUN   TestPrivilegedHostDevices
03:10:52 [2022-08-22T03:10:52.739Z] --- PASS: TestPrivilegedHostDevices (0.49s)
03:10:52 [2022-08-22T03:10:52.739Z] === RUN   TestRunConsoleSize
03:10:52 [2022-08-22T03:10:52.996Z] --- PASS: TestRunConsoleSize (0.42s)
03:10:52 [2022-08-22T03:10:52.996Z] === RUN   TestRunWithAlternativeContainerdShim
03:10:55 [2022-08-22T03:10:55.520Z] --- PASS: TestRunWithAlternativeContainerdShim (2.15s)
03:10:55 [2022-08-22T03:10:55.520Z] === RUN   TestStats
03:10:58 [2022-08-22T03:10:58.036Z] --- PASS: TestStats (2.50s)
03:10:58 [2022-08-22T03:10:58.036Z] === RUN   TestStopContainerWithTimeout
03:10:58 [2022-08-22T03:10:58.036Z] === RUN   TestStopContainerWithTimeout/0
03:10:58 [2022-08-22T03:10:58.036Z] === PAUSE TestStopContainerWithTimeout/0
03:10:58 [2022-08-22T03:10:58.036Z] === RUN   TestStopContainerWithTimeout/1
03:10:58 [2022-08-22T03:10:58.036Z] === PAUSE TestStopContainerWithTimeout/1
03:10:58 [2022-08-22T03:10:58.036Z] === RUN   TestStopContainerWithTimeout/3
03:10:58 [2022-08-22T03:10:58.036Z] === PAUSE TestStopContainerWithTimeout/3
03:10:58 [2022-08-22T03:10:58.036Z] === RUN   TestStopContainerWithTimeout/-1
03:10:58 [2022-08-22T03:10:58.036Z] === PAUSE TestStopContainerWithTimeout/-1
03:10:58 [2022-08-22T03:10:58.036Z] === CONT  TestStopContainerWithTimeout/0
03:10:58 [2022-08-22T03:10:58.036Z] === CONT  TestStopContainerWithTimeout/-1
03:10:58 [2022-08-22T03:10:58.598Z] === CONT  TestStopContainerWithTimeout/3
03:11:00 [2022-08-22T03:11:00.487Z] === CONT  TestStopContainerWithTimeout/1
03:11:01 [2022-08-22T03:11:01.853Z] --- PASS: TestStopContainerWithTimeout (0.01s)
03:11:01 [2022-08-22T03:11:01.853Z]     --- PASS: TestStopContainerWithTimeout/0 (0.68s)
03:11:01 [2022-08-22T03:11:01.853Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.62s)
03:11:01 [2022-08-22T03:11:01.853Z]     --- PASS: TestStopContainerWithTimeout/3 (2.47s)
03:11:01 [2022-08-22T03:11:01.853Z]     --- PASS: TestStopContainerWithTimeout/1 (1.44s)
03:11:01 [2022-08-22T03:11:01.853Z] === RUN   TestDeleteDevicemapper
03:11:01 [2022-08-22T03:11:01.853Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
03:11:01 [2022-08-22T03:11:01.853Z] --- SKIP: TestDeleteDevicemapper (0.00s)
03:11:01 [2022-08-22T03:11:01.853Z] === RUN   TestStopContainerWithRestartPolicyAlways
03:11:03 [2022-08-22T03:11:03.742Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.58s)
03:11:03 [2022-08-22T03:11:03.742Z] === RUN   TestUpdateMemory
03:11:03 [2022-08-22T03:11:03.998Z] --- PASS: TestUpdateMemory (0.56s)
03:11:03 [2022-08-22T03:11:03.998Z] === RUN   TestUpdateCPUQuota
03:11:04 [2022-08-22T03:11:04.926Z] --- PASS: TestUpdateCPUQuota (0.98s)
03:11:04 [2022-08-22T03:11:04.926Z] === RUN   TestUpdatePidsLimit
03:11:04 [2022-08-22T03:11:04.926Z] === RUN   TestUpdatePidsLimit/update_from_none
03:11:05 [2022-08-22T03:11:05.182Z] === RUN   TestUpdatePidsLimit/no_change
03:11:05 [2022-08-22T03:11:05.438Z] === RUN   TestUpdatePidsLimit/update_lower
03:11:05 [2022-08-22T03:11:05.694Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
03:11:05 [2022-08-22T03:11:05.951Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
03:11:05 [2022-08-22T03:11:05.951Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
03:11:06 [2022-08-22T03:11:06.207Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
03:11:06 [2022-08-22T03:11:06.770Z] --- PASS: TestUpdatePidsLimit (1.93s)
03:11:06 [2022-08-22T03:11:06.770Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.20s)
03:11:06 [2022-08-22T03:11:06.770Z]     --- PASS: TestUpdatePidsLimit/no_change (0.21s)
03:11:06 [2022-08-22T03:11:06.770Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.24s)
03:11:06 [2022-08-22T03:11:06.770Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s)
03:11:06 [2022-08-22T03:11:06.770Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
03:11:06 [2022-08-22T03:11:06.770Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s)
03:11:06 [2022-08-22T03:11:06.770Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s)
03:11:06 [2022-08-22T03:11:06.770Z] === RUN   TestUpdateRestartPolicy
03:11:18 [2022-08-22T03:11:18.936Z] --- PASS: TestUpdateRestartPolicy (11.08s)
03:11:18 [2022-08-22T03:11:18.936Z] === RUN   TestUpdateRestartWithAutoRemove
03:11:18 [2022-08-22T03:11:18.936Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
03:11:18 [2022-08-22T03:11:18.936Z] === RUN   TestWaitNonBlocked
03:11:18 [2022-08-22T03:11:18.936Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
03:11:18 [2022-08-22T03:11:18.936Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
03:11:18 [2022-08-22T03:11:18.936Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
03:11:18 [2022-08-22T03:11:18.936Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
03:11:18 [2022-08-22T03:11:18.936Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
03:11:18 [2022-08-22T03:11:18.936Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
03:11:19 [2022-08-22T03:11:19.192Z] --- PASS: TestWaitNonBlocked (0.01s)
03:11:19 [2022-08-22T03:11:19.192Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.58s)
03:11:19 [2022-08-22T03:11:19.192Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s)
03:11:19 [2022-08-22T03:11:19.192Z] === RUN   TestWaitBlocked
03:11:19 [2022-08-22T03:11:19.192Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
03:11:19 [2022-08-22T03:11:19.192Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
03:11:19 [2022-08-22T03:11:19.192Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
03:11:19 [2022-08-22T03:11:19.192Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
03:11:19 [2022-08-22T03:11:19.192Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
03:11:19 [2022-08-22T03:11:19.192Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
03:11:19 [2022-08-22T03:11:19.772Z] --- PASS: TestWaitBlocked (0.01s)
03:11:19 [2022-08-22T03:11:19.772Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.63s)
03:11:19 [2022-08-22T03:11:19.772Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s)
03:11:19 [2022-08-22T03:11:19.772Z] === RUN   TestWaitConditions
03:11:19 [2022-08-22T03:11:19.772Z] === RUN   TestWaitConditions/default
03:11:19 [2022-08-22T03:11:19.772Z] === PAUSE TestWaitConditions/default
03:11:19 [2022-08-22T03:11:19.772Z] === RUN   TestWaitConditions/not-running
03:11:19 [2022-08-22T03:11:19.772Z] === PAUSE TestWaitConditions/not-running
03:11:19 [2022-08-22T03:11:19.772Z] === RUN   TestWaitConditions/next-exit
03:11:19 [2022-08-22T03:11:19.772Z] === PAUSE TestWaitConditions/next-exit
03:11:19 [2022-08-22T03:11:19.772Z] === RUN   TestWaitConditions/removed
03:11:19 [2022-08-22T03:11:19.772Z] === PAUSE TestWaitConditions/removed
03:11:19 [2022-08-22T03:11:19.772Z] === CONT  TestWaitConditions/default
03:11:19 [2022-08-22T03:11:19.772Z] === CONT  TestWaitConditions/next-exit
03:11:19 [2022-08-22T03:11:19.781Z] INFO [linters context/goanalysis] analyzers took 6m14.103447266s with top 10 stages: buildir: 2m22.426429744s, the_only_name: 40.597573847s, goimports: 28.640719899s, unconvert: 24.649265568s, S1038: 17.644820353s, gosec: 16.63928811s, misspell: 7.031428375s, unused: 5.336896855s, nilness: 4.882082433s, inspect: 3.93810255s 
03:11:19 [2022-08-22T03:11:19.781Z] INFO [runner] Issues before processing: 2446, after processing: 0 
03:11:19 [2022-08-22T03:11:19.781Z] INFO [runner] Processors filtering stat (out/in): cgo: 2125/2446, nolint: 0/79, skip_files: 2125/2125, identifier_marker: 2022/2022, exclude: 2022/2022, exclude-rules: 79/2022, filename_unadjuster: 2125/2125, skip_dirs: 2125/2125, path_prettifier: 2125/2125, autogenerated_exclude: 2022/2125 
03:11:19 [2022-08-22T03:11:19.781Z] INFO [runner] processing took 86.887228ms with stages: nolint: 35.71289ms, identifier_marker: 22.409503ms, path_prettifier: 10.151893ms, autogenerated_exclude: 8.600118ms, exclude-rules: 7.821668ms, skip_dirs: 1.823889ms, cgo: 227.864µs, filename_unadjuster: 134.336µs, max_same_issues: 1.375µs, uniq_by_line: 612ns, skip_files: 441ns, sort_results: 440ns, exclude: 390ns, max_from_linter: 334ns, diff: 312ns, source_code: 309ns, path_shortener: 252ns, max_per_file_from_linter: 251ns, severity-rules: 242ns, path_prefixer: 109ns 
03:11:19 [2022-08-22T03:11:19.781Z] INFO [runner] linters took 1m47.015353958s with stages: goanalysis_metalinter: 1m46.928256795s 
03:11:19 [2022-08-22T03:11:19.781Z] INFO File cache stats: 1703 entries of total size 8.7MiB 
03:11:19 [2022-08-22T03:11:19.781Z] INFO Memory: 2815 samples, avg is 321.8MB, max is 1193.9MB 
03:11:19 [2022-08-22T03:11:19.781Z] INFO Execution took 4m41.36564203s                
03:11:19 [2022-08-22T03:11:19.781Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
03:11:20 [2022-08-22T03:11:20.114Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/make.sh dynbinary test-docker-py
03:11:20 [2022-08-22T03:11:20.372Z] 
03:11:20 [2022-08-22T03:11:20.631Z] Removing bundles/
03:11:20 [2022-08-22T03:11:20.631Z] 
03:11:20 [2022-08-22T03:11:20.631Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
03:11:20 [2022-08-22T03:11:20.631Z] Building: bundles/dynbinary-daemon/dockerd
03:11:20 [2022-08-22T03:11:20.631Z] GOOS="" GOARCH="" GOARM=""
03:11:21 [2022-08-22T03:11:21.692Z] === CONT  TestWaitConditions/removed
03:11:21 [2022-08-22T03:11:21.692Z] === CONT  TestWaitConditions/not-running
03:11:23 [2022-08-22T03:11:23.056Z] --- PASS: TestWaitConditions (0.01s)
03:11:23 [2022-08-22T03:11:23.056Z]     --- PASS: TestWaitConditions/default (1.67s)
03:11:23 [2022-08-22T03:11:23.056Z]     --- PASS: TestWaitConditions/next-exit (1.72s)
03:11:23 [2022-08-22T03:11:23.056Z]     --- PASS: TestWaitConditions/removed (1.61s)
03:11:23 [2022-08-22T03:11:23.056Z]     --- PASS: TestWaitConditions/not-running (1.57s)
03:11:23 [2022-08-22T03:11:23.056Z] === RUN   TestWaitRestartedContainer
03:11:23 [2022-08-22T03:11:23.056Z] === RUN   TestWaitRestartedContainer/default
03:11:23 [2022-08-22T03:11:23.056Z] === PAUSE TestWaitRestartedContainer/default
03:11:23 [2022-08-22T03:11:23.056Z] === RUN   TestWaitRestartedContainer/not-running
03:11:23 [2022-08-22T03:11:23.056Z] === PAUSE TestWaitRestartedContainer/not-running
03:11:23 [2022-08-22T03:11:23.056Z] === RUN   TestWaitRestartedContainer/next-exit
03:11:23 [2022-08-22T03:11:23.056Z] === PAUSE TestWaitRestartedContainer/next-exit
03:11:23 [2022-08-22T03:11:23.056Z] === CONT  TestWaitRestartedContainer/default
03:11:23 [2022-08-22T03:11:23.056Z] === CONT  TestWaitRestartedContainer/next-exit
03:11:24 [2022-08-22T03:11:24.944Z] === CONT  TestWaitRestartedContainer/not-running
03:11:25 [2022-08-22T03:11:25.506Z] --- PASS: TestWaitRestartedContainer (0.02s)
03:11:25 [2022-08-22T03:11:25.506Z]     --- PASS: TestWaitRestartedContainer/default (1.60s)
03:11:25 [2022-08-22T03:11:25.506Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.61s)
03:11:25 [2022-08-22T03:11:25.506Z]     --- PASS: TestWaitRestartedContainer/not-running (0.89s)
03:11:25 [2022-08-22T03:11:25.506Z] === CONT  TestContainerStartOnDaemonRestart
03:11:25 [2022-08-22T03:11:25.506Z] === CONT  TestRestartDaemonWithRestartingContainer
03:11:25 [2022-08-22T03:11:25.920Z] Created binary: bundles/dynbinary-daemon/dockerd
03:11:25 [2022-08-22T03:11:25.920Z] Building: bundles/dynbinary-daemon/docker-proxy
03:11:25 [2022-08-22T03:11:25.920Z] GOOS="" GOARCH="" GOARM=""
03:11:25 [2022-08-22T03:11:25.920Z] Created binary: bundles/dynbinary-daemon/docker-proxy
03:11:25 [2022-08-22T03:11:25.920Z] 
03:11:25 [2022-08-22T03:11:25.920Z] ---> Making bundle: test-integration (in bundles/test-integration)
03:11:25 [2022-08-22T03:11:25.920Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
03:11:25 [2022-08-22T03:11:25.920Z] HOSTNAME=0e4ee88dc17a
03:11:25 [2022-08-22T03:11:25.920Z] TESTDEBUG=0
03:11:25 [2022-08-22T03:11:25.920Z] DEST=bundles/test-integration
03:11:25 [2022-08-22T03:11:25.920Z] PWD=/go/src/github.com/docker/docker
03:11:25 [2022-08-22T03:11:25.920Z] DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2
03:11:25 [2022-08-22T03:11:25.920Z] container=docker
03:11:25 [2022-08-22T03:11:25.920Z] HOME=/root
03:11:25 [2022-08-22T03:11:25.920Z] GOLANG_VERSION=1.18.5
03:11:25 [2022-08-22T03:11:25.920Z] VALIDATE_REPO=https://github.com/moby/moby.git
03:11:25 [2022-08-22T03:11:25.920Z] VALIDATE_BRANCH=master
03:11:25 [2022-08-22T03:11:25.920Z] TERM=xterm
03:11:25 [2022-08-22T03:11:25.920Z] DOCKER_PKG=github.com/docker/docker
03:11:25 [2022-08-22T03:11:25.920Z] SHLVL=1
03:11:25 [2022-08-22T03:11:25.920Z] TIMEOUT=120m
03:11:25 [2022-08-22T03:11:25.920Z] DOCKER_BUILDTAGS= journald
03:11:25 [2022-08-22T03:11:25.920Z] DOCKER_GRAPHDRIVER=overlay2
03:11:25 [2022-08-22T03:11:25.920Z] GO111MODULE=off
03:11:25 [2022-08-22T03:11:25.920Z] DOCKER_EXPERIMENTAL=1
03:11:25 [2022-08-22T03:11:25.920Z] TEST_SKIP_INTEGRATION_CLI=1
03:11:25 [2022-08-22T03:11:25.920Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
03:11:25 [2022-08-22T03:11:25.920Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
03:11:25 [2022-08-22T03:11:25.920Z] GOPATH=/go
03:11:25 [2022-08-22T03:11:25.920Z] PKG_CONFIG=pkg-config
03:11:25 [2022-08-22T03:11:25.920Z] _=/usr/bin/env
03:11:25 [2022-08-22T03:11:25.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
03:11:28 [2022-08-22T03:11:28.024Z] --- PASS: TestContainerStartOnDaemonRestart (2.45s)
03:11:28 [2022-08-22T03:11:28.024Z] === CONT  TestIpcModeOlderClient
03:11:28 [2022-08-22T03:11:28.024Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.47s)
03:11:28 [2022-08-22T03:11:28.024Z] === CONT  TestContainerKillOnDaemonStart
03:11:28 [2022-08-22T03:11:28.279Z] --- PASS: TestIpcModeOlderClient (0.10s)
03:11:28 [2022-08-22T03:11:28.279Z] === CONT  TestDaemonHostGatewayIP
03:11:30 [2022-08-22T03:11:30.796Z] --- PASS: TestDaemonHostGatewayIP (2.53s)
03:11:30 [2022-08-22T03:11:30.796Z] === CONT  TestDaemonRestartIpcMode
03:11:33 [2022-08-22T03:11:33.312Z] --- PASS: TestDaemonRestartIpcMode (2.24s)
03:11:34 [2022-08-22T03:11:34.253Z] --- PASS: TestBuildWithHugeFile (50.59s)
03:11:34 [2022-08-22T03:11:34.253Z] === RUN   TestBuildWCOWSandboxSize
03:11:34 [2022-08-22T03:11:34.253Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
03:11:34 [2022-08-22T03:11:34.253Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
03:11:34 [2022-08-22T03:11:34.253Z] === RUN   TestBuildWithEmptyDockerfile
03:11:34 [2022-08-22T03:11:34.253Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
03:11:34 [2022-08-22T03:11:34.253Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
03:11:34 [2022-08-22T03:11:34.253Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
03:11:34 [2022-08-22T03:11:34.253Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
03:11:34 [2022-08-22T03:11:34.253Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
03:11:34 [2022-08-22T03:11:34.253Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
03:11:34 [2022-08-22T03:11:34.253Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
03:11:34 [2022-08-22T03:11:34.253Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
03:11:34 [2022-08-22T03:11:34.253Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
03:11:34 [2022-08-22T03:11:34.253Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s)
03:11:34 [2022-08-22T03:11:34.253Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s)
03:11:34 [2022-08-22T03:11:34.253Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s)
03:11:34 [2022-08-22T03:11:34.253Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
03:11:34 [2022-08-22T03:11:34.253Z] === RUN   TestBuildPreserveOwnership
03:11:34 [2022-08-22T03:11:34.253Z] === RUN   TestBuildPreserveOwnership/copy_from
03:11:35 [2022-08-22T03:11:35.179Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
03:11:39 [2022-08-22T03:11:39.344Z] --- PASS: TestBuildPreserveOwnership (10.06s)
03:11:39 [2022-08-22T03:11:39.344Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.04s)
03:11:39 [2022-08-22T03:11:39.344Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
03:11:39 [2022-08-22T03:11:39.344Z] === RUN   TestBuildPlatformInvalid
03:11:39 [2022-08-22T03:11:39.344Z] --- PASS: TestBuildPlatformInvalid (0.09s)
03:11:39 [2022-08-22T03:11:39.344Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
03:11:39 [2022-08-22T03:11:39.344Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
03:11:39 [2022-08-22T03:11:39.344Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
03:11:39 [2022-08-22T03:11:39.344Z] PASS
03:11:39 [2022-08-22T03:11:39.344Z] 
03:11:39 [2022-08-22T03:11:39.344Z] === Skipped
03:11:39 [2022-08-22T03:11:39.344Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
03:11:39 [2022-08-22T03:11:39.344Z]     build_session_test.go:25: TODO: BuildKit
03:11:39 [2022-08-22T03:11:39.344Z] 
03:11:39 [2022-08-22T03:11:39.344Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
03:11:39 [2022-08-22T03:11:39.344Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
03:11:39 [2022-08-22T03:11:39.344Z] 
03:11:39 [2022-08-22T03:11:39.344Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
03:11:39 [2022-08-22T03:11:39.344Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
03:11:39 [2022-08-22T03:11:39.344Z] 
03:11:39 [2022-08-22T03:11:39.344Z] DONE 34 tests, 3 skipped in 111.363s
03:11:39 [2022-08-22T03:11:39.344Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
03:11:39 [2022-08-22T03:11:39.344Z] INFO: Testing against a local daemon
03:11:39 [2022-08-22T03:11:39.344Z] === RUN   TestConfigInspect
03:11:39 [2022-08-22T03:11:39.344Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:11:39 [2022-08-22T03:11:39.344Z] --- SKIP: TestConfigInspect (0.03s)
03:11:39 [2022-08-22T03:11:39.344Z] === RUN   TestConfigList
03:11:39 [2022-08-22T03:11:39.344Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:11:39 [2022-08-22T03:11:39.344Z] --- SKIP: TestConfigList (0.01s)
03:11:39 [2022-08-22T03:11:39.344Z] === RUN   TestConfigsCreateAndDelete
03:11:39 [2022-08-22T03:11:39.344Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:11:39 [2022-08-22T03:11:39.344Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
03:11:39 [2022-08-22T03:11:39.344Z] === RUN   TestConfigsUpdate
03:11:39 [2022-08-22T03:11:39.344Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:11:39 [2022-08-22T03:11:39.344Z] --- SKIP: TestConfigsUpdate (0.01s)
03:11:39 [2022-08-22T03:11:39.344Z] === RUN   TestTemplatedConfig
03:11:39 [2022-08-22T03:11:39.344Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:11:39 [2022-08-22T03:11:39.344Z] --- SKIP: TestTemplatedConfig (0.00s)
03:11:39 [2022-08-22T03:11:39.344Z] === RUN   TestConfigCreateResolve
03:11:39 [2022-08-22T03:11:39.344Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:11:39 [2022-08-22T03:11:39.344Z] --- SKIP: TestConfigCreateResolve (0.01s)
03:11:39 [2022-08-22T03:11:39.344Z] PASS
03:11:39 [2022-08-22T03:11:39.344Z] 
03:11:39 [2022-08-22T03:11:39.344Z] === Skipped
03:11:39 [2022-08-22T03:11:39.344Z] === SKIP: amd64.integration.config TestConfigInspect (0.03s)
03:11:39 [2022-08-22T03:11:39.344Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:11:39 [2022-08-22T03:11:39.344Z] 
03:11:39 [2022-08-22T03:11:39.344Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
03:11:39 [2022-08-22T03:11:39.344Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:11:39 [2022-08-22T03:11:39.344Z] 
03:11:39 [2022-08-22T03:11:39.344Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
03:11:39 [2022-08-22T03:11:39.344Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:11:39 [2022-08-22T03:11:39.344Z] 
03:11:39 [2022-08-22T03:11:39.344Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
03:11:39 [2022-08-22T03:11:39.344Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:11:39 [2022-08-22T03:11:39.344Z] 
03:11:39 [2022-08-22T03:11:39.344Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
03:11:39 [2022-08-22T03:11:39.344Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:11:39 [2022-08-22T03:11:39.344Z] 
03:11:39 [2022-08-22T03:11:39.344Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
03:11:39 [2022-08-22T03:11:39.344Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:11:39 [2022-08-22T03:11:39.344Z] 
03:11:39 [2022-08-22T03:11:39.344Z] DONE 6 tests, 6 skipped in 0.159s
03:11:39 [2022-08-22T03:11:39.344Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
03:11:39 [2022-08-22T03:11:39.600Z] INFO: Testing against a local daemon
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestAttachWithTTY
03:11:39 [2022-08-22T03:11:39.600Z] --- PASS: TestAttachWithTTY (0.05s)
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestAttachWithoutTTy
03:11:39 [2022-08-22T03:11:39.600Z] --- PASS: TestAttachWithoutTTy (0.04s)
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestCheckpoint
03:11:39 [2022-08-22T03:11:39.600Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
03:11:39 [2022-08-22T03:11:39.600Z] --- SKIP: TestCheckpoint (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/commit
03:11:39 [2022-08-22T03:11:39.600Z] === PAUSE TestContainerInvalidJSON/commit
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/create
03:11:39 [2022-08-22T03:11:39.600Z] === PAUSE TestContainerInvalidJSON/containers/create
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
03:11:39 [2022-08-22T03:11:39.600Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
03:11:39 [2022-08-22T03:11:39.600Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
03:11:39 [2022-08-22T03:11:39.600Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
03:11:39 [2022-08-22T03:11:39.600Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
03:11:39 [2022-08-22T03:11:39.600Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
03:11:39 [2022-08-22T03:11:39.600Z] === CONT  TestContainerInvalidJSON/commit
03:11:39 [2022-08-22T03:11:39.600Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/commit/empty_body
03:11:39 [2022-08-22T03:11:39.600Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
03:11:39 [2022-08-22T03:11:39.600Z] === CONT  TestContainerInvalidJSON/containers/create
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
03:11:39 [2022-08-22T03:11:39.600Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
03:11:39 [2022-08-22T03:11:39.600Z] --- PASS: TestContainerInvalidJSON (0.02s)
03:11:39 [2022-08-22T03:11:39.600Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestCopyFromContainerPathDoesNotExist
03:11:39 [2022-08-22T03:11:39.600Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
03:11:39 [2022-08-22T03:11:39.600Z] === RUN   TestCopyFromContainerPathIsNotDir
03:11:39 [2022-08-22T03:11:39.844Z] --- PASS: TestContainerKillOnDaemonStart (11.74s)
03:11:39 [2022-08-22T03:11:39.844Z] PASS
03:11:39 [2022-08-22T03:11:39.844Z] 
03:11:39 [2022-08-22T03:11:39.844Z] === Skipped
03:11:39 [2022-08-22T03:11:39.844Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
03:11:39 [2022-08-22T03:11:39.844Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
03:11:39 [2022-08-22T03:11:39.844Z] 
03:11:39 [2022-08-22T03:11:39.844Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
03:11:39 [2022-08-22T03:11:39.844Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
03:11:39 [2022-08-22T03:11:39.844Z] 
03:11:39 [2022-08-22T03:11:39.844Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
03:11:39 [2022-08-22T03:11:39.844Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
03:11:39 [2022-08-22T03:11:39.844Z] 
03:11:39 [2022-08-22T03:11:39.844Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
03:11:39 [2022-08-22T03:11:39.844Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
03:11:39 [2022-08-22T03:11:39.844Z] 
03:11:39 [2022-08-22T03:11:39.844Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
03:11:39 [2022-08-22T03:11:39.844Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
03:11:39 [2022-08-22T03:11:39.844Z] 
03:11:39 [2022-08-22T03:11:39.844Z] DONE 272 tests, 5 skipped in 136.285s
03:11:39 [2022-08-22T03:11:39.844Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
03:11:39 [2022-08-22T03:11:39.844Z] === RUN   TestConfigDaemonLibtrustID
03:11:39 [2022-08-22T03:11:39.856Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
03:11:39 [2022-08-22T03:11:39.856Z] === RUN   TestCopyToContainerPathDoesNotExist
03:11:39 [2022-08-22T03:11:39.856Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
03:11:39 [2022-08-22T03:11:39.856Z] === RUN   TestCopyEmptyFile
03:11:40 [2022-08-22T03:11:40.112Z] --- PASS: TestCopyEmptyFile (0.20s)
03:11:40 [2022-08-22T03:11:40.112Z] === RUN   TestCopyToContainerPathIsNotDir
03:11:40 [2022-08-22T03:11:40.112Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
03:11:40 [2022-08-22T03:11:40.112Z] === RUN   TestCopyFromContainer
03:11:40 [2022-08-22T03:11:40.407Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
03:11:40 [2022-08-22T03:11:40.407Z] === RUN   TestConfigDaemonID
03:11:41 [2022-08-22T03:11:41.334Z]     daemon_test.go:83: [d75121c4c8f81] daemon is not started
03:11:41 [2022-08-22T03:11:41.334Z] --- PASS: TestConfigDaemonID (1.04s)
03:11:41 [2022-08-22T03:11:41.334Z] === RUN   TestDaemonConfigValidation
03:11:41 [2022-08-22T03:11:41.334Z] === RUN   TestDaemonConfigValidation/config_with_no_content
03:11:41 [2022-08-22T03:11:41.334Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
03:11:41 [2022-08-22T03:11:41.334Z] === RUN   TestDaemonConfigValidation/config_with_{}
03:11:41 [2022-08-22T03:11:41.334Z] === PAUSE TestDaemonConfigValidation/config_with_{}
03:11:41 [2022-08-22T03:11:41.334Z] === RUN   TestDaemonConfigValidation/invalid_config
03:11:41 [2022-08-22T03:11:41.334Z] === PAUSE TestDaemonConfigValidation/invalid_config
03:11:41 [2022-08-22T03:11:41.334Z] === RUN   TestDaemonConfigValidation/malformed_config
03:11:41 [2022-08-22T03:11:41.334Z] === PAUSE TestDaemonConfigValidation/malformed_config
03:11:41 [2022-08-22T03:11:41.334Z] === RUN   TestDaemonConfigValidation/valid_config
03:11:41 [2022-08-22T03:11:41.334Z] === PAUSE TestDaemonConfigValidation/valid_config
03:11:41 [2022-08-22T03:11:41.334Z] === CONT  TestDaemonConfigValidation/config_with_no_content
03:11:41 [2022-08-22T03:11:41.334Z] === CONT  TestDaemonConfigValidation/malformed_config
03:11:41 [2022-08-22T03:11:41.590Z] === CONT  TestDaemonConfigValidation/valid_config
03:11:41 [2022-08-22T03:11:41.590Z] === CONT  TestDaemonConfigValidation/invalid_config
03:11:41 [2022-08-22T03:11:41.590Z] === CONT  TestDaemonConfigValidation/config_with_{}
03:11:41 [2022-08-22T03:11:41.590Z] --- PASS: TestDaemonConfigValidation (0.00s)
03:11:41 [2022-08-22T03:11:41.590Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
03:11:41 [2022-08-22T03:11:41.590Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.10s)
03:11:41 [2022-08-22T03:11:41.590Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
03:11:41 [2022-08-22T03:11:41.590Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.09s)
03:11:41 [2022-08-22T03:11:41.590Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
03:11:41 [2022-08-22T03:11:41.590Z] === RUN   TestConfigDaemonSeccompProfiles
03:11:41 [2022-08-22T03:11:41.590Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
03:11:42 [2022-08-22T03:11:42.957Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
03:11:43 [2022-08-22T03:11:43.885Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
03:11:44 [2022-08-22T03:11:44.284Z] === RUN   TestCopyFromContainer//
03:11:44 [2022-08-22T03:11:44.284Z] === RUN   TestCopyFromContainer//bar/root
03:11:44 [2022-08-22T03:11:44.284Z] === RUN   TestCopyFromContainer//bar/root/
03:11:44 [2022-08-22T03:11:44.284Z] === RUN   TestCopyFromContainer/bar/quux
03:11:44 [2022-08-22T03:11:44.284Z] === RUN   TestCopyFromContainer/bar/quux/
03:11:44 [2022-08-22T03:11:44.284Z] === RUN   TestCopyFromContainer/bar/quux/baz
03:11:44 [2022-08-22T03:11:44.540Z] === RUN   TestCopyFromContainer/bar/filesymlink
03:11:44 [2022-08-22T03:11:44.540Z] === RUN   TestCopyFromContainer/bar/dirsymlink
03:11:44 [2022-08-22T03:11:44.540Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
03:11:44 [2022-08-22T03:11:44.540Z] === RUN   TestCopyFromContainer/bar/notarget
03:11:44 [2022-08-22T03:11:44.796Z] --- PASS: TestCopyFromContainer (4.62s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCopyFromContainer// (0.06s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
03:11:44 [2022-08-22T03:11:44.796Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
03:11:44 [2022-08-22T03:11:44.796Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
03:11:44 [2022-08-22T03:11:44.796Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
03:11:44 [2022-08-22T03:11:44.796Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
03:11:44 [2022-08-22T03:11:44.796Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
03:11:44 [2022-08-22T03:11:44.796Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
03:11:44 [2022-08-22T03:11:44.796Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
03:11:44 [2022-08-22T03:11:44.796Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
03:11:44 [2022-08-22T03:11:44.796Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
03:11:44 [2022-08-22T03:11:44.796Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
03:11:44 [2022-08-22T03:11:44.796Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
03:11:44 [2022-08-22T03:11:44.796Z] === RUN   TestCreateLinkToNonExistingContainer
03:11:44 [2022-08-22T03:11:44.796Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
03:11:44 [2022-08-22T03:11:44.796Z] === RUN   TestCreateWithInvalidEnv
03:11:44 [2022-08-22T03:11:44.796Z] === RUN   TestCreateWithInvalidEnv/0
03:11:44 [2022-08-22T03:11:44.796Z] === PAUSE TestCreateWithInvalidEnv/0
03:11:44 [2022-08-22T03:11:44.796Z] === RUN   TestCreateWithInvalidEnv/1
03:11:44 [2022-08-22T03:11:44.796Z] === PAUSE TestCreateWithInvalidEnv/1
03:11:44 [2022-08-22T03:11:44.796Z] === RUN   TestCreateWithInvalidEnv/2
03:11:44 [2022-08-22T03:11:44.796Z] === PAUSE TestCreateWithInvalidEnv/2
03:11:44 [2022-08-22T03:11:44.796Z] === CONT  TestCreateWithInvalidEnv/0
03:11:44 [2022-08-22T03:11:44.796Z] === CONT  TestCreateWithInvalidEnv/2
03:11:44 [2022-08-22T03:11:44.796Z] === CONT  TestCreateWithInvalidEnv/1
03:11:44 [2022-08-22T03:11:44.796Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
03:11:44 [2022-08-22T03:11:44.796Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
03:11:44 [2022-08-22T03:11:44.796Z] === RUN   TestCreateTmpfsMountsTarget
03:11:44 [2022-08-22T03:11:44.796Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
03:11:44 [2022-08-22T03:11:44.796Z] === RUN   TestCreateWithCustomMaskedPaths
03:11:44 [2022-08-22T03:11:44.812Z] === CONT  TestConfigDaemonSeccompProfiles
03:11:44 [2022-08-22T03:11:44.812Z]     daemon_test.go:197: [d4c00d3a75cfc] daemon is not started
03:11:44 [2022-08-22T03:11:44.812Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
03:11:44 [2022-08-22T03:11:44.812Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
03:11:44 [2022-08-22T03:11:44.812Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
03:11:44 [2022-08-22T03:11:44.812Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s)
03:11:44 [2022-08-22T03:11:44.812Z] === RUN   TestDaemonProxy
03:11:44 [2022-08-22T03:11:44.812Z] === RUN   TestDaemonProxy/environment_variables
03:11:46 [2022-08-22T03:11:46.174Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s)
03:11:46 [2022-08-22T03:11:46.174Z] === RUN   TestCreateWithCustomReadonlyPaths
03:11:46 [2022-08-22T03:11:46.699Z] === RUN   TestDaemonProxy/command-line_options
03:11:47 [2022-08-22T03:11:47.102Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.20s)
03:11:47 [2022-08-22T03:11:47.102Z] === RUN   TestCreateWithInvalidHealthcheckParams
03:11:47 [2022-08-22T03:11:47.102Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
03:11:47 [2022-08-22T03:11:47.102Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
03:11:47 [2022-08-22T03:11:47.102Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
03:11:47 [2022-08-22T03:11:47.102Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
03:11:47 [2022-08-22T03:11:47.102Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
03:11:47 [2022-08-22T03:11:47.102Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
03:11:47 [2022-08-22T03:11:47.102Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
03:11:47 [2022-08-22T03:11:47.102Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
03:11:47 [2022-08-22T03:11:47.102Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
03:11:47 [2022-08-22T03:11:47.102Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
03:11:47 [2022-08-22T03:11:47.102Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
03:11:47 [2022-08-22T03:11:47.102Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
03:11:47 [2022-08-22T03:11:47.102Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
03:11:47 [2022-08-22T03:11:47.102Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
03:11:47 [2022-08-22T03:11:47.102Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
03:11:47 [2022-08-22T03:11:47.102Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
03:11:47 [2022-08-22T03:11:47.102Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
03:11:47 [2022-08-22T03:11:47.102Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
03:11:47 [2022-08-22T03:11:47.102Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
03:11:47 [2022-08-22T03:11:47.102Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s)
03:11:47 [2022-08-22T03:11:47.102Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s)
03:11:47 [2022-08-22T03:11:47.102Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
03:11:47 [2022-08-22T03:11:47.665Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s)
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestCreateDifferentPlatform
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestCreateDifferentPlatform/different_os
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
03:11:47 [2022-08-22T03:11:47.665Z] --- PASS: TestCreateDifferentPlatform (0.01s)
03:11:47 [2022-08-22T03:11:47.665Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
03:11:47 [2022-08-22T03:11:47.665Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestCreateVolumesFromNonExistingContainer
03:11:47 [2022-08-22T03:11:47.665Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
03:11:47 [2022-08-22T03:11:47.665Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestCreateInvalidHostConfig
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
03:11:47 [2022-08-22T03:11:47.665Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
03:11:47 [2022-08-22T03:11:47.665Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
03:11:47 [2022-08-22T03:11:47.665Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
03:11:47 [2022-08-22T03:11:47.665Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
03:11:47 [2022-08-22T03:11:47.665Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
03:11:47 [2022-08-22T03:11:47.665Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
03:11:47 [2022-08-22T03:11:47.665Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
03:11:47 [2022-08-22T03:11:47.665Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
03:11:47 [2022-08-22T03:11:47.665Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
03:11:47 [2022-08-22T03:11:47.665Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
03:11:47 [2022-08-22T03:11:47.665Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
03:11:47 [2022-08-22T03:11:47.665Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
03:11:47 [2022-08-22T03:11:47.665Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestContainerStartOnDaemonRestart
03:11:47 [2022-08-22T03:11:47.665Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
03:11:47 [2022-08-22T03:11:47.665Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestDaemonRestartIpcMode
03:11:47 [2022-08-22T03:11:47.665Z] === PAUSE TestDaemonRestartIpcMode
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestDaemonHostGatewayIP
03:11:47 [2022-08-22T03:11:47.665Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
03:11:47 [2022-08-22T03:11:47.665Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestRestartDaemonWithRestartingContainer
03:11:47 [2022-08-22T03:11:47.665Z] === PAUSE TestRestartDaemonWithRestartingContainer
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestContainerKillOnDaemonStart
03:11:47 [2022-08-22T03:11:47.665Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
03:11:47 [2022-08-22T03:11:47.665Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
03:11:47 [2022-08-22T03:11:47.665Z] === RUN   TestDiff
03:11:48 [2022-08-22T03:11:48.227Z] --- PASS: TestDiff (0.46s)
03:11:48 [2022-08-22T03:11:48.227Z] === RUN   TestExecConsoleSize
03:11:48 [2022-08-22T03:11:48.586Z] === RUN   TestDaemonProxy/configuration_file
03:11:48 [2022-08-22T03:11:48.789Z] --- PASS: TestExecConsoleSize (0.46s)
03:11:48 [2022-08-22T03:11:48.789Z] === RUN   TestExecWithCloseStdin
03:11:49 [2022-08-22T03:11:49.047Z] --- PASS: TestExecWithCloseStdin (0.46s)
03:11:49 [2022-08-22T03:11:49.047Z] === RUN   TestExec
03:11:49 [2022-08-22T03:11:49.611Z] --- PASS: TestExec (0.45s)
03:11:49 [2022-08-22T03:11:49.611Z] === RUN   TestExecUser
03:11:49 [2022-08-22T03:11:49.949Z] === RUN   TestDaemonProxy/conflicting_options
03:11:50 [2022-08-22T03:11:50.172Z] --- PASS: TestExecUser (0.47s)
03:11:50 [2022-08-22T03:11:50.172Z] === RUN   TestExportContainerAndImportImage
03:11:50 [2022-08-22T03:11:50.510Z] === RUN   TestDaemonProxy/reload_sanitized
03:11:50 [2022-08-22T03:11:50.734Z] --- PASS: TestExportContainerAndImportImage (0.56s)
03:11:50 [2022-08-22T03:11:50.734Z] === RUN   TestExportContainerAfterDaemonRestart
03:11:51 [2022-08-22T03:11:51.071Z] --- PASS: TestDaemonProxy (6.21s)
03:11:51 [2022-08-22T03:11:51.071Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
03:11:51 [2022-08-22T03:11:51.071Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
03:11:51 [2022-08-22T03:11:51.071Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
03:11:51 [2022-08-22T03:11:51.071Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
03:11:51 [2022-08-22T03:11:51.071Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
03:11:51 [2022-08-22T03:11:51.071Z] PASS
03:11:51 [2022-08-22T03:11:51.071Z] 
03:11:51 [2022-08-22T03:11:51.071Z] DONE 18 tests in 11.133s
03:11:51 [2022-08-22T03:11:51.071Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
03:11:51 [2022-08-22T03:11:51.071Z] INFO: Testing against a local daemon
03:11:51 [2022-08-22T03:11:51.071Z] === RUN   TestCommitInheritsEnv
03:11:51 [2022-08-22T03:11:51.328Z] --- PASS: TestCommitInheritsEnv (0.32s)
03:11:51 [2022-08-22T03:11:51.328Z] === RUN   TestImportExtremelyLargeImageWorks
03:11:51 [2022-08-22T03:11:51.328Z] === PAUSE TestImportExtremelyLargeImageWorks
03:11:51 [2022-08-22T03:11:51.328Z] === RUN   TestImportWithCustomPlatform
03:11:51 [2022-08-22T03:11:51.328Z] === RUN   TestImportWithCustomPlatform/#00
03:11:51 [2022-08-22T03:11:51.328Z] === RUN   TestImportWithCustomPlatform/_______
03:11:51 [2022-08-22T03:11:51.328Z] === RUN   TestImportWithCustomPlatform//
03:11:51 [2022-08-22T03:11:51.328Z] === RUN   TestImportWithCustomPlatform/linux
03:11:51 [2022-08-22T03:11:51.584Z] === RUN   TestImportWithCustomPlatform/LINUX
03:11:51 [2022-08-22T03:11:51.584Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
03:11:51 [2022-08-22T03:11:51.584Z] === RUN   TestImportWithCustomPlatform/macos
03:11:51 [2022-08-22T03:11:51.584Z] === RUN   TestImportWithCustomPlatform/macos/arm64
03:11:51 [2022-08-22T03:11:51.584Z] === RUN   TestImportWithCustomPlatform/nintendo64
03:11:51 [2022-08-22T03:11:51.584Z] --- PASS: TestImportWithCustomPlatform (0.32s)
03:11:51 [2022-08-22T03:11:51.584Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
03:11:51 [2022-08-22T03:11:51.584Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
03:11:51 [2022-08-22T03:11:51.584Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
03:11:51 [2022-08-22T03:11:51.584Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
03:11:51 [2022-08-22T03:11:51.584Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
03:11:51 [2022-08-22T03:11:51.584Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
03:11:51 [2022-08-22T03:11:51.584Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
03:11:51 [2022-08-22T03:11:51.584Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
03:11:51 [2022-08-22T03:11:51.584Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
03:11:51 [2022-08-22T03:11:51.584Z] === RUN   TestImagesFilterMultiReference
03:11:51 [2022-08-22T03:11:51.840Z] --- PASS: TestImagesFilterMultiReference (0.06s)
03:11:51 [2022-08-22T03:11:51.840Z] === RUN   TestImagePullPlatformInvalid
03:11:51 [2022-08-22T03:11:51.840Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
03:11:51 [2022-08-22T03:11:51.840Z] === RUN   TestRemoveImageOrphaning
03:11:52 [2022-08-22T03:11:52.097Z] --- PASS: TestRemoveImageOrphaning (0.27s)
03:11:52 [2022-08-22T03:11:52.097Z] === RUN   TestRemoveImageGarbageCollector
03:11:52 [2022-08-22T03:11:52.100Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s)
03:11:52 [2022-08-22T03:11:52.100Z] === RUN   TestHealthCheckWorkdir
03:11:52 [2022-08-22T03:11:52.356Z] --- PASS: TestHealthCheckWorkdir (0.52s)
03:11:52 [2022-08-22T03:11:52.356Z] === RUN   TestHealthKillContainer
03:11:52 [2022-08-22T03:11:52.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
03:11:52 [2022-08-22T03:11:52.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
03:11:52 [2022-08-22T03:11:52.658Z] time="2022-08-22T03:11:52Z" level=info msg="[graphdriver] trying configured driver: overlay2"
03:11:54 [2022-08-22T03:11:54.024Z] --- PASS: TestRemoveImageGarbageCollector (1.85s)
03:11:54 [2022-08-22T03:11:54.024Z] === RUN   TestTagUnprefixedRepoByNameOrName
03:11:54 [2022-08-22T03:11:54.024Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
03:11:54 [2022-08-22T03:11:54.024Z] === RUN   TestTagInvalidReference
03:11:54 [2022-08-22T03:11:54.024Z] --- PASS: TestTagInvalidReference (0.03s)
03:11:54 [2022-08-22T03:11:54.024Z] === RUN   TestTagValidPrefixedRepo
03:11:54 [2022-08-22T03:11:54.024Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
03:11:54 [2022-08-22T03:11:54.024Z] === RUN   TestTagExistedNameWithoutForce
03:11:54 [2022-08-22T03:11:54.024Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
03:11:54 [2022-08-22T03:11:54.024Z] === RUN   TestTagOfficialNames
03:11:54 [2022-08-22T03:11:54.024Z] --- PASS: TestTagOfficialNames (0.06s)
03:11:54 [2022-08-22T03:11:54.024Z] === RUN   TestTagMatchesDigest
03:11:54 [2022-08-22T03:11:54.024Z] --- PASS: TestTagMatchesDigest (0.02s)
03:11:54 [2022-08-22T03:11:54.024Z] === CONT  TestImportExtremelyLargeImageWorks
03:12:00 [2022-08-22T03:12:00.438Z] --- PASS: TestHealthKillContainer (7.88s)
03:12:00 [2022-08-22T03:12:00.438Z] === RUN   TestInspectCpusetInConfigPre120
03:12:00 [2022-08-22T03:12:00.438Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
03:12:00 [2022-08-22T03:12:00.438Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
03:12:00 [2022-08-22T03:12:00.438Z] === RUN   TestIpcModeNone
03:12:01 [2022-08-22T03:12:01.000Z] --- PASS: TestIpcModeNone (0.62s)
03:12:01 [2022-08-22T03:12:01.000Z] === RUN   TestIpcModePrivate
03:12:01 [2022-08-22T03:12:01.256Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
03:12:01 [2022-08-22T03:12:01.256Z] --- PASS: TestIpcModePrivate (0.45s)
03:12:01 [2022-08-22T03:12:01.256Z] === RUN   TestIpcModeShareable
03:12:01 [2022-08-22T03:12:01.256Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
03:12:01 [2022-08-22T03:12:01.256Z] --- SKIP: TestIpcModeShareable (0.00s)
03:12:01 [2022-08-22T03:12:01.256Z] === RUN   TestAPIIpcModeShareableAndContainer
03:12:02 [2022-08-22T03:12:02.620Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s)
03:12:02 [2022-08-22T03:12:02.620Z] === RUN   TestAPIIpcModeHost
03:12:02 [2022-08-22T03:12:02.620Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
03:12:02 [2022-08-22T03:12:02.620Z] --- SKIP: TestAPIIpcModeHost (0.00s)
03:12:02 [2022-08-22T03:12:02.620Z] === RUN   TestDaemonIpcModeShareable
03:12:02 [2022-08-22T03:12:02.620Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
03:12:02 [2022-08-22T03:12:02.620Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
03:12:02 [2022-08-22T03:12:02.620Z] === RUN   TestDaemonIpcModePrivate
03:12:03 [2022-08-22T03:12:03.548Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
03:12:03 [2022-08-22T03:12:03.805Z] --- PASS: TestDaemonIpcModePrivate (1.15s)
03:12:03 [2022-08-22T03:12:03.805Z] === RUN   TestDaemonIpcModePrivateFromConfig
03:12:03 [2022-08-22T03:12:03.805Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
03:12:03 [2022-08-22T03:12:03.805Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
03:12:03 [2022-08-22T03:12:03.805Z] === RUN   TestDaemonIpcModeShareableFromConfig
03:12:03 [2022-08-22T03:12:03.805Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
03:12:03 [2022-08-22T03:12:03.805Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
03:12:03 [2022-08-22T03:12:03.805Z] === RUN   TestIpcModeOlderClient
03:12:03 [2022-08-22T03:12:03.805Z] === PAUSE TestIpcModeOlderClient
03:12:03 [2022-08-22T03:12:03.805Z] === RUN   TestKillContainerInvalidSignal
03:12:04 [2022-08-22T03:12:04.367Z] --- PASS: TestKillContainerInvalidSignal (0.45s)
03:12:04 [2022-08-22T03:12:04.367Z] === RUN   TestKillContainer
03:12:04 [2022-08-22T03:12:04.367Z] === RUN   TestKillContainer/no_signal
03:12:04 [2022-08-22T03:12:04.623Z] === RUN   TestKillContainer/non_killing_signal
03:12:04 [2022-08-22T03:12:04.882Z] === RUN   TestKillContainer/killing_signal
03:12:05 [2022-08-22T03:12:05.810Z] --- PASS: TestKillContainer (1.25s)
03:12:05 [2022-08-22T03:12:05.810Z]     --- PASS: TestKillContainer/no_signal (0.38s)
03:12:05 [2022-08-22T03:12:05.810Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
03:12:05 [2022-08-22T03:12:05.810Z]     --- PASS: TestKillContainer/killing_signal (0.40s)
03:12:05 [2022-08-22T03:12:05.810Z] === RUN   TestKillWithStopSignalAndRestartPolicies
03:12:05 [2022-08-22T03:12:05.810Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
03:12:06 [2022-08-22T03:12:06.066Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
03:12:06 [2022-08-22T03:12:06.322Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.81s)
03:12:06 [2022-08-22T03:12:06.322Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
03:12:06 [2022-08-22T03:12:06.322Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s)
03:12:06 [2022-08-22T03:12:06.322Z] === RUN   TestKillStoppedContainer
03:12:06 [2022-08-22T03:12:06.322Z] --- PASS: TestKillStoppedContainer (0.04s)
03:12:06 [2022-08-22T03:12:06.322Z] === RUN   TestKillStoppedContainerAPIPre120
03:12:06 [2022-08-22T03:12:06.578Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
03:12:06 [2022-08-22T03:12:06.578Z] === RUN   TestKillDifferentUserContainer
03:12:06 [2022-08-22T03:12:06.834Z] --- PASS: TestKillDifferentUserContainer (0.39s)
03:12:06 [2022-08-22T03:12:06.834Z] === RUN   TestInspectOomKilledTrue
03:12:06 [2022-08-22T03:12:06.835Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
03:12:06 [2022-08-22T03:12:06.835Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
03:12:06 [2022-08-22T03:12:06.835Z] === RUN   TestInspectOomKilledFalse
03:12:06 [2022-08-22T03:12:06.835Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
03:12:06 [2022-08-22T03:12:06.835Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
03:12:06 [2022-08-22T03:12:06.835Z] === RUN   TestLinksEtcHostsContentMatch
03:12:06 [2022-08-22T03:12:06.835Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
03:12:06 [2022-08-22T03:12:06.835Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
03:12:06 [2022-08-22T03:12:06.835Z] === RUN   TestLinksContainerNames
03:12:07 [2022-08-22T03:12:07.763Z] --- PASS: TestLinksContainerNames (0.85s)
03:12:07 [2022-08-22T03:12:07.763Z] === RUN   TestLogsFollowTailEmpty
03:12:08 [2022-08-22T03:12:08.019Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
03:12:08 [2022-08-22T03:12:08.019Z] === RUN   TestLogs
03:12:08 [2022-08-22T03:12:08.019Z] === RUN   TestLogs/driver_local
03:12:08 [2022-08-22T03:12:08.019Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
03:12:08 [2022-08-22T03:12:08.019Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
03:12:08 [2022-08-22T03:12:08.019Z] === RUN   TestLogs/driver_local/tty/only_stdout
03:12:08 [2022-08-22T03:12:08.019Z] === PAUSE TestLogs/driver_local/tty/only_stdout
03:12:08 [2022-08-22T03:12:08.019Z] === RUN   TestLogs/driver_local/tty/only_stderr
03:12:08 [2022-08-22T03:12:08.019Z] === PAUSE TestLogs/driver_local/tty/only_stderr
03:12:08 [2022-08-22T03:12:08.019Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
03:12:08 [2022-08-22T03:12:08.019Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
03:12:08 [2022-08-22T03:12:08.019Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
03:12:08 [2022-08-22T03:12:08.019Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
03:12:08 [2022-08-22T03:12:08.019Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
03:12:08 [2022-08-22T03:12:08.019Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
03:12:08 [2022-08-22T03:12:08.019Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
03:12:08 [2022-08-22T03:12:08.019Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
03:12:08 [2022-08-22T03:12:08.582Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
03:12:08 [2022-08-22T03:12:08.838Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
03:12:09 [2022-08-22T03:12:09.401Z] === CONT  TestLogs/driver_local/tty/only_stderr
03:12:09 [2022-08-22T03:12:09.401Z] === CONT  TestLogs/driver_local/tty/only_stdout
03:12:09 [2022-08-22T03:12:09.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
03:12:09 [2022-08-22T03:12:09.961Z] === RUN   TestLogs/driver_json-file
03:12:09 [2022-08-22T03:12:09.962Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
03:12:09 [2022-08-22T03:12:09.962Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
03:12:09 [2022-08-22T03:12:09.962Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
03:12:09 [2022-08-22T03:12:09.962Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
03:12:09 [2022-08-22T03:12:09.962Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
03:12:09 [2022-08-22T03:12:09.962Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
03:12:09 [2022-08-22T03:12:09.962Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
03:12:09 [2022-08-22T03:12:09.962Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
03:12:09 [2022-08-22T03:12:09.962Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
03:12:09 [2022-08-22T03:12:09.962Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
03:12:09 [2022-08-22T03:12:09.962Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
03:12:09 [2022-08-22T03:12:09.962Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
03:12:09 [2022-08-22T03:12:09.962Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
03:12:09 [2022-08-22T03:12:09.962Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
03:12:10 [2022-08-22T03:12:10.889Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
03:12:10 [2022-08-22T03:12:10.889Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
03:12:11 [2022-08-22T03:12:11.451Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
03:12:11 [2022-08-22T03:12:11.452Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
03:12:12 [2022-08-22T03:12:12.014Z] --- PASS: TestLogs (3.80s)
03:12:12 [2022-08-22T03:12:12.014Z]     --- PASS: TestLogs/driver_local (0.01s)
03:12:12 [2022-08-22T03:12:12.014Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.55s)
03:12:12 [2022-08-22T03:12:12.014Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.61s)
03:12:12 [2022-08-22T03:12:12.014Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.59s)
03:12:12 [2022-08-22T03:12:12.014Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.60s)
03:12:12 [2022-08-22T03:12:12.014Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.64s)
03:12:12 [2022-08-22T03:12:12.014Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.69s)
03:12:12 [2022-08-22T03:12:12.014Z]     --- PASS: TestLogs/driver_json-file (0.01s)
03:12:12 [2022-08-22T03:12:12.014Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.62s)
03:12:12 [2022-08-22T03:12:12.014Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.72s)
03:12:12 [2022-08-22T03:12:12.014Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.75s)
03:12:12 [2022-08-22T03:12:12.014Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.68s)
03:12:12 [2022-08-22T03:12:12.014Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.49s)
03:12:12 [2022-08-22T03:12:12.014Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.48s)
03:12:12 [2022-08-22T03:12:12.014Z] === RUN   TestContainerNetworkMountsNoChown
03:12:12 [2022-08-22T03:12:12.270Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s)
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/default
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/default
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/private
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/private
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rprivate
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rprivate
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/slave
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/slave
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rslave
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rslave
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/shared
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/shared
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rshared
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rshared
03:12:12 [2022-08-22T03:12:12.270Z] === CONT  TestMountDaemonRoot/default
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/default/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/default/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/default/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/default/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/default/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/default/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === CONT  TestMountDaemonRoot/default/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === CONT  TestMountDaemonRoot/rshared
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rshared/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rshared/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === CONT  TestMountDaemonRoot/shared
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/shared/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/shared/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/shared/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/shared/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === CONT  TestMountDaemonRoot/rslave
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rslave/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rslave/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === CONT  TestMountDaemonRoot/slave
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/slave/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/slave/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/slave/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/slave/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === CONT  TestMountDaemonRoot/rprivate
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === CONT  TestMountDaemonRoot/private
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/private/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/private/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/private/bind_root
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/private/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === RUN   TestMountDaemonRoot/private/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === PAUSE TestMountDaemonRoot/private/mount_root
03:12:12 [2022-08-22T03:12:12.270Z] === CONT  TestMountDaemonRoot/default/bind_subpath
03:12:12 [2022-08-22T03:12:12.270Z] === CONT  TestMountDaemonRoot/default/bind_root
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/default/mount_subpath
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/rshared/mount_root
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/rshared/bind_root
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/shared/bind_root
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/rslave/bind_root
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/shared/mount_root
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/slave/mount_root
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/rslave/mount_root
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/slave/bind_root
03:12:12 [2022-08-22T03:12:12.527Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
03:12:12 [2022-08-22T03:12:12.784Z] === CONT  TestMountDaemonRoot/private/mount_subpath
03:12:12 [2022-08-22T03:12:12.784Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
03:12:12 [2022-08-22T03:12:12.784Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
03:12:12 [2022-08-22T03:12:12.784Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
03:12:12 [2022-08-22T03:12:12.784Z] === CONT  TestMountDaemonRoot/private/mount_root
03:12:12 [2022-08-22T03:12:12.784Z] === CONT  TestMountDaemonRoot/private/bind_subpath
03:12:12 [2022-08-22T03:12:12.784Z] === CONT  TestMountDaemonRoot/private/bind_root
03:12:12 [2022-08-22T03:12:12.784Z] --- PASS: TestMountDaemonRoot (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
03:12:12 [2022-08-22T03:12:12.784Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
03:12:12 [2022-08-22T03:12:12.784Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
03:12:12 [2022-08-22T03:12:12.784Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z] === RUN   TestContainerBindMountNonRecursive
03:12:12 [2022-08-22T03:12:12.784Z]     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)
03:12:12 [2022-08-22T03:12:12.784Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s)
03:12:12 [2022-08-22T03:12:12.784Z] === RUN   TestContainerVolumesMountedAsShared
03:12:12 [2022-08-22T03:12:12.784Z]     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)
03:12:12 [2022-08-22T03:12:12.784Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
03:12:12 [2022-08-22T03:12:12.784Z] === RUN   TestContainerVolumesMountedAsSlave
03:12:12 [2022-08-22T03:12:12.784Z]     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)
03:12:12 [2022-08-22T03:12:12.784Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
03:12:12 [2022-08-22T03:12:12.784Z] === RUN   TestNetworkNat
03:12:13 [2022-08-22T03:12:13.345Z] --- PASS: TestNetworkNat (0.51s)
03:12:13 [2022-08-22T03:12:13.345Z] === RUN   TestNetworkLocalhostTCPNat
03:12:13 [2022-08-22T03:12:13.601Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s)
03:12:13 [2022-08-22T03:12:13.601Z] === RUN   TestNetworkLoopbackNat
03:12:14 [2022-08-22T03:12:14.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
03:12:16 [2022-08-22T03:12:16.115Z] --- PASS: TestNetworkLoopbackNat (2.55s)
03:12:16 [2022-08-22T03:12:16.116Z] === RUN   TestPause
03:12:16 [2022-08-22T03:12:16.116Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
03:12:16 [2022-08-22T03:12:16.116Z] --- SKIP: TestPause (0.00s)
03:12:16 [2022-08-22T03:12:16.116Z] === RUN   TestPauseFailsOnWindowsServerContainers
03:12:16 [2022-08-22T03:12:16.116Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
03:12:16 [2022-08-22T03:12:16.116Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
03:12:16 [2022-08-22T03:12:16.116Z] === RUN   TestPauseStopPausedContainer
03:12:16 [2022-08-22T03:12:16.376Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
03:12:16 [2022-08-22T03:12:16.376Z] --- SKIP: TestPauseStopPausedContainer (0.02s)
03:12:16 [2022-08-22T03:12:16.376Z] === RUN   TestPidHost
03:12:17 [2022-08-22T03:12:17.304Z] --- PASS: TestPidHost (0.93s)
03:12:17 [2022-08-22T03:12:17.304Z] === RUN   TestPsFilter
03:12:17 [2022-08-22T03:12:17.304Z] --- PASS: TestPsFilter (0.10s)
03:12:17 [2022-08-22T03:12:17.304Z] === RUN   TestRemoveContainerWithRemovedVolume
03:12:17 [2022-08-22T03:12:17.561Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s)
03:12:17 [2022-08-22T03:12:17.561Z] === RUN   TestRemoveContainerWithVolume
03:12:18 [2022-08-22T03:12:18.123Z] --- PASS: TestRemoveContainerWithVolume (0.42s)
03:12:18 [2022-08-22T03:12:18.123Z] === RUN   TestRemoveContainerRunning
03:12:18 [2022-08-22T03:12:18.685Z] --- PASS: TestRemoveContainerRunning (0.43s)
03:12:18 [2022-08-22T03:12:18.685Z] === RUN   TestRemoveContainerForceRemoveRunning
03:12:18 [2022-08-22T03:12:18.941Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.38s)
03:12:18 [2022-08-22T03:12:18.941Z] === RUN   TestRemoveInvalidContainer
03:12:18 [2022-08-22T03:12:18.941Z] --- PASS: TestRemoveInvalidContainer (0.01s)
03:12:18 [2022-08-22T03:12:18.941Z] === RUN   TestRenameLinkedContainer
03:12:20 [2022-08-22T03:12:20.870Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
03:12:20 [2022-08-22T03:12:20.873Z] --- PASS: TestRenameLinkedContainer (1.64s)
03:12:20 [2022-08-22T03:12:20.873Z] === RUN   TestRenameStoppedContainer
03:12:20 [2022-08-22T03:12:20.873Z] --- PASS: TestRenameStoppedContainer (0.42s)
03:12:20 [2022-08-22T03:12:20.873Z] === RUN   TestRenameRunningContainerAndReuse
03:12:21 [2022-08-22T03:12:21.816Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s)
03:12:21 [2022-08-22T03:12:21.816Z] === RUN   TestRenameInvalidName
03:12:22 [2022-08-22T03:12:22.393Z] --- PASS: TestRenameInvalidName (0.41s)
03:12:22 [2022-08-22T03:12:22.393Z] === RUN   TestRenameAnonymousContainer
03:12:23 [2022-08-22T03:12:23.761Z] --- PASS: TestRenameAnonymousContainer (1.49s)
03:12:23 [2022-08-22T03:12:23.761Z] === RUN   TestRenameContainerWithSameName
03:12:24 [2022-08-22T03:12:24.017Z] --- PASS: TestRenameContainerWithSameName (0.42s)
03:12:24 [2022-08-22T03:12:24.017Z] === RUN   TestRenameContainerWithLinkedContainer
03:12:24 [2022-08-22T03:12:24.944Z] --- PASS: TestRenameContainerWithLinkedContainer (0.81s)
03:12:24 [2022-08-22T03:12:24.944Z] === RUN   TestResize
03:12:25 [2022-08-22T03:12:25.506Z] --- PASS: TestResize (0.40s)
03:12:25 [2022-08-22T03:12:25.506Z] === RUN   TestResizeWithInvalidSize
03:12:25 [2022-08-22T03:12:25.763Z] --- PASS: TestResizeWithInvalidSize (0.43s)
03:12:25 [2022-08-22T03:12:25.763Z] === RUN   TestResizeWhenContainerNotStarted
03:12:26 [2022-08-22T03:12:26.329Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s)
03:12:26 [2022-08-22T03:12:26.329Z] === RUN   TestDaemonRestartKillContainers
03:12:26 [2022-08-22T03:12:26.329Z]     restart_test.go:22: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
03:12:26 [2022-08-22T03:12:26.329Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
03:12:26 [2022-08-22T03:12:26.329Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
03:12:26 [2022-08-22T03:12:26.329Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
03:12:27 [2022-08-22T03:12:27.258Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
03:12:27 [2022-08-22T03:12:27.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
03:12:27 [2022-08-22T03:12:27.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
03:12:27 [2022-08-22T03:12:27.820Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.73s)
03:12:27 [2022-08-22T03:12:27.820Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.86s)
03:12:27 [2022-08-22T03:12:27.820Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.86s)
03:12:27 [2022-08-22T03:12:27.820Z] === RUN   TestCgroupNamespacesRun
03:12:28 [2022-08-22T03:12:28.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
03:12:29 [2022-08-22T03:12:29.154Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
03:12:29 [2022-08-22T03:12:29.192Z] --- PASS: TestCgroupNamespacesRun (1.13s)
03:12:29 [2022-08-22T03:12:29.192Z] === RUN   TestCgroupNamespacesRunPrivileged
03:12:29 [2022-08-22T03:12:29.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
03:12:29 [2022-08-22T03:12:29.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
03:12:30 [2022-08-22T03:12:30.120Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s)
03:12:30 [2022-08-22T03:12:30.120Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
03:12:30 [2022-08-22T03:12:30.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
03:12:31 [2022-08-22T03:12:31.484Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.11s)
03:12:31 [2022-08-22T03:12:31.484Z] === RUN   TestCgroupNamespacesRunHostMode
03:12:32 [2022-08-22T03:12:32.412Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s)
03:12:32 [2022-08-22T03:12:32.412Z] === RUN   TestCgroupNamespacesRunPrivateMode
03:12:32 [2022-08-22T03:12:32.809Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
03:12:33 [2022-08-22T03:12:33.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
03:12:33 [2022-08-22T03:12:33.777Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s)
03:12:33 [2022-08-22T03:12:33.777Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
03:12:34 [2022-08-22T03:12:34.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
03:12:34 [2022-08-22T03:12:34.707Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s)
03:12:34 [2022-08-22T03:12:34.707Z] === RUN   TestCgroupNamespacesRunInvalidMode
03:12:35 [2022-08-22T03:12:35.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
03:12:35 [2022-08-22T03:12:35.268Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s)
03:12:35 [2022-08-22T03:12:35.268Z] === RUN   TestCgroupNamespacesRunOlderClient
03:12:36 [2022-08-22T03:12:36.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
03:12:36 [2022-08-22T03:12:36.167Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
03:12:36 [2022-08-22T03:12:36.633Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s)
03:12:36 [2022-08-22T03:12:36.633Z] === RUN   TestNISDomainname
03:12:36 [2022-08-22T03:12:36.633Z]     run_linux_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
03:12:36 [2022-08-22T03:12:36.633Z] --- SKIP: TestNISDomainname (0.02s)
03:12:36 [2022-08-22T03:12:36.633Z] === RUN   TestHostnameDnsResolution
03:12:36 [2022-08-22T03:12:36.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
03:12:37 [2022-08-22T03:12:37.195Z] --- PASS: TestHostnameDnsResolution (0.65s)
03:12:37 [2022-08-22T03:12:37.195Z] === RUN   TestUnprivilegedPortsAndPing
03:12:37 [2022-08-22T03:12:37.195Z]     run_linux_test.go:115: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
03:12:37 [2022-08-22T03:12:37.195Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s)
03:12:37 [2022-08-22T03:12:37.195Z] === RUN   TestPrivilegedHostDevices
03:12:37 [2022-08-22T03:12:37.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
03:12:37 [2022-08-22T03:12:37.756Z] --- PASS: TestPrivilegedHostDevices (0.41s)
03:12:37 [2022-08-22T03:12:37.757Z] === RUN   TestRunConsoleSize
03:12:38 [2022-08-22T03:12:38.012Z] --- PASS: TestRunConsoleSize (0.40s)
03:12:38 [2022-08-22T03:12:38.012Z] === RUN   TestRunWithAlternativeContainerdShim
03:12:38 [2022-08-22T03:12:38.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
03:12:39 [2022-08-22T03:12:39.145Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
03:12:39 [2022-08-22T03:12:39.707Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
03:12:39 [2022-08-22T03:12:39.707Z] Using test binary docker
03:12:39 [2022-08-22T03:12:39.901Z] --- PASS: TestRunWithAlternativeContainerdShim (2.01s)
03:12:39 [2022-08-22T03:12:39.901Z] === RUN   TestStats
03:12:39 [2022-08-22T03:12:39.901Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
03:12:39 [2022-08-22T03:12:39.901Z] --- SKIP: TestStats (0.00s)
03:12:39 [2022-08-22T03:12:39.901Z] === RUN   TestStopContainerWithTimeout
03:12:39 [2022-08-22T03:12:39.901Z] === RUN   TestStopContainerWithTimeout/0
03:12:39 [2022-08-22T03:12:39.901Z] === PAUSE TestStopContainerWithTimeout/0
03:12:39 [2022-08-22T03:12:39.901Z] === RUN   TestStopContainerWithTimeout/1
03:12:39 [2022-08-22T03:12:39.901Z] === PAUSE TestStopContainerWithTimeout/1
03:12:39 [2022-08-22T03:12:39.901Z] === RUN   TestStopContainerWithTimeout/3
03:12:39 [2022-08-22T03:12:39.901Z] === PAUSE TestStopContainerWithTimeout/3
03:12:39 [2022-08-22T03:12:39.901Z] === RUN   TestStopContainerWithTimeout/-1
03:12:39 [2022-08-22T03:12:39.901Z] === PAUSE TestStopContainerWithTimeout/-1
03:12:39 [2022-08-22T03:12:39.901Z] === CONT  TestStopContainerWithTimeout/0
03:12:39 [2022-08-22T03:12:39.901Z] === CONT  TestStopContainerWithTimeout/-1
03:12:39 [2022-08-22T03:12:39.963Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
03:12:39 [2022-08-22T03:12:39.963Z] +++ /etc/init.d/apparmor start
03:12:39 [2022-08-22T03:12:39.963Z] Not: starting.
03:12:39 [2022-08-22T03:12:39.963Z] INFO: Waiting for daemon to start...
03:12:39 [2022-08-22T03:12:39.963Z] Starting dockerd
03:12:39 [2022-08-22T03:12:39.963Z] +++ 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
03:12:40 [2022-08-22T03:12:40.829Z] === CONT  TestStopContainerWithTimeout/3
03:12:42 [2022-08-22T03:12:42.716Z] === CONT  TestStopContainerWithTimeout/1
03:12:44 [2022-08-22T03:12:44.081Z] --- PASS: TestStopContainerWithTimeout (0.01s)
03:12:44 [2022-08-22T03:12:44.081Z]     --- PASS: TestStopContainerWithTimeout/0 (0.62s)
03:12:44 [2022-08-22T03:12:44.081Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.54s)
03:12:44 [2022-08-22T03:12:44.081Z]     --- PASS: TestStopContainerWithTimeout/3 (2.39s)
03:12:44 [2022-08-22T03:12:44.081Z]     --- PASS: TestStopContainerWithTimeout/1 (1.41s)
03:12:44 [2022-08-22T03:12:44.081Z] === RUN   TestDeleteDevicemapper
03:12:44 [2022-08-22T03:12:44.081Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
03:12:44 [2022-08-22T03:12:44.081Z] --- SKIP: TestDeleteDevicemapper (0.00s)
03:12:44 [2022-08-22T03:12:44.081Z] === RUN   TestStopContainerWithRestartPolicyAlways
03:12:45 [2022-08-22T03:12:45.447Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.34s)
03:12:45 [2022-08-22T03:12:45.447Z] === RUN   TestUpdateMemory
03:12:45 [2022-08-22T03:12:45.447Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
03:12:45 [2022-08-22T03:12:45.447Z] --- SKIP: TestUpdateMemory (0.00s)
03:12:45 [2022-08-22T03:12:45.447Z] === RUN   TestUpdateCPUQuota
03:12:45 [2022-08-22T03:12:45.447Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
03:12:45 [2022-08-22T03:12:45.447Z] --- SKIP: TestUpdateCPUQuota (0.00s)
03:12:45 [2022-08-22T03:12:45.447Z] === RUN   TestUpdatePidsLimit
03:12:45 [2022-08-22T03:12:45.447Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
03:12:45 [2022-08-22T03:12:45.447Z] --- SKIP: TestUpdatePidsLimit (0.00s)
03:12:45 [2022-08-22T03:12:45.447Z] === RUN   TestUpdateRestartPolicy
03:12:46 [2022-08-22T03:12:46.495Z] .
03:12:46 [2022-08-22T03:12:46.495Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
03:12:46 [2022-08-22T03:12:46.495Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
03:12:46 [2022-08-22T03:12:46.495Z] Error: No such image: emptyfs
03:12:46 [2022-08-22T03:12:46.495Z] ++++ tar -cC bundles/test-integration/emptyfs .
03:12:46 [2022-08-22T03:12:46.495Z] ++++ docker load
03:12:46 [2022-08-22T03:12:46.751Z] Loaded image: emptyfs:latest
03:12:46 [2022-08-22T03:12:46.751Z] Running integration-test (iteration 1)
03:12:46 [2022-08-22T03:12:46.751Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
03:12:46 [2022-08-22T03:12:46.751Z] ++ 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
03:12:46 [2022-08-22T03:12:46.751Z] ++ set -e
03:12:46 [2022-08-22T03:12:46.751Z] ++ '[' -n 0 ']'
03:12:46 [2022-08-22T03:12:46.751Z] ++ set -x
03:12:46 [2022-08-22T03:12:46.751Z] ++ 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
03:12:47 [2022-08-22T03:12:47.007Z] Loaded image: busybox:latest
03:12:47 [2022-08-22T03:12:47.007Z] Loaded image: busybox:glibc
03:12:48 [2022-08-22T03:12:48.373Z] Loaded image: debian:bullseye-slim
03:12:48 [2022-08-22T03:12:48.373Z] Loaded image: hello-world:latest
03:12:48 [2022-08-22T03:12:48.373Z] Loaded image: arm32v7/hello-world:latest
03:12:48 [2022-08-22T03:12:48.373Z] INFO: Testing against a local daemon
03:12:48 [2022-08-22T03:12:48.373Z] === RUN   TestCgroupNamespacesBuild
03:12:49 [2022-08-22T03:12:49.738Z] --- PASS: TestCgroupNamespacesBuild (1.16s)
03:12:49 [2022-08-22T03:12:49.738Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
03:12:50 [2022-08-22T03:12:50.666Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s)
03:12:50 [2022-08-22T03:12:50.666Z] === RUN   TestBuildWithSession
03:12:50 [2022-08-22T03:12:50.666Z]     build_session_test.go:25: TODO: BuildKit
03:12:50 [2022-08-22T03:12:50.666Z] --- SKIP: TestBuildWithSession (0.00s)
03:12:50 [2022-08-22T03:12:50.666Z] === RUN   TestBuildSquashParent
03:12:54 [2022-08-22T03:12:54.833Z] --- PASS: TestBuildSquashParent (3.63s)
03:12:54 [2022-08-22T03:12:54.833Z] === RUN   TestBuildWithRemoveAndForceRemove
03:12:54 [2022-08-22T03:12:54.833Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
03:12:54 [2022-08-22T03:12:54.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
03:12:54 [2022-08-22T03:12:54.833Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
03:12:54 [2022-08-22T03:12:54.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
03:12:54 [2022-08-22T03:12:54.833Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
03:12:54 [2022-08-22T03:12:54.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
03:12:54 [2022-08-22T03:12:54.833Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
03:12:54 [2022-08-22T03:12:54.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
03:12:54 [2022-08-22T03:12:54.833Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
03:12:54 [2022-08-22T03:12:54.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
03:12:54 [2022-08-22T03:12:54.833Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
03:12:54 [2022-08-22T03:12:54.833Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
03:12:54 [2022-08-22T03:12:54.833Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
03:12:54 [2022-08-22T03:12:54.833Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
03:12:55 [2022-08-22T03:12:55.394Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
03:12:55 [2022-08-22T03:12:55.650Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
03:12:56 [2022-08-22T03:12:56.577Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
03:12:56 [2022-08-22T03:12:56.833Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
03:12:57 [2022-08-22T03:12:57.611Z] --- PASS: TestUpdateRestartPolicy (11.02s)
03:12:57 [2022-08-22T03:12:57.611Z] === RUN   TestUpdateRestartWithAutoRemove
03:12:57 [2022-08-22T03:12:57.611Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s)
03:12:57 [2022-08-22T03:12:57.611Z] === RUN   TestWaitNonBlocked
03:12:57 [2022-08-22T03:12:57.611Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
03:12:57 [2022-08-22T03:12:57.611Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
03:12:57 [2022-08-22T03:12:57.611Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
03:12:57 [2022-08-22T03:12:57.611Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
03:12:57 [2022-08-22T03:12:57.611Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
03:12:57 [2022-08-22T03:12:57.611Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
03:12:57 [2022-08-22T03:12:57.611Z] --- PASS: TestWaitNonBlocked (0.01s)
03:12:57 [2022-08-22T03:12:57.611Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.54s)
03:12:57 [2022-08-22T03:12:57.611Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.63s)
03:12:57 [2022-08-22T03:12:57.611Z] === RUN   TestWaitBlocked
03:12:57 [2022-08-22T03:12:57.611Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
03:12:57 [2022-08-22T03:12:57.611Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
03:12:57 [2022-08-22T03:12:57.611Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
03:12:57 [2022-08-22T03:12:57.611Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
03:12:57 [2022-08-22T03:12:57.611Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
03:12:57 [2022-08-22T03:12:57.611Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
03:12:57 [2022-08-22T03:12:57.760Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
03:12:57 [2022-08-22T03:12:57.760Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.19s)
03:12:57 [2022-08-22T03:12:57.760Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.26s)
03:12:57 [2022-08-22T03:12:57.760Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.11s)
03:12:57 [2022-08-22T03:12:57.760Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.19s)
03:12:57 [2022-08-22T03:12:57.760Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.19s)
03:12:57 [2022-08-22T03:12:57.760Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.13s)
03:12:57 [2022-08-22T03:12:57.760Z] === RUN   TestBuildMultiStageCopy
03:12:57 [2022-08-22T03:12:57.760Z] === RUN   TestBuildMultiStageCopy/copy_to_root
03:12:58 [2022-08-22T03:12:58.174Z] --- PASS: TestWaitBlocked (0.01s)
03:12:58 [2022-08-22T03:12:58.174Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s)
03:12:58 [2022-08-22T03:12:58.174Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s)
03:12:58 [2022-08-22T03:12:58.174Z] === RUN   TestWaitConditions
03:12:58 [2022-08-22T03:12:58.174Z] === RUN   TestWaitConditions/default
03:12:58 [2022-08-22T03:12:58.174Z] === PAUSE TestWaitConditions/default
03:12:58 [2022-08-22T03:12:58.174Z] === RUN   TestWaitConditions/not-running
03:12:58 [2022-08-22T03:12:58.174Z] === PAUSE TestWaitConditions/not-running
03:12:58 [2022-08-22T03:12:58.174Z] === RUN   TestWaitConditions/next-exit
03:12:58 [2022-08-22T03:12:58.174Z] === PAUSE TestWaitConditions/next-exit
03:12:58 [2022-08-22T03:12:58.174Z] === RUN   TestWaitConditions/removed
03:12:58 [2022-08-22T03:12:58.174Z] === PAUSE TestWaitConditions/removed
03:12:58 [2022-08-22T03:12:58.174Z] === CONT  TestWaitConditions/default
03:12:58 [2022-08-22T03:12:58.174Z] === CONT  TestWaitConditions/removed
03:12:59 [2022-08-22T03:12:59.125Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
03:12:59 [2022-08-22T03:12:59.125Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
03:12:59 [2022-08-22T03:12:59.381Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
03:12:59 [2022-08-22T03:12:59.637Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
03:12:59 [2022-08-22T03:12:59.892Z] --- PASS: TestBuildMultiStageCopy (2.00s)
03:12:59 [2022-08-22T03:12:59.892Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.14s)
03:12:59 [2022-08-22T03:12:59.892Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s)
03:12:59 [2022-08-22T03:12:59.892Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
03:12:59 [2022-08-22T03:12:59.892Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s)
03:12:59 [2022-08-22T03:12:59.892Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s)
03:12:59 [2022-08-22T03:12:59.892Z] === RUN   TestBuildMultiStageParentConfig
03:13:00 [2022-08-22T03:13:00.061Z] === CONT  TestWaitConditions/next-exit
03:13:00 [2022-08-22T03:13:00.061Z] === CONT  TestWaitConditions/not-running
03:13:00 [2022-08-22T03:13:00.454Z] --- PASS: TestBuildMultiStageParentConfig (0.60s)
03:13:00 [2022-08-22T03:13:00.454Z] === RUN   TestBuildLabelWithTargets
03:13:01 [2022-08-22T03:13:01.382Z] --- PASS: TestBuildLabelWithTargets (0.98s)
03:13:01 [2022-08-22T03:13:01.382Z] === RUN   TestBuildWithEmptyLayers
03:13:01 [2022-08-22T03:13:01.425Z] --- PASS: TestWaitConditions (0.01s)
03:13:01 [2022-08-22T03:13:01.425Z]     --- PASS: TestWaitConditions/removed (1.60s)
03:13:01 [2022-08-22T03:13:01.425Z]     --- PASS: TestWaitConditions/default (1.71s)
03:13:01 [2022-08-22T03:13:01.425Z]     --- PASS: TestWaitConditions/next-exit (1.56s)
03:13:01 [2022-08-22T03:13:01.425Z]     --- PASS: TestWaitConditions/not-running (1.48s)
03:13:01 [2022-08-22T03:13:01.425Z] === RUN   TestWaitRestartedContainer
03:13:01 [2022-08-22T03:13:01.425Z] === RUN   TestWaitRestartedContainer/default
03:13:01 [2022-08-22T03:13:01.425Z] === PAUSE TestWaitRestartedContainer/default
03:13:01 [2022-08-22T03:13:01.425Z] === RUN   TestWaitRestartedContainer/not-running
03:13:01 [2022-08-22T03:13:01.425Z] === PAUSE TestWaitRestartedContainer/not-running
03:13:01 [2022-08-22T03:13:01.425Z] === RUN   TestWaitRestartedContainer/next-exit
03:13:01 [2022-08-22T03:13:01.425Z] === PAUSE TestWaitRestartedContainer/next-exit
03:13:01 [2022-08-22T03:13:01.425Z] === CONT  TestWaitRestartedContainer/default
03:13:01 [2022-08-22T03:13:01.425Z] === CONT  TestWaitRestartedContainer/next-exit
03:13:01 [2022-08-22T03:13:01.944Z] --- PASS: TestBuildWithEmptyLayers (0.46s)
03:13:01 [2022-08-22T03:13:01.944Z] === RUN   TestBuildMultiStageOnBuild
03:13:02 [2022-08-22T03:13:02.790Z] === CONT  TestWaitRestartedContainer/not-running
03:13:03 [2022-08-22T03:13:03.309Z] --- PASS: TestBuildMultiStageOnBuild (1.34s)
03:13:03 [2022-08-22T03:13:03.309Z] === RUN   TestBuildUncleanTarFilenames
03:13:03 [2022-08-22T03:13:03.716Z] --- PASS: TestWaitRestartedContainer (0.02s)
03:13:03 [2022-08-22T03:13:03.716Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.50s)
03:13:03 [2022-08-22T03:13:03.716Z]     --- PASS: TestWaitRestartedContainer/default (1.53s)
03:13:03 [2022-08-22T03:13:03.716Z]     --- PASS: TestWaitRestartedContainer/not-running (0.85s)
03:13:03 [2022-08-22T03:13:03.716Z] === CONT  TestDaemonRestartIpcMode
03:13:03 [2022-08-22T03:13:03.716Z] === CONT  TestIpcModeOlderClient
03:13:03 [2022-08-22T03:13:03.716Z] --- PASS: TestIpcModeOlderClient (0.07s)
03:13:03 [2022-08-22T03:13:03.716Z] === CONT  TestRestartDaemonWithRestartingContainer
03:13:03 [2022-08-22T03:13:03.870Z] --- PASS: TestBuildUncleanTarFilenames (0.63s)
03:13:03 [2022-08-22T03:13:03.870Z] === RUN   TestBuildMultiStageLayerLeak
03:13:05 [2022-08-22T03:13:05.758Z] --- PASS: TestBuildMultiStageLayerLeak (1.51s)
03:13:05 [2022-08-22T03:13:05.758Z] === RUN   TestBuildWithHugeFile
03:13:06 [2022-08-22T03:13:06.232Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.34s)
03:13:06 [2022-08-22T03:13:06.488Z] --- PASS: TestDaemonRestartIpcMode (2.79s)
03:13:06 [2022-08-22T03:13:06.488Z] PASS
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === Skipped
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s)
03:13:06 [2022-08-22T03:13:06.488Z]     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)
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     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)
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     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)
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestPause (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s)
03:13:06 [2022-08-22T03:13:06.488Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     restart_test.go:22: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s)
03:13:06 [2022-08-22T03:13:06.488Z]     run_linux_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     run_linux_test.go:115: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestStats (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
03:13:06 [2022-08-22T03:13:06.488Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
03:13:06 [2022-08-22T03:13:06.488Z] 
03:13:06 [2022-08-22T03:13:06.488Z] DONE 249 tests, 27 skipped in 87.073s
03:13:06 [2022-08-22T03:13:06.488Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
03:13:06 [2022-08-22T03:13:06.743Z] === RUN   TestConfigDaemonLibtrustID
03:13:07 [2022-08-22T03:13:07.305Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
03:13:07 [2022-08-22T03:13:07.305Z] === RUN   TestConfigDaemonID
03:13:08 [2022-08-22T03:13:08.232Z]     daemon_test.go:83: [d646a5d3a3630] daemon is not started
03:13:08 [2022-08-22T03:13:08.232Z] --- PASS: TestConfigDaemonID (1.07s)
03:13:08 [2022-08-22T03:13:08.232Z] === RUN   TestDaemonConfigValidation
03:13:08 [2022-08-22T03:13:08.232Z] === RUN   TestDaemonConfigValidation/config_with_no_content
03:13:08 [2022-08-22T03:13:08.233Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
03:13:08 [2022-08-22T03:13:08.233Z] === RUN   TestDaemonConfigValidation/config_with_{}
03:13:08 [2022-08-22T03:13:08.233Z] === PAUSE TestDaemonConfigValidation/config_with_{}
03:13:08 [2022-08-22T03:13:08.233Z] === RUN   TestDaemonConfigValidation/invalid_config
03:13:08 [2022-08-22T03:13:08.233Z] === PAUSE TestDaemonConfigValidation/invalid_config
03:13:08 [2022-08-22T03:13:08.233Z] === RUN   TestDaemonConfigValidation/malformed_config
03:13:08 [2022-08-22T03:13:08.233Z] === PAUSE TestDaemonConfigValidation/malformed_config
03:13:08 [2022-08-22T03:13:08.233Z] === RUN   TestDaemonConfigValidation/valid_config
03:13:08 [2022-08-22T03:13:08.233Z] === PAUSE TestDaemonConfigValidation/valid_config
03:13:08 [2022-08-22T03:13:08.233Z] === CONT  TestDaemonConfigValidation/config_with_no_content
03:13:08 [2022-08-22T03:13:08.233Z] === CONT  TestDaemonConfigValidation/malformed_config
03:13:08 [2022-08-22T03:13:08.233Z] === CONT  TestDaemonConfigValidation/valid_config
03:13:08 [2022-08-22T03:13:08.233Z] === CONT  TestDaemonConfigValidation/invalid_config
03:13:08 [2022-08-22T03:13:08.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
03:13:08 [2022-08-22T03:13:08.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
03:13:08 [2022-08-22T03:13:08.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
03:13:08 [2022-08-22T03:13:08.493Z] === CONT  TestDaemonConfigValidation/config_with_{}
03:13:08 [2022-08-22T03:13:08.493Z] --- PASS: TestDaemonConfigValidation (0.00s)
03:13:08 [2022-08-22T03:13:08.493Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
03:13:08 [2022-08-22T03:13:08.493Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
03:13:08 [2022-08-22T03:13:08.493Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.09s)
03:13:08 [2022-08-22T03:13:08.493Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
03:13:08 [2022-08-22T03:13:08.493Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
03:13:08 [2022-08-22T03:13:08.493Z] === RUN   TestConfigDaemonSeccompProfiles
03:13:08 [2022-08-22T03:13:08.493Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
03:13:09 [2022-08-22T03:13:09.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
03:13:09 [2022-08-22T03:13:09.862Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
03:13:10 [2022-08-22T03:13:10.790Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
03:13:11 [2022-08-22T03:13:11.719Z] === CONT  TestConfigDaemonSeccompProfiles
03:13:11 [2022-08-22T03:13:11.719Z]     daemon_test.go:197: [de740c632d607] daemon is not started
03:13:11 [2022-08-22T03:13:11.719Z] --- PASS: TestConfigDaemonSeccompProfiles (3.24s)
03:13:11 [2022-08-22T03:13:11.719Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s)
03:13:11 [2022-08-22T03:13:11.719Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s)
03:13:11 [2022-08-22T03:13:11.719Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s)
03:13:11 [2022-08-22T03:13:11.719Z] === RUN   TestDaemonProxy
03:13:11 [2022-08-22T03:13:11.719Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
03:13:11 [2022-08-22T03:13:11.719Z] --- SKIP: TestDaemonProxy (0.00s)
03:13:11 [2022-08-22T03:13:11.719Z] PASS
03:13:11 [2022-08-22T03:13:11.719Z] 
03:13:11 [2022-08-22T03:13:11.719Z] === Skipped
03:13:11 [2022-08-22T03:13:11.719Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s)
03:13:11 [2022-08-22T03:13:11.719Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
03:13:11 [2022-08-22T03:13:11.719Z] 
03:13:11 [2022-08-22T03:13:11.719Z] DONE 13 tests, 1 skipped in 5.241s
03:13:11 [2022-08-22T03:13:11.719Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
03:13:11 [2022-08-22T03:13:11.976Z] INFO: Testing against a local daemon
03:13:11 [2022-08-22T03:13:11.976Z] === RUN   TestCommitInheritsEnv
03:13:12 [2022-08-22T03:13:12.227Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
03:13:12 [2022-08-22T03:13:12.796Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
03:13:13 [2022-08-22T03:13:13.341Z] --- PASS: TestCommitInheritsEnv (1.16s)
03:13:13 [2022-08-22T03:13:13.341Z] === RUN   TestImportExtremelyLargeImageWorks
03:13:13 [2022-08-22T03:13:13.341Z] === PAUSE TestImportExtremelyLargeImageWorks
03:13:13 [2022-08-22T03:13:13.341Z] === RUN   TestImportWithCustomPlatform
03:13:13 [2022-08-22T03:13:13.341Z] === RUN   TestImportWithCustomPlatform/#00
03:13:13 [2022-08-22T03:13:13.341Z] === RUN   TestImportWithCustomPlatform/_______
03:13:13 [2022-08-22T03:13:13.341Z] === RUN   TestImportWithCustomPlatform//
03:13:13 [2022-08-22T03:13:13.341Z] === RUN   TestImportWithCustomPlatform/linux
03:13:13 [2022-08-22T03:13:13.341Z] === RUN   TestImportWithCustomPlatform/LINUX
03:13:13 [2022-08-22T03:13:13.341Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
03:13:13 [2022-08-22T03:13:13.341Z] === RUN   TestImportWithCustomPlatform/macos
03:13:13 [2022-08-22T03:13:13.341Z] === RUN   TestImportWithCustomPlatform/macos/arm64
03:13:13 [2022-08-22T03:13:13.341Z] === RUN   TestImportWithCustomPlatform/nintendo64
03:13:13 [2022-08-22T03:13:13.341Z] --- PASS: TestImportWithCustomPlatform (0.36s)
03:13:13 [2022-08-22T03:13:13.341Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.11s)
03:13:13 [2022-08-22T03:13:13.341Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
03:13:13 [2022-08-22T03:13:13.341Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
03:13:13 [2022-08-22T03:13:13.341Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
03:13:13 [2022-08-22T03:13:13.341Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
03:13:13 [2022-08-22T03:13:13.341Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
03:13:13 [2022-08-22T03:13:13.341Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
03:13:13 [2022-08-22T03:13:13.341Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
03:13:13 [2022-08-22T03:13:13.341Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
03:13:13 [2022-08-22T03:13:13.341Z] === RUN   TestImagesFilterMultiReference
03:13:13 [2022-08-22T03:13:13.596Z] --- PASS: TestImagesFilterMultiReference (0.07s)
03:13:13 [2022-08-22T03:13:13.596Z] === RUN   TestImagePullPlatformInvalid
03:13:13 [2022-08-22T03:13:13.596Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
03:13:13 [2022-08-22T03:13:13.596Z] === RUN   TestRemoveImageOrphaning
03:13:15 [2022-08-22T03:13:15.483Z] --- PASS: TestRemoveImageOrphaning (1.54s)
03:13:15 [2022-08-22T03:13:15.483Z] === RUN   TestRemoveImageGarbageCollector
03:13:15 [2022-08-22T03:13:15.483Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
03:13:15 [2022-08-22T03:13:15.483Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
03:13:15 [2022-08-22T03:13:15.483Z] === RUN   TestTagUnprefixedRepoByNameOrName
03:13:15 [2022-08-22T03:13:15.483Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
03:13:15 [2022-08-22T03:13:15.483Z] === RUN   TestTagInvalidReference
03:13:15 [2022-08-22T03:13:15.483Z] --- PASS: TestTagInvalidReference (0.01s)
03:13:15 [2022-08-22T03:13:15.483Z] === RUN   TestTagValidPrefixedRepo
03:13:15 [2022-08-22T03:13:15.483Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
03:13:15 [2022-08-22T03:13:15.483Z] === RUN   TestTagExistedNameWithoutForce
03:13:15 [2022-08-22T03:13:15.483Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
03:13:15 [2022-08-22T03:13:15.483Z] === RUN   TestTagOfficialNames
03:13:15 [2022-08-22T03:13:15.483Z] --- PASS: TestTagOfficialNames (0.04s)
03:13:15 [2022-08-22T03:13:15.483Z] === RUN   TestTagMatchesDigest
03:13:15 [2022-08-22T03:13:15.483Z] --- PASS: TestTagMatchesDigest (0.01s)
03:13:15 [2022-08-22T03:13:15.483Z] === CONT  TestImportExtremelyLargeImageWorks
03:13:16 [2022-08-22T03:13:16.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
03:13:24 [2022-08-22T03:13:24.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
03:13:26 [2022-08-22T03:13:26.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
03:13:27 [2022-08-22T03:13:27.099Z] Created binary: bundles/dynbinary-daemon/dockerd
03:13:27 [2022-08-22T03:13:27.099Z] Building: bundles/dynbinary-daemon/docker-proxy
03:13:27 [2022-08-22T03:13:27.099Z] GOOS="" GOARCH="" GOARM=""
03:13:27 [2022-08-22T03:13:27.099Z] Created binary: bundles/dynbinary-daemon/docker-proxy
03:13:27 [2022-08-22T03:13:27.099Z] 
03:13:27 [2022-08-22T03:13:27.099Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
03:13:27 [2022-08-22T03:13:27.099Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
03:13:27 [2022-08-22T03:13:27.099Z] Using test binary docker
03:13:27 [2022-08-22T03:13:27.099Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
03:13:27 [2022-08-22T03:13:27.099Z] Not: starting.
03:13:27 [2022-08-22T03:13:27.099Z] INFO: Waiting for daemon to start...
03:13:27 [2022-08-22T03:13:27.099Z] Starting dockerd
03:13:27 [2022-08-22T03:13:27.099Z] .
03:13:27 [2022-08-22T03:13:27.099Z] INFO: Building docker-sdk-python3:5.0.3...
03:13:29 [2022-08-22T03:13:29.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
03:13:30 [2022-08-22T03:13:30.400Z] --- PASS: TestImportExtremelyLargeImageWorks (91.76s)
03:13:30 [2022-08-22T03:13:30.400Z] PASS
03:13:30 [2022-08-22T03:13:30.400Z] 
03:13:30 [2022-08-22T03:13:30.400Z] DONE 22 tests in 94.910s
03:13:30 [2022-08-22T03:13:30.400Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
03:13:30 [2022-08-22T03:13:30.400Z] === RUN   TestStripANSICommands
03:13:30 [2022-08-22T03:13:30.400Z] === RUN   TestStripANSICommands/#00
03:13:30 [2022-08-22T03:13:30.400Z] === RUN   TestStripANSICommands/#01
03:13:30 [2022-08-22T03:13:30.400Z] --- PASS: TestStripANSICommands (0.00s)
03:13:30 [2022-08-22T03:13:30.400Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
03:13:30 [2022-08-22T03:13:30.400Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
03:13:30 [2022-08-22T03:13:30.400Z] PASS
03:13:30 [2022-08-22T03:13:30.400Z] 
03:13:30 [2022-08-22T03:13:30.400Z] DONE 3 tests in 0.008s
03:13:30 [2022-08-22T03:13:30.400Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
03:13:30 [2022-08-22T03:13:30.400Z] INFO: Testing against a local daemon
03:13:30 [2022-08-22T03:13:30.400Z] === RUN   TestNetworkCreateDelete
03:13:30 [2022-08-22T03:13:30.400Z] --- PASS: TestNetworkCreateDelete (0.14s)
03:13:30 [2022-08-22T03:13:30.400Z] === RUN   TestDockerNetworkDeletePreferID
03:13:30 [2022-08-22T03:13:30.400Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
03:13:30 [2022-08-22T03:13:30.400Z] === RUN   TestDaemonDNSFallback
03:13:30 [2022-08-22T03:13:30.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
03:13:32 [2022-08-22T03:13:32.914Z] --- PASS: TestDaemonDNSFallback (6.35s)
03:13:32 [2022-08-22T03:13:32.914Z] === RUN   TestInspectNetwork
03:13:33 [2022-08-22T03:13:33.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
03:13:35 [2022-08-22T03:13:35.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
03:13:36 [2022-08-22T03:13:36.192Z] === RUN   TestInspectNetwork/full_network_id
03:13:36 [2022-08-22T03:13:36.192Z] === RUN   TestInspectNetwork/partial_network_id
03:13:36 [2022-08-22T03:13:36.192Z] === RUN   TestInspectNetwork/network_name
03:13:36 [2022-08-22T03:13:36.192Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
03:13:40 [2022-08-22T03:13:40.066Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
03:13:40 [2022-08-22T03:13:40.379Z] --- PASS: TestInspectNetwork (7.21s)
03:13:40 [2022-08-22T03:13:40.379Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
03:13:40 [2022-08-22T03:13:40.379Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
03:13:40 [2022-08-22T03:13:40.379Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
03:13:40 [2022-08-22T03:13:40.379Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
03:13:40 [2022-08-22T03:13:40.379Z] === RUN   TestRunContainerWithBridgeNone
03:13:41 [2022-08-22T03:13:41.762Z] --- PASS: TestRunContainerWithBridgeNone (1.54s)
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/create
03:13:41 [2022-08-22T03:13:41.762Z] === PAUSE TestNetworkInvalidJSON/networks/create
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
03:13:41 [2022-08-22T03:13:41.762Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
03:13:41 [2022-08-22T03:13:41.762Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
03:13:41 [2022-08-22T03:13:41.762Z] === CONT  TestNetworkInvalidJSON/networks/create
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
03:13:41 [2022-08-22T03:13:41.762Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
03:13:41 [2022-08-22T03:13:41.762Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
03:13:41 [2022-08-22T03:13:41.762Z] --- PASS: TestNetworkInvalidJSON (0.02s)
03:13:41 [2022-08-22T03:13:41.762Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkList
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkList//networks
03:13:41 [2022-08-22T03:13:41.762Z] === PAUSE TestNetworkList//networks
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestNetworkList//networks/
03:13:41 [2022-08-22T03:13:41.762Z] === PAUSE TestNetworkList//networks/
03:13:41 [2022-08-22T03:13:41.762Z] === CONT  TestNetworkList//networks
03:13:41 [2022-08-22T03:13:41.762Z] === CONT  TestNetworkList//networks/
03:13:41 [2022-08-22T03:13:41.762Z] --- PASS: TestNetworkList (0.01s)
03:13:41 [2022-08-22T03:13:41.762Z]     --- PASS: TestNetworkList//networks/ (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z]     --- PASS: TestNetworkList//networks (0.00s)
03:13:41 [2022-08-22T03:13:41.762Z] === RUN   TestHostIPv4BridgeLabel
03:13:41 [2022-08-22T03:13:41.975Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
03:13:42 [2022-08-22T03:13:42.017Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
03:13:42 [2022-08-22T03:13:42.017Z] === RUN   TestDaemonRestartWithLiveRestore
03:13:43 [2022-08-22T03:13:43.382Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
03:13:43 [2022-08-22T03:13:43.382Z] === RUN   TestDaemonDefaultNetworkPools
03:13:43 [2022-08-22T03:13:43.944Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
03:13:43 [2022-08-22T03:13:43.944Z] === RUN   TestDaemonRestartWithExistingNetwork
03:13:44 [2022-08-22T03:13:44.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
03:13:45 [2022-08-22T03:13:45.307Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s)
03:13:45 [2022-08-22T03:13:45.307Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
03:13:46 [2022-08-22T03:13:46.234Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
03:13:46 [2022-08-22T03:13:46.234Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
03:13:46 [2022-08-22T03:13:46.795Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
03:13:46 [2022-08-22T03:13:46.795Z] === RUN   TestServiceWithPredefinedNetwork
03:13:47 [2022-08-22T03:13:47.054Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
03:13:47 [2022-08-22T03:13:47.054Z] Using test binary docker
03:13:47 [2022-08-22T03:13:47.054Z] +++ /etc/init.d/apparmor start
03:13:47 [2022-08-22T03:13:47.054Z] Not: starting.
03:13:47 [2022-08-22T03:13:47.054Z] Starting dockerd
03:13:47 [2022-08-22T03:13:47.054Z] INFO: Waiting for daemon to start...
03:13:47 [2022-08-22T03:13:47.054Z] +++ 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
03:13:49 [2022-08-22T03:13:49.310Z] --- PASS: TestServiceWithPredefinedNetwork (2.29s)
03:13:49 [2022-08-22T03:13:49.311Z] === RUN   TestServiceRemoveKeepsIngressNetwork
03:13:49 [2022-08-22T03:13:49.311Z]     service_test.go:243: FLAKY_TEST
03:13:49 [2022-08-22T03:13:49.311Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
03:13:49 [2022-08-22T03:13:49.311Z] === RUN   TestServiceWithDataPathPortInit
03:13:49 [2022-08-22T03:13:49.594Z] .
03:13:49 [2022-08-22T03:13:49.594Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
03:13:49 [2022-08-22T03:13:49.594Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
03:13:49 [2022-08-22T03:13:49.594Z] Error: No such image: emptyfs
03:13:49 [2022-08-22T03:13:49.594Z] ++++ docker load
03:13:49 [2022-08-22T03:13:49.594Z] ++++ tar -cC bundles/test-integration/emptyfs .
03:13:50 [2022-08-22T03:13:50.164Z] Loaded image: emptyfs:latest
03:13:50 [2022-08-22T03:13:50.164Z] Running integration-test (iteration 1)
03:13:50 [2022-08-22T03:13:50.164Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
03:13:50 [2022-08-22T03:13:50.164Z] ++ 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
03:13:50 [2022-08-22T03:13:50.164Z] ++ set -e
03:13:50 [2022-08-22T03:13:50.164Z] ++ '[' -n 0 ']'
03:13:50 [2022-08-22T03:13:50.164Z] ++ set -x
03:13:50 [2022-08-22T03:13:50.164Z] ++ 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
03:13:51 [2022-08-22T03:13:51.103Z] Loaded image: busybox:latest
03:13:51 [2022-08-22T03:13:51.363Z] Loaded image: busybox:glibc
03:13:56 [2022-08-22T03:13:56.643Z] Loaded image: debian:bullseye-slim
03:13:56 [2022-08-22T03:13:56.643Z] Loaded image: hello-world:latest
03:13:56 [2022-08-22T03:13:56.643Z] Loaded image: arm32v7/hello-world:latest
03:13:56 [2022-08-22T03:13:56.643Z] INFO: Testing against a local daemon
03:13:56 [2022-08-22T03:13:56.643Z] === RUN   TestCgroupNamespacesBuild
03:13:59 [2022-08-22T03:13:59.185Z] --- PASS: TestCgroupNamespacesBuild (2.37s)
03:13:59 [2022-08-22T03:13:59.185Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
03:14:01 [2022-08-22T03:14:01.095Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.18s)
03:14:01 [2022-08-22T03:14:01.095Z] === RUN   TestBuildWithSession
03:14:01 [2022-08-22T03:14:01.095Z]     build_session_test.go:25: TODO: BuildKit
03:14:01 [2022-08-22T03:14:01.095Z] --- SKIP: TestBuildWithSession (0.00s)
03:14:01 [2022-08-22T03:14:01.095Z] === RUN   TestBuildSquashParent
03:14:01 [2022-08-22T03:14:01.929Z] --- PASS: TestBuildWithHugeFile (48.01s)
03:14:01 [2022-08-22T03:14:01.929Z] === RUN   TestBuildWCOWSandboxSize
03:14:01 [2022-08-22T03:14:01.929Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
03:14:01 [2022-08-22T03:14:01.929Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
03:14:01 [2022-08-22T03:14:01.929Z] === RUN   TestBuildWithEmptyDockerfile
03:14:01 [2022-08-22T03:14:01.929Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
03:14:01 [2022-08-22T03:14:01.929Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
03:14:01 [2022-08-22T03:14:01.929Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
03:14:01 [2022-08-22T03:14:01.929Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
03:14:01 [2022-08-22T03:14:01.929Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
03:14:01 [2022-08-22T03:14:01.929Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
03:14:01 [2022-08-22T03:14:01.929Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
03:14:01 [2022-08-22T03:14:01.929Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
03:14:01 [2022-08-22T03:14:01.929Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
03:14:01 [2022-08-22T03:14:01.929Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
03:14:01 [2022-08-22T03:14:01.929Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s)
03:14:01 [2022-08-22T03:14:01.929Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s)
03:14:01 [2022-08-22T03:14:01.929Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
03:14:01 [2022-08-22T03:14:01.929Z] === RUN   TestBuildPreserveOwnership
03:14:01 [2022-08-22T03:14:01.929Z] === RUN   TestBuildPreserveOwnership/copy_from
03:14:01 [2022-08-22T03:14:01.929Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
03:14:01 [2022-08-22T03:14:01.929Z] --- PASS: TestBuildPreserveOwnership (2.90s)
03:14:01 [2022-08-22T03:14:01.929Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.91s)
03:14:01 [2022-08-22T03:14:01.929Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.98s)
03:14:01 [2022-08-22T03:14:01.929Z] === RUN   TestBuildPlatformInvalid
03:14:01 [2022-08-22T03:14:01.929Z] --- PASS: TestBuildPlatformInvalid (0.07s)
03:14:01 [2022-08-22T03:14:01.929Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
03:14:01 [2022-08-22T03:14:01.929Z] Loaded image: busybox:latest
03:14:01 [2022-08-22T03:14:01.929Z] Loaded image: busybox:glibc
03:14:01 [2022-08-22T03:14:01.929Z] Loaded image: debian:bullseye-slim
03:14:01 [2022-08-22T03:14:01.929Z] Loaded image: hello-world:latest
03:14:01 [2022-08-22T03:14:01.929Z] Loaded image: arm32v7/hello-world:latest
03:14:04 [2022-08-22T03:14:04.150Z] --- PASS: TestServiceWithDataPathPortInit (14.03s)
03:14:04 [2022-08-22T03:14:04.150Z] === RUN   TestServiceWithDefaultAddressPoolInit
03:14:05 [2022-08-22T03:14:05.808Z] sha256:e236fa925480f17dd5bcc24ab65342005e3c5645a294b9b0de0ce2eb04973599
03:14:05 [2022-08-22T03:14:05.808Z] INFO: Starting docker-py tests...
03:14:05 [2022-08-22T03:14:05.808Z] ============================= test session starts ==============================
03:14:05 [2022-08-22T03:14:05.808Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
03:14:05 [2022-08-22T03:14:05.808Z] rootdir: /src, inifile: pytest.ini
03:14:05 [2022-08-22T03:14:05.808Z] plugins: cov-2.6.1, timeout-1.3.3
03:14:05 [2022-08-22T03:14:05.808Z] collected 395 items / 2 deselected / 393 selected
03:14:05 [2022-08-22T03:14:05.808Z] 
03:14:06 [2022-08-22T03:14:06.040Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:moq24esxfdj3iyhzok8yjwnpx Created:2022-08-22 03:14:04.398278043 +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[01c2550bbd4d229475b20d15ad47473243ca80c0d9ad0783814507e736290661:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vjsuvtwr77k5akofa2mu6m0na EndpointID:da2160f022f26c45c253c329774138e8866becde61cf7fedd4e5c7a53b9dcc6d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d5ac241ea46c363b2e1bc0c6eeef73c12889258dd00d3ad7b208669ea234dc83 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:1ed98661b30e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vjsuvtwr77k5akofa2mu6m0na EndpointID:da2160f022f26c45c253c329774138e8866becde61cf7fedd4e5c7a53b9dcc6d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
03:14:07 [2022-08-22T03:14:07.173Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.20s)
03:14:07 [2022-08-22T03:14:07.174Z] PASS
03:14:07 [2022-08-22T03:14:07.174Z] 
03:14:07 [2022-08-22T03:14:07.174Z] === Skipped
03:14:07 [2022-08-22T03:14:07.174Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
03:14:07 [2022-08-22T03:14:07.174Z]     build_session_test.go:25: TODO: BuildKit
03:14:07 [2022-08-22T03:14:07.174Z] 
03:14:07 [2022-08-22T03:14:07.174Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
03:14:07 [2022-08-22T03:14:07.174Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
03:14:07 [2022-08-22T03:14:07.174Z] 
03:14:07 [2022-08-22T03:14:07.174Z] DONE 34 tests, 2 skipped in 80.061s
03:14:07 [2022-08-22T03:14:07.174Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
03:14:07 [2022-08-22T03:14:07.174Z] ++ 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
03:14:07 [2022-08-22T03:14:07.174Z] ++ set -e
03:14:07 [2022-08-22T03:14:07.174Z] ++ '[' -n 0 ']'
03:14:07 [2022-08-22T03:14:07.174Z] ++ set -x
03:14:07 [2022-08-22T03:14:07.174Z] ++ 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
03:14:07 [2022-08-22T03:14:07.174Z] INFO: Testing against a local daemon
03:14:07 [2022-08-22T03:14:07.174Z] === RUN   TestConfigInspect
03:14:09 [2022-08-22T03:14:09.688Z] --- PASS: TestConfigInspect (2.32s)
03:14:09 [2022-08-22T03:14:09.688Z] === RUN   TestConfigList
03:14:10 [2022-08-22T03:14:10.203Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.00s)
03:14:10 [2022-08-22T03:14:10.203Z] PASS
03:14:10 [2022-08-22T03:14:10.203Z] 
03:14:10 [2022-08-22T03:14:10.203Z] === Skipped
03:14:10 [2022-08-22T03:14:10.203Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
03:14:10 [2022-08-22T03:14:10.203Z]     service_test.go:243: FLAKY_TEST
03:14:10 [2022-08-22T03:14:10.203Z] 
03:14:10 [2022-08-22T03:14:10.203Z] DONE 38 tests, 1 skipped in 44.184s
03:14:10 [2022-08-22T03:14:10.203Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
03:14:10 [2022-08-22T03:14:10.203Z] INFO: Testing against a local daemon
03:14:10 [2022-08-22T03:14:10.203Z] === RUN   TestDockerNetworkIpvlanPersistance
03:14:10 [2022-08-22T03:14:10.203Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:14:10 [2022-08-22T03:14:10.203Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
03:14:10 [2022-08-22T03:14:10.203Z] === RUN   TestDockerNetworkIpvlan
03:14:10 [2022-08-22T03:14:10.203Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:14:10 [2022-08-22T03:14:10.203Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
03:14:10 [2022-08-22T03:14:10.203Z] PASS
03:14:10 [2022-08-22T03:14:10.203Z] 
03:14:10 [2022-08-22T03:14:10.203Z] === Skipped
03:14:10 [2022-08-22T03:14:10.203Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
03:14:10 [2022-08-22T03:14:10.203Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:14:10 [2022-08-22T03:14:10.203Z] 
03:14:10 [2022-08-22T03:14:10.203Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
03:14:10 [2022-08-22T03:14:10.203Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:14:10 [2022-08-22T03:14:10.203Z] 
03:14:10 [2022-08-22T03:14:10.203Z] DONE 2 tests, 2 skipped in 0.023s
03:14:10 [2022-08-22T03:14:10.203Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
03:14:10 [2022-08-22T03:14:10.203Z] INFO: Testing against a local daemon
03:14:10 [2022-08-22T03:14:10.203Z] === RUN   TestDockerNetworkMacvlanPersistance
03:14:11 [2022-08-22T03:14:11.141Z] --- PASS: TestBuildSquashParent (9.68s)
03:14:11 [2022-08-22T03:14:11.141Z] === RUN   TestBuildWithRemoveAndForceRemove
03:14:11 [2022-08-22T03:14:11.141Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
03:14:11 [2022-08-22T03:14:11.141Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
03:14:11 [2022-08-22T03:14:11.141Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
03:14:11 [2022-08-22T03:14:11.141Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
03:14:11 [2022-08-22T03:14:11.141Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
03:14:11 [2022-08-22T03:14:11.141Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
03:14:11 [2022-08-22T03:14:11.141Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
03:14:11 [2022-08-22T03:14:11.141Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
03:14:11 [2022-08-22T03:14:11.141Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
03:14:11 [2022-08-22T03:14:11.141Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
03:14:11 [2022-08-22T03:14:11.141Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
03:14:11 [2022-08-22T03:14:11.141Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
03:14:11 [2022-08-22T03:14:11.141Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
03:14:11 [2022-08-22T03:14:11.141Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
03:14:11 [2022-08-22T03:14:11.567Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s)
03:14:11 [2022-08-22T03:14:11.567Z] === RUN   TestDockerNetworkMacvlan
03:14:11 [2022-08-22T03:14:11.574Z] --- PASS: TestConfigList (2.28s)
03:14:11 [2022-08-22T03:14:11.574Z] === RUN   TestConfigsCreateAndDelete
03:14:12 [2022-08-22T03:14:12.129Z] === RUN   TestDockerNetworkMacvlan/Subinterface
03:14:13 [2022-08-22T03:14:13.057Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
03:14:13 [2022-08-22T03:14:13.618Z] === RUN   TestDockerNetworkMacvlan/NilParent
03:14:13 [2022-08-22T03:14:13.680Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
03:14:14 [2022-08-22T03:14:14.111Z] --- PASS: TestConfigsCreateAndDelete (2.19s)
03:14:14 [2022-08-22T03:14:14.111Z] === RUN   TestConfigsUpdate
03:14:14 [2022-08-22T03:14:14.249Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
03:14:15 [2022-08-22T03:14:15.507Z] === RUN   TestDockerNetworkMacvlan/InternalMode
03:14:16 [2022-08-22T03:14:16.025Z] --- PASS: TestConfigsUpdate (2.19s)
03:14:16 [2022-08-22T03:14:16.025Z] === RUN   TestTemplatedConfig
03:14:17 [2022-08-22T03:14:17.396Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
03:14:17 [2022-08-22T03:14:17.544Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
03:14:17 [2022-08-22T03:14:17.544Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
03:14:18 [2022-08-22T03:14:18.540Z] --- PASS: TestTemplatedConfig (2.48s)
03:14:18 [2022-08-22T03:14:18.541Z] === RUN   TestConfigCreateResolve
03:14:20 [2022-08-22T03:14:20.428Z] --- PASS: TestConfigCreateResolve (2.18s)
03:14:20 [2022-08-22T03:14:20.428Z] PASS
03:14:20 [2022-08-22T03:14:20.428Z] 
03:14:20 [2022-08-22T03:14:20.428Z] DONE 6 tests in 13.730s
03:14:20 [2022-08-22T03:14:20.428Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
03:14:20 [2022-08-22T03:14:20.428Z] ++ 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
03:14:20 [2022-08-22T03:14:20.428Z] ++ set -e
03:14:20 [2022-08-22T03:14:20.428Z] ++ '[' -n 0 ']'
03:14:20 [2022-08-22T03:14:20.428Z] ++ set -x
03:14:20 [2022-08-22T03:14:20.428Z] ++ 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
03:14:20 [2022-08-22T03:14:20.471Z] tests/integration/api_build_test.py .......................X             [  6%]
03:14:20 [2022-08-22T03:14:20.666Z] === RUN   TestDockerNetworkMacvlan/Addressing
03:14:20 [2022-08-22T03:14:20.688Z] INFO: Testing against a local daemon
03:14:20 [2022-08-22T03:14:20.688Z] === RUN   TestAttachWithTTY
03:14:20 [2022-08-22T03:14:20.688Z] --- PASS: TestAttachWithTTY (0.06s)
03:14:20 [2022-08-22T03:14:20.688Z] === RUN   TestAttachWithoutTTy
03:14:20 [2022-08-22T03:14:20.688Z] --- PASS: TestAttachWithoutTTy (0.04s)
03:14:20 [2022-08-22T03:14:20.688Z] === RUN   TestCheckpoint
03:14:20 [2022-08-22T03:14:20.688Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
03:14:20 [2022-08-22T03:14:20.688Z] --- SKIP: TestCheckpoint (0.00s)
03:14:20 [2022-08-22T03:14:20.688Z] === RUN   TestContainerInvalidJSON
03:14:20 [2022-08-22T03:14:20.688Z] === RUN   TestContainerInvalidJSON/commit
03:14:20 [2022-08-22T03:14:20.688Z] === PAUSE TestContainerInvalidJSON/commit
03:14:20 [2022-08-22T03:14:20.688Z] === RUN   TestContainerInvalidJSON/containers/create
03:14:20 [2022-08-22T03:14:20.688Z] === PAUSE TestContainerInvalidJSON/containers/create
03:14:20 [2022-08-22T03:14:20.688Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
03:14:20 [2022-08-22T03:14:20.688Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
03:14:20 [2022-08-22T03:14:20.688Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
03:14:20 [2022-08-22T03:14:20.688Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
03:14:20 [2022-08-22T03:14:20.688Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
03:14:20 [2022-08-22T03:14:20.688Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
03:14:20 [2022-08-22T03:14:20.688Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
03:14:20 [2022-08-22T03:14:20.688Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
03:14:20 [2022-08-22T03:14:20.688Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
03:14:20 [2022-08-22T03:14:20.688Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
03:14:20 [2022-08-22T03:14:20.688Z] === CONT  TestContainerInvalidJSON/commit
03:14:20 [2022-08-22T03:14:20.688Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
03:14:20 [2022-08-22T03:14:20.689Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/commit/empty_body
03:14:20 [2022-08-22T03:14:20.689Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
03:14:20 [2022-08-22T03:14:20.689Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === CONT  TestContainerInvalidJSON/containers/create
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
03:14:20 [2022-08-22T03:14:20.689Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
03:14:20 [2022-08-22T03:14:20.689Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
03:14:20 [2022-08-22T03:14:20.689Z] --- PASS: TestContainerInvalidJSON (0.01s)
03:14:20 [2022-08-22T03:14:20.689Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
03:14:20 [2022-08-22T03:14:20.689Z] === RUN   TestCopyFromContainerPathDoesNotExist
03:14:20 [2022-08-22T03:14:20.837Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
03:14:20 [2022-08-22T03:14:20.837Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.18s)
03:14:20 [2022-08-22T03:14:20.837Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.50s)
03:14:20 [2022-08-22T03:14:20.837Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.11s)
03:14:20 [2022-08-22T03:14:20.837Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.60s)
03:14:20 [2022-08-22T03:14:20.837Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.25s)
03:14:20 [2022-08-22T03:14:20.837Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.31s)
03:14:20 [2022-08-22T03:14:20.837Z] === RUN   TestBuildMultiStageCopy
03:14:20 [2022-08-22T03:14:20.837Z] === RUN   TestBuildMultiStageCopy/copy_to_root
03:14:20 [2022-08-22T03:14:20.945Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
03:14:20 [2022-08-22T03:14:20.945Z] === RUN   TestCopyFromContainerPathIsNotDir
03:14:20 [2022-08-22T03:14:20.945Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
03:14:20 [2022-08-22T03:14:20.945Z] === RUN   TestCopyToContainerPathDoesNotExist
03:14:20 [2022-08-22T03:14:20.945Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
03:14:20 [2022-08-22T03:14:20.945Z] === RUN   TestCopyEmptyFile
03:14:21 [2022-08-22T03:14:21.201Z] --- PASS: TestCopyEmptyFile (0.21s)
03:14:21 [2022-08-22T03:14:21.201Z] === RUN   TestCopyToContainerPathIsNotDir
03:14:21 [2022-08-22T03:14:21.201Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
03:14:21 [2022-08-22T03:14:21.201Z] === RUN   TestCopyFromContainer
03:14:21 [2022-08-22T03:14:21.227Z] --- PASS: TestDockerNetworkMacvlan (9.71s)
03:14:21 [2022-08-22T03:14:21.227Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.04s)
03:14:21 [2022-08-22T03:14:21.227Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s)
03:14:21 [2022-08-22T03:14:21.227Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.90s)
03:14:21 [2022-08-22T03:14:21.227Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.96s)
03:14:21 [2022-08-22T03:14:21.227Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.01s)
03:14:21 [2022-08-22T03:14:21.227Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s)
03:14:21 [2022-08-22T03:14:21.227Z] PASS
03:14:21 [2022-08-22T03:14:21.227Z] 
03:14:21 [2022-08-22T03:14:21.227Z] DONE 8 tests in 11.028s
03:14:21 [2022-08-22T03:14:21.227Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
03:14:21 [2022-08-22T03:14:21.227Z] testing: warning: no tests to run
03:14:21 [2022-08-22T03:14:21.227Z] PASS
03:14:21 [2022-08-22T03:14:21.227Z] 
03:14:21 [2022-08-22T03:14:21.227Z] DONE 0 tests in 0.007s
03:14:21 [2022-08-22T03:14:21.227Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
03:14:21 [2022-08-22T03:14:21.227Z] INFO: Testing against a local daemon
03:14:21 [2022-08-22T03:14:21.227Z] === RUN   TestAuthZPluginAllowRequest
03:14:21 [2022-08-22T03:14:21.295Z] tests/integration/api_client_test.py .....                               [  7%]
03:14:22 [2022-08-22T03:14:22.130Z] === RUN   TestCopyFromContainer//
03:14:22 [2022-08-22T03:14:22.130Z] === RUN   TestCopyFromContainer//bar/root
03:14:22 [2022-08-22T03:14:22.130Z] === RUN   TestCopyFromContainer//bar/root/
03:14:22 [2022-08-22T03:14:22.385Z] === RUN   TestCopyFromContainer/bar/quux
03:14:22 [2022-08-22T03:14:22.385Z] === RUN   TestCopyFromContainer/bar/quux/
03:14:22 [2022-08-22T03:14:22.385Z] === RUN   TestCopyFromContainer/bar/quux/baz
03:14:22 [2022-08-22T03:14:22.385Z] === RUN   TestCopyFromContainer/bar/filesymlink
03:14:22 [2022-08-22T03:14:22.385Z] === RUN   TestCopyFromContainer/bar/dirsymlink
03:14:22 [2022-08-22T03:14:22.593Z] --- PASS: TestAuthZPluginAllowRequest (1.18s)
03:14:22 [2022-08-22T03:14:22.593Z] === RUN   TestAuthZPluginTLS
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCopyFromContainer/bar/notarget
03:14:22 [2022-08-22T03:14:22.641Z] --- PASS: TestCopyFromContainer (1.48s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCopyFromContainer// (0.06s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
03:14:22 [2022-08-22T03:14:22.641Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
03:14:22 [2022-08-22T03:14:22.641Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
03:14:22 [2022-08-22T03:14:22.641Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
03:14:22 [2022-08-22T03:14:22.641Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
03:14:22 [2022-08-22T03:14:22.641Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
03:14:22 [2022-08-22T03:14:22.641Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
03:14:22 [2022-08-22T03:14:22.641Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCreateLinkToNonExistingContainer
03:14:22 [2022-08-22T03:14:22.641Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCreateWithInvalidEnv
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCreateWithInvalidEnv/0
03:14:22 [2022-08-22T03:14:22.641Z] === PAUSE TestCreateWithInvalidEnv/0
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCreateWithInvalidEnv/1
03:14:22 [2022-08-22T03:14:22.641Z] === PAUSE TestCreateWithInvalidEnv/1
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCreateWithInvalidEnv/2
03:14:22 [2022-08-22T03:14:22.641Z] === PAUSE TestCreateWithInvalidEnv/2
03:14:22 [2022-08-22T03:14:22.641Z] === CONT  TestCreateWithInvalidEnv/0
03:14:22 [2022-08-22T03:14:22.641Z] === CONT  TestCreateWithInvalidEnv/2
03:14:22 [2022-08-22T03:14:22.641Z] === CONT  TestCreateWithInvalidEnv/1
03:14:22 [2022-08-22T03:14:22.641Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
03:14:22 [2022-08-22T03:14:22.641Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCreateTmpfsMountsTarget
03:14:22 [2022-08-22T03:14:22.641Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
03:14:22 [2022-08-22T03:14:22.641Z] === RUN   TestCreateWithCustomMaskedPaths
03:14:22 [2022-08-22T03:14:22.849Z] --- PASS: TestAuthZPluginTLS (0.54s)
03:14:22 [2022-08-22T03:14:22.849Z] === RUN   TestAuthZPluginDenyRequest
03:14:23 [2022-08-22T03:14:23.099Z] tests/integration/api_config_test.py ......                              [  8%]
03:14:23 [2022-08-22T03:14:23.375Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
03:14:23 [2022-08-22T03:14:23.410Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
03:14:23 [2022-08-22T03:14:23.410Z] === RUN   TestAuthZPluginAPIDenyResponse
03:14:23 [2022-08-22T03:14:23.944Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
03:14:23 [2022-08-22T03:14:23.972Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
03:14:23 [2022-08-22T03:14:23.972Z] === RUN   TestAuthZPluginDenyResponse
03:14:24 [2022-08-22T03:14:24.015Z] --- PASS: TestCreateWithCustomMaskedPaths (1.21s)
03:14:24 [2022-08-22T03:14:24.015Z] === RUN   TestCreateWithCustomReadonlyPaths
03:14:24 [2022-08-22T03:14:24.514Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
03:14:24 [2022-08-22T03:14:24.533Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
03:14:24 [2022-08-22T03:14:24.533Z] === RUN   TestAuthZPluginAllowEventStream
03:14:25 [2022-08-22T03:14:25.381Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.17s)
03:14:25 [2022-08-22T03:14:25.381Z] === RUN   TestCreateWithInvalidHealthcheckParams
03:14:25 [2022-08-22T03:14:25.381Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
03:14:25 [2022-08-22T03:14:25.381Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
03:14:25 [2022-08-22T03:14:25.381Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
03:14:25 [2022-08-22T03:14:25.381Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
03:14:25 [2022-08-22T03:14:25.381Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
03:14:25 [2022-08-22T03:14:25.381Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
03:14:25 [2022-08-22T03:14:25.381Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
03:14:25 [2022-08-22T03:14:25.381Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
03:14:25 [2022-08-22T03:14:25.381Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
03:14:25 [2022-08-22T03:14:25.381Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
03:14:25 [2022-08-22T03:14:25.381Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
03:14:25 [2022-08-22T03:14:25.381Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
03:14:25 [2022-08-22T03:14:25.381Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
03:14:25 [2022-08-22T03:14:25.381Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
03:14:25 [2022-08-22T03:14:25.381Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
03:14:25 [2022-08-22T03:14:25.381Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
03:14:25 [2022-08-22T03:14:25.381Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
03:14:25 [2022-08-22T03:14:25.381Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
03:14:25 [2022-08-22T03:14:25.381Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
03:14:25 [2022-08-22T03:14:25.381Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
03:14:25 [2022-08-22T03:14:25.381Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
03:14:25 [2022-08-22T03:14:25.381Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
03:14:25 [2022-08-22T03:14:25.453Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
03:14:25 [2022-08-22T03:14:25.637Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestCreateDifferentPlatform
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestCreateDifferentPlatform/different_os
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
03:14:25 [2022-08-22T03:14:25.637Z] --- PASS: TestCreateDifferentPlatform (0.01s)
03:14:25 [2022-08-22T03:14:25.637Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
03:14:25 [2022-08-22T03:14:25.637Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestCreateVolumesFromNonExistingContainer
03:14:25 [2022-08-22T03:14:25.637Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
03:14:25 [2022-08-22T03:14:25.637Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestCreateInvalidHostConfig
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
03:14:25 [2022-08-22T03:14:25.637Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
03:14:25 [2022-08-22T03:14:25.637Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
03:14:25 [2022-08-22T03:14:25.637Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
03:14:25 [2022-08-22T03:14:25.637Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
03:14:25 [2022-08-22T03:14:25.637Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
03:14:25 [2022-08-22T03:14:25.637Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
03:14:25 [2022-08-22T03:14:25.637Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
03:14:25 [2022-08-22T03:14:25.637Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
03:14:25 [2022-08-22T03:14:25.637Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
03:14:25 [2022-08-22T03:14:25.637Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
03:14:25 [2022-08-22T03:14:25.637Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
03:14:25 [2022-08-22T03:14:25.637Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
03:14:25 [2022-08-22T03:14:25.637Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestContainerStartOnDaemonRestart
03:14:25 [2022-08-22T03:14:25.637Z] === PAUSE TestContainerStartOnDaemonRestart
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestDaemonRestartIpcMode
03:14:25 [2022-08-22T03:14:25.637Z] === PAUSE TestDaemonRestartIpcMode
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestDaemonHostGatewayIP
03:14:25 [2022-08-22T03:14:25.637Z] === PAUSE TestDaemonHostGatewayIP
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestRestartDaemonWithRestartingContainer
03:14:25 [2022-08-22T03:14:25.637Z] === PAUSE TestRestartDaemonWithRestartingContainer
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestContainerKillOnDaemonStart
03:14:25 [2022-08-22T03:14:25.637Z] === PAUSE TestContainerKillOnDaemonStart
03:14:25 [2022-08-22T03:14:25.637Z] === RUN   TestDiff
03:14:25 [2022-08-22T03:14:25.713Z] --- PASS: TestBuildMultiStageCopy (5.13s)
03:14:25 [2022-08-22T03:14:25.713Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.74s)
03:14:25 [2022-08-22T03:14:25.713Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s)
03:14:25 [2022-08-22T03:14:25.713Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.62s)
03:14:25 [2022-08-22T03:14:25.713Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.63s)
03:14:25 [2022-08-22T03:14:25.713Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s)
03:14:25 [2022-08-22T03:14:25.713Z] === RUN   TestBuildMultiStageParentConfig
03:14:25 [2022-08-22T03:14:25.898Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s)
03:14:25 [2022-08-22T03:14:25.898Z] === RUN   TestAuthZPluginErrorResponse
03:14:26 [2022-08-22T03:14:26.155Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
03:14:26 [2022-08-22T03:14:26.155Z] === RUN   TestAuthZPluginErrorRequest
03:14:26 [2022-08-22T03:14:26.198Z] --- PASS: TestDiff (0.42s)
03:14:26 [2022-08-22T03:14:26.198Z] === RUN   TestExecConsoleSize
03:14:26 [2022-08-22T03:14:26.453Z] --- PASS: TestExecConsoleSize (0.46s)
03:14:26 [2022-08-22T03:14:26.453Z] === RUN   TestExecWithCloseStdin
03:14:26 [2022-08-22T03:14:26.716Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
03:14:26 [2022-08-22T03:14:26.716Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
03:14:27 [2022-08-22T03:14:27.015Z] --- PASS: TestExecWithCloseStdin (0.48s)
03:14:27 [2022-08-22T03:14:27.015Z] === RUN   TestExec
03:14:27 [2022-08-22T03:14:27.278Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
03:14:27 [2022-08-22T03:14:27.278Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
03:14:27 [2022-08-22T03:14:27.576Z] --- PASS: TestExec (0.49s)
03:14:27 [2022-08-22T03:14:27.576Z] === RUN   TestExecUser
03:14:27 [2022-08-22T03:14:27.619Z] --- PASS: TestBuildMultiStageParentConfig (1.47s)
03:14:27 [2022-08-22T03:14:27.619Z] === RUN   TestBuildLabelWithTargets
03:14:28 [2022-08-22T03:14:28.137Z] --- PASS: TestExecUser (0.48s)
03:14:28 [2022-08-22T03:14:28.137Z] === RUN   TestExportContainerAndImportImage
03:14:28 [2022-08-22T03:14:28.643Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s)
03:14:28 [2022-08-22T03:14:28.643Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
03:14:28 [2022-08-22T03:14:28.700Z] --- PASS: TestExportContainerAndImportImage (0.56s)
03:14:28 [2022-08-22T03:14:28.700Z] === RUN   TestExportContainerAfterDaemonRestart
03:14:29 [2022-08-22T03:14:29.527Z] --- PASS: TestBuildLabelWithTargets (2.30s)
03:14:29 [2022-08-22T03:14:29.527Z] === RUN   TestBuildWithEmptyLayers
03:14:30 [2022-08-22T03:14:30.064Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
03:14:30 [2022-08-22T03:14:30.064Z] === RUN   TestHealthCheckWorkdir
03:14:30 [2022-08-22T03:14:30.320Z] --- PASS: TestHealthCheckWorkdir (0.54s)
03:14:30 [2022-08-22T03:14:30.320Z] === RUN   TestHealthKillContainer
03:14:30 [2022-08-22T03:14:30.533Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.44s)
03:14:30 [2022-08-22T03:14:30.533Z] === RUN   TestAuthZPluginHeader
03:14:30 [2022-08-22T03:14:30.789Z] --- PASS: TestAuthZPluginHeader (0.71s)
03:14:30 [2022-08-22T03:14:30.789Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
03:14:30 [2022-08-22T03:14:30.907Z] --- PASS: TestBuildWithEmptyLayers (1.25s)
03:14:30 [2022-08-22T03:14:30.907Z] === RUN   TestBuildMultiStageOnBuild
03:14:34 [2022-08-22T03:14:34.200Z] --- PASS: TestBuildMultiStageOnBuild (3.30s)
03:14:34 [2022-08-22T03:14:34.200Z] === RUN   TestBuildUncleanTarFilenames
03:14:36 [2022-08-22T03:14:36.032Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.27s)
03:14:36 [2022-08-22T03:14:36.032Z] === RUN   TestAuthZPluginV2Disable
03:14:36 [2022-08-22T03:14:36.108Z] --- PASS: TestBuildUncleanTarFilenames (2.00s)
03:14:36 [2022-08-22T03:14:36.108Z] === RUN   TestBuildMultiStageLayerLeak
03:14:38 [2022-08-22T03:14:38.400Z] --- PASS: TestHealthKillContainer (7.90s)
03:14:38 [2022-08-22T03:14:38.400Z] === RUN   TestInspectCpusetInConfigPre120
03:14:38 [2022-08-22T03:14:38.655Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s)
03:14:38 [2022-08-22T03:14:38.655Z] === RUN   TestIpcModeNone
03:14:39 [2022-08-22T03:14:39.217Z] --- PASS: TestIpcModeNone (0.44s)
03:14:39 [2022-08-22T03:14:39.217Z] === RUN   TestIpcModePrivate
03:14:39 [2022-08-22T03:14:39.299Z] --- PASS: TestAuthZPluginV2Disable (3.73s)
03:14:39 [2022-08-22T03:14:39.299Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
03:14:39 [2022-08-22T03:14:39.472Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false
03:14:39 [2022-08-22T03:14:39.472Z] --- PASS: TestIpcModePrivate (0.45s)
03:14:39 [2022-08-22T03:14:39.472Z] === RUN   TestIpcModeShareable
03:14:40 [2022-08-22T03:14:40.033Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true
03:14:40 [2022-08-22T03:14:40.033Z] --- PASS: TestIpcModeShareable (0.45s)
03:14:40 [2022-08-22T03:14:40.033Z] === RUN   TestAPIIpcModeShareableAndContainer
03:14:40 [2022-08-22T03:14:40.305Z] --- PASS: TestBuildMultiStageLayerLeak (3.67s)
03:14:40 [2022-08-22T03:14:40.305Z] === RUN   TestBuildWithHugeFile
03:14:41 [2022-08-22T03:14:41.399Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.47s)
03:14:41 [2022-08-22T03:14:41.399Z] === RUN   TestAPIIpcModeHost
03:14:41 [2022-08-22T03:14:41.961Z] --- PASS: TestAPIIpcModeHost (0.35s)
03:14:41 [2022-08-22T03:14:41.961Z] === RUN   TestDaemonIpcModeShareable
03:14:42 [2022-08-22T03:14:42.605Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.51s)
03:14:42 [2022-08-22T03:14:42.605Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
03:14:42 [2022-08-22T03:14:42.888Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
03:14:42 [2022-08-22T03:14:42.888Z] --- PASS: TestDaemonIpcModeShareable (1.14s)
03:14:42 [2022-08-22T03:14:42.888Z] === RUN   TestDaemonIpcModePrivate
03:14:44 [2022-08-22T03:14:44.253Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
03:14:44 [2022-08-22T03:14:44.253Z] --- PASS: TestDaemonIpcModePrivate (1.12s)
03:14:44 [2022-08-22T03:14:44.253Z] === RUN   TestDaemonIpcModePrivateFromConfig
03:14:45 [2022-08-22T03:14:45.180Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
03:14:45 [2022-08-22T03:14:45.180Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s)
03:14:45 [2022-08-22T03:14:45.180Z] === RUN   TestDaemonIpcModeShareableFromConfig
03:14:46 [2022-08-22T03:14:46.544Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
03:14:46 [2022-08-22T03:14:46.544Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s)
03:14:46 [2022-08-22T03:14:46.544Z] === RUN   TestIpcModeOlderClient
03:14:46 [2022-08-22T03:14:46.544Z] === PAUSE TestIpcModeOlderClient
03:14:46 [2022-08-22T03:14:46.544Z] === RUN   TestKillContainerInvalidSignal
03:14:46 [2022-08-22T03:14:46.801Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
03:14:46 [2022-08-22T03:14:46.801Z] === RUN   TestKillContainer
03:14:46 [2022-08-22T03:14:46.801Z] === RUN   TestKillContainer/no_signal
03:14:47 [2022-08-22T03:14:47.362Z] === RUN   TestKillContainer/non_killing_signal
03:14:47 [2022-08-22T03:14:47.618Z] === RUN   TestKillContainer/killing_signal
03:14:48 [2022-08-22T03:14:48.180Z] --- PASS: TestKillContainer (1.29s)
03:14:48 [2022-08-22T03:14:48.180Z]     --- PASS: TestKillContainer/no_signal (0.40s)
03:14:48 [2022-08-22T03:14:48.180Z]     --- PASS: TestKillContainer/non_killing_signal (0.30s)
03:14:48 [2022-08-22T03:14:48.180Z]     --- PASS: TestKillContainer/killing_signal (0.41s)
03:14:48 [2022-08-22T03:14:48.180Z] === RUN   TestKillWithStopSignalAndRestartPolicies
03:14:48 [2022-08-22T03:14:48.180Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
03:14:48 [2022-08-22T03:14:48.435Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
03:14:48 [2022-08-22T03:14:48.997Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s)
03:14:48 [2022-08-22T03:14:48.997Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
03:14:48 [2022-08-22T03:14:48.997Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s)
03:14:48 [2022-08-22T03:14:48.997Z] === RUN   TestKillStoppedContainer
03:14:48 [2022-08-22T03:14:48.997Z] --- PASS: TestKillStoppedContainer (0.05s)
03:14:48 [2022-08-22T03:14:48.997Z] === RUN   TestKillStoppedContainerAPIPre120
03:14:48 [2022-08-22T03:14:48.997Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
03:14:48 [2022-08-22T03:14:48.997Z] === RUN   TestKillDifferentUserContainer
03:14:49 [2022-08-22T03:14:49.558Z] --- PASS: TestKillDifferentUserContainer (0.43s)
03:14:49 [2022-08-22T03:14:49.558Z] === RUN   TestInspectOomKilledTrue
03:14:50 [2022-08-22T03:14:50.120Z] --- PASS: TestInspectOomKilledTrue (0.49s)
03:14:50 [2022-08-22T03:14:50.120Z] === RUN   TestInspectOomKilledFalse
03:14:50 [2022-08-22T03:14:50.375Z] --- PASS: TestInspectOomKilledFalse (0.42s)
03:14:50 [2022-08-22T03:14:50.375Z] === RUN   TestLinksEtcHostsContentMatch
03:14:50 [2022-08-22T03:14:50.631Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s)
03:14:50 [2022-08-22T03:14:50.631Z] === RUN   TestLinksContainerNames
03:14:51 [2022-08-22T03:14:51.558Z] --- PASS: TestLinksContainerNames (0.81s)
03:14:51 [2022-08-22T03:14:51.558Z] === RUN   TestLogsFollowTailEmpty
03:14:51 [2022-08-22T03:14:51.814Z] --- PASS: TestLogsFollowTailEmpty (0.43s)
03:14:51 [2022-08-22T03:14:51.814Z] === RUN   TestLogs
03:14:51 [2022-08-22T03:14:51.814Z] === RUN   TestLogs/driver_local
03:14:51 [2022-08-22T03:14:51.814Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
03:14:51 [2022-08-22T03:14:51.814Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
03:14:51 [2022-08-22T03:14:51.814Z] === RUN   TestLogs/driver_local/tty/only_stdout
03:14:51 [2022-08-22T03:14:51.814Z] === PAUSE TestLogs/driver_local/tty/only_stdout
03:14:51 [2022-08-22T03:14:51.814Z] === RUN   TestLogs/driver_local/tty/only_stderr
03:14:51 [2022-08-22T03:14:51.814Z] === PAUSE TestLogs/driver_local/tty/only_stderr
03:14:51 [2022-08-22T03:14:51.814Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
03:14:51 [2022-08-22T03:14:51.814Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
03:14:51 [2022-08-22T03:14:51.814Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
03:14:51 [2022-08-22T03:14:51.814Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
03:14:51 [2022-08-22T03:14:51.814Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
03:14:51 [2022-08-22T03:14:51.814Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
03:14:51 [2022-08-22T03:14:51.814Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
03:14:51 [2022-08-22T03:14:51.814Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
03:14:51 [2022-08-22T03:14:51.865Z] --- PASS: TestImportExtremelyLargeImageWorks (92.82s)
03:14:51 [2022-08-22T03:14:51.865Z] PASS
03:14:51 [2022-08-22T03:14:51.865Z] 
03:14:51 [2022-08-22T03:14:51.865Z] === Skipped
03:14:51 [2022-08-22T03:14:51.865Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
03:14:51 [2022-08-22T03:14:51.865Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
03:14:51 [2022-08-22T03:14:51.865Z] 
03:14:51 [2022-08-22T03:14:51.865Z] DONE 22 tests, 1 skipped in 96.327s
03:14:51 [2022-08-22T03:14:51.865Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
03:14:51 [2022-08-22T03:14:51.865Z] === RUN   TestStripANSICommands
03:14:51 [2022-08-22T03:14:51.865Z] === RUN   TestStripANSICommands/#00
03:14:51 [2022-08-22T03:14:51.865Z] === RUN   TestStripANSICommands/#01
03:14:51 [2022-08-22T03:14:51.865Z] --- PASS: TestStripANSICommands (0.00s)
03:14:51 [2022-08-22T03:14:51.865Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
03:14:51 [2022-08-22T03:14:51.865Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
03:14:51 [2022-08-22T03:14:51.865Z] PASS
03:14:51 [2022-08-22T03:14:51.865Z] 
03:14:51 [2022-08-22T03:14:51.865Z] DONE 3 tests in 0.043s
03:14:51 [2022-08-22T03:14:51.865Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
03:14:51 [2022-08-22T03:14:51.865Z] INFO: Testing against a local daemon
03:14:51 [2022-08-22T03:14:51.865Z] === RUN   TestNetworkCreateDelete
03:14:51 [2022-08-22T03:14:51.865Z] --- PASS: TestNetworkCreateDelete (0.12s)
03:14:51 [2022-08-22T03:14:51.865Z] === RUN   TestDockerNetworkDeletePreferID
03:14:51 [2022-08-22T03:14:51.865Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
03:14:51 [2022-08-22T03:14:51.865Z] === RUN   TestDaemonDNSFallback
03:14:52 [2022-08-22T03:14:52.543Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.16s)
03:14:52 [2022-08-22T03:14:52.543Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
03:14:52 [2022-08-22T03:14:52.646Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
03:14:52 [2022-08-22T03:14:52.742Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
03:14:52 [2022-08-22T03:14:52.742Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
03:14:53 [2022-08-22T03:14:53.302Z] === CONT  TestLogs/driver_local/tty/only_stderr
03:14:53 [2022-08-22T03:14:53.302Z] === CONT  TestLogs/driver_local/tty/only_stdout
03:14:53 [2022-08-22T03:14:53.863Z] === RUN   TestLogs/driver_json-file
03:14:53 [2022-08-22T03:14:53.864Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
03:14:53 [2022-08-22T03:14:53.864Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
03:14:53 [2022-08-22T03:14:53.864Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
03:14:53 [2022-08-22T03:14:53.864Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
03:14:53 [2022-08-22T03:14:53.864Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
03:14:53 [2022-08-22T03:14:53.864Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
03:14:53 [2022-08-22T03:14:53.864Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
03:14:53 [2022-08-22T03:14:53.864Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
03:14:53 [2022-08-22T03:14:53.864Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
03:14:53 [2022-08-22T03:14:53.864Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
03:14:53 [2022-08-22T03:14:53.864Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
03:14:53 [2022-08-22T03:14:53.864Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
03:14:53 [2022-08-22T03:14:53.864Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
03:14:53 [2022-08-22T03:14:53.864Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
03:14:54 [2022-08-22T03:14:54.425Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
03:14:54 [2022-08-22T03:14:54.425Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
03:14:55 [2022-08-22T03:14:55.129Z] --- PASS: TestDaemonDNSFallback (6.30s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestInspectNetwork
03:14:55 [2022-08-22T03:14:55.129Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:14:55 [2022-08-22T03:14:55.129Z] --- SKIP: TestInspectNetwork (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestRunContainerWithBridgeNone
03:14:55 [2022-08-22T03:14:55.129Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/create
03:14:55 [2022-08-22T03:14:55.129Z] === PAUSE TestNetworkInvalidJSON/networks/create
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
03:14:55 [2022-08-22T03:14:55.129Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
03:14:55 [2022-08-22T03:14:55.129Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
03:14:55 [2022-08-22T03:14:55.129Z] === CONT  TestNetworkInvalidJSON/networks/create
03:14:55 [2022-08-22T03:14:55.129Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
03:14:55 [2022-08-22T03:14:55.129Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
03:14:55 [2022-08-22T03:14:55.129Z] --- PASS: TestNetworkInvalidJSON (0.01s)
03:14:55 [2022-08-22T03:14:55.129Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s)
03:14:55 [2022-08-22T03:14:55.129Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkList
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkList//networks
03:14:55 [2022-08-22T03:14:55.129Z] === PAUSE TestNetworkList//networks
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestNetworkList//networks/
03:14:55 [2022-08-22T03:14:55.129Z] === PAUSE TestNetworkList//networks/
03:14:55 [2022-08-22T03:14:55.129Z] === CONT  TestNetworkList//networks
03:14:55 [2022-08-22T03:14:55.129Z] === CONT  TestNetworkList//networks/
03:14:55 [2022-08-22T03:14:55.129Z] --- PASS: TestNetworkList (0.01s)
03:14:55 [2022-08-22T03:14:55.129Z]     --- PASS: TestNetworkList//networks (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]     --- PASS: TestNetworkList//networks/ (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestHostIPv4BridgeLabel
03:14:55 [2022-08-22T03:14:55.129Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestDaemonRestartWithLiveRestore
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestDaemonDefaultNetworkPools
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestDaemonRestartWithExistingNetwork
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestServiceWithPredefinedNetwork
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:14:55 [2022-08-22T03:14:55.129Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestServiceRemoveKeepsIngressNetwork
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:243: FLAKY_TEST
03:14:55 [2022-08-22T03:14:55.129Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestServiceWithDataPathPortInit
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:14:55 [2022-08-22T03:14:55.129Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s)
03:14:55 [2022-08-22T03:14:55.129Z] === RUN   TestServiceWithDefaultAddressPoolInit
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:14:55 [2022-08-22T03:14:55.129Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z] PASS
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] === Skipped
03:14:55 [2022-08-22T03:14:55.129Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s)
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s)
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s)
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s)
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:243: FLAKY_TEST
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s)
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
03:14:55 [2022-08-22T03:14:55.129Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:14:55 [2022-08-22T03:14:55.129Z] 
03:14:55 [2022-08-22T03:14:55.129Z] DONE 34 tests, 12 skipped in 7.046s
03:14:55 [2022-08-22T03:14:55.129Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
03:14:55 [2022-08-22T03:14:55.351Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
03:14:55 [2022-08-22T03:14:55.351Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
03:14:55 [2022-08-22T03:14:55.385Z] INFO: Testing against a local daemon
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestDockerNetworkIpvlanPersistance
03:14:55 [2022-08-22T03:14:55.385Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestDockerNetworkIpvlan
03:14:55 [2022-08-22T03:14:55.385Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] PASS
03:14:55 [2022-08-22T03:14:55.385Z] 
03:14:55 [2022-08-22T03:14:55.385Z] === Skipped
03:14:55 [2022-08-22T03:14:55.385Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:14:55 [2022-08-22T03:14:55.385Z] 
03:14:55 [2022-08-22T03:14:55.385Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:14:55 [2022-08-22T03:14:55.385Z] 
03:14:55 [2022-08-22T03:14:55.385Z] DONE 2 tests, 2 skipped in 0.082s
03:14:55 [2022-08-22T03:14:55.385Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
03:14:55 [2022-08-22T03:14:55.385Z] INFO: Testing against a local daemon
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestDockerNetworkMacvlanPersistance
03:14:55 [2022-08-22T03:14:55.385Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestDockerNetworkMacvlan
03:14:55 [2022-08-22T03:14:55.385Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] PASS
03:14:55 [2022-08-22T03:14:55.385Z] 
03:14:55 [2022-08-22T03:14:55.385Z] === Skipped
03:14:55 [2022-08-22T03:14:55.385Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.385Z] 
03:14:55 [2022-08-22T03:14:55.385Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
03:14:55 [2022-08-22T03:14:55.385Z] 
03:14:55 [2022-08-22T03:14:55.385Z] DONE 2 tests, 2 skipped in 0.088s
03:14:55 [2022-08-22T03:14:55.385Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
03:14:55 [2022-08-22T03:14:55.385Z] testing: warning: no tests to run
03:14:55 [2022-08-22T03:14:55.385Z] PASS
03:14:55 [2022-08-22T03:14:55.385Z] 
03:14:55 [2022-08-22T03:14:55.385Z] DONE 0 tests in 0.024s
03:14:55 [2022-08-22T03:14:55.385Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
03:14:55 [2022-08-22T03:14:55.385Z] INFO: Testing against a local daemon
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthZPluginAllowRequest
03:14:55 [2022-08-22T03:14:55.385Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthZPluginTLS
03:14:55 [2022-08-22T03:14:55.385Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestAuthZPluginTLS (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthZPluginDenyRequest
03:14:55 [2022-08-22T03:14:55.385Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthZPluginAPIDenyResponse
03:14:55 [2022-08-22T03:14:55.385Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthZPluginDenyResponse
03:14:55 [2022-08-22T03:14:55.385Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthZPluginAllowEventStream
03:14:55 [2022-08-22T03:14:55.385Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthZPluginErrorResponse
03:14:55 [2022-08-22T03:14:55.385Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthZPluginErrorRequest
03:14:55 [2022-08-22T03:14:55.385Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
03:14:55 [2022-08-22T03:14:55.385Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
03:14:55 [2022-08-22T03:14:55.385Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
03:14:55 [2022-08-22T03:14:55.385Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthZPluginHeader
03:14:55 [2022-08-22T03:14:55.385Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.385Z] --- SKIP: TestAuthZPluginHeader (0.00s)
03:14:55 [2022-08-22T03:14:55.385Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
03:14:55 [2022-08-22T03:14:55.607Z] --- PASS: TestLogs (3.76s)
03:14:55 [2022-08-22T03:14:55.607Z]     --- PASS: TestLogs/driver_local (0.01s)
03:14:55 [2022-08-22T03:14:55.607Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.72s)
03:14:55 [2022-08-22T03:14:55.607Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.75s)
03:14:55 [2022-08-22T03:14:55.607Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.56s)
03:14:55 [2022-08-22T03:14:55.607Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.56s)
03:14:55 [2022-08-22T03:14:55.607Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.54s)
03:14:55 [2022-08-22T03:14:55.607Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.54s)
03:14:55 [2022-08-22T03:14:55.607Z]     --- PASS: TestLogs/driver_json-file (0.01s)
03:14:55 [2022-08-22T03:14:55.607Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.60s)
03:14:55 [2022-08-22T03:14:55.607Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.69s)
03:14:55 [2022-08-22T03:14:55.607Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.79s)
03:14:55 [2022-08-22T03:14:55.607Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.74s)
03:14:55 [2022-08-22T03:14:55.607Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.44s)
03:14:55 [2022-08-22T03:14:55.607Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.45s)
03:14:55 [2022-08-22T03:14:55.607Z] === RUN   TestContainerNetworkMountsNoChown
03:14:55 [2022-08-22T03:14:55.945Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:55 [2022-08-22T03:14:55.945Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.42s)
03:14:55 [2022-08-22T03:14:55.945Z] === RUN   TestAuthZPluginV2Disable
03:14:56 [2022-08-22T03:14:56.169Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s)
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/default
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/default
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/private
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/private
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rprivate
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rprivate
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/slave
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/slave
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rslave
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rslave
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/shared
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/shared
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rshared
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rshared
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/default
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/default/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/default/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/default/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/default/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/default/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/default/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/rslave
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rslave/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rslave/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/rshared
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rshared/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rshared/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/shared
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/shared/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/shared/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/shared/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/shared/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/rprivate
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/slave
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/slave/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/slave/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/slave/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/slave/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/private
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/private/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/private/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/private/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/private/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/private/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === RUN   TestMountDaemonRoot/private/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/default/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/rslave/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/rshared/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/default/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/default/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/default/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/shared/bind_root
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/rslave/mount_root
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
03:14:56 [2022-08-22T03:14:56.169Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
03:14:56 [2022-08-22T03:14:56.201Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:56 [2022-08-22T03:14:56.201Z] --- SKIP: TestAuthZPluginV2Disable (0.32s)
03:14:56 [2022-08-22T03:14:56.201Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/rshared/mount_root
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/slave/bind_root
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/shared/mount_root
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/private/bind_root
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/private/mount_subpath
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/private/mount_root
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/private/bind_subpath
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/slave/mount_root
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
03:14:56 [2022-08-22T03:14:56.439Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
03:14:56 [2022-08-22T03:14:56.439Z] --- PASS: TestMountDaemonRoot (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
03:14:56 [2022-08-22T03:14:56.439Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
03:14:56 [2022-08-22T03:14:56.439Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
03:14:56 [2022-08-22T03:14:56.439Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
03:14:56 [2022-08-22T03:14:56.439Z] === RUN   TestContainerBindMountNonRecursive
03:14:56 [2022-08-22T03:14:56.456Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:56 [2022-08-22T03:14:56.457Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s)
03:14:56 [2022-08-22T03:14:56.457Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
03:14:57 [2022-08-22T03:14:57.017Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.017Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s)
03:14:57 [2022-08-22T03:14:57.017Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
03:14:57 [2022-08-22T03:14:57.273Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.273Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s)
03:14:57 [2022-08-22T03:14:57.273Z] PASS
03:14:57 [2022-08-22T03:14:57.273Z] 
03:14:57 [2022-08-22T03:14:57.273Z] === Skipped
03:14:57 [2022-08-22T03:14:57.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
03:14:57 [2022-08-22T03:14:57.273Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.273Z] 
03:14:57 [2022-08-22T03:14:57.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
03:14:57 [2022-08-22T03:14:57.273Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.273Z] 
03:14:57 [2022-08-22T03:14:57.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
03:14:57 [2022-08-22T03:14:57.273Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.273Z] 
03:14:57 [2022-08-22T03:14:57.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
03:14:57 [2022-08-22T03:14:57.273Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.273Z] 
03:14:57 [2022-08-22T03:14:57.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
03:14:57 [2022-08-22T03:14:57.273Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.273Z] 
03:14:57 [2022-08-22T03:14:57.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
03:14:57 [2022-08-22T03:14:57.273Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.273Z] 
03:14:57 [2022-08-22T03:14:57.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
03:14:57 [2022-08-22T03:14:57.273Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.273Z] 
03:14:57 [2022-08-22T03:14:57.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
03:14:57 [2022-08-22T03:14:57.273Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.273Z] 
03:14:57 [2022-08-22T03:14:57.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
03:14:57 [2022-08-22T03:14:57.273Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.273Z] 
03:14:57 [2022-08-22T03:14:57.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
03:14:57 [2022-08-22T03:14:57.273Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.273Z] 
03:14:57 [2022-08-22T03:14:57.273Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
03:14:57 [2022-08-22T03:14:57.273Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.273Z] 
03:14:57 [2022-08-22T03:14:57.273Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.274Z] 
03:14:57 [2022-08-22T03:14:57.274Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.42s)
03:14:57 [2022-08-22T03:14:57.274Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.274Z] 
03:14:57 [2022-08-22T03:14:57.274Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.32s)
03:14:57 [2022-08-22T03:14:57.274Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.274Z] 
03:14:57 [2022-08-22T03:14:57.274Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s)
03:14:57 [2022-08-22T03:14:57.274Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.274Z] 
03:14:57 [2022-08-22T03:14:57.274Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s)
03:14:57 [2022-08-22T03:14:57.274Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.274Z] 
03:14:57 [2022-08-22T03:14:57.274Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s)
03:14:57 [2022-08-22T03:14:57.274Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.274Z] 
03:14:57 [2022-08-22T03:14:57.274Z] DONE 17 tests, 17 skipped in 1.781s
03:14:57 [2022-08-22T03:14:57.274Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
03:14:57 [2022-08-22T03:14:57.274Z] INFO: Testing against a local daemon
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
03:14:57 [2022-08-22T03:14:57.274Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
03:14:57 [2022-08-22T03:14:57.274Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/pull
03:14:57 [2022-08-22T03:14:57.274Z] === PAUSE TestPluginInvalidJSON/plugins/pull
03:14:57 [2022-08-22T03:14:57.274Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
03:14:57 [2022-08-22T03:14:57.274Z] === CONT  TestPluginInvalidJSON/plugins/pull
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
03:14:57 [2022-08-22T03:14:57.274Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
03:14:57 [2022-08-22T03:14:57.274Z] --- PASS: TestPluginInvalidJSON (0.03s)
03:14:57 [2022-08-22T03:14:57.274Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
03:14:57 [2022-08-22T03:14:57.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
03:14:57 [2022-08-22T03:14:57.274Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginInstall
03:14:57 [2022-08-22T03:14:57.274Z]     plugin_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.274Z] --- SKIP: TestPluginInstall (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginsWithRuntimes
03:14:57 [2022-08-22T03:14:57.274Z]     plugin_test.go:202: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
03:14:57 [2022-08-22T03:14:57.274Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z] === RUN   TestPluginBackCompatMediaTypes
03:14:57 [2022-08-22T03:14:57.274Z]     plugin_test.go:266: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
03:14:57 [2022-08-22T03:14:57.274Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z] PASS
03:14:57 [2022-08-22T03:14:57.274Z] 
03:14:57 [2022-08-22T03:14:57.274Z] === Skipped
03:14:57 [2022-08-22T03:14:57.274Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]     plugin_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of localhost
03:14:57 [2022-08-22T03:14:57.274Z] 
03:14:57 [2022-08-22T03:14:57.274Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]     plugin_test.go:202: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
03:14:57 [2022-08-22T03:14:57.274Z] 
03:14:57 [2022-08-22T03:14:57.274Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
03:14:57 [2022-08-22T03:14:57.274Z]     plugin_test.go:266: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
03:14:57 [2022-08-22T03:14:57.274Z] 
03:14:57 [2022-08-22T03:14:57.274Z] DONE 19 tests, 3 skipped in 0.144s
03:14:57 [2022-08-22T03:14:57.274Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
03:14:57 [2022-08-22T03:14:57.530Z] INFO: Testing against a local daemon
03:14:57 [2022-08-22T03:14:57.530Z] === RUN   TestExternalGraphDriver
03:14:57 [2022-08-22T03:14:57.785Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
03:14:57 [2022-08-22T03:14:57.785Z] --- SKIP: TestExternalGraphDriver (0.34s)
03:14:57 [2022-08-22T03:14:57.785Z] === RUN   TestGraphdriverPluginV2
03:14:57 [2022-08-22T03:14:57.835Z] --- PASS: TestContainerBindMountNonRecursive (1.41s)
03:14:57 [2022-08-22T03:14:57.835Z] === RUN   TestContainerVolumesMountedAsShared
03:14:58 [2022-08-22T03:14:58.396Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s)
03:14:58 [2022-08-22T03:14:58.396Z] === RUN   TestContainerVolumesMountedAsSlave
03:14:58 [2022-08-22T03:14:58.651Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s)
03:14:58 [2022-08-22T03:14:58.651Z] === RUN   TestNetworkNat
03:14:59 [2022-08-22T03:14:59.212Z] --- PASS: TestNetworkNat (0.45s)
03:14:59 [2022-08-22T03:14:59.212Z] === RUN   TestNetworkLocalhostTCPNat
03:14:59 [2022-08-22T03:14:59.467Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s)
03:14:59 [2022-08-22T03:14:59.467Z] === RUN   TestNetworkLoopbackNat
03:15:01 [2022-08-22T03:15:01.952Z] --- PASS: TestGraphdriverPluginV2 (3.98s)
03:15:01 [2022-08-22T03:15:01.952Z] PASS
03:15:01 [2022-08-22T03:15:01.952Z] 
03:15:01 [2022-08-22T03:15:01.952Z] === Skipped
03:15:01 [2022-08-22T03:15:01.952Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.34s)
03:15:01 [2022-08-22T03:15:01.952Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
03:15:01 [2022-08-22T03:15:01.952Z] 
03:15:01 [2022-08-22T03:15:01.952Z] DONE 2 tests, 1 skipped in 4.414s
03:15:01 [2022-08-22T03:15:01.952Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
03:15:01 [2022-08-22T03:15:01.952Z] INFO: Testing against a local daemon
03:15:01 [2022-08-22T03:15:01.952Z] === RUN   TestContinueAfterPluginCrash
03:15:01 [2022-08-22T03:15:01.952Z] === PAUSE TestContinueAfterPluginCrash
03:15:01 [2022-08-22T03:15:01.952Z] === RUN   TestReadPluginNoRead
03:15:01 [2022-08-22T03:15:01.952Z] === PAUSE TestReadPluginNoRead
03:15:01 [2022-08-22T03:15:01.952Z] === RUN   TestDaemonStartWithLogOpt
03:15:01 [2022-08-22T03:15:01.952Z] === PAUSE TestDaemonStartWithLogOpt
03:15:01 [2022-08-22T03:15:01.952Z] === CONT  TestContinueAfterPluginCrash
03:15:01 [2022-08-22T03:15:01.952Z] === CONT  TestDaemonStartWithLogOpt
03:15:02 [2022-08-22T03:15:02.733Z] --- PASS: TestNetworkLoopbackNat (2.56s)
03:15:02 [2022-08-22T03:15:02.733Z] === RUN   TestPause
03:15:02 [2022-08-22T03:15:02.733Z] --- PASS: TestPause (0.47s)
03:15:02 [2022-08-22T03:15:02.733Z] === RUN   TestPauseFailsOnWindowsServerContainers
03:15:02 [2022-08-22T03:15:02.733Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
03:15:02 [2022-08-22T03:15:02.733Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
03:15:02 [2022-08-22T03:15:02.733Z] === RUN   TestPauseStopPausedContainer
03:15:02 [2022-08-22T03:15:02.988Z] --- PASS: TestPauseStopPausedContainer (0.44s)
03:15:02 [2022-08-22T03:15:02.988Z] === RUN   TestPidHost
03:15:03 [2022-08-22T03:15:03.915Z] --- PASS: TestPidHost (0.96s)
03:15:03 [2022-08-22T03:15:03.915Z] === RUN   TestPsFilter
03:15:04 [2022-08-22T03:15:04.171Z] --- PASS: TestPsFilter (0.11s)
03:15:04 [2022-08-22T03:15:04.171Z] === RUN   TestRemoveContainerWithRemovedVolume
03:15:04 [2022-08-22T03:15:04.427Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s)
03:15:04 [2022-08-22T03:15:04.427Z] === RUN   TestRemoveContainerWithVolume
03:15:04 [2022-08-22T03:15:04.989Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
03:15:04 [2022-08-22T03:15:04.989Z] === RUN   TestRemoveContainerRunning
03:15:05 [2022-08-22T03:15:05.550Z] --- PASS: TestRemoveContainerRunning (0.43s)
03:15:05 [2022-08-22T03:15:05.550Z] === RUN   TestRemoveContainerForceRemoveRunning
03:15:05 [2022-08-22T03:15:05.806Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
03:15:05 [2022-08-22T03:15:05.806Z] === RUN   TestRemoveInvalidContainer
03:15:05 [2022-08-22T03:15:05.806Z] --- PASS: TestRemoveInvalidContainer (0.01s)
03:15:05 [2022-08-22T03:15:05.806Z] === RUN   TestRenameLinkedContainer
03:15:07 [2022-08-22T03:15:07.248Z] --- PASS: TestDaemonStartWithLogOpt (4.49s)
03:15:07 [2022-08-22T03:15:07.248Z] === CONT  TestReadPluginNoRead
03:15:07 [2022-08-22T03:15:07.695Z] --- PASS: TestRenameLinkedContainer (1.75s)
03:15:07 [2022-08-22T03:15:07.695Z] === RUN   TestRenameStoppedContainer
03:15:07 [2022-08-22T03:15:07.950Z] --- PASS: TestRenameStoppedContainer (0.42s)
03:15:07 [2022-08-22T03:15:07.950Z] === RUN   TestRenameRunningContainerAndReuse
03:15:08 [2022-08-22T03:15:08.612Z] === RUN   TestReadPluginNoRead/default
03:15:08 [2022-08-22T03:15:08.877Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s)
03:15:08 [2022-08-22T03:15:08.877Z] === RUN   TestRenameInvalidName
03:15:09 [2022-08-22T03:15:09.439Z] --- PASS: TestRenameInvalidName (0.44s)
03:15:09 [2022-08-22T03:15:09.439Z] === RUN   TestRenameAnonymousContainer
03:15:09 [2022-08-22T03:15:09.977Z] === RUN   TestReadPluginNoRead/disabled_caching
03:15:10 [2022-08-22T03:15:10.586Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s)
03:15:10 [2022-08-22T03:15:10.586Z] PASS
03:15:10 [2022-08-22T03:15:10.586Z] 
03:15:10 [2022-08-22T03:15:10.586Z] DONE 17 tests in 48.177s
03:15:10 [2022-08-22T03:15:10.586Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
03:15:10 [2022-08-22T03:15:10.586Z] INFO: Testing against a local daemon
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
03:15:10 [2022-08-22T03:15:10.586Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
03:15:10 [2022-08-22T03:15:10.586Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/pull
03:15:10 [2022-08-22T03:15:10.586Z] === PAUSE TestPluginInvalidJSON/plugins/pull
03:15:10 [2022-08-22T03:15:10.586Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
03:15:10 [2022-08-22T03:15:10.586Z] === CONT  TestPluginInvalidJSON/plugins/pull
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
03:15:10 [2022-08-22T03:15:10.586Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
03:15:10 [2022-08-22T03:15:10.586Z] --- PASS: TestPluginInvalidJSON (0.02s)
03:15:10 [2022-08-22T03:15:10.586Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
03:15:10 [2022-08-22T03:15:10.586Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
03:15:10 [2022-08-22T03:15:10.586Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
03:15:10 [2022-08-22T03:15:10.586Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.01s)
03:15:10 [2022-08-22T03:15:10.586Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
03:15:10 [2022-08-22T03:15:10.586Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
03:15:10 [2022-08-22T03:15:10.586Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
03:15:10 [2022-08-22T03:15:10.586Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.01s)
03:15:10 [2022-08-22T03:15:10.586Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
03:15:10 [2022-08-22T03:15:10.586Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
03:15:10 [2022-08-22T03:15:10.586Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
03:15:10 [2022-08-22T03:15:10.586Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
03:15:10 [2022-08-22T03:15:10.586Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
03:15:10 [2022-08-22T03:15:10.586Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
03:15:10 [2022-08-22T03:15:10.586Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInstall
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInstall/no_auth
03:15:10 [2022-08-22T03:15:10.586Z] time="2022-08-22T03:15:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:15:10 [2022-08-22T03:15:10.586Z] time="2022-08-22T03:15:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:456c6d9fb789a36ae9bab081f83aef91f6eca327fa59b6801ae191705e49cbbe" mediatype=application/vnd.docker.plugin.v1+json size=522
03:15:10 [2022-08-22T03:15:10.586Z] time="2022-08-22T03:15:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:15:10 [2022-08-22T03:15:10.586Z] time="2022-08-22T03:15:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:456c6d9fb789a36ae9bab081f83aef91f6eca327fa59b6801ae191705e49cbbe" mediatype=application/vnd.docker.plugin.v1+json size=522
03:15:10 [2022-08-22T03:15:10.586Z] === RUN   TestPluginInstall/with_htpasswd
03:15:10 [2022-08-22T03:15:10.803Z] --- PASS: TestRenameAnonymousContainer (1.56s)
03:15:10 [2022-08-22T03:15:10.803Z] === RUN   TestRenameContainerWithSameName
03:15:10 [2022-08-22T03:15:10.842Z] time="2022-08-22T03:15:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:15:10 [2022-08-22T03:15:10.842Z] time="2022-08-22T03:15:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b46f53249a7105e77820dd73255d7ec53dab85b2c3728e8aa884ba42fc62c592" mediatype=application/vnd.docker.plugin.v1+json size=522
03:15:10 [2022-08-22T03:15:10.842Z] time="2022-08-22T03:15:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:15:10 [2022-08-22T03:15:10.842Z] time="2022-08-22T03:15:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b46f53249a7105e77820dd73255d7ec53dab85b2c3728e8aa884ba42fc62c592" mediatype=application/vnd.docker.plugin.v1+json size=522
03:15:11 [2022-08-22T03:15:11.098Z] === RUN   TestPluginInstall/with_insecure
03:15:11 [2022-08-22T03:15:11.341Z] --- PASS: TestContinueAfterPluginCrash (9.14s)
03:15:11 [2022-08-22T03:15:11.341Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
03:15:11 [2022-08-22T03:15:11.363Z] --- PASS: TestRenameContainerWithSameName (0.40s)
03:15:11 [2022-08-22T03:15:11.363Z] === RUN   TestRenameContainerWithLinkedContainer
03:15:12 [2022-08-22T03:15:12.025Z] time="2022-08-22T03:15:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:15:12 [2022-08-22T03:15:12.025Z] time="2022-08-22T03:15:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dcfbfd5cdca5f23843e695001991f55f409dcaa5eef047ae49105df7977e6c2c" mediatype=application/vnd.docker.plugin.v1+json size=522
03:15:12 [2022-08-22T03:15:12.026Z] time="2022-08-22T03:15:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:15:12 [2022-08-22T03:15:12.026Z] time="2022-08-22T03:15:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dcfbfd5cdca5f23843e695001991f55f409dcaa5eef047ae49105df7977e6c2c" mediatype=application/vnd.docker.plugin.v1+json size=522
03:15:12 [2022-08-22T03:15:12.268Z] === CONT  TestReadPluginNoRead
03:15:12 [2022-08-22T03:15:12.268Z]     read_test.go:92: [d071b34b47766] daemon is not started
03:15:12 [2022-08-22T03:15:12.268Z] --- PASS: TestReadPluginNoRead (5.97s)
03:15:12 [2022-08-22T03:15:12.268Z]     --- PASS: TestReadPluginNoRead/default (1.26s)
03:15:12 [2022-08-22T03:15:12.268Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.29s)
03:15:12 [2022-08-22T03:15:12.268Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.21s)
03:15:12 [2022-08-22T03:15:12.268Z] PASS
03:15:12 [2022-08-22T03:15:12.268Z] 
03:15:12 [2022-08-22T03:15:12.268Z] DONE 6 tests in 10.564s
03:15:12 [2022-08-22T03:15:12.268Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
03:15:12 [2022-08-22T03:15:12.281Z]     plugin_test.go:196: [d4f444464e116] daemon is not started
03:15:12 [2022-08-22T03:15:12.281Z] --- PASS: TestPluginInstall (2.74s)
03:15:12 [2022-08-22T03:15:12.281Z]     --- PASS: TestPluginInstall/no_auth (1.04s)
03:15:12 [2022-08-22T03:15:12.281Z]     --- PASS: TestPluginInstall/with_htpasswd (0.61s)
03:15:12 [2022-08-22T03:15:12.281Z]     --- PASS: TestPluginInstall/with_insecure (1.09s)
03:15:12 [2022-08-22T03:15:12.281Z] === RUN   TestPluginsWithRuntimes
03:15:12 [2022-08-22T03:15:12.290Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s)
03:15:12 [2022-08-22T03:15:12.290Z] === RUN   TestResize
03:15:12 [2022-08-22T03:15:12.523Z] testing: warning: no tests to run
03:15:12 [2022-08-22T03:15:12.524Z] PASS
03:15:12 [2022-08-22T03:15:12.524Z] 
03:15:12 [2022-08-22T03:15:12.524Z] DONE 0 tests in 0.034s
03:15:12 [2022-08-22T03:15:12.524Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
03:15:12 [2022-08-22T03:15:12.524Z] INFO: Testing against a local daemon
03:15:12 [2022-08-22T03:15:12.524Z] === RUN   TestPluginWithDevMounts
03:15:12 [2022-08-22T03:15:12.524Z]     mounts_test.go:20: (*Execution).IsRootless-fm
03:15:12 [2022-08-22T03:15:12.524Z] --- SKIP: TestPluginWithDevMounts (0.00s)
03:15:12 [2022-08-22T03:15:12.524Z] PASS
03:15:12 [2022-08-22T03:15:12.524Z] 
03:15:12 [2022-08-22T03:15:12.524Z] === Skipped
03:15:12 [2022-08-22T03:15:12.524Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
03:15:12 [2022-08-22T03:15:12.524Z]     mounts_test.go:20: (*Execution).IsRootless-fm
03:15:12 [2022-08-22T03:15:12.524Z] 
03:15:12 [2022-08-22T03:15:12.524Z] DONE 1 tests, 1 skipped in 0.103s
03:15:12 [2022-08-22T03:15:12.524Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
03:15:12 [2022-08-22T03:15:12.524Z] INFO: Testing against a local daemon
03:15:12 [2022-08-22T03:15:12.524Z] === RUN   TestSecretInspect
03:15:12 [2022-08-22T03:15:12.524Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.524Z] --- SKIP: TestSecretInspect (0.01s)
03:15:12 [2022-08-22T03:15:12.524Z] === RUN   TestSecretList
03:15:12 [2022-08-22T03:15:12.524Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.524Z] --- SKIP: TestSecretList (0.01s)
03:15:12 [2022-08-22T03:15:12.524Z] === RUN   TestSecretsCreateAndDelete
03:15:12 [2022-08-22T03:15:12.524Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.545Z] --- PASS: TestResize (0.42s)
03:15:12 [2022-08-22T03:15:12.545Z] === RUN   TestResizeWithInvalidSize
03:15:12 [2022-08-22T03:15:12.780Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestSecretsUpdate
03:15:12 [2022-08-22T03:15:12.780Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] --- SKIP: TestSecretsUpdate (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestTemplatedSecret
03:15:12 [2022-08-22T03:15:12.780Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] --- SKIP: TestTemplatedSecret (0.00s)
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestSecretCreateResolve
03:15:12 [2022-08-22T03:15:12.780Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] --- SKIP: TestSecretCreateResolve (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z] PASS
03:15:12 [2022-08-22T03:15:12.780Z] 
03:15:12 [2022-08-22T03:15:12.780Z] === Skipped
03:15:12 [2022-08-22T03:15:12.780Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] 
03:15:12 [2022-08-22T03:15:12.780Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] 
03:15:12 [2022-08-22T03:15:12.780Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] 
03:15:12 [2022-08-22T03:15:12.780Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] 
03:15:12 [2022-08-22T03:15:12.780Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
03:15:12 [2022-08-22T03:15:12.780Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] 
03:15:12 [2022-08-22T03:15:12.780Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] 
03:15:12 [2022-08-22T03:15:12.780Z] DONE 6 tests, 6 skipped in 0.155s
03:15:12 [2022-08-22T03:15:12.780Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
03:15:12 [2022-08-22T03:15:12.780Z] INFO: Testing against a local daemon
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestServiceCreateInit
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestServiceCreateInit/daemonInitDisabled
03:15:12 [2022-08-22T03:15:12.780Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestServiceCreateInit/daemonInitEnabled
03:15:12 [2022-08-22T03:15:12.780Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] --- PASS: TestServiceCreateInit (0.03s)
03:15:12 [2022-08-22T03:15:12.780Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
03:15:12 [2022-08-22T03:15:12.780Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestCreateServiceMultipleTimes
03:15:12 [2022-08-22T03:15:12.780Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestCreateServiceConflict
03:15:12 [2022-08-22T03:15:12.780Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] --- SKIP: TestCreateServiceConflict (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestCreateServiceMaxReplicas
03:15:12 [2022-08-22T03:15:12.780Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestCreateWithDuplicateNetworkNames
03:15:12 [2022-08-22T03:15:12.780Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestCreateServiceSecretFileMode
03:15:12 [2022-08-22T03:15:12.780Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestCreateServiceConfigFileMode
03:15:12 [2022-08-22T03:15:12.780Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:12 [2022-08-22T03:15:12.780Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
03:15:12 [2022-08-22T03:15:12.780Z] === RUN   TestCreateServiceSysctls
03:15:12 [2022-08-22T03:15:12.801Z] --- PASS: TestResizeWithInvalidSize (0.43s)
03:15:12 [2022-08-22T03:15:12.801Z] === RUN   TestResizeWhenContainerNotStarted
03:15:13 [2022-08-22T03:15:13.036Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:13 [2022-08-22T03:15:13.036Z] --- SKIP: TestCreateServiceSysctls (0.04s)
03:15:13 [2022-08-22T03:15:13.036Z] === RUN   TestCreateServiceCapabilities
03:15:13 [2022-08-22T03:15:13.036Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:13 [2022-08-22T03:15:13.036Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
03:15:13 [2022-08-22T03:15:13.036Z] === RUN   TestInspect
03:15:13 [2022-08-22T03:15:13.036Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:13 [2022-08-22T03:15:13.036Z] --- SKIP: TestInspect (0.01s)
03:15:13 [2022-08-22T03:15:13.036Z] === RUN   TestCreateJob
03:15:13 [2022-08-22T03:15:13.036Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:13 [2022-08-22T03:15:13.036Z] --- SKIP: TestCreateJob (0.01s)
03:15:13 [2022-08-22T03:15:13.036Z] === RUN   TestReplicatedJob
03:15:13 [2022-08-22T03:15:13.036Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:13 [2022-08-22T03:15:13.036Z] --- SKIP: TestReplicatedJob (0.01s)
03:15:13 [2022-08-22T03:15:13.036Z] === RUN   TestUpdateReplicatedJob
03:15:13 [2022-08-22T03:15:13.036Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:13 [2022-08-22T03:15:13.036Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
03:15:13 [2022-08-22T03:15:13.036Z] === RUN   TestServiceListWithStatuses
03:15:13 [2022-08-22T03:15:13.036Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
03:15:13 [2022-08-22T03:15:13.036Z] --- SKIP: TestServiceListWithStatuses (0.00s)
03:15:13 [2022-08-22T03:15:13.036Z] === RUN   TestDockerNetworkConnectAlias
03:15:13 [2022-08-22T03:15:13.036Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:13 [2022-08-22T03:15:13.036Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
03:15:13 [2022-08-22T03:15:13.036Z] === RUN   TestDockerNetworkReConnect
03:15:13 [2022-08-22T03:15:13.036Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:13 [2022-08-22T03:15:13.036Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
03:15:13 [2022-08-22T03:15:13.036Z] === RUN   TestServicePlugin
03:15:13 [2022-08-22T03:15:13.362Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s)
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
03:15:13 [2022-08-22T03:15:13.362Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
03:15:13 [2022-08-22T03:15:13.647Z] === RUN   TestPluginsWithRuntimes/No_Args
03:15:14 [2022-08-22T03:15:14.574Z] === RUN   TestPluginsWithRuntimes/With_Args
03:15:14 [2022-08-22T03:15:14.924Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:14 [2022-08-22T03:15:14.924Z] --- SKIP: TestServicePlugin (1.93s)
03:15:14 [2022-08-22T03:15:14.924Z] === RUN   TestServiceUpdateLabel
03:15:14 [2022-08-22T03:15:14.924Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:14 [2022-08-22T03:15:14.924Z] --- SKIP: TestServiceUpdateLabel (0.01s)
03:15:14 [2022-08-22T03:15:14.924Z] === RUN   TestServiceUpdateSecrets
03:15:14 [2022-08-22T03:15:14.924Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:14 [2022-08-22T03:15:14.924Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
03:15:14 [2022-08-22T03:15:14.924Z] === RUN   TestServiceUpdateConfigs
03:15:14 [2022-08-22T03:15:14.924Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:14 [2022-08-22T03:15:14.924Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
03:15:14 [2022-08-22T03:15:14.924Z] === RUN   TestServiceUpdateNetwork
03:15:14 [2022-08-22T03:15:14.924Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:14 [2022-08-22T03:15:14.924Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
03:15:14 [2022-08-22T03:15:14.924Z] === RUN   TestServiceUpdatePidsLimit
03:15:14 [2022-08-22T03:15:14.924Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:14 [2022-08-22T03:15:14.924Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s)
03:15:14 [2022-08-22T03:15:14.924Z] PASS
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === Skipped
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
03:15:15 [2022-08-22T03:15:15.180Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
03:15:15 [2022-08-22T03:15:15.180Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.04s)
03:15:15 [2022-08-22T03:15:15.180Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s)
03:15:15 [2022-08-22T03:15:15.180Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestInspect (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
03:15:15 [2022-08-22T03:15:15.180Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestServicePlugin (1.93s)
03:15:15 [2022-08-22T03:15:15.180Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
03:15:15 [2022-08-22T03:15:15.180Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s)
03:15:15 [2022-08-22T03:15:15.180Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] DONE 24 tests, 23 skipped in 2.358s
03:15:15 [2022-08-22T03:15:15.180Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
03:15:15 [2022-08-22T03:15:15.180Z] INFO: Testing against a local daemon
03:15:15 [2022-08-22T03:15:15.180Z] === RUN   TestSessionCreate
03:15:15 [2022-08-22T03:15:15.180Z] --- PASS: TestSessionCreate (0.04s)
03:15:15 [2022-08-22T03:15:15.180Z] === RUN   TestSessionCreateWithBadUpgrade
03:15:15 [2022-08-22T03:15:15.180Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
03:15:15 [2022-08-22T03:15:15.180Z] PASS
03:15:15 [2022-08-22T03:15:15.180Z] 
03:15:15 [2022-08-22T03:15:15.180Z] DONE 2 tests in 0.167s
03:15:15 [2022-08-22T03:15:15.180Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
03:15:15 [2022-08-22T03:15:15.249Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
03:15:15 [2022-08-22T03:15:15.436Z] INFO: Testing against a local daemon
03:15:15 [2022-08-22T03:15:15.436Z] === RUN   TestCgroupDriverSystemdMemoryLimit
03:15:15 [2022-08-22T03:15:15.436Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
03:15:15 [2022-08-22T03:15:15.436Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
03:15:15 [2022-08-22T03:15:15.436Z] === RUN   TestDiskUsage
03:15:15 [2022-08-22T03:15:15.436Z] === PAUSE TestDiskUsage
03:15:15 [2022-08-22T03:15:15.436Z] === RUN   TestEventsExecDie
03:15:15 [2022-08-22T03:15:15.500Z] --- PASS: TestPluginsWithRuntimes (3.35s)
03:15:15 [2022-08-22T03:15:15.500Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.89s)
03:15:15 [2022-08-22T03:15:15.500Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.89s)
03:15:15 [2022-08-22T03:15:15.500Z] === RUN   TestPluginBackCompatMediaTypes
03:15:15 [2022-08-22T03:15:15.997Z] --- PASS: TestEventsExecDie (0.51s)
03:15:15 [2022-08-22T03:15:15.997Z] === RUN   TestEventsBackwardsCompatible
03:15:15 [2022-08-22T03:15:15.997Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
03:15:15 [2022-08-22T03:15:15.997Z] === RUN   TestEventsVolumeCreate
03:15:15 [2022-08-22T03:15:15.997Z] --- PASS: TestEventsVolumeCreate (0.05s)
03:15:15 [2022-08-22T03:15:15.997Z] === RUN   TestInfoBinaryCommits
03:15:15 [2022-08-22T03:15:15.997Z] --- PASS: TestInfoBinaryCommits (0.03s)
03:15:15 [2022-08-22T03:15:15.997Z] === RUN   TestInfoAPIVersioned
03:15:15 [2022-08-22T03:15:15.997Z] --- PASS: TestInfoAPIVersioned (0.01s)
03:15:15 [2022-08-22T03:15:15.997Z] === RUN   TestInfoAPI
03:15:15 [2022-08-22T03:15:15.997Z] --- PASS: TestInfoAPI (0.02s)
03:15:15 [2022-08-22T03:15:15.997Z] === RUN   TestInfoAPIWarnings
03:15:16 [2022-08-22T03:15:16.062Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
03:15:16 [2022-08-22T03:15:16.062Z] PASS
03:15:16 [2022-08-22T03:15:16.062Z] 
03:15:16 [2022-08-22T03:15:16.062Z] DONE 24 tests in 6.729s
03:15:16 [2022-08-22T03:15:16.062Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
03:15:16 [2022-08-22T03:15:16.062Z] INFO: Testing against a local daemon
03:15:16 [2022-08-22T03:15:16.175Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
03:15:16 [2022-08-22T03:15:16.318Z] === RUN   TestExternalGraphDriver
03:15:16 [2022-08-22T03:15:16.573Z] === RUN   TestExternalGraphDriver/json
03:15:17 [2022-08-22T03:15:17.539Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
03:15:17 [2022-08-22T03:15:17.539Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
03:15:18 [2022-08-22T03:15:18.462Z] === RUN   TestExternalGraphDriver/spec
03:15:18 [2022-08-22T03:15:18.466Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
03:15:18 [2022-08-22T03:15:18.722Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
03:15:19 [2022-08-22T03:15:19.831Z] === RUN   TestExternalGraphDriver/pull
03:15:21 [2022-08-22T03:15:21.720Z] --- PASS: TestExternalGraphDriver (5.33s)
03:15:21 [2022-08-22T03:15:21.720Z]     --- PASS: TestExternalGraphDriver/json (1.66s)
03:15:21 [2022-08-22T03:15:21.720Z]     --- PASS: TestExternalGraphDriver/spec (1.67s)
03:15:21 [2022-08-22T03:15:21.720Z]     --- PASS: TestExternalGraphDriver/pull (1.66s)
03:15:21 [2022-08-22T03:15:21.720Z] === RUN   TestGraphdriverPluginV2
03:15:21 [2022-08-22T03:15:21.989Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
03:15:21 [2022-08-22T03:15:21.989Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
03:15:24 [2022-08-22T03:15:24.504Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
03:15:25 [2022-08-22T03:15:25.868Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
03:15:25 [2022-08-22T03:15:25.868Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
03:15:25 [2022-08-22T03:15:25.883Z] --- PASS: TestGraphdriverPluginV2 (4.13s)
03:15:25 [2022-08-22T03:15:25.883Z] PASS
03:15:25 [2022-08-22T03:15:25.883Z] 
03:15:25 [2022-08-22T03:15:25.883Z] DONE 5 tests in 9.499s
03:15:25 [2022-08-22T03:15:25.883Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
03:15:25 [2022-08-22T03:15:25.883Z] INFO: Testing against a local daemon
03:15:25 [2022-08-22T03:15:25.883Z] === RUN   TestContinueAfterPluginCrash
03:15:25 [2022-08-22T03:15:25.883Z] === PAUSE TestContinueAfterPluginCrash
03:15:25 [2022-08-22T03:15:25.883Z] === RUN   TestReadPluginNoRead
03:15:25 [2022-08-22T03:15:25.883Z] === PAUSE TestReadPluginNoRead
03:15:25 [2022-08-22T03:15:25.883Z] === RUN   TestDaemonStartWithLogOpt
03:15:25 [2022-08-22T03:15:25.883Z] === PAUSE TestDaemonStartWithLogOpt
03:15:25 [2022-08-22T03:15:25.883Z] === CONT  TestContinueAfterPluginCrash
03:15:25 [2022-08-22T03:15:25.883Z] === CONT  TestDaemonStartWithLogOpt
03:15:27 [2022-08-22T03:15:27.755Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
03:15:27 [2022-08-22T03:15:27.755Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
03:15:29 [2022-08-22T03:15:29.149Z] --- PASS: TestDaemonStartWithLogOpt (3.37s)
03:15:29 [2022-08-22T03:15:29.149Z] === CONT  TestReadPluginNoRead
03:15:29 [2022-08-22T03:15:29.643Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
03:15:31 [2022-08-22T03:15:31.007Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.66s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.01s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.28s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.34s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.36s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.98s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.64s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.85s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.87s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.94s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.71s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.78s)
03:15:31 [2022-08-22T03:15:31.007Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.59s)
03:15:31 [2022-08-22T03:15:31.007Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
03:15:31 [2022-08-22T03:15:31.007Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
03:15:31 [2022-08-22T03:15:31.663Z] === RUN   TestReadPluginNoRead/default
03:15:31 [2022-08-22T03:15:31.934Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
03:15:32 [2022-08-22T03:15:32.590Z] === RUN   TestReadPluginNoRead/disabled_caching
03:15:32 [2022-08-22T03:15:32.861Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.80s)
03:15:32 [2022-08-22T03:15:32.861Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.88s)
03:15:32 [2022-08-22T03:15:32.861Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.91s)
03:15:32 [2022-08-22T03:15:32.861Z] === RUN   TestCgroupNamespacesRun
03:15:33 [2022-08-22T03:15:33.787Z] --- PASS: TestCgroupNamespacesRun (1.14s)
03:15:33 [2022-08-22T03:15:33.787Z] === RUN   TestCgroupNamespacesRunPrivileged
03:15:33 [2022-08-22T03:15:33.955Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
03:15:33 [2022-08-22T03:15:33.955Z] --- PASS: TestContinueAfterPluginCrash (8.39s)
03:15:34 [2022-08-22T03:15:34.032Z] --- PASS: TestInfoAPIWarnings (16.56s)
03:15:34 [2022-08-22T03:15:34.032Z] === RUN   TestInfoDebug
03:15:34 [2022-08-22T03:15:34.032Z] --- PASS: TestInfoDebug (0.54s)
03:15:34 [2022-08-22T03:15:34.032Z] === RUN   TestInfoInsecureRegistries
03:15:34 [2022-08-22T03:15:34.032Z] --- PASS: TestInfoInsecureRegistries (0.54s)
03:15:34 [2022-08-22T03:15:34.032Z] === RUN   TestInfoRegistryMirrors
03:15:34 [2022-08-22T03:15:34.287Z] --- PASS: TestInfoRegistryMirrors (0.54s)
03:15:34 [2022-08-22T03:15:34.288Z] === RUN   TestLoginFailsWithBadCredentials
03:15:34 [2022-08-22T03:15:34.543Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s)
03:15:34 [2022-08-22T03:15:34.543Z] === RUN   TestPingCacheHeaders
03:15:34 [2022-08-22T03:15:34.543Z] --- PASS: TestPingCacheHeaders (0.04s)
03:15:34 [2022-08-22T03:15:34.543Z] === RUN   TestPingGet
03:15:34 [2022-08-22T03:15:34.543Z] --- PASS: TestPingGet (0.01s)
03:15:34 [2022-08-22T03:15:34.543Z] === RUN   TestPingHead
03:15:34 [2022-08-22T03:15:34.543Z] --- PASS: TestPingHead (0.03s)
03:15:34 [2022-08-22T03:15:34.543Z] === RUN   TestPingSwarmHeader
03:15:35 [2022-08-22T03:15:35.105Z] === RUN   TestPingSwarmHeader/before_swarm_init
03:15:35 [2022-08-22T03:15:35.152Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.17s)
03:15:35 [2022-08-22T03:15:35.152Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
03:15:35 [2022-08-22T03:15:35.322Z] === CONT  TestReadPluginNoRead
03:15:35 [2022-08-22T03:15:35.322Z]     read_test.go:92: [d104a61ca4cd4] daemon is not started
03:15:35 [2022-08-22T03:15:35.322Z] --- PASS: TestReadPluginNoRead (6.09s)
03:15:35 [2022-08-22T03:15:35.322Z]     --- PASS: TestReadPluginNoRead/default (1.32s)
03:15:35 [2022-08-22T03:15:35.322Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.30s)
03:15:35 [2022-08-22T03:15:35.322Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.28s)
03:15:35 [2022-08-22T03:15:35.322Z] PASS
03:15:35 [2022-08-22T03:15:35.322Z] 
03:15:35 [2022-08-22T03:15:35.322Z] DONE 6 tests in 9.480s
03:15:35 [2022-08-22T03:15:35.322Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
03:15:35 [2022-08-22T03:15:35.322Z] testing: warning: no tests to run
03:15:35 [2022-08-22T03:15:35.322Z] PASS
03:15:35 [2022-08-22T03:15:35.322Z] 
03:15:35 [2022-08-22T03:15:35.322Z] DONE 0 tests in 0.008s
03:15:35 [2022-08-22T03:15:35.322Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
03:15:35 [2022-08-22T03:15:35.322Z] INFO: Testing against a local daemon
03:15:35 [2022-08-22T03:15:35.322Z] === RUN   TestPluginWithDevMounts
03:15:35 [2022-08-22T03:15:35.322Z] === PAUSE TestPluginWithDevMounts
03:15:35 [2022-08-22T03:15:35.322Z] === CONT  TestPluginWithDevMounts
03:15:35 [2022-08-22T03:15:35.360Z] === RUN   TestPingSwarmHeader/after_swarm_init
03:15:36 [2022-08-22T03:15:36.079Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s)
03:15:36 [2022-08-22T03:15:36.079Z] === RUN   TestCgroupNamespacesRunHostMode
03:15:36 [2022-08-22T03:15:36.288Z] === RUN   TestPingSwarmHeader/after_swarm_leave
03:15:36 [2022-08-22T03:15:36.288Z] --- PASS: TestPingSwarmHeader (1.72s)
03:15:36 [2022-08-22T03:15:36.288Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
03:15:36 [2022-08-22T03:15:36.288Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
03:15:36 [2022-08-22T03:15:36.288Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
03:15:36 [2022-08-22T03:15:36.288Z] === RUN   TestPingBuilderHeader
03:15:36 [2022-08-22T03:15:36.288Z] === RUN   TestPingBuilderHeader/default_config
03:15:36 [2022-08-22T03:15:36.687Z] --- PASS: TestPluginWithDevMounts (1.56s)
03:15:36 [2022-08-22T03:15:36.687Z] PASS
03:15:36 [2022-08-22T03:15:36.687Z] 
03:15:36 [2022-08-22T03:15:36.687Z] DONE 1 tests in 1.584s
03:15:36 [2022-08-22T03:15:36.687Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
03:15:36 [2022-08-22T03:15:36.687Z] INFO: Testing against a local daemon
03:15:36 [2022-08-22T03:15:36.687Z] === RUN   TestSecretInspect
03:15:36 [2022-08-22T03:15:36.849Z] === RUN   TestPingBuilderHeader/buildkit_disabled
03:15:37 [2022-08-22T03:15:37.411Z] --- PASS: TestPingBuilderHeader (1.09s)
03:15:37 [2022-08-22T03:15:37.411Z]     --- PASS: TestPingBuilderHeader/default_config (0.54s)
03:15:37 [2022-08-22T03:15:37.411Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.54s)
03:15:37 [2022-08-22T03:15:37.411Z] === RUN   TestVersion
03:15:37 [2022-08-22T03:15:37.411Z] --- PASS: TestVersion (0.03s)
03:15:37 [2022-08-22T03:15:37.411Z] === CONT  TestDiskUsage
03:15:37 [2022-08-22T03:15:37.442Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s)
03:15:37 [2022-08-22T03:15:37.442Z] === RUN   TestCgroupNamespacesRunPrivateMode
03:15:37 [2022-08-22T03:15:37.972Z] === RUN   TestDiskUsage/empty
03:15:37 [2022-08-22T03:15:37.972Z] === RUN   TestDiskUsage/empty/container_types
03:15:37 [2022-08-22T03:15:37.972Z] === RUN   TestDiskUsage/empty/image_types
03:15:37 [2022-08-22T03:15:37.972Z] === RUN   TestDiskUsage/empty/volume_types
03:15:37 [2022-08-22T03:15:37.972Z] === RUN   TestDiskUsage/empty/build-cache_types
03:15:37 [2022-08-22T03:15:37.972Z] === RUN   TestDiskUsage/empty/container,_volume_types
03:15:37 [2022-08-22T03:15:37.972Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
03:15:37 [2022-08-22T03:15:37.972Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
03:15:37 [2022-08-22T03:15:37.972Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
03:15:37 [2022-08-22T03:15:37.972Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
03:15:37 [2022-08-22T03:15:37.972Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
03:15:37 [2022-08-22T03:15:37.972Z] === RUN   TestDiskUsage/after_LoadBusybox
03:15:38 [2022-08-22T03:15:38.228Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
03:15:38 [2022-08-22T03:15:38.228Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
03:15:38 [2022-08-22T03:15:38.228Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
03:15:38 [2022-08-22T03:15:38.228Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
03:15:38 [2022-08-22T03:15:38.228Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
03:15:38 [2022-08-22T03:15:38.228Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
03:15:38 [2022-08-22T03:15:38.228Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
03:15:38 [2022-08-22T03:15:38.228Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
03:15:38 [2022-08-22T03:15:38.228Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
03:15:38 [2022-08-22T03:15:38.228Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
03:15:38 [2022-08-22T03:15:38.228Z] === RUN   TestDiskUsage/after_container.Run
03:15:38 [2022-08-22T03:15:38.368Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s)
03:15:38 [2022-08-22T03:15:38.368Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
03:15:38 [2022-08-22T03:15:38.483Z] === RUN   TestDiskUsage/after_container.Run/container_types
03:15:38 [2022-08-22T03:15:38.483Z] === RUN   TestDiskUsage/after_container.Run/image_types
03:15:38 [2022-08-22T03:15:38.483Z] === RUN   TestDiskUsage/after_container.Run/volume_types
03:15:38 [2022-08-22T03:15:38.483Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
03:15:38 [2022-08-22T03:15:38.483Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
03:15:38 [2022-08-22T03:15:38.483Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
03:15:38 [2022-08-22T03:15:38.483Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
03:15:38 [2022-08-22T03:15:38.483Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
03:15:38 [2022-08-22T03:15:38.483Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
03:15:38 [2022-08-22T03:15:38.483Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
03:15:38 [2022-08-22T03:15:38.739Z] --- PASS: TestDiskUsage (1.22s)
03:15:38 [2022-08-22T03:15:38.739Z]     --- PASS: TestDiskUsage/empty (0.01s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.16s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]     --- PASS: TestDiskUsage/after_container.Run (0.37s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.02s)
03:15:38 [2022-08-22T03:15:38.739Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s)
03:15:38 [2022-08-22T03:15:38.739Z] PASS
03:15:38 [2022-08-22T03:15:38.739Z] 
03:15:38 [2022-08-22T03:15:38.739Z] === Skipped
03:15:38 [2022-08-22T03:15:38.739Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
03:15:38 [2022-08-22T03:15:38.739Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
03:15:38 [2022-08-22T03:15:38.739Z] 
03:15:38 [2022-08-22T03:15:38.739Z] DONE 57 tests, 1 skipped in 23.476s
03:15:38 [2022-08-22T03:15:38.739Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
03:15:38 [2022-08-22T03:15:38.739Z] INFO: Testing against a local daemon
03:15:38 [2022-08-22T03:15:38.739Z] === RUN   TestVolumesCreateAndList
03:15:38 [2022-08-22T03:15:38.739Z] --- PASS: TestVolumesCreateAndList (0.02s)
03:15:38 [2022-08-22T03:15:38.739Z] === RUN   TestVolumesRemove
03:15:38 [2022-08-22T03:15:38.996Z] --- PASS: TestVolumesRemove (0.05s)
03:15:38 [2022-08-22T03:15:38.996Z] === RUN   TestVolumesInspect
03:15:38 [2022-08-22T03:15:38.996Z] --- PASS: TestVolumesInspect (0.03s)
03:15:38 [2022-08-22T03:15:38.996Z] === RUN   TestVolumesInvalidJSON
03:15:38 [2022-08-22T03:15:38.996Z] === RUN   TestVolumesInvalidJSON/volumes/create
03:15:38 [2022-08-22T03:15:38.996Z] === PAUSE TestVolumesInvalidJSON/volumes/create
03:15:38 [2022-08-22T03:15:38.996Z] === CONT  TestVolumesInvalidJSON/volumes/create
03:15:38 [2022-08-22T03:15:38.996Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
03:15:38 [2022-08-22T03:15:38.996Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
03:15:38 [2022-08-22T03:15:38.996Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
03:15:38 [2022-08-22T03:15:38.996Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
03:15:38 [2022-08-22T03:15:38.996Z] --- PASS: TestVolumesInvalidJSON (0.01s)
03:15:38 [2022-08-22T03:15:38.996Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
03:15:38 [2022-08-22T03:15:38.996Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
03:15:38 [2022-08-22T03:15:38.996Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
03:15:38 [2022-08-22T03:15:38.996Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
03:15:38 [2022-08-22T03:15:38.996Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
03:15:38 [2022-08-22T03:15:38.996Z] PASS
03:15:38 [2022-08-22T03:15:38.996Z] 
03:15:38 [2022-08-22T03:15:38.997Z] DONE 9 tests in 0.192s
03:15:38 [2022-08-22T03:15:38.997Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
03:15:38 [2022-08-22T03:15:38.997Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14454 is not a child of this shell
03:15:38 [2022-08-22T03:15:38.997Z] warning: PID 14454 from bundles/test-integration/docker.pid had a nonzero exit code
03:15:38 [2022-08-22T03:15:38.997Z] Leaving: AppArmorNo profiles have been unloaded.
03:15:38 [2022-08-22T03:15:38.997Z] 
03:15:38 [2022-08-22T03:15:38.997Z] Unloading profiles will leave already running processes permanently
03:15:38 [2022-08-22T03:15:38.997Z] unconfined, which can lead to unexpected situations.
03:15:38 [2022-08-22T03:15:38.997Z] 
03:15:38 [2022-08-22T03:15:38.997Z] To set a process to complain mode, use the command line tool
03:15:38 [2022-08-22T03:15:38.997Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
03:15:38 [2022-08-22T03:15:38.997Z] Removing test suite binaries
03:15:38 [2022-08-22T03:15:38.997Z] exiting test-integration
03:15:38 [2022-08-22T03:15:38.997Z] ++ exit 0
03:15:38 [2022-08-22T03:15:38.997Z] 
03:15:39 [2022-08-22T03:15:39.202Z] --- PASS: TestSecretInspect (2.16s)
03:15:39 [2022-08-22T03:15:39.202Z] === RUN   TestSecretList
03:15:39 [2022-08-22T03:15:39.732Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s)
03:15:39 [2022-08-22T03:15:39.732Z] === RUN   TestCgroupNamespacesRunInvalidMode
Post stage
[Pipeline] junit
03:15:39 [2022-08-22T03:15:39.932Z] Recording test results
03:15:40 [2022-08-22T03:15:40.293Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
03:15:40 [2022-08-22T03:15:40.293Z] === RUN   TestCgroupNamespacesRunOlderClient
03:15:41 [2022-08-22T03:15:41.091Z] --- PASS: TestSecretList (2.17s)
03:15:41 [2022-08-22T03:15:41.091Z] === RUN   TestSecretsCreateAndDelete
03:15:41 [2022-08-22T03:15:41.623Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
03:15:41 [2022-08-22T03:15:41.657Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s)
03:15:41 [2022-08-22T03:15:41.657Z] === RUN   TestNISDomainname
[Pipeline] // stage
Post stage
[Pipeline] sh
03:15:41 [2022-08-22T03:15:41.913Z] --- PASS: TestNISDomainname (0.51s)
03:15:41 [2022-08-22T03:15:41.913Z] === RUN   TestHostnameDnsResolution
03:15:42 [2022-08-22T03:15:42.000Z] + echo Ensuring container killed.
03:15:42 [2022-08-22T03:15:42.000Z] Ensuring container killed.
03:15:42 [2022-08-22T03:15:42.000Z] + docker rm -vf docker-pr1
03:15:42 [2022-08-22T03:15:42.000Z] Error: No such container: docker-pr1
[Pipeline] sh
03:15:42 [2022-08-22T03:15:42.317Z] + echo Chowning /workspace to jenkins user
03:15:42 [2022-08-22T03:15:42.317Z] Chowning /workspace to jenkins user
03:15:42 [2022-08-22T03:15:42.317Z] + id -u
03:15:42 [2022-08-22T03:15:42.317Z] + id -g
03:15:42 [2022-08-22T03:15:42.317Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44001:/workspace busybox chown -R 1000:1000 /workspace
03:15:42 [2022-08-22T03:15:42.317Z] Unable to find image 'busybox:latest' locally
03:15:42 [2022-08-22T03:15:42.317Z] latest: Pulling from library/busybox
03:15:42 [2022-08-22T03:15:42.473Z] --- PASS: TestHostnameDnsResolution (0.68s)
03:15:42 [2022-08-22T03:15:42.473Z] === RUN   TestUnprivilegedPortsAndPing
03:15:42 [2022-08-22T03:15:42.572Z] 50783e0dfb64: Pulling fs layer
03:15:42 [2022-08-22T03:15:42.572Z] 50783e0dfb64: Download complete
03:15:42 [2022-08-22T03:15:42.572Z] 50783e0dfb64: Pull complete
03:15:42 [2022-08-22T03:15:42.572Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693
03:15:42 [2022-08-22T03:15:42.572Z] Status: Downloaded newer image for busybox:latest
03:15:43 [2022-08-22T03:15:43.034Z] --- PASS: TestUnprivilegedPortsAndPing (0.51s)
03:15:43 [2022-08-22T03:15:43.034Z] === RUN   TestPrivilegedHostDevices
03:15:43 [2022-08-22T03:15:43.608Z] --- PASS: TestSecretsCreateAndDelete (2.23s)
03:15:43 [2022-08-22T03:15:43.608Z] === RUN   TestSecretsUpdate
03:15:43 [2022-08-22T03:15:43.617Z] --- PASS: TestPrivilegedHostDevices (0.49s)
03:15:43 [2022-08-22T03:15:43.617Z] === RUN   TestRunConsoleSize
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
03:15:44 [2022-08-22T03:15:44.185Z] --- PASS: TestRunConsoleSize (0.45s)
03:15:44 [2022-08-22T03:15:44.185Z] === RUN   TestRunWithAlternativeContainerdShim
03:15:44 [2022-08-22T03:15:44.270Z] + bundleName=amd64-rootless
03:15:44 [2022-08-22T03:15:44.270Z] + echo Creating amd64-rootless-bundles.tar.gz
03:15:44 [2022-08-22T03:15:44.270Z] Creating amd64-rootless-bundles.tar.gz
03:15:44 [2022-08-22T03:15:44.270Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
03:15:44 [2022-08-22T03:15:44.270Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
[Pipeline] archiveArtifacts
03:15:44 [2022-08-22T03:15:44.279Z] Archiving artifacts
03:15:45 [2022-08-22T03:15:45.499Z] --- PASS: TestSecretsUpdate (2.16s)
03:15:45 [2022-08-22T03:15:45.499Z] === RUN   TestTemplatedSecret
03:15:45 [2022-08-22T03:15:45.864Z] .........................xx....................                          [ 29%]
03:15:46 [2022-08-22T03:15:46.029Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44001/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
03:15:46 [2022-08-22T03:15:46.093Z] --- PASS: TestRunWithAlternativeContainerdShim (2.12s)
03:15:46 [2022-08-22T03:15:46.093Z] === RUN   TestStats
03:15:46 [2022-08-22T03:15:46.332Z] + make clean
03:15:46 [2022-08-22T03:15:46.588Z] docker volume rm -f docker-dev-cache docker-mod-cache
03:15:46 [2022-08-22T03:15:46.588Z] docker-dev-cache
03:15:46 [2022-08-22T03:15:46.588Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
03:15:48 [2022-08-22T03:15:48.015Z] --- PASS: TestTemplatedSecret (2.58s)
03:15:48 [2022-08-22T03:15:48.015Z] === RUN   TestSecretCreateResolve
03:15:48 [2022-08-22T03:15:48.606Z] --- PASS: TestStats (2.41s)
03:15:48 [2022-08-22T03:15:48.606Z] === RUN   TestStopContainerWithTimeout
03:15:48 [2022-08-22T03:15:48.606Z] === RUN   TestStopContainerWithTimeout/0
03:15:48 [2022-08-22T03:15:48.606Z] === PAUSE TestStopContainerWithTimeout/0
03:15:48 [2022-08-22T03:15:48.606Z] === RUN   TestStopContainerWithTimeout/1
03:15:48 [2022-08-22T03:15:48.606Z] === PAUSE TestStopContainerWithTimeout/1
03:15:48 [2022-08-22T03:15:48.606Z] === RUN   TestStopContainerWithTimeout/3
03:15:48 [2022-08-22T03:15:48.606Z] === PAUSE TestStopContainerWithTimeout/3
03:15:48 [2022-08-22T03:15:48.606Z] === RUN   TestStopContainerWithTimeout/-1
03:15:48 [2022-08-22T03:15:48.606Z] === PAUSE TestStopContainerWithTimeout/-1
03:15:48 [2022-08-22T03:15:48.606Z] === CONT  TestStopContainerWithTimeout/0
03:15:48 [2022-08-22T03:15:48.606Z] === CONT  TestStopContainerWithTimeout/-1
03:15:49 [2022-08-22T03:15:49.168Z] === CONT  TestStopContainerWithTimeout/3
03:15:50 [2022-08-22T03:15:50.530Z] --- PASS: TestSecretCreateResolve (2.16s)
03:15:50 [2022-08-22T03:15:50.530Z] PASS
03:15:50 [2022-08-22T03:15:50.530Z] 
03:15:50 [2022-08-22T03:15:50.530Z] DONE 6 tests in 13.485s
03:15:50 [2022-08-22T03:15:50.530Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
03:15:50 [2022-08-22T03:15:50.530Z] INFO: Testing against a local daemon
03:15:50 [2022-08-22T03:15:50.530Z] === RUN   TestServiceCreateInit
03:15:50 [2022-08-22T03:15:50.530Z] === RUN   TestServiceCreateInit/daemonInitDisabled
03:15:51 [2022-08-22T03:15:51.682Z] === CONT  TestStopContainerWithTimeout/1
03:15:53 [2022-08-22T03:15:53.045Z] --- PASS: TestStopContainerWithTimeout (0.01s)
03:15:53 [2022-08-22T03:15:53.045Z]     --- PASS: TestStopContainerWithTimeout/0 (0.61s)
03:15:53 [2022-08-22T03:15:53.045Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.71s)
03:15:53 [2022-08-22T03:15:53.045Z]     --- PASS: TestStopContainerWithTimeout/3 (2.44s)
03:15:53 [2022-08-22T03:15:53.045Z]     --- PASS: TestStopContainerWithTimeout/1 (1.46s)
03:15:53 [2022-08-22T03:15:53.045Z] === RUN   TestDeleteDevicemapper
03:15:53 [2022-08-22T03:15:53.045Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
03:15:53 [2022-08-22T03:15:53.045Z] --- SKIP: TestDeleteDevicemapper (0.00s)
03:15:53 [2022-08-22T03:15:53.045Z] === RUN   TestStopContainerWithRestartPolicyAlways
03:15:54 [2022-08-22T03:15:54.408Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.40s)
03:15:54 [2022-08-22T03:15:54.408Z] === RUN   TestUpdateMemory
03:15:54 [2022-08-22T03:15:54.664Z] --- PASS: TestUpdateMemory (0.54s)
03:15:54 [2022-08-22T03:15:54.664Z] === RUN   TestUpdateCPUQuota
03:15:54 [2022-08-22T03:15:54.718Z] === RUN   TestServiceCreateInit/daemonInitEnabled
03:15:55 [2022-08-22T03:15:55.593Z] --- PASS: TestUpdateCPUQuota (0.78s)
03:15:55 [2022-08-22T03:15:55.593Z] === RUN   TestUpdatePidsLimit
03:15:55 [2022-08-22T03:15:55.593Z] === RUN   TestUpdatePidsLimit/update_from_none
03:15:55 [2022-08-22T03:15:55.593Z] === RUN   TestUpdatePidsLimit/no_change
03:15:55 [2022-08-22T03:15:55.850Z] === RUN   TestUpdatePidsLimit/update_lower
03:15:56 [2022-08-22T03:15:56.105Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
03:15:56 [2022-08-22T03:15:56.361Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
03:15:56 [2022-08-22T03:15:56.361Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
03:15:56 [2022-08-22T03:15:56.617Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
03:15:57 [2022-08-22T03:15:57.186Z] --- PASS: TestUpdatePidsLimit (1.82s)
03:15:57 [2022-08-22T03:15:57.186Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.19s)
03:15:57 [2022-08-22T03:15:57.186Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
03:15:57 [2022-08-22T03:15:57.186Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.21s)
03:15:57 [2022-08-22T03:15:57.186Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s)
03:15:57 [2022-08-22T03:15:57.186Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s)
03:15:57 [2022-08-22T03:15:57.186Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s)
03:15:57 [2022-08-22T03:15:57.186Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s)
03:15:57 [2022-08-22T03:15:57.186Z] === RUN   TestUpdateRestartPolicy
03:15:57 [2022-08-22T03:15:57.993Z] --- PASS: TestServiceCreateInit (7.77s)
03:15:57 [2022-08-22T03:15:57.993Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.92s)
03:15:57 [2022-08-22T03:15:57.993Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.83s)
03:15:57 [2022-08-22T03:15:57.993Z] === RUN   TestCreateServiceMultipleTimes
03:16:02 [2022-08-22T03:16:02.138Z] tests/integration/api_exec_test.py .....................                 [ 34%]
03:16:09 [2022-08-22T03:16:09.350Z] --- PASS: TestUpdateRestartPolicy (10.86s)
03:16:09 [2022-08-22T03:16:09.350Z] === RUN   TestUpdateRestartWithAutoRemove
03:16:09 [2022-08-22T03:16:09.350Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s)
03:16:09 [2022-08-22T03:16:09.350Z] === RUN   TestWaitNonBlocked
03:16:09 [2022-08-22T03:16:09.350Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
03:16:09 [2022-08-22T03:16:09.350Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
03:16:09 [2022-08-22T03:16:09.350Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
03:16:09 [2022-08-22T03:16:09.350Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
03:16:09 [2022-08-22T03:16:09.350Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
03:16:09 [2022-08-22T03:16:09.350Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
03:16:09 [2022-08-22T03:16:09.350Z] --- PASS: TestWaitNonBlocked (0.01s)
03:16:09 [2022-08-22T03:16:09.350Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s)
03:16:09 [2022-08-22T03:16:09.350Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s)
03:16:09 [2022-08-22T03:16:09.350Z] === RUN   TestWaitBlocked
03:16:09 [2022-08-22T03:16:09.350Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
03:16:09 [2022-08-22T03:16:09.350Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
03:16:09 [2022-08-22T03:16:09.350Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
03:16:09 [2022-08-22T03:16:09.350Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
03:16:09 [2022-08-22T03:16:09.350Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
03:16:09 [2022-08-22T03:16:09.350Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
03:16:09 [2022-08-22T03:16:09.616Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
03:16:09 [2022-08-22T03:16:09.912Z] --- PASS: TestWaitBlocked (0.01s)
03:16:09 [2022-08-22T03:16:09.912Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s)
03:16:09 [2022-08-22T03:16:09.912Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.71s)
03:16:09 [2022-08-22T03:16:09.912Z] === RUN   TestWaitConditions
03:16:09 [2022-08-22T03:16:09.912Z] === RUN   TestWaitConditions/default
03:16:09 [2022-08-22T03:16:09.912Z] === PAUSE TestWaitConditions/default
03:16:09 [2022-08-22T03:16:09.912Z] === RUN   TestWaitConditions/not-running
03:16:09 [2022-08-22T03:16:09.912Z] === PAUSE TestWaitConditions/not-running
03:16:09 [2022-08-22T03:16:09.912Z] === RUN   TestWaitConditions/next-exit
03:16:09 [2022-08-22T03:16:09.912Z] === PAUSE TestWaitConditions/next-exit
03:16:09 [2022-08-22T03:16:09.912Z] === RUN   TestWaitConditions/removed
03:16:09 [2022-08-22T03:16:09.912Z] === PAUSE TestWaitConditions/removed
03:16:09 [2022-08-22T03:16:09.912Z] === CONT  TestWaitConditions/default
03:16:09 [2022-08-22T03:16:09.912Z] === CONT  TestWaitConditions/next-exit
03:16:11 [2022-08-22T03:16:11.802Z] === CONT  TestWaitConditions/removed
03:16:11 [2022-08-22T03:16:11.802Z] === CONT  TestWaitConditions/not-running
03:16:13 [2022-08-22T03:16:13.167Z] --- PASS: TestWaitConditions (0.02s)
03:16:13 [2022-08-22T03:16:13.167Z]     --- PASS: TestWaitConditions/next-exit (1.56s)
03:16:13 [2022-08-22T03:16:13.167Z]     --- PASS: TestWaitConditions/default (1.66s)
03:16:13 [2022-08-22T03:16:13.167Z]     --- PASS: TestWaitConditions/removed (1.56s)
03:16:13 [2022-08-22T03:16:13.167Z]     --- PASS: TestWaitConditions/not-running (1.51s)
03:16:13 [2022-08-22T03:16:13.167Z] === RUN   TestWaitRestartedContainer
03:16:13 [2022-08-22T03:16:13.167Z] === RUN   TestWaitRestartedContainer/default
03:16:13 [2022-08-22T03:16:13.167Z] === PAUSE TestWaitRestartedContainer/default
03:16:13 [2022-08-22T03:16:13.167Z] === RUN   TestWaitRestartedContainer/not-running
03:16:13 [2022-08-22T03:16:13.167Z] === PAUSE TestWaitRestartedContainer/not-running
03:16:13 [2022-08-22T03:16:13.167Z] === RUN   TestWaitRestartedContainer/next-exit
03:16:13 [2022-08-22T03:16:13.167Z] === PAUSE TestWaitRestartedContainer/next-exit
03:16:13 [2022-08-22T03:16:13.167Z] === CONT  TestWaitRestartedContainer/default
03:16:13 [2022-08-22T03:16:13.167Z] === CONT  TestWaitRestartedContainer/next-exit
03:16:14 [2022-08-22T03:16:14.248Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
03:16:14 [2022-08-22T03:16:14.532Z] === CONT  TestWaitRestartedContainer/not-running
03:16:15 [2022-08-22T03:16:15.460Z] --- PASS: TestWaitRestartedContainer (0.02s)
03:16:15 [2022-08-22T03:16:15.460Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.29s)
03:16:15 [2022-08-22T03:16:15.460Z]     --- PASS: TestWaitRestartedContainer/default (1.34s)
03:16:15 [2022-08-22T03:16:15.460Z]     --- PASS: TestWaitRestartedContainer/not-running (0.85s)
03:16:15 [2022-08-22T03:16:15.460Z] === CONT  TestContainerStartOnDaemonRestart
03:16:15 [2022-08-22T03:16:15.460Z] === CONT  TestRestartDaemonWithRestartingContainer
03:16:16 [2022-08-22T03:16:16.034Z] --- PASS: TestCreateServiceMultipleTimes (15.94s)
03:16:16 [2022-08-22T03:16:16.034Z] === RUN   TestCreateServiceConflict
03:16:16 [2022-08-22T03:16:16.289Z] --- PASS: TestCreateServiceConflict (2.22s)
03:16:16 [2022-08-22T03:16:16.289Z] === RUN   TestCreateServiceMaxReplicas
03:16:17 [2022-08-22T03:16:17.348Z] --- PASS: TestContainerStartOnDaemonRestart (2.07s)
03:16:17 [2022-08-22T03:16:17.348Z] === CONT  TestIpcModeOlderClient
03:16:17 [2022-08-22T03:16:17.604Z] --- PASS: TestIpcModeOlderClient (0.06s)
03:16:17 [2022-08-22T03:16:17.604Z] === CONT  TestContainerKillOnDaemonStart
03:16:17 [2022-08-22T03:16:17.604Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.17s)
03:16:17 [2022-08-22T03:16:17.604Z] === CONT  TestDaemonHostGatewayIP
03:16:19 [2022-08-22T03:16:19.556Z] --- PASS: TestCreateServiceMaxReplicas (2.71s)
03:16:19 [2022-08-22T03:16:19.556Z] === RUN   TestCreateWithDuplicateNetworkNames
03:16:20 [2022-08-22T03:16:20.120Z] --- PASS: TestDaemonHostGatewayIP (2.40s)
03:16:20 [2022-08-22T03:16:20.120Z] === CONT  TestDaemonRestartIpcMode
03:16:22 [2022-08-22T03:16:22.009Z] --- PASS: TestDaemonRestartIpcMode (2.17s)
03:16:29 [2022-08-22T03:16:29.873Z] tests/integration/api_network_test.py ............................       [ 47%]
03:16:30 [2022-08-22T03:16:30.089Z] --- PASS: TestContainerKillOnDaemonStart (11.69s)
03:16:30 [2022-08-22T03:16:30.089Z] PASS
03:16:30 [2022-08-22T03:16:30.089Z] 
03:16:30 [2022-08-22T03:16:30.089Z] === Skipped
03:16:30 [2022-08-22T03:16:30.089Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
03:16:30 [2022-08-22T03:16:30.089Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
03:16:30 [2022-08-22T03:16:30.089Z] 
03:16:30 [2022-08-22T03:16:30.089Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
03:16:30 [2022-08-22T03:16:30.089Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
03:16:30 [2022-08-22T03:16:30.089Z] 
03:16:30 [2022-08-22T03:16:30.089Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
03:16:30 [2022-08-22T03:16:30.089Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
03:16:30 [2022-08-22T03:16:30.089Z] 
03:16:30 [2022-08-22T03:16:30.089Z] DONE 272 tests, 3 skipped in 128.625s
03:16:30 [2022-08-22T03:16:30.089Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
03:16:30 [2022-08-22T03:16:30.089Z] ++ 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
03:16:30 [2022-08-22T03:16:30.089Z] ++ set -e
03:16:30 [2022-08-22T03:16:30.089Z] ++ '[' -n 0 ']'
03:16:30 [2022-08-22T03:16:30.089Z] ++ set -x
03:16:30 [2022-08-22T03:16:30.089Z] ++ 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
03:16:30 [2022-08-22T03:16:30.089Z] === RUN   TestConfigDaemonLibtrustID
03:16:30 [2022-08-22T03:16:30.089Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
03:16:30 [2022-08-22T03:16:30.089Z] === RUN   TestConfigDaemonID
03:16:31 [2022-08-22T03:16:31.017Z]     daemon_test.go:83: [daad3be6c1972] daemon is not started
03:16:31 [2022-08-22T03:16:31.017Z] --- PASS: TestConfigDaemonID (1.04s)
03:16:31 [2022-08-22T03:16:31.017Z] === RUN   TestDaemonConfigValidation
03:16:31 [2022-08-22T03:16:31.017Z] === RUN   TestDaemonConfigValidation/config_with_no_content
03:16:31 [2022-08-22T03:16:31.017Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
03:16:31 [2022-08-22T03:16:31.017Z] === RUN   TestDaemonConfigValidation/config_with_{}
03:16:31 [2022-08-22T03:16:31.017Z] === PAUSE TestDaemonConfigValidation/config_with_{}
03:16:31 [2022-08-22T03:16:31.017Z] === RUN   TestDaemonConfigValidation/invalid_config
03:16:31 [2022-08-22T03:16:31.017Z] === PAUSE TestDaemonConfigValidation/invalid_config
03:16:31 [2022-08-22T03:16:31.017Z] === RUN   TestDaemonConfigValidation/malformed_config
03:16:31 [2022-08-22T03:16:31.017Z] === PAUSE TestDaemonConfigValidation/malformed_config
03:16:31 [2022-08-22T03:16:31.017Z] === RUN   TestDaemonConfigValidation/valid_config
03:16:31 [2022-08-22T03:16:31.017Z] === PAUSE TestDaemonConfigValidation/valid_config
03:16:31 [2022-08-22T03:16:31.017Z] === CONT  TestDaemonConfigValidation/config_with_no_content
03:16:31 [2022-08-22T03:16:31.017Z] === CONT  TestDaemonConfigValidation/malformed_config
03:16:31 [2022-08-22T03:16:31.017Z] === CONT  TestDaemonConfigValidation/invalid_config
03:16:31 [2022-08-22T03:16:31.017Z] === CONT  TestDaemonConfigValidation/config_with_{}
03:16:31 [2022-08-22T03:16:31.017Z] === CONT  TestDaemonConfigValidation/valid_config
03:16:31 [2022-08-22T03:16:31.017Z] --- PASS: TestDaemonConfigValidation (0.00s)
03:16:31 [2022-08-22T03:16:31.017Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
03:16:31 [2022-08-22T03:16:31.017Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
03:16:31 [2022-08-22T03:16:31.017Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s)
03:16:31 [2022-08-22T03:16:31.017Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
03:16:31 [2022-08-22T03:16:31.017Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
03:16:31 [2022-08-22T03:16:31.017Z] === RUN   TestConfigDaemonSeccompProfiles
03:16:31 [2022-08-22T03:16:31.017Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
03:16:31 [2022-08-22T03:16:31.786Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
03:16:31 [2022-08-22T03:16:31.787Z] Using test binary docker
03:16:31 [2022-08-22T03:16:31.787Z] +++ /etc/init.d/apparmor start
03:16:31 [2022-08-22T03:16:31.787Z] Not: starting.
03:16:31 [2022-08-22T03:16:31.787Z] INFO: Waiting for daemon to start...
03:16:31 [2022-08-22T03:16:31.787Z] Starting dockerd
03:16:31 [2022-08-22T03:16:31.787Z] +++ 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
03:16:31 [2022-08-22T03:16:31.787Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
03:16:31 [2022-08-22T03:16:31.787Z] Using test binary docker
03:16:31 [2022-08-22T03:16:31.787Z] +++ /etc/init.d/apparmor start
03:16:31 [2022-08-22T03:16:31.787Z] Not: starting.
03:16:31 [2022-08-22T03:16:31.787Z] INFO: Waiting for daemon to start...
03:16:31 [2022-08-22T03:16:31.787Z] Starting dockerd
03:16:31 [2022-08-22T03:16:31.787Z] +++ 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
03:16:31 [2022-08-22T03:16:31.787Z] .
03:16:31 [2022-08-22T03:16:31.787Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
03:16:31 [2022-08-22T03:16:31.787Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
03:16:31 [2022-08-22T03:16:31.787Z] Error: No such image: emptyfs
03:16:31 [2022-08-22T03:16:31.787Z] ++++ tar -cC bundles/test-integration/emptyfs .
03:16:31 [2022-08-22T03:16:31.787Z] ++++ docker load
03:16:31 [2022-08-22T03:16:31.787Z] Loaded image: emptyfs:latest
03:16:31 [2022-08-22T03:16:31.787Z] Running integration-test (iteration 1)
03:16:31 [2022-08-22T03:16:31.787Z] 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)/
03:16:31 [2022-08-22T03:16:31.787Z] ++ 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)/'
03:16:31 [2022-08-22T03:16:31.787Z] ++ set -e
03:16:31 [2022-08-22T03:16:31.787Z] ++ '[' -n 0 ']'
03:16:31 [2022-08-22T03:16:31.787Z] ++ set -x
03:16:31 [2022-08-22T03:16:31.787Z] ++ 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)/'
03:16:31 [2022-08-22T03:16:31.787Z] 
03:16:31 [2022-08-22T03:16:31.787Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
03:16:31 [2022-08-22T03:16:31.787Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
03:16:31 [2022-08-22T03:16:31.787Z] Error: No such image: emptyfs
03:16:31 [2022-08-22T03:16:31.787Z] ++++ docker load
03:16:31 [2022-08-22T03:16:31.787Z] ++++ tar -cC bundles/test-integration/emptyfs .
03:16:31 [2022-08-22T03:16:31.787Z] Loaded image: emptyfs:latest
03:16:31 [2022-08-22T03:16:31.787Z] Running integration-test (iteration 1)
03:16:31 [2022-08-22T03:16:31.787Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
03:16:31 [2022-08-22T03:16:31.787Z] ++ 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)/'
03:16:31 [2022-08-22T03:16:31.787Z] ++ set -e
03:16:31 [2022-08-22T03:16:31.787Z] ++ '[' -n 0 ']'
03:16:31 [2022-08-22T03:16:31.787Z] ++ set -x
03:16:31 [2022-08-22T03:16:31.787Z] ++ 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)/'
03:16:31 [2022-08-22T03:16:31.787Z] Loaded image: busybox:latest
03:16:31 [2022-08-22T03:16:31.787Z] Loaded image: busybox:glibc
03:16:31 [2022-08-22T03:16:31.787Z] Loaded image: busybox:latest
03:16:31 [2022-08-22T03:16:31.787Z] Loaded image: busybox:glibc
03:16:32 [2022-08-22T03:16:32.381Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
03:16:32 [2022-08-22T03:16:32.725Z] Loaded image: debian:bullseye-slim
03:16:32 [2022-08-22T03:16:32.984Z] Loaded image: hello-world:latest
03:16:33 [2022-08-22T03:16:33.243Z] Loaded image: arm32v7/hello-world:latest
03:16:33 [2022-08-22T03:16:33.243Z] INFO: Testing against a local daemon
03:16:33 [2022-08-22T03:16:33.243Z] === RUN   TestDockerSuite
03:16:33 [2022-08-22T03:16:33.243Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
03:16:33 [2022-08-22T03:16:33.243Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
03:16:33 [2022-08-22T03:16:33.243Z] === RUN   TestDockerSuite/TestAPIErrorJSON
03:16:33 [2022-08-22T03:16:33.243Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
03:16:33 [2022-08-22T03:16:33.243Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
03:16:33 [2022-08-22T03:16:33.243Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
03:16:33 [2022-08-22T03:16:33.243Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
03:16:33 [2022-08-22T03:16:33.243Z] === RUN   TestDockerSuite/TestAPIImagesDelete
03:16:33 [2022-08-22T03:16:33.308Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
03:16:33 [2022-08-22T03:16:33.503Z] Loaded image: debian:bullseye-slim
03:16:33 [2022-08-22T03:16:33.762Z] Loaded image: hello-world:latest
03:16:34 [2022-08-22T03:16:34.022Z] Loaded image: arm32v7/hello-world:latest
03:16:34 [2022-08-22T03:16:34.022Z] INFO: Testing against a local daemon
03:16:34 [2022-08-22T03:16:34.022Z] === RUN   TestDockerDaemonSuite
03:16:34 [2022-08-22T03:16:34.022Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
03:16:34 [2022-08-22T03:16:34.234Z] === CONT  TestConfigDaemonSeccompProfiles
03:16:34 [2022-08-22T03:16:34.234Z]     daemon_test.go:197: [dd998487c8ce6] daemon is not started
03:16:34 [2022-08-22T03:16:34.235Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
03:16:34 [2022-08-22T03:16:34.235Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
03:16:34 [2022-08-22T03:16:34.235Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
03:16:34 [2022-08-22T03:16:34.235Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
03:16:34 [2022-08-22T03:16:34.235Z] === RUN   TestDaemonProxy
03:16:34 [2022-08-22T03:16:34.235Z] === RUN   TestDaemonProxy/environment_variables
03:16:34 [2022-08-22T03:16:34.393Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.17s)
03:16:34 [2022-08-22T03:16:34.393Z] === RUN   TestCreateServiceSecretFileMode
03:16:34 [2022-08-22T03:16:34.649Z] --- PASS: TestCreateServiceSecretFileMode (2.52s)
03:16:34 [2022-08-22T03:16:34.649Z] === RUN   TestCreateServiceConfigFileMode
03:16:36 [2022-08-22T03:16:36.121Z] === RUN   TestDaemonProxy/command-line_options
03:16:37 [2022-08-22T03:16:37.166Z] --- PASS: TestCreateServiceConfigFileMode (2.49s)
03:16:37 [2022-08-22T03:16:37.166Z] === RUN   TestCreateServiceSysctls
03:16:38 [2022-08-22T03:16:38.008Z] === RUN   TestDaemonProxy/configuration_file
03:16:38 [2022-08-22T03:16:38.217Z] === RUN   TestDockerSuite/TestAPIImagesFilter
03:16:38 [2022-08-22T03:16:38.217Z] === RUN   TestDockerSuite/TestAPIImagesHistory
03:16:38 [2022-08-22T03:16:38.789Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
03:16:39 [2022-08-22T03:16:39.357Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
03:16:39 [2022-08-22T03:16:39.372Z] === RUN   TestDaemonProxy/conflicting_options
03:16:39 [2022-08-22T03:16:39.631Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
03:16:39 [2022-08-22T03:16:39.933Z] === RUN   TestDaemonProxy/reload_sanitized
03:16:40 [2022-08-22T03:16:40.295Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
03:16:40 [2022-08-22T03:16:40.432Z] --- PASS: TestCreateServiceSysctls (3.24s)
03:16:40 [2022-08-22T03:16:40.432Z] === RUN   TestCreateServiceCapabilities
03:16:40 [2022-08-22T03:16:40.494Z] --- PASS: TestDaemonProxy (6.21s)
03:16:40 [2022-08-22T03:16:40.494Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
03:16:40 [2022-08-22T03:16:40.494Z]     --- PASS: TestDaemonProxy/command-line_options (1.72s)
03:16:40 [2022-08-22T03:16:40.494Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
03:16:40 [2022-08-22T03:16:40.494Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
03:16:40 [2022-08-22T03:16:40.494Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
03:16:40 [2022-08-22T03:16:40.494Z] PASS
03:16:40 [2022-08-22T03:16:40.494Z] 
03:16:40 [2022-08-22T03:16:40.494Z] DONE 18 tests in 11.241s
03:16:40 [2022-08-22T03:16:40.494Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
03:16:40 [2022-08-22T03:16:40.494Z] ++ 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
03:16:40 [2022-08-22T03:16:40.494Z] ++ set -e
03:16:40 [2022-08-22T03:16:40.494Z] ++ '[' -n 0 ']'
03:16:40 [2022-08-22T03:16:40.494Z] ++ set -x
03:16:40 [2022-08-22T03:16:40.494Z] ++ 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
03:16:40 [2022-08-22T03:16:40.494Z] INFO: Testing against a local daemon
03:16:40 [2022-08-22T03:16:40.494Z] === RUN   TestCommitInheritsEnv
03:16:41 [2022-08-22T03:16:41.056Z] --- PASS: TestCommitInheritsEnv (0.28s)
03:16:41 [2022-08-22T03:16:41.056Z] === RUN   TestImportExtremelyLargeImageWorks
03:16:41 [2022-08-22T03:16:41.056Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
03:16:41 [2022-08-22T03:16:41.056Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
03:16:41 [2022-08-22T03:16:41.056Z] === RUN   TestImportWithCustomPlatform
03:16:41 [2022-08-22T03:16:41.056Z] === RUN   TestImportWithCustomPlatform/#00
03:16:41 [2022-08-22T03:16:41.056Z] === RUN   TestImportWithCustomPlatform/_______
03:16:41 [2022-08-22T03:16:41.056Z] === RUN   TestImportWithCustomPlatform//
03:16:41 [2022-08-22T03:16:41.056Z] === RUN   TestImportWithCustomPlatform/linux
03:16:41 [2022-08-22T03:16:41.056Z] === RUN   TestImportWithCustomPlatform/LINUX
03:16:41 [2022-08-22T03:16:41.056Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
03:16:41 [2022-08-22T03:16:41.088Z] tests/integration/api_secret_test.py .....                               [ 51%]
03:16:41 [2022-08-22T03:16:41.298Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
03:16:41 [2022-08-22T03:16:41.298Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
03:16:41 [2022-08-22T03:16:41.311Z] === RUN   TestImportWithCustomPlatform/macos
03:16:41 [2022-08-22T03:16:41.311Z] === RUN   TestImportWithCustomPlatform/macos/arm64
03:16:41 [2022-08-22T03:16:41.311Z] === RUN   TestImportWithCustomPlatform/nintendo64
03:16:41 [2022-08-22T03:16:41.311Z] --- PASS: TestImportWithCustomPlatform (0.34s)
03:16:41 [2022-08-22T03:16:41.311Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.09s)
03:16:41 [2022-08-22T03:16:41.311Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
03:16:41 [2022-08-22T03:16:41.311Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
03:16:41 [2022-08-22T03:16:41.311Z]     --- PASS: TestImportWithCustomPlatform/linux (0.06s)
03:16:41 [2022-08-22T03:16:41.311Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
03:16:41 [2022-08-22T03:16:41.311Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
03:16:41 [2022-08-22T03:16:41.311Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
03:16:41 [2022-08-22T03:16:41.311Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
03:16:41 [2022-08-22T03:16:41.311Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
03:16:41 [2022-08-22T03:16:41.311Z] === RUN   TestImagesFilterMultiReference
03:16:41 [2022-08-22T03:16:41.311Z] --- PASS: TestImagesFilterMultiReference (0.05s)
03:16:41 [2022-08-22T03:16:41.311Z] === RUN   TestImagePullPlatformInvalid
03:16:41 [2022-08-22T03:16:41.311Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
03:16:41 [2022-08-22T03:16:41.311Z] === RUN   TestRemoveImageOrphaning
03:16:41 [2022-08-22T03:16:41.567Z] --- PASS: TestRemoveImageOrphaning (0.25s)
03:16:41 [2022-08-22T03:16:41.567Z] === RUN   TestRemoveImageGarbageCollector
03:16:41 [2022-08-22T03:16:41.567Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:16:41 [2022-08-22T03:16:41.567Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
03:16:41 [2022-08-22T03:16:41.567Z] === RUN   TestTagUnprefixedRepoByNameOrName
03:16:41 [2022-08-22T03:16:41.567Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
03:16:41 [2022-08-22T03:16:41.567Z] === RUN   TestTagInvalidReference
03:16:41 [2022-08-22T03:16:41.567Z] --- PASS: TestTagInvalidReference (0.01s)
03:16:41 [2022-08-22T03:16:41.567Z] === RUN   TestTagValidPrefixedRepo
03:16:41 [2022-08-22T03:16:41.567Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
03:16:41 [2022-08-22T03:16:41.567Z] === RUN   TestTagExistedNameWithoutForce
03:16:41 [2022-08-22T03:16:41.567Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
03:16:41 [2022-08-22T03:16:41.567Z] === RUN   TestTagOfficialNames
03:16:41 [2022-08-22T03:16:41.828Z] --- PASS: TestTagOfficialNames (0.06s)
03:16:41 [2022-08-22T03:16:41.828Z] === RUN   TestTagMatchesDigest
03:16:41 [2022-08-22T03:16:41.828Z] --- PASS: TestTagMatchesDigest (0.03s)
03:16:41 [2022-08-22T03:16:41.828Z] PASS
03:16:41 [2022-08-22T03:16:41.828Z] 
03:16:41 [2022-08-22T03:16:41.828Z] === Skipped
03:16:41 [2022-08-22T03:16:41.828Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
03:16:41 [2022-08-22T03:16:41.828Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
03:16:41 [2022-08-22T03:16:41.828Z] 
03:16:41 [2022-08-22T03:16:41.828Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
03:16:41 [2022-08-22T03:16:41.828Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:16:41 [2022-08-22T03:16:41.828Z] 
03:16:41 [2022-08-22T03:16:41.828Z] DONE 22 tests, 2 skipped in 1.318s
03:16:41 [2022-08-22T03:16:41.828Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
03:16:41 [2022-08-22T03:16:41.828Z] ++ 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
03:16:41 [2022-08-22T03:16:41.828Z] ++ set -e
03:16:41 [2022-08-22T03:16:41.828Z] ++ '[' -n 0 ']'
03:16:41 [2022-08-22T03:16:41.828Z] ++ set -x
03:16:41 [2022-08-22T03:16:41.828Z] ++ 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
03:16:41 [2022-08-22T03:16:41.828Z] === RUN   TestStripANSICommands
03:16:41 [2022-08-22T03:16:41.828Z] === RUN   TestStripANSICommands/#00
03:16:41 [2022-08-22T03:16:41.828Z] === RUN   TestStripANSICommands/#01
03:16:41 [2022-08-22T03:16:41.828Z] --- PASS: TestStripANSICommands (0.00s)
03:16:41 [2022-08-22T03:16:41.828Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
03:16:41 [2022-08-22T03:16:41.828Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
03:16:41 [2022-08-22T03:16:41.828Z] PASS
03:16:41 [2022-08-22T03:16:41.828Z] 
03:16:41 [2022-08-22T03:16:41.828Z] DONE 3 tests in 0.046s
03:16:41 [2022-08-22T03:16:41.828Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
03:16:41 [2022-08-22T03:16:41.828Z] ++ 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
03:16:41 [2022-08-22T03:16:41.828Z] ++ set -e
03:16:41 [2022-08-22T03:16:41.828Z] ++ '[' -n 0 ']'
03:16:41 [2022-08-22T03:16:41.828Z] ++ set -x
03:16:41 [2022-08-22T03:16:41.828Z] ++ 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
03:16:41 [2022-08-22T03:16:41.828Z] INFO: Testing against a local daemon
03:16:41 [2022-08-22T03:16:41.828Z] === RUN   TestNetworkCreateDelete
03:16:41 [2022-08-22T03:16:41.868Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
03:16:42 [2022-08-22T03:16:42.089Z] --- PASS: TestNetworkCreateDelete (0.15s)
03:16:42 [2022-08-22T03:16:42.089Z] === RUN   TestDockerNetworkDeletePreferID
03:16:42 [2022-08-22T03:16:42.357Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
03:16:42 [2022-08-22T03:16:42.357Z] === RUN   TestDaemonDNSFallback
03:16:42 [2022-08-22T03:16:42.812Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
03:16:42 [2022-08-22T03:16:42.948Z] --- PASS: TestCreateServiceCapabilities (2.57s)
03:16:42 [2022-08-22T03:16:42.948Z] === RUN   TestInspect
03:16:43 [2022-08-22T03:16:43.381Z] === RUN   TestDockerSuite/TestAPINetworkFilter
03:16:43 [2022-08-22T03:16:43.381Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
03:16:43 [2022-08-22T03:16:43.381Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
03:16:43 [2022-08-22T03:16:43.381Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
03:16:44 [2022-08-22T03:16:44.317Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
03:16:45 [2022-08-22T03:16:45.255Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
03:16:45 [2022-08-22T03:16:45.264Z] tests/integration/api_service_test.py .................................. [ 59%]
03:16:45 [2022-08-22T03:16:45.514Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
03:16:45 [2022-08-22T03:16:45.514Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
03:16:45 [2022-08-22T03:16:45.514Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
03:16:45 [2022-08-22T03:16:45.514Z] --- PASS: TestBuildWithHugeFile (125.75s)
03:16:45 [2022-08-22T03:16:45.514Z] === RUN   TestBuildWCOWSandboxSize
03:16:45 [2022-08-22T03:16:45.514Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
03:16:45 [2022-08-22T03:16:45.514Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
03:16:45 [2022-08-22T03:16:45.514Z] === RUN   TestBuildWithEmptyDockerfile
03:16:45 [2022-08-22T03:16:45.514Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
03:16:45 [2022-08-22T03:16:45.514Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
03:16:45 [2022-08-22T03:16:45.514Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
03:16:45 [2022-08-22T03:16:45.514Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
03:16:45 [2022-08-22T03:16:45.514Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
03:16:45 [2022-08-22T03:16:45.514Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
03:16:45 [2022-08-22T03:16:45.514Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
03:16:45 [2022-08-22T03:16:45.514Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
03:16:45 [2022-08-22T03:16:45.773Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
03:16:45 [2022-08-22T03:16:45.773Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
03:16:45 [2022-08-22T03:16:45.773Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
03:16:45 [2022-08-22T03:16:45.773Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s)
03:16:45 [2022-08-22T03:16:45.773Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s)
03:16:45 [2022-08-22T03:16:45.773Z] === RUN   TestBuildPreserveOwnership
03:16:45 [2022-08-22T03:16:45.773Z] === RUN   TestBuildPreserveOwnership/copy_from
03:16:46 [2022-08-22T03:16:46.216Z] --- PASS: TestInspect (2.82s)
03:16:46 [2022-08-22T03:16:46.216Z] === RUN   TestCreateJob
03:16:48 [2022-08-22T03:16:48.308Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
03:16:48 [2022-08-22T03:16:48.876Z] --- PASS: TestBuildPreserveOwnership (3.09s)
03:16:48 [2022-08-22T03:16:48.876Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.12s)
03:16:48 [2022-08-22T03:16:48.876Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.96s)
03:16:48 [2022-08-22T03:16:48.876Z] === RUN   TestBuildPlatformInvalid
03:16:48 [2022-08-22T03:16:48.896Z] --- PASS: TestDaemonDNSFallback (6.30s)
03:16:48 [2022-08-22T03:16:48.896Z] === RUN   TestInspectNetwork
03:16:49 [2022-08-22T03:16:49.135Z] --- PASS: TestBuildPlatformInvalid (0.10s)
03:16:49 [2022-08-22T03:16:49.136Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
03:16:49 [2022-08-22T03:16:49.136Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
03:16:49 [2022-08-22T03:16:49.480Z] --- PASS: TestCreateJob (3.17s)
03:16:49 [2022-08-22T03:16:49.481Z] === RUN   TestReplicatedJob
03:16:49 [2022-08-22T03:16:49.703Z] Loaded image: busybox:latest
03:16:49 [2022-08-22T03:16:49.957Z] ............................                                             [ 66%]
03:16:49 [2022-08-22T03:16:49.962Z] Loaded image: busybox:glibc
03:16:51 [2022-08-22T03:16:51.388Z] Loaded image: debian:bullseye-slim
03:16:51 [2022-08-22T03:16:51.647Z] Loaded image: hello-world:latest
03:16:51 [2022-08-22T03:16:51.647Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
03:16:51 [2022-08-22T03:16:51.647Z] Loaded image: arm32v7/hello-world:latest
03:16:52 [2022-08-22T03:16:52.162Z] === RUN   TestInspectNetwork/full_network_id
03:16:52 [2022-08-22T03:16:52.162Z] === RUN   TestInspectNetwork/partial_network_id
03:16:52 [2022-08-22T03:16:52.162Z] === RUN   TestInspectNetwork/network_name
03:16:52 [2022-08-22T03:16:52.162Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
03:16:53 [2022-08-22T03:16:53.553Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
03:16:54 [2022-08-22T03:16:54.725Z] --- PASS: TestReplicatedJob (5.09s)
03:16:54 [2022-08-22T03:16:54.725Z] === RUN   TestUpdateReplicatedJob
03:16:55 [2022-08-22T03:16:55.465Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
03:16:56 [2022-08-22T03:16:56.032Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
03:16:56 [2022-08-22T03:16:56.326Z] --- PASS: TestInspectNetwork (7.01s)
03:16:56 [2022-08-22T03:16:56.326Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
03:16:56 [2022-08-22T03:16:56.326Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
03:16:56 [2022-08-22T03:16:56.326Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
03:16:56 [2022-08-22T03:16:56.326Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
03:16:56 [2022-08-22T03:16:56.326Z] === RUN   TestRunContainerWithBridgeNone
03:16:57 [2022-08-22T03:16:57.241Z] --- PASS: TestUpdateReplicatedJob (3.33s)
03:16:57 [2022-08-22T03:16:57.241Z] === RUN   TestServiceListWithStatuses
03:16:57 [2022-08-22T03:16:57.241Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
03:16:57 [2022-08-22T03:16:57.241Z] --- SKIP: TestServiceListWithStatuses (0.00s)
03:16:57 [2022-08-22T03:16:57.241Z] === RUN   TestDockerNetworkConnectAlias
03:16:57 [2022-08-22T03:16:57.252Z] --- PASS: TestRunContainerWithBridgeNone (1.48s)
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/create
03:16:57 [2022-08-22T03:16:57.252Z] === PAUSE TestNetworkInvalidJSON/networks/create
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
03:16:57 [2022-08-22T03:16:57.252Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
03:16:57 [2022-08-22T03:16:57.252Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
03:16:57 [2022-08-22T03:16:57.252Z] === CONT  TestNetworkInvalidJSON/networks/create
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
03:16:57 [2022-08-22T03:16:57.252Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
03:16:57 [2022-08-22T03:16:57.252Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
03:16:57 [2022-08-22T03:16:57.252Z] --- PASS: TestNetworkInvalidJSON (0.02s)
03:16:57 [2022-08-22T03:16:57.252Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkList
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkList//networks
03:16:57 [2022-08-22T03:16:57.252Z] === PAUSE TestNetworkList//networks
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestNetworkList//networks/
03:16:57 [2022-08-22T03:16:57.252Z] === PAUSE TestNetworkList//networks/
03:16:57 [2022-08-22T03:16:57.252Z] === CONT  TestNetworkList//networks
03:16:57 [2022-08-22T03:16:57.252Z] === CONT  TestNetworkList//networks/
03:16:57 [2022-08-22T03:16:57.252Z] --- PASS: TestNetworkList (0.01s)
03:16:57 [2022-08-22T03:16:57.252Z]     --- PASS: TestNetworkList//networks (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z]     --- PASS: TestNetworkList//networks/ (0.00s)
03:16:57 [2022-08-22T03:16:57.252Z] === RUN   TestHostIPv4BridgeLabel
03:16:57 [2022-08-22T03:16:57.410Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
03:16:57 [2022-08-22T03:16:57.813Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
03:16:57 [2022-08-22T03:16:57.813Z] === RUN   TestDaemonRestartWithLiveRestore
03:16:58 [2022-08-22T03:16:58.789Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
03:16:59 [2022-08-22T03:16:59.177Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
03:16:59 [2022-08-22T03:16:59.177Z] === RUN   TestDaemonDefaultNetworkPools
03:16:59 [2022-08-22T03:16:59.737Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
03:16:59 [2022-08-22T03:16:59.737Z] === RUN   TestDaemonRestartWithExistingNetwork
03:17:00 [2022-08-22T03:17:00.169Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
03:17:00 [2022-08-22T03:17:00.169Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
03:17:00 [2022-08-22T03:17:00.664Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
03:17:00 [2022-08-22T03:17:00.664Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
03:17:01 [2022-08-22T03:17:01.107Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
03:17:01 [2022-08-22T03:17:01.107Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
03:17:02 [2022-08-22T03:17:02.029Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
03:17:02 [2022-08-22T03:17:02.029Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
03:17:02 [2022-08-22T03:17:02.044Z]     docker_cli_daemon_test.go:1475: [db7465d6475f4] daemon is not started
03:17:02 [2022-08-22T03:17:02.304Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
03:17:02 [2022-08-22T03:17:02.485Z] --- PASS: TestDockerNetworkConnectAlias (4.48s)
03:17:02 [2022-08-22T03:17:02.485Z] === RUN   TestDockerNetworkReConnect
03:17:02 [2022-08-22T03:17:02.590Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
03:17:02 [2022-08-22T03:17:02.590Z] === RUN   TestServiceWithPredefinedNetwork
03:17:02 [2022-08-22T03:17:02.872Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (13.75s)
03:17:02 [2022-08-22T03:17:02.872Z] PASS
03:17:02 [2022-08-22T03:17:02.872Z] 
03:17:02 [2022-08-22T03:17:02.872Z] === Skipped
03:17:02 [2022-08-22T03:17:02.872Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
03:17:02 [2022-08-22T03:17:02.872Z]     build_session_test.go:25: TODO: BuildKit
03:17:02 [2022-08-22T03:17:02.872Z] 
03:17:02 [2022-08-22T03:17:02.872Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
03:17:02 [2022-08-22T03:17:02.872Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
03:17:02 [2022-08-22T03:17:02.872Z] 
03:17:02 [2022-08-22T03:17:02.872Z] DONE 34 tests, 2 skipped in 192.778s
03:17:02 [2022-08-22T03:17:02.872Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
03:17:02 [2022-08-22T03:17:02.872Z] ++ 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
03:17:02 [2022-08-22T03:17:02.872Z] ++ set -e
03:17:02 [2022-08-22T03:17:02.872Z] ++ '[' -n 0 ']'
03:17:02 [2022-08-22T03:17:02.872Z] ++ set -x
03:17:02 [2022-08-22T03:17:02.872Z] ++ 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
03:17:02 [2022-08-22T03:17:02.872Z]     check_test.go:540: [d01106dce2da9] daemon is not started
03:17:02 [2022-08-22T03:17:02.872Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
03:17:02 [2022-08-22T03:17:02.872Z] INFO: Testing against a local daemon
03:17:02 [2022-08-22T03:17:02.872Z] === RUN   TestConfigInspect
03:17:03 [2022-08-22T03:17:03.131Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
03:17:03 [2022-08-22T03:17:03.700Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
03:17:05 [2022-08-22T03:17:05.078Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
03:17:05 [2022-08-22T03:17:05.078Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
03:17:05 [2022-08-22T03:17:05.103Z] --- PASS: TestServiceWithPredefinedNetwork (2.28s)
03:17:05 [2022-08-22T03:17:05.103Z] === RUN   TestServiceRemoveKeepsIngressNetwork
03:17:05 [2022-08-22T03:17:05.103Z]     service_test.go:243: FLAKY_TEST
03:17:05 [2022-08-22T03:17:05.103Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
03:17:05 [2022-08-22T03:17:05.103Z] === RUN   TestServiceWithDataPathPortInit
03:17:05 [2022-08-22T03:17:05.750Z] --- PASS: TestDockerNetworkReConnect (3.44s)
03:17:05 [2022-08-22T03:17:05.750Z] === RUN   TestServicePlugin
03:17:06 [2022-08-22T03:17:06.015Z] --- PASS: TestConfigInspect (3.19s)
03:17:06 [2022-08-22T03:17:06.015Z] === RUN   TestConfigList
03:17:06 [2022-08-22T03:17:06.584Z]     check_test.go:540: [d33e226ba1752] daemon is not started
03:17:06 [2022-08-22T03:17:06.584Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
03:17:09 [2022-08-22T03:17:09.016Z]     plugin_test.go:61: [d95597f1b1e0a] joining swarm manager [d3512eec36130]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:17:09 [2022-08-22T03:17:09.120Z] --- PASS: TestConfigList (2.57s)
03:17:09 [2022-08-22T03:17:09.120Z] === RUN   TestConfigsCreateAndDelete
03:17:09 [2022-08-22T03:17:09.379Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
03:17:09 [2022-08-22T03:17:09.945Z]     plugin_test.go:64: [d5cd30b30c494] joining swarm manager [d3512eec36130]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:17:09 [2022-08-22T03:17:09.948Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
03:17:10 [2022-08-22T03:17:10.885Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
03:17:10 [2022-08-22T03:17:10.885Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
03:17:11 [2022-08-22T03:17:11.145Z] === RUN   TestDockerSuite/TestBuildScratchCopy
03:17:11 [2022-08-22T03:17:11.403Z] --- PASS: TestConfigsCreateAndDelete (2.69s)
03:17:11 [2022-08-22T03:17:11.404Z] === RUN   TestConfigsUpdate
03:17:11 [2022-08-22T03:17:11.404Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
03:17:11 [2022-08-22T03:17:11.404Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
03:17:11 [2022-08-22T03:17:11.663Z] === RUN   TestDockerSuite/TestContainerAPICommit
03:17:13 [2022-08-22T03:17:13.042Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
03:17:13 [2022-08-22T03:17:13.980Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
03:17:14 [2022-08-22T03:17:14.239Z] --- PASS: TestConfigsUpdate (2.85s)
03:17:14 [2022-08-22T03:17:14.239Z] === RUN   TestTemplatedConfig
03:17:14 [2022-08-22T03:17:14.808Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
03:17:14 [2022-08-22T03:17:14.808Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
03:17:15 [2022-08-22T03:17:15.378Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
03:17:15 [2022-08-22T03:17:15.947Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
03:17:15 [2022-08-22T03:17:15.947Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
03:17:16 [2022-08-22T03:17:16.886Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
03:17:17 [2022-08-22T03:17:17.825Z] === RUN   TestDockerSuite/TestContainerAPICreate
03:17:17 [2022-08-22T03:17:17.825Z] --- PASS: TestTemplatedConfig (3.67s)
03:17:17 [2022-08-22T03:17:17.825Z] === RUN   TestConfigCreateResolve
03:17:18 [2022-08-22T03:17:18.392Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
03:17:18 [2022-08-22T03:17:18.651Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
03:17:18 [2022-08-22T03:17:18.651Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
03:17:19 [2022-08-22T03:17:19.219Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
03:17:19 [2022-08-22T03:17:19.219Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
03:17:19 [2022-08-22T03:17:19.219Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
03:17:19 [2022-08-22T03:17:19.219Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
03:17:19 [2022-08-22T03:17:19.478Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
03:17:19 [2022-08-22T03:17:19.478Z] === RUN   TestDockerSuite/TestContainerAPIDelete
03:17:19 [2022-08-22T03:17:19.937Z] --- PASS: TestServiceWithDataPathPortInit (13.40s)
03:17:19 [2022-08-22T03:17:19.937Z] === RUN   TestServiceWithDefaultAddressPoolInit
03:17:20 [2022-08-22T03:17:20.193Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xzdbkasnkh2eu4afbu8tgr0u4 Created:2022-08-22 03:17:19.107809304 +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[e25951416bf3ebf07724c42c309b23ea9622c0815926a35e4ed53c739abc4768:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ugrm7k9tjf9c1rfc3c4blxlpp EndpointID:9723d57ce734ce8106744d1760e4c2b7c73f0d0603bcebe7390528852e2c7a9a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:376837debcbf68a677efdc3bb7b35d3a9178ed5ad2741fe40a4643a74a458529 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:56b4f5b00377 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ugrm7k9tjf9c1rfc3c4blxlpp EndpointID:9723d57ce734ce8106744d1760e4c2b7c73f0d0603bcebe7390528852e2c7a9a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
03:17:20 [2022-08-22T03:17:20.417Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
03:17:20 [2022-08-22T03:17:20.677Z] --- PASS: TestConfigCreateResolve (2.82s)
03:17:20 [2022-08-22T03:17:20.677Z] PASS
03:17:20 [2022-08-22T03:17:20.677Z] 
03:17:20 [2022-08-22T03:17:20.677Z] DONE 6 tests in 17.916s
03:17:20 [2022-08-22T03:17:20.677Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
03:17:20 [2022-08-22T03:17:20.677Z] ++ 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
03:17:20 [2022-08-22T03:17:20.677Z] ++ set -e
03:17:20 [2022-08-22T03:17:20.677Z] ++ '[' -n 0 ']'
03:17:20 [2022-08-22T03:17:20.677Z] ++ set -x
03:17:20 [2022-08-22T03:17:20.677Z] ++ 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
03:17:20 [2022-08-22T03:17:20.938Z] INFO: Testing against a local daemon
03:17:20 [2022-08-22T03:17:20.938Z] === RUN   TestAttachWithTTY
03:17:20 [2022-08-22T03:17:20.938Z] --- PASS: TestAttachWithTTY (0.08s)
03:17:20 [2022-08-22T03:17:20.938Z] === RUN   TestAttachWithoutTTy
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
03:17:21 [2022-08-22T03:17:21.198Z] --- PASS: TestAttachWithoutTTy (0.06s)
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestCheckpoint
03:17:21 [2022-08-22T03:17:21.198Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
03:17:21 [2022-08-22T03:17:21.198Z] --- SKIP: TestCheckpoint (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/commit
03:17:21 [2022-08-22T03:17:21.198Z] === PAUSE TestContainerInvalidJSON/commit
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/create
03:17:21 [2022-08-22T03:17:21.198Z] === PAUSE TestContainerInvalidJSON/containers/create
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
03:17:21 [2022-08-22T03:17:21.198Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
03:17:21 [2022-08-22T03:17:21.198Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
03:17:21 [2022-08-22T03:17:21.198Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
03:17:21 [2022-08-22T03:17:21.198Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
03:17:21 [2022-08-22T03:17:21.198Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
03:17:21 [2022-08-22T03:17:21.198Z] === CONT  TestContainerInvalidJSON/commit
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
03:17:21 [2022-08-22T03:17:21.198Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/commit/empty_body
03:17:21 [2022-08-22T03:17:21.198Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
03:17:21 [2022-08-22T03:17:21.198Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
03:17:21 [2022-08-22T03:17:21.198Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
03:17:21 [2022-08-22T03:17:21.198Z] === CONT  TestContainerInvalidJSON/containers/create
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
03:17:21 [2022-08-22T03:17:21.198Z] --- PASS: TestContainerInvalidJSON (0.01s)
03:17:21 [2022-08-22T03:17:21.198Z]     --- PASS: TestContainerInvalidJSON/commit (0.01s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.01s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.01s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
03:17:21 [2022-08-22T03:17:21.198Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.01s)
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestCopyFromContainerPathDoesNotExist
03:17:21 [2022-08-22T03:17:21.198Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestCopyFromContainerPathIsNotDir
03:17:21 [2022-08-22T03:17:21.198Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
03:17:21 [2022-08-22T03:17:21.198Z] === RUN   TestCopyToContainerPathDoesNotExist
03:17:21 [2022-08-22T03:17:21.458Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
03:17:21 [2022-08-22T03:17:21.458Z] === RUN   TestCopyEmptyFile
03:17:21 [2022-08-22T03:17:21.717Z] --- PASS: TestCopyEmptyFile (0.38s)
03:17:21 [2022-08-22T03:17:21.717Z] === RUN   TestCopyToContainerPathIsNotDir
03:17:21 [2022-08-22T03:17:21.717Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
03:17:21 [2022-08-22T03:17:21.717Z] === RUN   TestCopyFromContainer
03:17:21 [2022-08-22T03:17:21.976Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
03:17:21 [2022-08-22T03:17:21.976Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
03:17:22 [2022-08-22T03:17:22.236Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
03:17:23 [2022-08-22T03:17:23.670Z] === RUN   TestCopyFromContainer//
03:17:23 [2022-08-22T03:17:23.670Z] === RUN   TestCopyFromContainer//bar/root
03:17:23 [2022-08-22T03:17:23.670Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
03:17:23 [2022-08-22T03:17:23.670Z] === RUN   TestCopyFromContainer//bar/root/
03:17:23 [2022-08-22T03:17:23.931Z] === RUN   TestCopyFromContainer/bar/quux
03:17:23 [2022-08-22T03:17:23.931Z] === RUN   TestCopyFromContainer/bar/quux/
03:17:24 [2022-08-22T03:17:24.193Z] === RUN   TestCopyFromContainer/bar/quux/baz
03:17:24 [2022-08-22T03:17:24.451Z] === RUN   TestCopyFromContainer/bar/filesymlink
03:17:24 [2022-08-22T03:17:24.451Z] === RUN   TestCopyFromContainer/bar/dirsymlink
03:17:24 [2022-08-22T03:17:24.451Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
03:17:24 [2022-08-22T03:17:24.710Z] === RUN   TestCopyFromContainer/bar/notarget
03:17:24 [2022-08-22T03:17:24.710Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
03:17:24 [2022-08-22T03:17:24.710Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
03:17:24 [2022-08-22T03:17:24.710Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
03:17:24 [2022-08-22T03:17:24.969Z] --- PASS: TestCopyFromContainer (3.07s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCopyFromContainer// (0.14s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.15s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.20s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.15s)
03:17:24 [2022-08-22T03:17:24.969Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
03:17:24 [2022-08-22T03:17:24.969Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
03:17:24 [2022-08-22T03:17:24.969Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
03:17:24 [2022-08-22T03:17:24.969Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
03:17:24 [2022-08-22T03:17:24.969Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
03:17:24 [2022-08-22T03:17:24.969Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
03:17:24 [2022-08-22T03:17:24.969Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
03:17:24 [2022-08-22T03:17:24.969Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
03:17:24 [2022-08-22T03:17:24.969Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
03:17:24 [2022-08-22T03:17:24.969Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
03:17:24 [2022-08-22T03:17:24.969Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
03:17:24 [2022-08-22T03:17:24.969Z] === RUN   TestCreateLinkToNonExistingContainer
03:17:24 [2022-08-22T03:17:24.969Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
03:17:24 [2022-08-22T03:17:24.969Z] === RUN   TestCreateWithInvalidEnv
03:17:24 [2022-08-22T03:17:24.969Z] === RUN   TestCreateWithInvalidEnv/0
03:17:24 [2022-08-22T03:17:24.969Z] === PAUSE TestCreateWithInvalidEnv/0
03:17:24 [2022-08-22T03:17:24.969Z] === RUN   TestCreateWithInvalidEnv/1
03:17:24 [2022-08-22T03:17:24.969Z] === PAUSE TestCreateWithInvalidEnv/1
03:17:24 [2022-08-22T03:17:24.969Z] === RUN   TestCreateWithInvalidEnv/2
03:17:24 [2022-08-22T03:17:24.969Z] === PAUSE TestCreateWithInvalidEnv/2
03:17:24 [2022-08-22T03:17:24.969Z] === CONT  TestCreateWithInvalidEnv/0
03:17:24 [2022-08-22T03:17:24.969Z] === CONT  TestCreateWithInvalidEnv/2
03:17:24 [2022-08-22T03:17:24.969Z] === CONT  TestCreateWithInvalidEnv/1
03:17:24 [2022-08-22T03:17:24.969Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
03:17:24 [2022-08-22T03:17:24.969Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
03:17:24 [2022-08-22T03:17:24.969Z] === RUN   TestCreateTmpfsMountsTarget
03:17:24 [2022-08-22T03:17:24.969Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
03:17:24 [2022-08-22T03:17:24.969Z] === RUN   TestCreateWithCustomMaskedPaths
03:17:25 [2022-08-22T03:17:25.434Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.37s)
03:17:25 [2022-08-22T03:17:25.434Z] PASS
03:17:25 [2022-08-22T03:17:25.434Z] 
03:17:25 [2022-08-22T03:17:25.434Z] === Skipped
03:17:25 [2022-08-22T03:17:25.434Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
03:17:25 [2022-08-22T03:17:25.434Z]     service_test.go:243: FLAKY_TEST
03:17:25 [2022-08-22T03:17:25.434Z] 
03:17:25 [2022-08-22T03:17:25.434Z] DONE 38 tests, 1 skipped in 42.734s
03:17:25 [2022-08-22T03:17:25.434Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
03:17:25 [2022-08-22T03:17:25.434Z] ++ 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
03:17:25 [2022-08-22T03:17:25.434Z] ++ set -e
03:17:25 [2022-08-22T03:17:25.434Z] ++ '[' -n 0 ']'
03:17:25 [2022-08-22T03:17:25.434Z] ++ set -x
03:17:25 [2022-08-22T03:17:25.434Z] ++ 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
03:17:25 [2022-08-22T03:17:25.434Z] INFO: Testing against a local daemon
03:17:25 [2022-08-22T03:17:25.434Z] === RUN   TestDockerNetworkIpvlanPersistance
03:17:25 [2022-08-22T03:17:25.434Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:17:25 [2022-08-22T03:17:25.434Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
03:17:25 [2022-08-22T03:17:25.434Z] === RUN   TestDockerNetworkIpvlan
03:17:25 [2022-08-22T03:17:25.434Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:17:25 [2022-08-22T03:17:25.434Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
03:17:25 [2022-08-22T03:17:25.434Z] PASS
03:17:25 [2022-08-22T03:17:25.434Z] 
03:17:25 [2022-08-22T03:17:25.434Z] === Skipped
03:17:25 [2022-08-22T03:17:25.434Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
03:17:25 [2022-08-22T03:17:25.434Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:17:25 [2022-08-22T03:17:25.434Z] 
03:17:25 [2022-08-22T03:17:25.434Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
03:17:25 [2022-08-22T03:17:25.434Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:17:25 [2022-08-22T03:17:25.434Z] 
03:17:25 [2022-08-22T03:17:25.434Z] DONE 2 tests, 2 skipped in 0.092s
03:17:25 [2022-08-22T03:17:25.434Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
03:17:25 [2022-08-22T03:17:25.434Z] ++ 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
03:17:25 [2022-08-22T03:17:25.434Z] ++ set -e
03:17:25 [2022-08-22T03:17:25.434Z] ++ '[' -n 0 ']'
03:17:25 [2022-08-22T03:17:25.434Z] ++ set -x
03:17:25 [2022-08-22T03:17:25.434Z] ++ 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
03:17:25 [2022-08-22T03:17:25.434Z] INFO: Testing against a local daemon
03:17:25 [2022-08-22T03:17:25.434Z] === RUN   TestDockerNetworkMacvlanPersistance
03:17:25 [2022-08-22T03:17:25.539Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
03:17:26 [2022-08-22T03:17:26.106Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
03:17:26 [2022-08-22T03:17:26.362Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.53s)
03:17:26 [2022-08-22T03:17:26.362Z] === RUN   TestDockerNetworkMacvlan
03:17:26 [2022-08-22T03:17:26.366Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
03:17:27 [2022-08-22T03:17:27.290Z] === RUN   TestDockerNetworkMacvlan/Subinterface
03:17:27 [2022-08-22T03:17:27.304Z] --- PASS: TestCreateWithCustomMaskedPaths (2.11s)
03:17:27 [2022-08-22T03:17:27.304Z] === RUN   TestCreateWithCustomReadonlyPaths
03:17:27 [2022-08-22T03:17:27.304Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
03:17:28 [2022-08-22T03:17:28.217Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
03:17:28 [2022-08-22T03:17:28.243Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
03:17:28 [2022-08-22T03:17:28.243Z] === RUN   TestDockerSuite/TestContainerAPIKill
03:17:28 [2022-08-22T03:17:28.243Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
03:17:28 [2022-08-22T03:17:28.778Z] === RUN   TestDockerNetworkMacvlan/NilParent
03:17:28 [2022-08-22T03:17:28.812Z] === RUN   TestDockerSuite/TestContainerAPIPause
03:17:29 [2022-08-22T03:17:29.380Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.16s)
03:17:29 [2022-08-22T03:17:29.380Z] === RUN   TestCreateWithInvalidHealthcheckParams
03:17:29 [2022-08-22T03:17:29.380Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
03:17:29 [2022-08-22T03:17:29.380Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
03:17:29 [2022-08-22T03:17:29.380Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
03:17:29 [2022-08-22T03:17:29.380Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
03:17:29 [2022-08-22T03:17:29.380Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
03:17:29 [2022-08-22T03:17:29.380Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
03:17:29 [2022-08-22T03:17:29.380Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
03:17:29 [2022-08-22T03:17:29.380Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
03:17:29 [2022-08-22T03:17:29.380Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
03:17:29 [2022-08-22T03:17:29.380Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
03:17:29 [2022-08-22T03:17:29.380Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
03:17:29 [2022-08-22T03:17:29.380Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
03:17:29 [2022-08-22T03:17:29.380Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
03:17:29 [2022-08-22T03:17:29.380Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
03:17:29 [2022-08-22T03:17:29.380Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
03:17:29 [2022-08-22T03:17:29.380Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
03:17:29 [2022-08-22T03:17:29.380Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
03:17:29 [2022-08-22T03:17:29.380Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
03:17:29 [2022-08-22T03:17:29.380Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
03:17:29 [2022-08-22T03:17:29.380Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
03:17:29 [2022-08-22T03:17:29.380Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
03:17:29 [2022-08-22T03:17:29.380Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
03:17:29 [2022-08-22T03:17:29.640Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
03:17:29 [2022-08-22T03:17:29.640Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
03:17:29 [2022-08-22T03:17:29.900Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.70s)
03:17:29 [2022-08-22T03:17:29.900Z] === RUN   TestCreateDifferentPlatform
03:17:29 [2022-08-22T03:17:29.900Z] === RUN   TestCreateDifferentPlatform/different_os
03:17:29 [2022-08-22T03:17:29.900Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
03:17:29 [2022-08-22T03:17:29.900Z] --- PASS: TestCreateDifferentPlatform (0.03s)
03:17:29 [2022-08-22T03:17:29.900Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
03:17:29 [2022-08-22T03:17:29.900Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
03:17:29 [2022-08-22T03:17:29.900Z] === RUN   TestCreateVolumesFromNonExistingContainer
03:17:30 [2022-08-22T03:17:30.159Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
03:17:30 [2022-08-22T03:17:30.159Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
03:17:30 [2022-08-22T03:17:30.159Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
03:17:30 [2022-08-22T03:17:30.159Z] === RUN   TestCreateInvalidHostConfig
03:17:30 [2022-08-22T03:17:30.159Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
03:17:30 [2022-08-22T03:17:30.159Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
03:17:30 [2022-08-22T03:17:30.159Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
03:17:30 [2022-08-22T03:17:30.159Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
03:17:30 [2022-08-22T03:17:30.159Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
03:17:30 [2022-08-22T03:17:30.159Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
03:17:30 [2022-08-22T03:17:30.159Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
03:17:30 [2022-08-22T03:17:30.159Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
03:17:30 [2022-08-22T03:17:30.159Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
03:17:30 [2022-08-22T03:17:30.159Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
03:17:30 [2022-08-22T03:17:30.159Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
03:17:30 [2022-08-22T03:17:30.159Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
03:17:30 [2022-08-22T03:17:30.159Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
03:17:30 [2022-08-22T03:17:30.159Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
03:17:30 [2022-08-22T03:17:30.159Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
03:17:30 [2022-08-22T03:17:30.160Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
03:17:30 [2022-08-22T03:17:30.160Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
03:17:30 [2022-08-22T03:17:30.160Z] === RUN   TestContainerStartOnDaemonRestart
03:17:30 [2022-08-22T03:17:30.160Z] === PAUSE TestContainerStartOnDaemonRestart
03:17:30 [2022-08-22T03:17:30.160Z] === RUN   TestDaemonRestartIpcMode
03:17:30 [2022-08-22T03:17:30.160Z] === PAUSE TestDaemonRestartIpcMode
03:17:30 [2022-08-22T03:17:30.160Z] === RUN   TestDaemonHostGatewayIP
03:17:30 [2022-08-22T03:17:30.160Z] === PAUSE TestDaemonHostGatewayIP
03:17:30 [2022-08-22T03:17:30.160Z] === RUN   TestRestartDaemonWithRestartingContainer
03:17:30 [2022-08-22T03:17:30.160Z] === PAUSE TestRestartDaemonWithRestartingContainer
03:17:30 [2022-08-22T03:17:30.160Z] === RUN   TestContainerKillOnDaemonStart
03:17:30 [2022-08-22T03:17:30.160Z] === PAUSE TestContainerKillOnDaemonStart
03:17:30 [2022-08-22T03:17:30.160Z] === RUN   TestDiff
03:17:30 [2022-08-22T03:17:30.160Z]     check_test.go:540: [d70270a9b33ee] daemon is not started
03:17:30 [2022-08-22T03:17:30.160Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
03:17:30 [2022-08-22T03:17:30.419Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
03:17:30 [2022-08-22T03:17:30.666Z] === RUN   TestDockerNetworkMacvlan/InternalMode
03:17:30 [2022-08-22T03:17:30.678Z] === RUN   TestDockerSuite/TestContainerAPIRename
03:17:30 [2022-08-22T03:17:30.937Z] --- PASS: TestDiff (0.70s)
03:17:30 [2022-08-22T03:17:30.937Z] === RUN   TestExecConsoleSize
03:17:31 [2022-08-22T03:17:31.370Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
03:17:31 [2022-08-22T03:17:31.509Z] === RUN   TestDockerSuite/TestContainerAPIRestart
03:17:31 [2022-08-22T03:17:31.768Z] --- PASS: TestExecConsoleSize (0.88s)
03:17:31 [2022-08-22T03:17:31.768Z] === RUN   TestExecWithCloseStdin
03:17:32 [2022-08-22T03:17:32.555Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
03:17:32 [2022-08-22T03:17:32.708Z] --- PASS: TestExecWithCloseStdin (0.79s)
03:17:32 [2022-08-22T03:17:32.708Z] === RUN   TestExec
03:17:32 [2022-08-22T03:17:32.708Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
03:17:32 [2022-08-22T03:17:32.967Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
03:17:33 [2022-08-22T03:17:33.226Z] --- PASS: TestExec (0.83s)
03:17:33 [2022-08-22T03:17:33.226Z] === RUN   TestExecUser
03:17:34 [2022-08-22T03:17:34.166Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
03:17:34 [2022-08-22T03:17:34.166Z] --- PASS: TestExecUser (0.97s)
03:17:34 [2022-08-22T03:17:34.166Z] === RUN   TestExportContainerAndImportImage
03:17:34 [2022-08-22T03:17:34.735Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
03:17:34 [2022-08-22T03:17:34.735Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
03:17:34 [2022-08-22T03:17:34.735Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
03:17:34 [2022-08-22T03:17:34.735Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
03:17:34 [2022-08-22T03:17:34.735Z] === RUN   TestDockerSuite/TestContainerAPIStart
03:17:35 [2022-08-22T03:17:35.304Z] --- PASS: TestExportContainerAndImportImage (1.05s)
03:17:35 [2022-08-22T03:17:35.304Z] === RUN   TestExportContainerAfterDaemonRestart
03:17:35 [2022-08-22T03:17:35.563Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
03:17:35 [2022-08-22T03:17:35.820Z] === RUN   TestDockerNetworkMacvlan/Addressing
03:17:36 [2022-08-22T03:17:36.076Z] --- PASS: TestDockerNetworkMacvlan (9.79s)
03:17:36 [2022-08-22T03:17:36.076Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s)
03:17:36 [2022-08-22T03:17:36.076Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
03:17:36 [2022-08-22T03:17:36.076Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s)
03:17:36 [2022-08-22T03:17:36.076Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s)
03:17:36 [2022-08-22T03:17:36.076Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.13s)
03:17:36 [2022-08-22T03:17:36.076Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s)
03:17:36 [2022-08-22T03:17:36.076Z] PASS
03:17:36 [2022-08-22T03:17:36.076Z] 
03:17:36 [2022-08-22T03:17:36.076Z] DONE 8 tests in 11.445s
03:17:36 [2022-08-22T03:17:36.076Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
03:17:36 [2022-08-22T03:17:36.076Z] ++ 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
03:17:36 [2022-08-22T03:17:36.076Z] ++ set -e
03:17:36 [2022-08-22T03:17:36.076Z] ++ '[' -n 0 ']'
03:17:36 [2022-08-22T03:17:36.076Z] ++ set -x
03:17:36 [2022-08-22T03:17:36.077Z] ++ 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
03:17:36 [2022-08-22T03:17:36.077Z] testing: warning: no tests to run
03:17:36 [2022-08-22T03:17:36.077Z] PASS
03:17:36 [2022-08-22T03:17:36.077Z] 
03:17:36 [2022-08-22T03:17:36.077Z] DONE 0 tests in 0.025s
03:17:36 [2022-08-22T03:17:36.333Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
03:17:36 [2022-08-22T03:17:36.333Z] ++ 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
03:17:36 [2022-08-22T03:17:36.333Z] ++ set -e
03:17:36 [2022-08-22T03:17:36.333Z] ++ '[' -n 0 ']'
03:17:36 [2022-08-22T03:17:36.333Z] ++ set -x
03:17:36 [2022-08-22T03:17:36.333Z] ++ 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
03:17:36 [2022-08-22T03:17:36.333Z] INFO: Testing against a local daemon
03:17:36 [2022-08-22T03:17:36.333Z] === RUN   TestAuthZPluginAllowRequest
03:17:36 [2022-08-22T03:17:36.457Z] --- PASS: TestServicePlugin (29.68s)
03:17:36 [2022-08-22T03:17:36.457Z] === RUN   TestServiceUpdateLabel
03:17:36 [2022-08-22T03:17:36.501Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
03:17:36 [2022-08-22T03:17:36.760Z] --- PASS: TestExportContainerAfterDaemonRestart (1.33s)
03:17:36 [2022-08-22T03:17:36.760Z] === RUN   TestHealthCheckWorkdir
03:17:37 [2022-08-22T03:17:37.327Z] --- PASS: TestHealthCheckWorkdir (0.72s)
03:17:37 [2022-08-22T03:17:37.327Z] === RUN   TestHealthKillContainer
03:17:37 [2022-08-22T03:17:37.422Z] --- PASS: TestServiceUpdateLabel (2.24s)
03:17:37 [2022-08-22T03:17:37.422Z] === RUN   TestServiceUpdateSecrets
03:17:37 [2022-08-22T03:17:37.697Z] --- PASS: TestAuthZPluginAllowRequest (1.14s)
03:17:37 [2022-08-22T03:17:37.697Z] === RUN   TestAuthZPluginTLS
03:17:37 [2022-08-22T03:17:37.952Z] --- PASS: TestAuthZPluginTLS (0.55s)
03:17:37 [2022-08-22T03:17:37.952Z] === RUN   TestAuthZPluginDenyRequest
03:17:38 [2022-08-22T03:17:38.514Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
03:17:38 [2022-08-22T03:17:38.514Z] === RUN   TestAuthZPluginAPIDenyResponse
03:17:39 [2022-08-22T03:17:39.076Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
03:17:39 [2022-08-22T03:17:39.076Z] === RUN   TestAuthZPluginDenyResponse
03:17:39 [2022-08-22T03:17:39.637Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
03:17:39 [2022-08-22T03:17:39.637Z] === RUN   TestAuthZPluginAllowEventStream
03:17:39 [2022-08-22T03:17:39.859Z] === RUN   TestDockerSuite/TestContainerAPIStop
03:17:40 [2022-08-22T03:17:40.118Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
03:17:40 [2022-08-22T03:17:40.686Z] === RUN   TestDockerSuite/TestContainerAPITop
03:17:40 [2022-08-22T03:17:40.946Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
03:17:40 [2022-08-22T03:17:40.946Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
03:17:40 [2022-08-22T03:17:40.946Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
03:17:40 [2022-08-22T03:17:40.946Z] === RUN   TestDockerSuite/TestContainerAPIWait
03:17:41 [2022-08-22T03:17:41.001Z] --- PASS: TestAuthZPluginAllowEventStream (1.11s)
03:17:41 [2022-08-22T03:17:41.001Z] === RUN   TestAuthZPluginErrorResponse
03:17:41 [2022-08-22T03:17:41.257Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
03:17:41 [2022-08-22T03:17:41.257Z] === RUN   TestAuthZPluginErrorRequest
03:17:41 [2022-08-22T03:17:41.819Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
03:17:41 [2022-08-22T03:17:41.819Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
03:17:42 [2022-08-22T03:17:42.380Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
03:17:42 [2022-08-22T03:17:42.380Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
03:17:43 [2022-08-22T03:17:43.480Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
03:17:43 [2022-08-22T03:17:43.739Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
03:17:43 [2022-08-22T03:17:43.744Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.36s)
03:17:43 [2022-08-22T03:17:43.744Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
03:17:44 [2022-08-22T03:17:44.000Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
03:17:44 [2022-08-22T03:17:44.260Z]     check_test.go:540: [dff1e0bfadbe5] daemon is not started
03:17:44 [2022-08-22T03:17:44.260Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
03:17:44 [2022-08-22T03:17:44.828Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
03:17:44 [2022-08-22T03:17:44.828Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>}
03:17:45 [2022-08-22T03:17:45.108Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.33s)
03:17:45 [2022-08-22T03:17:45.108Z] === RUN   TestAuthZPluginHeader
03:17:45 [2022-08-22T03:17:45.396Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
03:17:45 [2022-08-22T03:17:45.396Z] --- PASS: TestHealthKillContainer (8.08s)
03:17:45 [2022-08-22T03:17:45.396Z] === RUN   TestInspectCpusetInConfigPre120
03:17:45 [2022-08-22T03:17:45.675Z] --- PASS: TestAuthZPluginHeader (0.69s)
03:17:45 [2022-08-22T03:17:45.675Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
03:17:45 [2022-08-22T03:17:45.675Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:17:45 [2022-08-22T03:17:45.675Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
03:17:45 [2022-08-22T03:17:45.675Z] === RUN   TestAuthZPluginV2Disable
03:17:45 [2022-08-22T03:17:45.676Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:17:45 [2022-08-22T03:17:45.676Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
03:17:45 [2022-08-22T03:17:45.676Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
03:17:45 [2022-08-22T03:17:45.676Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:17:45 [2022-08-22T03:17:45.676Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
03:17:45 [2022-08-22T03:17:45.676Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
03:17:45 [2022-08-22T03:17:45.676Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:17:45 [2022-08-22T03:17:45.676Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
03:17:45 [2022-08-22T03:17:45.676Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
03:17:45 [2022-08-22T03:17:45.964Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
03:17:45 [2022-08-22T03:17:45.964Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s)
03:17:45 [2022-08-22T03:17:45.964Z] === RUN   TestIpcModeNone
03:17:46 [2022-08-22T03:17:46.223Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>}
03:17:46 [2022-08-22T03:17:46.494Z] tests/integration/api_volume_test.py .........                           [ 74%]
03:17:46 [2022-08-22T03:17:46.791Z] --- PASS: TestIpcModeNone (0.69s)
03:17:46 [2022-08-22T03:17:46.791Z] === RUN   TestIpcModePrivate
03:17:47 [2022-08-22T03:17:47.359Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false
03:17:47 [2022-08-22T03:17:47.359Z] --- PASS: TestIpcModePrivate (0.77s)
03:17:47 [2022-08-22T03:17:47.359Z] === RUN   TestIpcModeShareable
03:17:47 [2022-08-22T03:17:47.929Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>}
03:17:47 [2022-08-22T03:17:47.929Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true
03:17:48 [2022-08-22T03:17:48.190Z] --- PASS: TestIpcModeShareable (0.69s)
03:17:48 [2022-08-22T03:17:48.190Z] === RUN   TestAPIIpcModeShareableAndContainer
03:17:48 [2022-08-22T03:17:48.393Z] tests/integration/client_test.py .....                                   [ 75%]
03:17:48 [2022-08-22T03:17:48.652Z] tests/integration/context_api_test.py ...                                [ 76%]
03:17:48 [2022-08-22T03:17:48.758Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
03:17:49 [2022-08-22T03:17:49.219Z] tests/integration/errors_test.py .                                       [ 76%]
03:17:49 [2022-08-22T03:17:49.328Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>}
03:17:50 [2022-08-22T03:17:50.714Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.38s)
03:17:50 [2022-08-22T03:17:50.714Z] === RUN   TestAPIIpcModeHost
03:17:50 [2022-08-22T03:17:50.973Z] --- PASS: TestAPIIpcModeHost (0.39s)
03:17:50 [2022-08-22T03:17:50.973Z] === RUN   TestDaemonIpcModeShareable
03:17:50 [2022-08-22T03:17:50.973Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc00000f068_<nil>_<nil>}
03:17:52 [2022-08-22T03:17:52.261Z] --- PASS: TestServiceUpdateSecrets (14.45s)
03:17:52 [2022-08-22T03:17:52.261Z] === RUN   TestServiceUpdateConfigs
03:17:52 [2022-08-22T03:17:52.359Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true
03:17:52 [2022-08-22T03:17:52.359Z] --- PASS: TestDaemonIpcModeShareable (1.35s)
03:17:52 [2022-08-22T03:17:52.359Z] === RUN   TestDaemonIpcModePrivate
03:17:52 [2022-08-22T03:17:52.359Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11290983218_/foo_false__<nil>_<nil>_<nil>_<nil>}
03:17:53 [2022-08-22T03:17:53.298Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
03:17:53 [2022-08-22T03:17:53.557Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: false, mustBeShared: false
03:17:53 [2022-08-22T03:17:53.817Z] --- PASS: TestDaemonIpcModePrivate (1.43s)
03:17:53 [2022-08-22T03:17:53.817Z] === RUN   TestDaemonIpcModePrivateFromConfig
03:17:53 [2022-08-22T03:17:53.817Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11290983218_/foo_true__<nil>_<nil>_<nil>_<nil>}
03:17:55 [2022-08-22T03:17:55.199Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:102, shared: false, mustBeShared: false
03:17:55 [2022-08-22T03:17:55.199Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.52s)
03:17:55 [2022-08-22T03:17:55.199Z] === RUN   TestDaemonIpcModeShareableFromConfig
03:17:55 [2022-08-22T03:17:55.199Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33137740446_/foo_false__<nil>_<nil>_<nil>_<nil>}
03:17:55 [2022-08-22T03:17:55.766Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
03:17:55 [2022-08-22T03:17:55.766Z]     docker_cli_daemon_test.go:364: unmatched requirement IPv6
03:17:55 [2022-08-22T03:17:55.766Z]     check_test.go:540: [de9fd77bf2668] daemon is not started
03:17:55 [2022-08-22T03:17:55.766Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
03:17:55 [2022-08-22T03:17:55.766Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33137740446_/foo_true__<nil>_<nil>_<nil>_<nil>}
03:17:56 [2022-08-22T03:17:56.705Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: true, mustBeShared: true
03:17:56 [2022-08-22T03:17:56.965Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.63s)
03:17:56 [2022-08-22T03:17:56.965Z] === RUN   TestIpcModeOlderClient
03:17:56 [2022-08-22T03:17:56.965Z] === PAUSE TestIpcModeOlderClient
03:17:56 [2022-08-22T03:17:56.965Z] === RUN   TestKillContainerInvalidSignal
03:17:57 [2022-08-22T03:17:57.224Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33137740446_/foo_true__0xc00000f098_<nil>_<nil>_<nil>}
03:17:57 [2022-08-22T03:17:57.487Z] --- PASS: TestKillContainerInvalidSignal (0.61s)
03:17:57 [2022-08-22T03:17:57.487Z] === RUN   TestKillContainer
03:17:57 [2022-08-22T03:17:57.487Z] === RUN   TestKillContainer/no_signal
03:17:57 [2022-08-22T03:17:57.487Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
03:17:58 [2022-08-22T03:17:58.426Z] === RUN   TestKillContainer/non_killing_signal
03:17:58 [2022-08-22T03:17:58.685Z] === RUN   TestKillContainer/killing_signal
03:17:58 [2022-08-22T03:17:58.944Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc00000f0b0_<nil>_<nil>}
03:17:59 [2022-08-22T03:17:59.203Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
03:17:59 [2022-08-22T03:17:59.772Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc00000f398_<nil>_<nil>}
03:17:59 [2022-08-22T03:17:59.772Z] --- PASS: TestKillContainer (2.15s)
03:17:59 [2022-08-22T03:17:59.772Z]     --- PASS: TestKillContainer/no_signal (0.76s)
03:17:59 [2022-08-22T03:17:59.772Z]     --- PASS: TestKillContainer/non_killing_signal (0.46s)
03:17:59 [2022-08-22T03:17:59.772Z]     --- PASS: TestKillContainer/killing_signal (0.67s)
03:17:59 [2022-08-22T03:17:59.772Z] === RUN   TestKillWithStopSignalAndRestartPolicies
03:17:59 [2022-08-22T03:17:59.772Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
03:18:00 [2022-08-22T03:18:00.341Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
03:18:00 [2022-08-22T03:18:00.600Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
03:18:00 [2022-08-22T03:18:00.860Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.36s)
03:18:00 [2022-08-22T03:18:00.860Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.79s)
03:18:00 [2022-08-22T03:18:00.860Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.40s)
03:18:00 [2022-08-22T03:18:00.860Z] === RUN   TestKillStoppedContainer
03:18:01 [2022-08-22T03:18:01.119Z] --- PASS: TestKillStoppedContainer (0.05s)
03:18:01 [2022-08-22T03:18:01.119Z] === RUN   TestKillStoppedContainerAPIPre120
03:18:01 [2022-08-22T03:18:01.119Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
03:18:01 [2022-08-22T03:18:01.119Z] === RUN   TestKillDifferentUserContainer
03:18:01 [2022-08-22T03:18:01.119Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc00000f3b0_<nil>_<nil>}
03:18:01 [2022-08-22T03:18:01.688Z] --- PASS: TestKillDifferentUserContainer (0.75s)
03:18:01 [2022-08-22T03:18:01.688Z] === RUN   TestInspectOomKilledTrue
03:18:01 [2022-08-22T03:18:01.688Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
03:18:01 [2022-08-22T03:18:01.688Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
03:18:01 [2022-08-22T03:18:01.688Z] === RUN   TestInspectOomKilledFalse
03:18:01 [2022-08-22T03:18:01.688Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
03:18:01 [2022-08-22T03:18:01.688Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
03:18:01 [2022-08-22T03:18:01.688Z] === RUN   TestLinksEtcHostsContentMatch
03:18:01 [2022-08-22T03:18:01.949Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc00000f3f8_<nil>_<nil>}
03:18:02 [2022-08-22T03:18:02.518Z] --- PASS: TestLinksEtcHostsContentMatch (0.68s)
03:18:02 [2022-08-22T03:18:02.519Z] === RUN   TestLinksContainerNames
03:18:02 [2022-08-22T03:18:02.519Z]     check_test.go:540: [dd57c2a886524] daemon is not started
03:18:02 [2022-08-22T03:18:02.519Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
03:18:02 [2022-08-22T03:18:02.778Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
03:18:03 [2022-08-22T03:18:03.751Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
03:18:03 [2022-08-22T03:18:03.751Z] PASS
03:18:03 [2022-08-22T03:18:03.751Z] 
03:18:03 [2022-08-22T03:18:03.751Z] === Skipped
03:18:03 [2022-08-22T03:18:03.751Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
03:18:03 [2022-08-22T03:18:03.751Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:18:03 [2022-08-22T03:18:03.751Z] 
03:18:03 [2022-08-22T03:18:03.751Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
03:18:03 [2022-08-22T03:18:03.751Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:18:03 [2022-08-22T03:18:03.751Z] 
03:18:03 [2022-08-22T03:18:03.752Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:18:03 [2022-08-22T03:18:03.752Z] 
03:18:03 [2022-08-22T03:18:03.752Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:18:03 [2022-08-22T03:18:03.752Z] 
03:18:03 [2022-08-22T03:18:03.752Z] DONE 17 tests, 4 skipped in 26.372s
03:18:03 [2022-08-22T03:18:03.752Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
03:18:03 [2022-08-22T03:18:03.752Z] ++ 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
03:18:03 [2022-08-22T03:18:03.752Z] ++ set -e
03:18:03 [2022-08-22T03:18:03.752Z] ++ '[' -n 0 ']'
03:18:03 [2022-08-22T03:18:03.752Z] ++ set -x
03:18:03 [2022-08-22T03:18:03.752Z] ++ 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
03:18:03 [2022-08-22T03:18:03.752Z] INFO: Testing against a local daemon
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
03:18:03 [2022-08-22T03:18:03.752Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
03:18:03 [2022-08-22T03:18:03.752Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/pull
03:18:03 [2022-08-22T03:18:03.752Z] === PAUSE TestPluginInvalidJSON/plugins/pull
03:18:03 [2022-08-22T03:18:03.752Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
03:18:03 [2022-08-22T03:18:03.752Z] === CONT  TestPluginInvalidJSON/plugins/pull
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
03:18:03 [2022-08-22T03:18:03.752Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
03:18:03 [2022-08-22T03:18:03.752Z] --- PASS: TestPluginInvalidJSON (0.02s)
03:18:03 [2022-08-22T03:18:03.752Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInstall
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInstall/no_auth
03:18:03 [2022-08-22T03:18:03.752Z] time="2022-08-22T03:18:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:18:03 [2022-08-22T03:18:03.752Z] time="2022-08-22T03:18:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cedc629c0072e329f90e9befde4ba5b41768b3053c85585467d6c8018420057e" mediatype=application/vnd.docker.plugin.v1+json size=522
03:18:03 [2022-08-22T03:18:03.752Z] time="2022-08-22T03:18:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:18:03 [2022-08-22T03:18:03.752Z] time="2022-08-22T03:18:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cedc629c0072e329f90e9befde4ba5b41768b3053c85585467d6c8018420057e" mediatype=application/vnd.docker.plugin.v1+json size=522
03:18:03 [2022-08-22T03:18:03.752Z] === RUN   TestPluginInstall/with_htpasswd
03:18:04 [2022-08-22T03:18:04.007Z] time="2022-08-22T03:18:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:18:04 [2022-08-22T03:18:04.007Z] time="2022-08-22T03:18:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cedc629c0072e329f90e9befde4ba5b41768b3053c85585467d6c8018420057e" mediatype=application/vnd.docker.plugin.v1+json size=522
03:18:04 [2022-08-22T03:18:04.007Z] time="2022-08-22T03:18:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:18:04 [2022-08-22T03:18:04.007Z] time="2022-08-22T03:18:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cedc629c0072e329f90e9befde4ba5b41768b3053c85585467d6c8018420057e" mediatype=application/vnd.docker.plugin.v1+json size=522
03:18:04 [2022-08-22T03:18:04.158Z] --- PASS: TestLinksContainerNames (1.54s)
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestLogsFollowTailEmpty
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
03:18:04 [2022-08-22T03:18:04.158Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
03:18:04 [2022-08-22T03:18:04.263Z] === RUN   TestPluginInstall/with_insecure
03:18:04 [2022-08-22T03:18:04.436Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
03:18:04 [2022-08-22T03:18:04.436Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
03:18:04 [2022-08-22T03:18:04.436Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
03:18:04 [2022-08-22T03:18:04.436Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
03:18:04 [2022-08-22T03:18:04.436Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
03:18:04 [2022-08-22T03:18:04.436Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
03:18:04 [2022-08-22T03:18:04.436Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
03:18:04 [2022-08-22T03:18:04.706Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
03:18:04 [2022-08-22T03:18:04.706Z] --- PASS: TestLogsFollowTailEmpty (0.77s)
03:18:04 [2022-08-22T03:18:04.706Z] === RUN   TestLogs
03:18:04 [2022-08-22T03:18:04.706Z] === RUN   TestLogs/driver_local
03:18:04 [2022-08-22T03:18:04.706Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
03:18:04 [2022-08-22T03:18:04.706Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
03:18:04 [2022-08-22T03:18:04.706Z] === RUN   TestLogs/driver_local/tty/only_stdout
03:18:04 [2022-08-22T03:18:04.706Z] === PAUSE TestLogs/driver_local/tty/only_stdout
03:18:04 [2022-08-22T03:18:04.706Z] === RUN   TestLogs/driver_local/tty/only_stderr
03:18:04 [2022-08-22T03:18:04.706Z] === PAUSE TestLogs/driver_local/tty/only_stderr
03:18:04 [2022-08-22T03:18:04.706Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
03:18:04 [2022-08-22T03:18:04.706Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
03:18:04 [2022-08-22T03:18:04.706Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
03:18:04 [2022-08-22T03:18:04.706Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
03:18:04 [2022-08-22T03:18:04.706Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
03:18:04 [2022-08-22T03:18:04.706Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
03:18:04 [2022-08-22T03:18:04.706Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
03:18:04 [2022-08-22T03:18:04.706Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
03:18:05 [2022-08-22T03:18:05.190Z] time="2022-08-22T03:18:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:18:05 [2022-08-22T03:18:05.190Z] time="2022-08-22T03:18:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0d70af643d9555ea338d6a04d121691945e4986a3ab49e04e485c13ff4752dbe" mediatype=application/vnd.docker.plugin.v1+json size=522
03:18:05 [2022-08-22T03:18:05.190Z] time="2022-08-22T03:18:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:18:05 [2022-08-22T03:18:05.190Z] time="2022-08-22T03:18:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0d70af643d9555ea338d6a04d121691945e4986a3ab49e04e485c13ff4752dbe" mediatype=application/vnd.docker.plugin.v1+json size=522
03:18:05 [2022-08-22T03:18:05.190Z]     plugin_test.go:196: [db6c6de013f34] daemon is not started
03:18:05 [2022-08-22T03:18:05.190Z] --- PASS: TestPluginInstall (2.55s)
03:18:05 [2022-08-22T03:18:05.190Z]     --- PASS: TestPluginInstall/no_auth (0.95s)
03:18:05 [2022-08-22T03:18:05.190Z]     --- PASS: TestPluginInstall/with_htpasswd (0.57s)
03:18:05 [2022-08-22T03:18:05.190Z]     --- PASS: TestPluginInstall/with_insecure (1.03s)
03:18:05 [2022-08-22T03:18:05.190Z] === RUN   TestPluginsWithRuntimes
03:18:05 [2022-08-22T03:18:05.647Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
03:18:05 [2022-08-22T03:18:05.910Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
03:18:06 [2022-08-22T03:18:06.169Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
03:18:06 [2022-08-22T03:18:06.428Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
03:18:06 [2022-08-22T03:18:06.428Z]     check_test.go:540: [ddc8c9f2ddaf1] daemon is not started
03:18:06 [2022-08-22T03:18:06.428Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
03:18:07 [2022-08-22T03:18:07.077Z] === RUN   TestPluginsWithRuntimes/No_Args
03:18:07 [2022-08-22T03:18:07.095Z] --- PASS: TestServiceUpdateConfigs (14.55s)
03:18:07 [2022-08-22T03:18:07.095Z] === RUN   TestServiceUpdateNetwork
03:18:07 [2022-08-22T03:18:07.366Z] === CONT  TestLogs/driver_local/tty/only_stderr
03:18:07 [2022-08-22T03:18:07.366Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
03:18:07 [2022-08-22T03:18:07.366Z] === CONT  TestLogs/driver_local/tty/only_stdout
03:18:07 [2022-08-22T03:18:07.638Z] === RUN   TestPluginsWithRuntimes/With_Args
03:18:07 [2022-08-22T03:18:07.655Z] tests/integration/models_containers_test.py ............................ [ 83%]
03:18:08 [2022-08-22T03:18:08.306Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
03:18:08 [2022-08-22T03:18:08.306Z] === RUN   TestLogs/driver_json-file
03:18:08 [2022-08-22T03:18:08.306Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
03:18:08 [2022-08-22T03:18:08.306Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
03:18:08 [2022-08-22T03:18:08.306Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
03:18:08 [2022-08-22T03:18:08.306Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
03:18:08 [2022-08-22T03:18:08.306Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
03:18:08 [2022-08-22T03:18:08.306Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
03:18:08 [2022-08-22T03:18:08.306Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
03:18:08 [2022-08-22T03:18:08.306Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
03:18:08 [2022-08-22T03:18:08.306Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
03:18:08 [2022-08-22T03:18:08.306Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
03:18:08 [2022-08-22T03:18:08.306Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
03:18:08 [2022-08-22T03:18:08.306Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
03:18:08 [2022-08-22T03:18:08.306Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
03:18:08 [2022-08-22T03:18:08.306Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
03:18:08 [2022-08-22T03:18:08.564Z] --- PASS: TestPluginsWithRuntimes (3.26s)
03:18:08 [2022-08-22T03:18:08.564Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.86s)
03:18:08 [2022-08-22T03:18:08.564Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.87s)
03:18:08 [2022-08-22T03:18:08.564Z] === RUN   TestPluginBackCompatMediaTypes
03:18:09 [2022-08-22T03:18:09.125Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s)
03:18:09 [2022-08-22T03:18:09.125Z] PASS
03:18:09 [2022-08-22T03:18:09.125Z] 
03:18:09 [2022-08-22T03:18:09.125Z] DONE 24 tests in 6.512s
03:18:09 [2022-08-22T03:18:09.125Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
03:18:09 [2022-08-22T03:18:09.125Z] ++ 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
03:18:09 [2022-08-22T03:18:09.125Z] ++ set -e
03:18:09 [2022-08-22T03:18:09.125Z] ++ '[' -n 0 ']'
03:18:09 [2022-08-22T03:18:09.125Z] ++ set -x
03:18:09 [2022-08-22T03:18:09.125Z] ++ 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
03:18:09 [2022-08-22T03:18:09.125Z] INFO: Testing against a local daemon
03:18:09 [2022-08-22T03:18:09.125Z] === RUN   TestExternalGraphDriver
03:18:09 [2022-08-22T03:18:09.244Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
03:18:09 [2022-08-22T03:18:09.244Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
03:18:09 [2022-08-22T03:18:09.686Z] === RUN   TestExternalGraphDriver/json
03:18:09 [2022-08-22T03:18:09.814Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
03:18:10 [2022-08-22T03:18:10.074Z]     docker_cli_daemon_plugins_test.go:80: [dc68fd1f442cd] daemon is not started
03:18:10 [2022-08-22T03:18:10.334Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
03:18:10 [2022-08-22T03:18:10.334Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
03:18:11 [2022-08-22T03:18:11.050Z] === RUN   TestExternalGraphDriver/spec
03:18:11 [2022-08-22T03:18:11.274Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
03:18:11 [2022-08-22T03:18:11.274Z] --- PASS: TestLogs (6.57s)
03:18:11 [2022-08-22T03:18:11.274Z]     --- PASS: TestLogs/driver_local (0.01s)
03:18:11 [2022-08-22T03:18:11.274Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.46s)
03:18:11 [2022-08-22T03:18:11.274Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.50s)
03:18:11 [2022-08-22T03:18:11.274Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.88s)
03:18:11 [2022-08-22T03:18:11.274Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.04s)
03:18:11 [2022-08-22T03:18:11.274Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.82s)
03:18:11 [2022-08-22T03:18:11.274Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.06s)
03:18:11 [2022-08-22T03:18:11.274Z]     --- PASS: TestLogs/driver_json-file (0.02s)
03:18:11 [2022-08-22T03:18:11.274Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.12s)
03:18:11 [2022-08-22T03:18:11.274Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.13s)
03:18:11 [2022-08-22T03:18:11.274Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.88s)
03:18:11 [2022-08-22T03:18:11.274Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.04s)
03:18:11 [2022-08-22T03:18:11.274Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.02s)
03:18:11 [2022-08-22T03:18:11.274Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.96s)
03:18:11 [2022-08-22T03:18:11.274Z] === RUN   TestContainerNetworkMountsNoChown
03:18:11 [2022-08-22T03:18:11.534Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
03:18:12 [2022-08-22T03:18:12.104Z] --- PASS: TestContainerNetworkMountsNoChown (0.68s)
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/default
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/default
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/private
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/private
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rprivate
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rprivate
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/slave
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/slave
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rslave
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rslave
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/shared
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/shared
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rshared
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rshared
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/default
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/default/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/default/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/default/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/default/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/default/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/default/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/default/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/rshared
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rshared/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rshared/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/shared
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/shared/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/shared/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/shared/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/shared/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/rslave
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rslave/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rslave/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/slave
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/slave/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/slave/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/slave/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/slave/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/rprivate
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/private
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/private/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/private/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/private/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/private/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/private/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestMountDaemonRoot/private/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/default/bind_root
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/default/mount_subpath
03:18:12 [2022-08-22T03:18:12.104Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/default/mount_root
03:18:12 [2022-08-22T03:18:12.104Z] === CONT  TestMountDaemonRoot/rshared/bind_root
03:18:12 [2022-08-22T03:18:12.363Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
03:18:12 [2022-08-22T03:18:12.363Z] === CONT  TestMountDaemonRoot/rshared/mount_root
03:18:12 [2022-08-22T03:18:12.363Z] === CONT  TestMountDaemonRoot/shared/bind_root
03:18:12 [2022-08-22T03:18:12.363Z] === CONT  TestMountDaemonRoot/rslave/bind_root
03:18:12 [2022-08-22T03:18:12.363Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
03:18:12 [2022-08-22T03:18:12.363Z] === CONT  TestMountDaemonRoot/shared/mount_root
03:18:12 [2022-08-22T03:18:12.363Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
03:18:12 [2022-08-22T03:18:12.363Z] === CONT  TestMountDaemonRoot/slave/bind_root
03:18:12 [2022-08-22T03:18:12.363Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
03:18:12 [2022-08-22T03:18:12.363Z] === CONT  TestMountDaemonRoot/rslave/mount_root
03:18:12 [2022-08-22T03:18:12.363Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
03:18:12 [2022-08-22T03:18:12.363Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
03:18:12 [2022-08-22T03:18:12.623Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
03:18:12 [2022-08-22T03:18:12.623Z] === CONT  TestMountDaemonRoot/slave/mount_root
03:18:12 [2022-08-22T03:18:12.623Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
03:18:12 [2022-08-22T03:18:12.623Z] === CONT  TestMountDaemonRoot/private/bind_root
03:18:12 [2022-08-22T03:18:12.623Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
03:18:12 [2022-08-22T03:18:12.623Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
03:18:12 [2022-08-22T03:18:12.623Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
03:18:12 [2022-08-22T03:18:12.623Z] === CONT  TestMountDaemonRoot/private/mount_subpath
03:18:12 [2022-08-22T03:18:12.623Z] === CONT  TestMountDaemonRoot/private/mount_root
03:18:12 [2022-08-22T03:18:12.623Z] === CONT  TestMountDaemonRoot/private/bind_subpath
03:18:12 [2022-08-22T03:18:12.623Z] --- PASS: TestMountDaemonRoot (0.05s)
03:18:12 [2022-08-22T03:18:12.623Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
03:18:12 [2022-08-22T03:18:12.623Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
03:18:12 [2022-08-22T03:18:12.623Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
03:18:12 [2022-08-22T03:18:12.623Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
03:18:12 [2022-08-22T03:18:12.623Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
03:18:12 [2022-08-22T03:18:12.623Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
03:18:12 [2022-08-22T03:18:12.623Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
03:18:12 [2022-08-22T03:18:12.623Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
03:18:12 [2022-08-22T03:18:12.623Z] === RUN   TestContainerBindMountNonRecursive
03:18:12 [2022-08-22T03:18:12.882Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
03:18:12 [2022-08-22T03:18:12.882Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
03:18:12 [2022-08-22T03:18:12.938Z] === RUN   TestExternalGraphDriver/pull
03:18:13 [2022-08-22T03:18:13.821Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
03:18:14 [2022-08-22T03:18:14.302Z] --- PASS: TestExternalGraphDriver (5.14s)
03:18:14 [2022-08-22T03:18:14.302Z]     --- PASS: TestExternalGraphDriver/json (1.58s)
03:18:14 [2022-08-22T03:18:14.302Z]     --- PASS: TestExternalGraphDriver/spec (1.59s)
03:18:14 [2022-08-22T03:18:14.302Z]     --- PASS: TestExternalGraphDriver/pull (1.62s)
03:18:14 [2022-08-22T03:18:14.302Z] === RUN   TestGraphdriverPluginV2
03:18:14 [2022-08-22T03:18:14.389Z]     docker_cli_daemon_plugins_test.go:170: [d5be1771d3a60] daemon is not started
03:18:14 [2022-08-22T03:18:14.389Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
03:18:14 [2022-08-22T03:18:14.389Z] --- PASS: TestContainerBindMountNonRecursive (1.85s)
03:18:14 [2022-08-22T03:18:14.389Z] === RUN   TestContainerVolumesMountedAsShared
03:18:14 [2022-08-22T03:18:14.863Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:18:14 [2022-08-22T03:18:14.864Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
03:18:14 [2022-08-22T03:18:14.864Z] PASS
03:18:14 [2022-08-22T03:18:14.864Z] 
03:18:14 [2022-08-22T03:18:14.864Z] === Skipped
03:18:14 [2022-08-22T03:18:14.864Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
03:18:14 [2022-08-22T03:18:14.864Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:18:14 [2022-08-22T03:18:14.864Z] 
03:18:14 [2022-08-22T03:18:14.864Z] DONE 5 tests, 1 skipped in 5.561s
03:18:14 [2022-08-22T03:18:14.864Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
03:18:14 [2022-08-22T03:18:14.864Z] ++ 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
03:18:14 [2022-08-22T03:18:14.864Z] ++ set -e
03:18:14 [2022-08-22T03:18:14.864Z] ++ '[' -n 0 ']'
03:18:14 [2022-08-22T03:18:14.864Z] ++ set -x
03:18:14 [2022-08-22T03:18:14.864Z] ++ 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
03:18:14 [2022-08-22T03:18:14.864Z] INFO: Testing against a local daemon
03:18:14 [2022-08-22T03:18:14.864Z] === RUN   TestContinueAfterPluginCrash
03:18:14 [2022-08-22T03:18:14.864Z] === PAUSE TestContinueAfterPluginCrash
03:18:14 [2022-08-22T03:18:14.864Z] === RUN   TestReadPluginNoRead
03:18:14 [2022-08-22T03:18:14.864Z] === PAUSE TestReadPluginNoRead
03:18:14 [2022-08-22T03:18:14.864Z] === RUN   TestDaemonStartWithLogOpt
03:18:14 [2022-08-22T03:18:14.864Z] === PAUSE TestDaemonStartWithLogOpt
03:18:14 [2022-08-22T03:18:14.864Z] === CONT  TestContinueAfterPluginCrash
03:18:14 [2022-08-22T03:18:14.864Z] === CONT  TestDaemonStartWithLogOpt
03:18:15 [2022-08-22T03:18:15.328Z] --- PASS: TestContainerVolumesMountedAsShared (0.64s)
03:18:15 [2022-08-22T03:18:15.328Z] === RUN   TestContainerVolumesMountedAsSlave
03:18:15 [2022-08-22T03:18:15.328Z] === RUN   TestDockerSuite/TestExecAPIStart
03:18:15 [2022-08-22T03:18:15.587Z] --- PASS: TestContainerVolumesMountedAsSlave (0.59s)
03:18:15 [2022-08-22T03:18:15.587Z] === RUN   TestNetworkNat
03:18:15 [2022-08-22T03:18:15.846Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
03:18:16 [2022-08-22T03:18:16.415Z] --- PASS: TestNetworkNat (0.82s)
03:18:16 [2022-08-22T03:18:16.415Z] === RUN   TestNetworkLocalhostTCPNat
03:18:17 [2022-08-22T03:18:17.355Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
03:18:17 [2022-08-22T03:18:17.355Z] --- PASS: TestNetworkLocalhostTCPNat (0.77s)
03:18:17 [2022-08-22T03:18:17.355Z] === RUN   TestNetworkLoopbackNat
03:18:17 [2022-08-22T03:18:17.924Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
03:18:18 [2022-08-22T03:18:18.129Z] --- PASS: TestDaemonStartWithLogOpt (3.00s)
03:18:18 [2022-08-22T03:18:18.129Z] === CONT  TestReadPluginNoRead
03:18:18 [2022-08-22T03:18:18.861Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
03:18:19 [2022-08-22T03:18:19.121Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
03:18:19 [2022-08-22T03:18:19.259Z] --- PASS: TestServiceUpdateNetwork (12.57s)
03:18:19 [2022-08-22T03:18:19.259Z] === RUN   TestServiceUpdatePidsLimit
03:18:19 [2022-08-22T03:18:19.380Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
03:18:19 [2022-08-22T03:18:19.640Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
03:18:19 [2022-08-22T03:18:19.899Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
03:18:20 [2022-08-22T03:18:20.016Z] === RUN   TestReadPluginNoRead/default
03:18:20 [2022-08-22T03:18:20.158Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
03:18:20 [2022-08-22T03:18:20.185Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
03:18:20 [2022-08-22T03:18:20.417Z] --- PASS: TestNetworkLoopbackNat (3.14s)
03:18:20 [2022-08-22T03:18:20.417Z] === RUN   TestPause
03:18:20 [2022-08-22T03:18:20.417Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
03:18:20 [2022-08-22T03:18:20.676Z]     check_test.go:540: [dec1c83c81fd0] daemon is not started
03:18:20 [2022-08-22T03:18:20.676Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
03:18:20 [2022-08-22T03:18:20.747Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
03:18:21 [2022-08-22T03:18:21.245Z] --- PASS: TestPause (0.68s)
03:18:21 [2022-08-22T03:18:21.245Z] === RUN   TestPauseFailsOnWindowsServerContainers
03:18:21 [2022-08-22T03:18:21.245Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
03:18:21 [2022-08-22T03:18:21.245Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s)
03:18:21 [2022-08-22T03:18:21.245Z] === RUN   TestPauseStopPausedContainer
03:18:21 [2022-08-22T03:18:21.245Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
03:18:21 [2022-08-22T03:18:21.379Z] === RUN   TestReadPluginNoRead/disabled_caching
03:18:22 [2022-08-22T03:18:22.182Z] --- PASS: TestPauseStopPausedContainer (1.00s)
03:18:22 [2022-08-22T03:18:22.182Z] === RUN   TestPidHost
03:18:22 [2022-08-22T03:18:22.182Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
03:18:22 [2022-08-22T03:18:22.306Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
03:18:22 [2022-08-22T03:18:22.750Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
03:18:22 [2022-08-22T03:18:22.868Z] --- PASS: TestContinueAfterPluginCrash (7.97s)
03:18:23 [2022-08-22T03:18:23.429Z] === CONT  TestReadPluginNoRead
03:18:23 [2022-08-22T03:18:23.429Z]     read_test.go:92: [d94b4eda83d6a] daemon is not started
03:18:23 [2022-08-22T03:18:23.429Z] --- PASS: TestReadPluginNoRead (5.63s)
03:18:23 [2022-08-22T03:18:23.430Z]     --- PASS: TestReadPluginNoRead/default (1.20s)
03:18:23 [2022-08-22T03:18:23.430Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.14s)
03:18:23 [2022-08-22T03:18:23.430Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.16s)
03:18:23 [2022-08-22T03:18:23.430Z] PASS
03:18:23 [2022-08-22T03:18:23.430Z] 
03:18:23 [2022-08-22T03:18:23.430Z] DONE 6 tests in 8.728s
03:18:23 [2022-08-22T03:18:23.430Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
03:18:23 [2022-08-22T03:18:23.430Z] ++ 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
03:18:23 [2022-08-22T03:18:23.430Z] ++ set -e
03:18:23 [2022-08-22T03:18:23.430Z] ++ '[' -n 0 ']'
03:18:23 [2022-08-22T03:18:23.430Z] ++ set -x
03:18:23 [2022-08-22T03:18:23.430Z] ++ 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
03:18:23 [2022-08-22T03:18:23.430Z] testing: warning: no tests to run
03:18:23 [2022-08-22T03:18:23.430Z] PASS
03:18:23 [2022-08-22T03:18:23.430Z] 
03:18:23 [2022-08-22T03:18:23.430Z] DONE 0 tests in 0.037s
03:18:23 [2022-08-22T03:18:23.430Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
03:18:23 [2022-08-22T03:18:23.430Z] ++ 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
03:18:23 [2022-08-22T03:18:23.430Z] ++ set -e
03:18:23 [2022-08-22T03:18:23.430Z] ++ '[' -n 0 ']'
03:18:23 [2022-08-22T03:18:23.430Z] ++ set -x
03:18:23 [2022-08-22T03:18:23.430Z] ++ 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
03:18:23 [2022-08-22T03:18:23.686Z] INFO: Testing against a local daemon
03:18:23 [2022-08-22T03:18:23.686Z] === RUN   TestPluginWithDevMounts
03:18:23 [2022-08-22T03:18:23.686Z] === PAUSE TestPluginWithDevMounts
03:18:23 [2022-08-22T03:18:23.686Z] === CONT  TestPluginWithDevMounts
03:18:23 [2022-08-22T03:18:23.689Z] --- PASS: TestPidHost (1.67s)
03:18:23 [2022-08-22T03:18:23.689Z] === RUN   TestPsFilter
03:18:23 [2022-08-22T03:18:23.881Z] .........                                                                [ 85%]
03:18:23 [2022-08-22T03:18:23.949Z] --- PASS: TestPsFilter (0.14s)
03:18:23 [2022-08-22T03:18:23.949Z] === RUN   TestRemoveContainerWithRemovedVolume
03:18:23 [2022-08-22T03:18:23.949Z] === RUN   TestDockerSuite/TestExecStateCleanup
03:18:24 [2022-08-22T03:18:24.208Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
03:18:24 [2022-08-22T03:18:24.777Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.73s)
03:18:24 [2022-08-22T03:18:24.777Z] === RUN   TestRemoveContainerWithVolume
03:18:25 [2022-08-22T03:18:25.049Z] --- PASS: TestPluginWithDevMounts (1.54s)
03:18:25 [2022-08-22T03:18:25.049Z] PASS
03:18:25 [2022-08-22T03:18:25.049Z] 
03:18:25 [2022-08-22T03:18:25.049Z] DONE 1 tests in 1.647s
03:18:25 [2022-08-22T03:18:25.049Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
03:18:25 [2022-08-22T03:18:25.049Z] ++ 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
03:18:25 [2022-08-22T03:18:25.049Z] ++ set -e
03:18:25 [2022-08-22T03:18:25.049Z] ++ '[' -n 0 ']'
03:18:25 [2022-08-22T03:18:25.049Z] ++ set -x
03:18:25 [2022-08-22T03:18:25.049Z] ++ 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
03:18:25 [2022-08-22T03:18:25.305Z] INFO: Testing against a local daemon
03:18:25 [2022-08-22T03:18:25.305Z] === RUN   TestSecretInspect
03:18:25 [2022-08-22T03:18:25.344Z] --- PASS: TestRemoveContainerWithVolume (0.58s)
03:18:25 [2022-08-22T03:18:25.344Z] === RUN   TestRemoveContainerRunning
03:18:25 [2022-08-22T03:18:25.603Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
03:18:25 [2022-08-22T03:18:25.862Z] --- PASS: TestRemoveContainerRunning (0.68s)
03:18:25 [2022-08-22T03:18:25.862Z] === RUN   TestRemoveContainerForceRemoveRunning
03:18:26 [2022-08-22T03:18:26.431Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.54s)
03:18:26 [2022-08-22T03:18:26.431Z] === RUN   TestRemoveInvalidContainer
03:18:26 [2022-08-22T03:18:26.431Z] --- PASS: TestRemoveInvalidContainer (0.01s)
03:18:26 [2022-08-22T03:18:26.431Z] === RUN   TestRenameLinkedContainer
03:18:26 [2022-08-22T03:18:26.999Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
03:18:27 [2022-08-22T03:18:27.818Z] --- PASS: TestSecretInspect (2.18s)
03:18:27 [2022-08-22T03:18:27.818Z] === RUN   TestSecretList
03:18:28 [2022-08-22T03:18:28.369Z] tests/integration/models_images_test.py ...............                  [ 89%]
03:18:28 [2022-08-22T03:18:28.379Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
03:18:28 [2022-08-22T03:18:28.638Z] --- PASS: TestRenameLinkedContainer (2.24s)
03:18:28 [2022-08-22T03:18:28.638Z] === RUN   TestRenameStoppedContainer
03:18:28 [2022-08-22T03:18:28.828Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
03:18:29 [2022-08-22T03:18:29.206Z] --- PASS: TestRenameStoppedContainer (0.51s)
03:18:29 [2022-08-22T03:18:29.206Z] === RUN   TestRenameRunningContainerAndReuse
03:18:29 [2022-08-22T03:18:29.706Z] --- PASS: TestSecretList (2.19s)
03:18:29 [2022-08-22T03:18:29.706Z] === RUN   TestSecretsCreateAndDelete
03:18:29 [2022-08-22T03:18:29.773Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
03:18:29 [2022-08-22T03:18:29.819Z] tests/integration/models_networks_test.py ....                           [ 90%]
03:18:30 [2022-08-22T03:18:30.344Z] --- PASS: TestRenameRunningContainerAndReuse (1.20s)
03:18:30 [2022-08-22T03:18:30.344Z] === RUN   TestRenameInvalidName
03:18:30 [2022-08-22T03:18:30.912Z] --- PASS: TestRenameInvalidName (0.61s)
03:18:30 [2022-08-22T03:18:30.912Z] === RUN   TestRenameAnonymousContainer
03:18:31 [2022-08-22T03:18:31.480Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
03:18:31 [2022-08-22T03:18:31.593Z] --- PASS: TestSecretsCreateAndDelete (1.80s)
03:18:31 [2022-08-22T03:18:31.593Z] === RUN   TestSecretsUpdate
03:18:32 [2022-08-22T03:18:32.050Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
03:18:32 [2022-08-22T03:18:32.987Z] --- PASS: TestRenameAnonymousContainer (1.99s)
03:18:32 [2022-08-22T03:18:32.987Z] === RUN   TestRenameContainerWithSameName
03:18:33 [2022-08-22T03:18:33.556Z] --- PASS: TestRenameContainerWithSameName (0.48s)
03:18:33 [2022-08-22T03:18:33.556Z] === RUN   TestRenameContainerWithLinkedContainer
03:18:34 [2022-08-22T03:18:34.107Z] --- PASS: TestSecretsUpdate (2.20s)
03:18:34 [2022-08-22T03:18:34.107Z] === RUN   TestTemplatedSecret
03:18:34 [2022-08-22T03:18:34.494Z] --- PASS: TestRenameContainerWithLinkedContainer (1.01s)
03:18:34 [2022-08-22T03:18:34.494Z] === RUN   TestResize
03:18:35 [2022-08-22T03:18:35.062Z] --- PASS: TestResize (0.52s)
03:18:35 [2022-08-22T03:18:35.062Z] === RUN   TestResizeWithInvalidSize
03:18:35 [2022-08-22T03:18:35.062Z] === RUN   TestDockerSuite/TestGetContainerStats
03:18:35 [2022-08-22T03:18:35.084Z] tests/integration/models_nodes_test.py .                                 [ 90%]
03:18:35 [2022-08-22T03:18:35.360Z] --- PASS: TestServiceUpdatePidsLimit (16.39s)
03:18:35 [2022-08-22T03:18:35.360Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
03:18:35 [2022-08-22T03:18:35.360Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
03:18:35 [2022-08-22T03:18:35.360Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s)
03:18:35 [2022-08-22T03:18:35.360Z] PASS
03:18:35 [2022-08-22T03:18:35.360Z] 
03:18:35 [2022-08-22T03:18:35.360Z] === Skipped
03:18:35 [2022-08-22T03:18:35.360Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
03:18:35 [2022-08-22T03:18:35.360Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
03:18:35 [2022-08-22T03:18:35.360Z] 
03:18:35 [2022-08-22T03:18:35.360Z] DONE 27 tests, 1 skipped in 164.868s
03:18:35 [2022-08-22T03:18:35.360Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
03:18:35 [2022-08-22T03:18:35.360Z] INFO: Testing against a local daemon
03:18:35 [2022-08-22T03:18:35.360Z] === RUN   TestSessionCreate
03:18:35 [2022-08-22T03:18:35.360Z] --- PASS: TestSessionCreate (0.02s)
03:18:35 [2022-08-22T03:18:35.360Z] === RUN   TestSessionCreateWithBadUpgrade
03:18:35 [2022-08-22T03:18:35.360Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
03:18:35 [2022-08-22T03:18:35.360Z] PASS
03:18:35 [2022-08-22T03:18:35.360Z] 
03:18:35 [2022-08-22T03:18:35.360Z] DONE 2 tests in 0.064s
03:18:35 [2022-08-22T03:18:35.360Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
03:18:35 [2022-08-22T03:18:35.360Z] INFO: Testing against a local daemon
03:18:35 [2022-08-22T03:18:35.360Z] === RUN   TestCgroupDriverSystemdMemoryLimit
03:18:35 [2022-08-22T03:18:35.360Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
03:18:35 [2022-08-22T03:18:35.360Z] === RUN   TestDiskUsage
03:18:35 [2022-08-22T03:18:35.360Z] === PAUSE TestDiskUsage
03:18:35 [2022-08-22T03:18:35.360Z] === RUN   TestEventsExecDie
03:18:35 [2022-08-22T03:18:35.630Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
03:18:35 [2022-08-22T03:18:35.630Z] --- PASS: TestResizeWithInvalidSize (0.66s)
03:18:35 [2022-08-22T03:18:35.630Z] === RUN   TestResizeWhenContainerNotStarted
03:18:35 [2022-08-22T03:18:35.921Z] --- PASS: TestEventsExecDie (0.57s)
03:18:35 [2022-08-22T03:18:35.921Z] === RUN   TestEventsBackwardsCompatible
03:18:35 [2022-08-22T03:18:35.921Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
03:18:35 [2022-08-22T03:18:35.921Z] === RUN   TestEventsVolumeCreate
03:18:35 [2022-08-22T03:18:35.921Z] --- PASS: TestEventsVolumeCreate (0.07s)
03:18:35 [2022-08-22T03:18:35.921Z] === RUN   TestInfoBinaryCommits
03:18:35 [2022-08-22T03:18:35.921Z] --- PASS: TestInfoBinaryCommits (0.02s)
03:18:35 [2022-08-22T03:18:35.921Z] === RUN   TestInfoAPIVersioned
03:18:35 [2022-08-22T03:18:35.921Z] --- PASS: TestInfoAPIVersioned (0.01s)
03:18:35 [2022-08-22T03:18:35.921Z] === RUN   TestInfoAPI
03:18:35 [2022-08-22T03:18:35.921Z] --- PASS: TestInfoAPI (0.02s)
03:18:35 [2022-08-22T03:18:35.921Z] === RUN   TestInfoAPIWarnings
03:18:36 [2022-08-22T03:18:36.018Z] tests/integration/models_resources_test.py .                             [ 91%]
03:18:36 [2022-08-22T03:18:36.198Z] --- PASS: TestResizeWhenContainerNotStarted (0.47s)
03:18:36 [2022-08-22T03:18:36.198Z] === RUN   TestDaemonRestartKillContainers
03:18:36 [2022-08-22T03:18:36.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
03:18:36 [2022-08-22T03:18:36.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
03:18:36 [2022-08-22T03:18:36.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
03:18:36 [2022-08-22T03:18:36.199Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
03:18:36 [2022-08-22T03:18:36.623Z] --- PASS: TestTemplatedSecret (2.48s)
03:18:36 [2022-08-22T03:18:36.623Z] === RUN   TestSecretCreateResolve
03:18:37 [2022-08-22T03:18:37.728Z] tests/integration/models_services_test.py ................X.             [ 95%]
03:18:38 [2022-08-22T03:18:38.102Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
03:18:38 [2022-08-22T03:18:38.512Z] --- PASS: TestSecretCreateResolve (2.20s)
03:18:38 [2022-08-22T03:18:38.512Z] PASS
03:18:38 [2022-08-22T03:18:38.512Z] 
03:18:38 [2022-08-22T03:18:38.512Z] DONE 6 tests in 13.178s
03:18:38 [2022-08-22T03:18:38.512Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
03:18:38 [2022-08-22T03:18:38.512Z] ++ 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
03:18:38 [2022-08-22T03:18:38.512Z] ++ set -e
03:18:38 [2022-08-22T03:18:38.512Z] ++ '[' -n 0 ']'
03:18:38 [2022-08-22T03:18:38.512Z] ++ set -x
03:18:38 [2022-08-22T03:18:38.512Z] ++ 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
03:18:38 [2022-08-22T03:18:38.512Z] INFO: Testing against a local daemon
03:18:38 [2022-08-22T03:18:38.512Z] === RUN   TestServiceCreateInit
03:18:38 [2022-08-22T03:18:38.512Z] === RUN   TestServiceCreateInit/daemonInitDisabled
03:18:40 [2022-08-22T03:18:40.005Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
03:18:40 [2022-08-22T03:18:40.005Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
03:18:40 [2022-08-22T03:18:40.575Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
03:18:41 [2022-08-22T03:18:41.001Z] tests/integration/models_swarm_test.py ..                                [ 96%]
03:18:41 [2022-08-22T03:18:41.002Z] tests/integration/models_volumes_test.py ..                              [ 96%]
03:18:41 [2022-08-22T03:18:41.954Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
03:18:41 [2022-08-22T03:18:41.954Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
03:18:42 [2022-08-22T03:18:42.522Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
03:18:42 [2022-08-22T03:18:42.676Z] === RUN   TestServiceCreateInit/daemonInitEnabled
03:18:44 [2022-08-22T03:18:44.354Z] tests/integration/regression_test.py ......                              [ 98%]
03:18:44 [2022-08-22T03:18:44.429Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
03:18:44 [2022-08-22T03:18:44.429Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
03:18:44 [2022-08-22T03:18:44.688Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
03:18:44 [2022-08-22T03:18:44.870Z] tests/integration/credentials/store_test.py ......                       [ 99%]
03:18:44 [2022-08-22T03:18:44.870Z] tests/integration/credentials/utils_test.py .                            [100%]
03:18:44 [2022-08-22T03:18:44.870Z] 
03:18:44 [2022-08-22T03:18:44.870Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
03:18:44 [2022-08-22T03:18:44.870Z] =========================== short test summary info ============================
03:18:44 [2022-08-22T03:18:44.870Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
03:18:44 [2022-08-22T03:18:44.870Z]   CONFIG_RT_GROUP_SCHED isn't enabled
03:18:44 [2022-08-22T03:18:44.870Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
03:18:44 [2022-08-22T03:18:44.870Z]   Not supported on most drivers
03:18:44 [2022-08-22T03:18:44.870Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
03:18:44 [2022-08-22T03:18:44.870Z]   Output of docker top depends on host distro, and is not formalized.
03:18:44 [2022-08-22T03:18:44.870Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
03:18:44 [2022-08-22T03:18:44.870Z]   Output of docker top depends on host distro, and is not formalized.
03:18:44 [2022-08-22T03:18:44.870Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
03:18:44 [2022-08-22T03:18:44.870Z]   Can fail if eth0 has multiple IP addresses
03:18:44 [2022-08-22T03:18:44.870Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
03:18:44 [2022-08-22T03:18:44.870Z]   This doesn't seem to be taken into account by the engine
03:18:44 [2022-08-22T03:18:44.870Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
03:18:44 [2022-08-22T03:18:44.870Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
03:18:44 [2022-08-22T03:18:44.870Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 283.36 seconds ==
03:18:45 [2022-08-22T03:18:45.131Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
03:18:45 [2022-08-22T03:18:45.939Z] --- PASS: TestServiceCreateInit (7.38s)
03:18:45 [2022-08-22T03:18:45.939Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.70s)
03:18:45 [2022-08-22T03:18:45.939Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.66s)
03:18:45 [2022-08-22T03:18:45.939Z] === RUN   TestCreateServiceMultipleTimes
03:18:46 [2022-08-22T03:18:46.069Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
03:18:47 [2022-08-22T03:18:47.041Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
03:18:47 [2022-08-22T03:18:47.303Z]     check_test.go:540: [dd06254430105] daemon is not started
03:18:47 [2022-08-22T03:18:47.303Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
03:18:47 [2022-08-22T03:18:47.563Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
03:18:48 [2022-08-22T03:18:48.501Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
03:18:49 [2022-08-22T03:18:49.075Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
03:18:49 [2022-08-22T03:18:49.334Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
03:18:49 [2022-08-22T03:18:49.901Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
03:18:50 [2022-08-22T03:18:50.161Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
03:18:51 [2022-08-22T03:18:51.101Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
03:18:52 [2022-08-22T03:18:52.483Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
03:18:52 [2022-08-22T03:18:52.483Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
03:18:52 [2022-08-22T03:18:52.483Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
03:18:53 [2022-08-22T03:18:53.422Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
03:18:53 [2022-08-22T03:18:53.958Z] --- PASS: TestInfoAPIWarnings (16.54s)
03:18:53 [2022-08-22T03:18:53.958Z] === RUN   TestInfoDebug
03:18:53 [2022-08-22T03:18:53.958Z] --- PASS: TestInfoDebug (0.52s)
03:18:53 [2022-08-22T03:18:53.958Z] === RUN   TestInfoInsecureRegistries
03:18:53 [2022-08-22T03:18:53.958Z] --- PASS: TestInfoInsecureRegistries (0.52s)
03:18:53 [2022-08-22T03:18:53.958Z] === RUN   TestInfoRegistryMirrors
03:18:53 [2022-08-22T03:18:53.991Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
03:18:54 [2022-08-22T03:18:54.214Z] --- PASS: TestInfoRegistryMirrors (0.52s)
03:18:54 [2022-08-22T03:18:54.214Z] === RUN   TestLoginFailsWithBadCredentials
03:18:54 [2022-08-22T03:18:54.469Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s)
03:18:54 [2022-08-22T03:18:54.469Z] === RUN   TestPingCacheHeaders
03:18:54 [2022-08-22T03:18:54.469Z] --- PASS: TestPingCacheHeaders (0.02s)
03:18:54 [2022-08-22T03:18:54.469Z] === RUN   TestPingGet
03:18:54 [2022-08-22T03:18:54.469Z] --- PASS: TestPingGet (0.01s)
03:18:54 [2022-08-22T03:18:54.469Z] === RUN   TestPingHead
03:18:54 [2022-08-22T03:18:54.469Z] --- PASS: TestPingHead (0.02s)
03:18:54 [2022-08-22T03:18:54.469Z] === RUN   TestPingSwarmHeader
03:18:54 [2022-08-22T03:18:54.930Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
03:18:54 [2022-08-22T03:18:54.930Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
03:18:55 [2022-08-22T03:18:55.030Z] === RUN   TestPingSwarmHeader/before_swarm_init
03:18:55 [2022-08-22T03:18:55.591Z] === RUN   TestPingSwarmHeader/after_swarm_init
03:18:56 [2022-08-22T03:18:56.307Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
03:18:56 [2022-08-22T03:18:56.876Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
03:18:56 [2022-08-22T03:18:56.956Z] === RUN   TestPingSwarmHeader/after_swarm_leave
03:18:56 [2022-08-22T03:18:56.956Z] --- PASS: TestPingSwarmHeader (2.15s)
03:18:56 [2022-08-22T03:18:56.956Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
03:18:56 [2022-08-22T03:18:56.956Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
03:18:56 [2022-08-22T03:18:56.956Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
03:18:56 [2022-08-22T03:18:56.956Z] === RUN   TestPingBuilderHeader
03:18:56 [2022-08-22T03:18:56.956Z] === RUN   TestPingBuilderHeader/default_config
03:18:57 [2022-08-22T03:18:57.212Z] === RUN   TestPingBuilderHeader/buildkit_disabled
03:18:57 [2022-08-22T03:18:57.323Z] Leaving: AppArmorNo profiles have been unloaded.
03:18:57 [2022-08-22T03:18:57.323Z] 
03:18:57 [2022-08-22T03:18:57.323Z] Unloading profiles will leave already running processes permanently
03:18:57 [2022-08-22T03:18:57.323Z] unconfined, which can lead to unexpected situations.
03:18:57 [2022-08-22T03:18:57.323Z] 
03:18:57 [2022-08-22T03:18:57.323Z] To set a process to complain mode, use the command line tool
03:18:57 [2022-08-22T03:18:57.323Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
03:18:57 [2022-08-22T03:18:57.323Z] 
Post stage
[Pipeline] junit
03:18:57 [2022-08-22T03:18:57.337Z] Recording test results
03:18:57 [2022-08-22T03:18:57.774Z] --- PASS: TestPingBuilderHeader (1.04s)
03:18:57 [2022-08-22T03:18:57.774Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
03:18:57 [2022-08-22T03:18:57.774Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
03:18:57 [2022-08-22T03:18:57.774Z] === RUN   TestVersion
03:18:57 [2022-08-22T03:18:57.774Z] --- PASS: TestVersion (0.02s)
03:18:57 [2022-08-22T03:18:57.774Z] === CONT  TestCgroupDriverSystemdMemoryLimit
03:18:57 [2022-08-22T03:18:57.774Z] === CONT  TestDiskUsage
03:18:57 [2022-08-22T03:18:57.813Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
03:18:57 [2022-08-22T03:18:57.814Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
03:18:57 [2022-08-22T03:18:57.814Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
03:18:58 [2022-08-22T03:18:58.336Z] === RUN   TestDiskUsage/empty
03:18:58 [2022-08-22T03:18:58.336Z] === RUN   TestDiskUsage/empty/container_types
03:18:58 [2022-08-22T03:18:58.336Z] === RUN   TestDiskUsage/empty/image_types
03:18:58 [2022-08-22T03:18:58.336Z] === RUN   TestDiskUsage/empty/volume_types
03:18:58 [2022-08-22T03:18:58.336Z] === RUN   TestDiskUsage/empty/build-cache_types
03:18:58 [2022-08-22T03:18:58.336Z] === RUN   TestDiskUsage/empty/container,_volume_types
03:18:58 [2022-08-22T03:18:58.336Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
03:18:58 [2022-08-22T03:18:58.336Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
03:18:58 [2022-08-22T03:18:58.336Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
03:18:58 [2022-08-22T03:18:58.336Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
03:18:58 [2022-08-22T03:18:58.336Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
03:18:58 [2022-08-22T03:18:58.336Z] === RUN   TestDiskUsage/after_LoadBusybox
03:18:58 [2022-08-22T03:18:58.592Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
03:18:58 [2022-08-22T03:18:58.592Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
03:18:58 [2022-08-22T03:18:58.592Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
03:18:58 [2022-08-22T03:18:58.592Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
03:18:58 [2022-08-22T03:18:58.592Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
03:18:58 [2022-08-22T03:18:58.592Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
03:18:58 [2022-08-22T03:18:58.592Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
03:18:58 [2022-08-22T03:18:58.592Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
03:18:58 [2022-08-22T03:18:58.592Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
03:18:58 [2022-08-22T03:18:58.592Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
03:18:58 [2022-08-22T03:18:58.592Z] === RUN   TestDiskUsage/after_container.Run
03:18:58 [2022-08-22T03:18:58.709Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
03:18:58 [2022-08-22T03:18:58.751Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
03:18:58 [2022-08-22T03:18:58.988Z] + echo Ensuring container killed.
03:18:58 [2022-08-22T03:18:58.988Z] Ensuring container killed.
03:18:58 [2022-08-22T03:18:58.988Z] + docker rm -vf docker-pr1
03:18:58 [2022-08-22T03:18:58.988Z] Error: No such container: docker-pr1
[Pipeline] sh
03:18:59 [2022-08-22T03:18:59.155Z] === RUN   TestDiskUsage/after_container.Run/container_types
03:18:59 [2022-08-22T03:18:59.155Z] === RUN   TestDiskUsage/after_container.Run/image_types
03:18:59 [2022-08-22T03:18:59.155Z] === RUN   TestDiskUsage/after_container.Run/volume_types
03:18:59 [2022-08-22T03:18:59.155Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
03:18:59 [2022-08-22T03:18:59.155Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
03:18:59 [2022-08-22T03:18:59.155Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
03:18:59 [2022-08-22T03:18:59.155Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
03:18:59 [2022-08-22T03:18:59.155Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
03:18:59 [2022-08-22T03:18:59.155Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
03:18:59 [2022-08-22T03:18:59.155Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
03:18:59 [2022-08-22T03:18:59.274Z] + echo Chowning /workspace to jenkins user
03:18:59 [2022-08-22T03:18:59.274Z] Chowning /workspace to jenkins user
03:18:59 [2022-08-22T03:18:59.274Z] + id -u
03:18:59 [2022-08-22T03:18:59.274Z] + id -g
03:18:59 [2022-08-22T03:18:59.274Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44001:/workspace busybox chown -R 1000:1000 /workspace
03:18:59 [2022-08-22T03:18:59.274Z] Unable to find image 'busybox:latest' locally
03:18:59 [2022-08-22T03:18:59.274Z] latest: Pulling from library/busybox
03:18:59 [2022-08-22T03:18:59.411Z] --- PASS: TestDiskUsage (1.61s)
03:18:59 [2022-08-22T03:18:59.411Z]     --- PASS: TestDiskUsage/empty (0.01s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.31s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]     --- PASS: TestDiskUsage/after_container.Run (0.54s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.01s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.63s)
03:18:59 [2022-08-22T03:18:59.411Z] PASS
03:18:59 [2022-08-22T03:18:59.411Z] 
03:18:59 [2022-08-22T03:18:59.411Z] DONE 57 tests in 24.140s
03:18:59 [2022-08-22T03:18:59.411Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
03:18:59 [2022-08-22T03:18:59.411Z] INFO: Testing against a local daemon
03:18:59 [2022-08-22T03:18:59.411Z] === RUN   TestVolumesCreateAndList
03:18:59 [2022-08-22T03:18:59.411Z] --- PASS: TestVolumesCreateAndList (0.02s)
03:18:59 [2022-08-22T03:18:59.411Z] === RUN   TestVolumesRemove
03:18:59 [2022-08-22T03:18:59.411Z] --- PASS: TestVolumesRemove (0.06s)
03:18:59 [2022-08-22T03:18:59.411Z] === RUN   TestVolumesInspect
03:18:59 [2022-08-22T03:18:59.411Z] --- PASS: TestVolumesInspect (0.03s)
03:18:59 [2022-08-22T03:18:59.411Z] === RUN   TestVolumesInvalidJSON
03:18:59 [2022-08-22T03:18:59.411Z] === RUN   TestVolumesInvalidJSON/volumes/create
03:18:59 [2022-08-22T03:18:59.411Z] === PAUSE TestVolumesInvalidJSON/volumes/create
03:18:59 [2022-08-22T03:18:59.411Z] === CONT  TestVolumesInvalidJSON/volumes/create
03:18:59 [2022-08-22T03:18:59.411Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
03:18:59 [2022-08-22T03:18:59.411Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
03:18:59 [2022-08-22T03:18:59.411Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
03:18:59 [2022-08-22T03:18:59.411Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
03:18:59 [2022-08-22T03:18:59.411Z] --- PASS: TestVolumesInvalidJSON (0.01s)
03:18:59 [2022-08-22T03:18:59.411Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
03:18:59 [2022-08-22T03:18:59.411Z] PASS
03:18:59 [2022-08-22T03:18:59.411Z] 
03:18:59 [2022-08-22T03:18:59.411Z] DONE 9 tests in 0.147s
03:18:59 [2022-08-22T03:18:59.533Z] 50783e0dfb64: Pulling fs layer
03:18:59 [2022-08-22T03:18:59.533Z] 50783e0dfb64: Download complete
03:18:59 [2022-08-22T03:18:59.533Z] 50783e0dfb64: Pull complete
03:18:59 [2022-08-22T03:18:59.533Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693
03:18:59 [2022-08-22T03:18:59.533Z] Status: Downloaded newer image for busybox:latest
03:18:59 [2022-08-22T03:18:59.667Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
03:18:59 [2022-08-22T03:18:59.691Z] === RUN   TestDockerSuite/TestLogsAPIUntil
03:19:00 [2022-08-22T03:19:00.229Z] Stopping apparmor (via systemctl): apparmor.service.
03:19:00 [2022-08-22T03:19:00.229Z] Removing test suite binaries
03:19:00 [2022-08-22T03:19:00.229Z] exiting test-integration
03:19:00 [2022-08-22T03:19:00.229Z] ++ exit 0
03:19:00 [2022-08-22T03:19:00.229Z] 
03:19:00 [2022-08-22T03:19:00.261Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.91s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.82s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.41s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.76s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.92s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.83s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.32s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.37s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.75s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.48s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.43s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.40s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.29s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (5.22s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (5.26s)
03:19:00 [2022-08-22T03:19:00.261Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.18s)
03:19:00 [2022-08-22T03:19:00.261Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
03:19:00 [2022-08-22T03:19:00.261Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
03:19:01 [2022-08-22T03:19:01.206Z] + bundleName=docker-py
03:19:01 [2022-08-22T03:19:01.206Z] + echo Creating docker-py-bundles.tar.gz
03:19:01 [2022-08-22T03:19:01.206Z] Creating docker-py-bundles.tar.gz
03:19:01 [2022-08-22T03:19:01.206Z] + 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
03:19:01 [2022-08-22T03:19:01.218Z] Archiving artifacts
Post stage
[Pipeline] junit
03:19:01 [2022-08-22T03:19:01.609Z] Recording test results
03:19:02 [2022-08-22T03:19:02.172Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
03:19:02 [2022-08-22T03:19:02.172Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
03:19:02 [2022-08-22T03:19:02.790Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44001/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
03:19:03 [2022-08-22T03:19:03.110Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (2.92s)
03:19:03 [2022-08-22T03:19:03.110Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (1.73s)
03:19:03 [2022-08-22T03:19:03.110Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.15s)
03:19:03 [2022-08-22T03:19:03.110Z] === RUN   TestCgroupNamespacesRun
03:19:03 [2022-08-22T03:19:03.110Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
03:19:03 [2022-08-22T03:19:03.129Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/make.sh binary
03:19:03 [2022-08-22T03:19:03.227Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
03:19:03 [2022-08-22T03:19:03.387Z] 
03:19:03 [2022-08-22T03:19:03.590Z] + echo Ensuring container killed.
03:19:03 [2022-08-22T03:19:03.590Z] Ensuring container killed.
03:19:03 [2022-08-22T03:19:03.590Z] + docker rm -vf docker-pr1
03:19:03 [2022-08-22T03:19:03.590Z] Error: No such container: docker-pr1
[Pipeline] sh
03:19:03 [2022-08-22T03:19:03.646Z] Removing bundles/
03:19:03 [2022-08-22T03:19:03.646Z] 
03:19:03 [2022-08-22T03:19:03.646Z] ---> Making bundle: binary (in bundles/binary)
03:19:03 [2022-08-22T03:19:03.646Z] Building: bundles/binary-daemon/dockerd
03:19:03 [2022-08-22T03:19:03.646Z] GOOS="" GOARCH="" GOARM=""
03:19:03 [2022-08-22T03:19:03.911Z] + echo Chowning /workspace to jenkins user
03:19:03 [2022-08-22T03:19:03.911Z] Chowning /workspace to jenkins user
03:19:03 [2022-08-22T03:19:03.911Z] + id -u
03:19:03 [2022-08-22T03:19:03.911Z] + id -g
03:19:03 [2022-08-22T03:19:03.911Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44001:/workspace busybox chown -R 1000:1000 /workspace
03:19:03 [2022-08-22T03:19:03.911Z] Unable to find image 'busybox:latest' locally
03:19:03 [2022-08-22T03:19:03.911Z] latest: Pulling from library/busybox
03:19:04 [2022-08-22T03:19:04.008Z] --- PASS: TestCreateServiceMultipleTimes (15.34s)
03:19:04 [2022-08-22T03:19:04.008Z] === RUN   TestCreateServiceConflict
03:19:04 [2022-08-22T03:19:04.008Z] --- PASS: TestCreateServiceConflict (2.17s)
03:19:04 [2022-08-22T03:19:04.008Z] === RUN   TestCreateServiceMaxReplicas
03:19:04 [2022-08-22T03:19:04.050Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
03:19:04 [2022-08-22T03:19:04.167Z] 50783e0dfb64: Pulling fs layer
03:19:04 [2022-08-22T03:19:04.167Z] 50783e0dfb64: Download complete
03:19:04 [2022-08-22T03:19:04.167Z] 50783e0dfb64: Pull complete
03:19:04 [2022-08-22T03:19:04.167Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693
03:19:04 [2022-08-22T03:19:04.167Z] Status: Downloaded newer image for busybox:latest
03:19:04 [2022-08-22T03:19:04.309Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
03:19:04 [2022-08-22T03:19:04.877Z] --- PASS: TestCgroupNamespacesRun (1.65s)
03:19:04 [2022-08-22T03:19:04.877Z] === RUN   TestCgroupNamespacesRunPrivileged
03:19:05 [2022-08-22T03:19:05.445Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
03:19:05 [2022-08-22T03:19:05.818Z] + bundleName=amd64-cgroup2
03:19:05 [2022-08-22T03:19:05.818Z] + echo Creating amd64-cgroup2-bundles.tar.gz
03:19:05 [2022-08-22T03:19:05.818Z] Creating amd64-cgroup2-bundles.tar.gz
03:19:05 [2022-08-22T03:19:05.818Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
03:19:05 [2022-08-22T03:19:05.818Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
03:19:05 [2022-08-22T03:19:05.915Z] --- PASS: TestCreateServiceMaxReplicas (2.66s)
03:19:05 [2022-08-22T03:19:05.915Z] === RUN   TestCreateWithDuplicateNetworkNames
03:19:06 [2022-08-22T03:19:06.013Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.30s)
03:19:06 [2022-08-22T03:19:06.013Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
[Pipeline] archiveArtifacts
03:19:06 [2022-08-22T03:19:06.090Z] Archiving artifacts
03:19:07 [2022-08-22T03:19:07.391Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.38s)
03:19:07 [2022-08-22T03:19:07.391Z] === RUN   TestCgroupNamespacesRunHostMode
03:19:08 [2022-08-22T03:19:08.049Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44001/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
03:19:08 [2022-08-22T03:19:08.348Z] + make clean
03:19:08 [2022-08-22T03:19:08.348Z] docker volume rm -f docker-dev-cache docker-mod-cache
03:19:08 [2022-08-22T03:19:08.348Z] docker-dev-cache
03:19:08 [2022-08-22T03:19:08.348Z] docker-mod-cache
[Pipeline] deleteDir
03:19:08 [2022-08-22T03:19:08.770Z] --- PASS: TestCgroupNamespacesRunHostMode (1.38s)
03:19:08 [2022-08-22T03:19:08.770Z] === RUN   TestCgroupNamespacesRunPrivateMode
03:19:08 [2022-08-22T03:19:08.770Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
03:19:09 [2022-08-22T03:19:09.029Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
03:19:09 [2022-08-22T03:19:09.598Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
03:19:10 [2022-08-22T03:19:10.536Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.71s)
03:19:10 [2022-08-22T03:19:10.536Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
03:19:11 [2022-08-22T03:19:11.106Z] === RUN   TestDockerSuite/TestPostContainersAttach
03:19:12 [2022-08-22T03:19:12.043Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
03:19:12 [2022-08-22T03:19:12.302Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.75s)
03:19:12 [2022-08-22T03:19:12.302Z] === RUN   TestCgroupNamespacesRunInvalidMode
03:19:13 [2022-08-22T03:19:13.240Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s)
03:19:13 [2022-08-22T03:19:13.240Z] === RUN   TestCgroupNamespacesRunOlderClient
03:19:14 [2022-08-22T03:19:14.620Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.37s)
03:19:14 [2022-08-22T03:19:14.620Z] === RUN   TestNISDomainname
03:19:15 [2022-08-22T03:19:15.557Z] --- PASS: TestNISDomainname (0.89s)
03:19:15 [2022-08-22T03:19:15.557Z] === RUN   TestHostnameDnsResolution
03:19:16 [2022-08-22T03:19:16.496Z] --- PASS: TestHostnameDnsResolution (1.10s)
03:19:16 [2022-08-22T03:19:16.496Z] === RUN   TestUnprivilegedPortsAndPing
03:19:16 [2022-08-22T03:19:16.496Z]     check_test.go:540: [db858263ece73] daemon is not started
03:19:16 [2022-08-22T03:19:16.756Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
03:19:17 [2022-08-22T03:19:17.328Z] --- PASS: TestUnprivilegedPortsAndPing (0.67s)
03:19:17 [2022-08-22T03:19:17.328Z] === RUN   TestPrivilegedHostDevices
03:19:17 [2022-08-22T03:19:17.897Z] --- PASS: TestPrivilegedHostDevices (0.80s)
03:19:17 [2022-08-22T03:19:17.897Z] === RUN   TestRunConsoleSize
03:19:18 [2022-08-22T03:19:18.155Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
03:19:18 [2022-08-22T03:19:18.155Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
03:19:18 [2022-08-22T03:19:18.155Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
03:19:18 [2022-08-22T03:19:18.155Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
03:19:18 [2022-08-22T03:19:18.724Z] --- PASS: TestRunConsoleSize (0.69s)
03:19:18 [2022-08-22T03:19:18.724Z] === RUN   TestRunWithAlternativeContainerdShim
03:19:18 [2022-08-22T03:19:18.985Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
03:19:18 [2022-08-22T03:19:18.985Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
03:19:19 [2022-08-22T03:19:19.921Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
03:19:19 [2022-08-22T03:19:19.921Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
03:19:20 [2022-08-22T03:19:20.181Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
03:19:20 [2022-08-22T03:19:20.440Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
03:19:20 [2022-08-22T03:19:20.699Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
03:19:20 [2022-08-22T03:19:20.750Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.15s)
03:19:20 [2022-08-22T03:19:20.750Z] === RUN   TestCreateServiceSecretFileMode
03:19:21 [2022-08-22T03:19:21.637Z] --- PASS: TestRunWithAlternativeContainerdShim (2.99s)
03:19:21 [2022-08-22T03:19:21.637Z] === RUN   TestStats
03:19:21 [2022-08-22T03:19:21.676Z] --- PASS: TestCreateServiceSecretFileMode (2.48s)
03:19:21 [2022-08-22T03:19:21.676Z] === RUN   TestCreateServiceConfigFileMode
03:19:21 [2022-08-22T03:19:21.898Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
03:19:21 [2022-08-22T03:19:21.898Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
03:19:22 [2022-08-22T03:19:22.836Z] === RUN   TestDockerSuite/TestAttachAfterDetach
03:19:24 [2022-08-22T03:19:24.190Z] --- PASS: TestCreateServiceConfigFileMode (2.52s)
03:19:24 [2022-08-22T03:19:24.190Z] === RUN   TestCreateServiceSysctls
03:19:24 [2022-08-22T03:19:24.742Z] --- PASS: TestStats (2.69s)
03:19:24 [2022-08-22T03:19:24.742Z] === RUN   TestStopContainerWithTimeout
03:19:24 [2022-08-22T03:19:24.742Z] === RUN   TestStopContainerWithTimeout/0
03:19:24 [2022-08-22T03:19:24.742Z] === PAUSE TestStopContainerWithTimeout/0
03:19:24 [2022-08-22T03:19:24.742Z] === RUN   TestStopContainerWithTimeout/1
03:19:24 [2022-08-22T03:19:24.742Z] === PAUSE TestStopContainerWithTimeout/1
03:19:24 [2022-08-22T03:19:24.742Z] === RUN   TestStopContainerWithTimeout/3
03:19:24 [2022-08-22T03:19:24.742Z] === PAUSE TestStopContainerWithTimeout/3
03:19:24 [2022-08-22T03:19:24.742Z] === RUN   TestStopContainerWithTimeout/-1
03:19:24 [2022-08-22T03:19:24.742Z] === PAUSE TestStopContainerWithTimeout/-1
03:19:24 [2022-08-22T03:19:24.742Z] === CONT  TestStopContainerWithTimeout/0
03:19:24 [2022-08-22T03:19:24.742Z] === CONT  TestStopContainerWithTimeout/-1
03:19:24 [2022-08-22T03:19:24.742Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
03:19:25 [2022-08-22T03:19:25.679Z] === CONT  TestStopContainerWithTimeout/3
03:19:26 [2022-08-22T03:19:26.249Z] === RUN   TestDockerSuite/TestAttachDetach
03:19:27 [2022-08-22T03:19:27.187Z] === RUN   TestDockerSuite/TestAttachDisconnect
03:19:27 [2022-08-22T03:19:27.447Z] === CONT  TestStopContainerWithTimeout/1
03:19:27 [2022-08-22T03:19:27.454Z] --- PASS: TestCreateServiceSysctls (2.95s)
03:19:27 [2022-08-22T03:19:27.454Z] === RUN   TestCreateServiceCapabilities
03:19:28 [2022-08-22T03:19:28.385Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
03:19:28 [2022-08-22T03:19:28.385Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
03:19:29 [2022-08-22T03:19:29.339Z] --- PASS: TestStopContainerWithTimeout (0.01s)
03:19:29 [2022-08-22T03:19:29.339Z]     --- PASS: TestStopContainerWithTimeout/0 (1.08s)
03:19:29 [2022-08-22T03:19:29.339Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.06s)
03:19:29 [2022-08-22T03:19:29.339Z]     --- PASS: TestStopContainerWithTimeout/3 (2.71s)
03:19:29 [2022-08-22T03:19:29.339Z]     --- PASS: TestStopContainerWithTimeout/1 (1.74s)
03:19:29 [2022-08-22T03:19:29.339Z] === RUN   TestDeleteDevicemapper
03:19:29 [2022-08-22T03:19:29.339Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
03:19:29 [2022-08-22T03:19:29.339Z] --- SKIP: TestDeleteDevicemapper (0.00s)
03:19:29 [2022-08-22T03:19:29.339Z] === RUN   TestStopContainerWithRestartPolicyAlways
03:19:29 [2022-08-22T03:19:29.916Z] === RUN   TestDockerSuite/TestAttachPausedContainer
03:19:29 [2022-08-22T03:19:29.969Z] --- PASS: TestCreateServiceCapabilities (2.37s)
03:19:29 [2022-08-22T03:19:29.969Z] === RUN   TestInspect
03:19:30 [2022-08-22T03:19:30.877Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
03:19:31 [2022-08-22T03:19:31.136Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
03:19:31 [2022-08-22T03:19:31.396Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.22s)
03:19:31 [2022-08-22T03:19:31.396Z] === RUN   TestUpdateMemory
03:19:31 [2022-08-22T03:19:31.396Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
03:19:31 [2022-08-22T03:19:31.396Z] --- SKIP: TestUpdateMemory (0.00s)
03:19:31 [2022-08-22T03:19:31.396Z] === RUN   TestUpdateCPUQuota
03:19:31 [2022-08-22T03:19:31.660Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
03:19:32 [2022-08-22T03:19:32.483Z] --- PASS: TestInspect (2.71s)
03:19:32 [2022-08-22T03:19:32.483Z] === RUN   TestCreateJob
03:19:32 [2022-08-22T03:19:32.598Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
03:19:32 [2022-08-22T03:19:32.859Z] --- PASS: TestUpdateCPUQuota (1.36s)
03:19:32 [2022-08-22T03:19:32.859Z] === RUN   TestUpdatePidsLimit
03:19:32 [2022-08-22T03:19:32.859Z] === RUN   TestUpdatePidsLimit/update_from_none
03:19:33 [2022-08-22T03:19:33.119Z] === RUN   TestUpdatePidsLimit/no_change
03:19:33 [2022-08-22T03:19:33.699Z] === RUN   TestUpdatePidsLimit/update_lower
03:19:33 [2022-08-22T03:19:33.959Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
03:19:34 [2022-08-22T03:19:34.528Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
03:19:34 [2022-08-22T03:19:34.788Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
03:19:34 [2022-08-22T03:19:34.788Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
03:19:34 [2022-08-22T03:19:34.998Z] --- PASS: TestCreateJob (2.53s)
03:19:34 [2022-08-22T03:19:34.998Z] === RUN   TestReplicatedJob
03:19:35 [2022-08-22T03:19:35.047Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
03:19:36 [2022-08-22T03:19:36.425Z] --- PASS: TestUpdatePidsLimit (3.69s)
03:19:36 [2022-08-22T03:19:36.425Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.39s)
03:19:36 [2022-08-22T03:19:36.425Z]     --- PASS: TestUpdatePidsLimit/no_change (0.39s)
03:19:36 [2022-08-22T03:19:36.425Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.41s)
03:19:36 [2022-08-22T03:19:36.425Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s)
03:19:36 [2022-08-22T03:19:36.425Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.32s)
03:19:36 [2022-08-22T03:19:36.425Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.42s)
03:19:36 [2022-08-22T03:19:36.425Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s)
03:19:36 [2022-08-22T03:19:36.425Z] === RUN   TestUpdateRestartPolicy
03:19:37 [2022-08-22T03:19:37.803Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
03:19:37 [2022-08-22T03:19:37.803Z]     docker_cli_daemon_test.go:233: unmatched requirement Devicemapper
03:19:37 [2022-08-22T03:19:37.803Z]     check_test.go:540: [d4d0005777acd] daemon is not started
03:19:37 [2022-08-22T03:19:37.803Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
03:19:37 [2022-08-22T03:19:37.803Z]     docker_cli_daemon_test.go:213: unmatched requirement Devicemapper
03:19:37 [2022-08-22T03:19:37.803Z]     check_test.go:540: [df167f812bfb8] daemon is not started
03:19:37 [2022-08-22T03:19:37.803Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
03:19:40 [2022-08-22T03:19:40.240Z] --- PASS: TestReplicatedJob (4.89s)
03:19:40 [2022-08-22T03:19:40.240Z] === RUN   TestUpdateReplicatedJob
03:19:41 [2022-08-22T03:19:41.095Z]     check_test.go:540: [df0e170344176] daemon is not started
03:19:41 [2022-08-22T03:19:41.095Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
03:19:42 [2022-08-22T03:19:42.754Z] --- PASS: TestUpdateReplicatedJob (3.13s)
03:19:42 [2022-08-22T03:19:42.754Z] === RUN   TestServiceListWithStatuses
03:19:42 [2022-08-22T03:19:42.754Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
03:19:42 [2022-08-22T03:19:42.754Z] --- SKIP: TestServiceListWithStatuses (0.00s)
03:19:42 [2022-08-22T03:19:42.754Z] === RUN   TestDockerNetworkConnectAlias
03:19:45 [2022-08-22T03:19:45.293Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
03:19:46 [2022-08-22T03:19:46.672Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
03:19:46 [2022-08-22T03:19:46.918Z] --- PASS: TestDockerNetworkConnectAlias (4.01s)
03:19:46 [2022-08-22T03:19:46.918Z] === RUN   TestDockerNetworkReConnect
03:19:47 [2022-08-22T03:19:47.240Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
03:19:47 [2022-08-22T03:19:47.500Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
03:19:48 [2022-08-22T03:19:48.440Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
03:19:48 [2022-08-22T03:19:48.702Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
03:19:49 [2022-08-22T03:19:49.272Z] --- PASS: TestUpdateRestartPolicy (12.72s)
03:19:49 [2022-08-22T03:19:49.272Z] === RUN   TestUpdateRestartWithAutoRemove
03:19:49 [2022-08-22T03:19:49.840Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s)
03:19:49 [2022-08-22T03:19:49.840Z] === RUN   TestWaitNonBlocked
03:19:49 [2022-08-22T03:19:49.840Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
03:19:49 [2022-08-22T03:19:49.840Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
03:19:49 [2022-08-22T03:19:49.840Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
03:19:49 [2022-08-22T03:19:49.840Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
03:19:49 [2022-08-22T03:19:49.840Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
03:19:49 [2022-08-22T03:19:49.840Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
03:19:50 [2022-08-22T03:19:50.100Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
03:19:50 [2022-08-22T03:19:50.182Z] --- PASS: TestDockerNetworkReConnect (2.96s)
03:19:50 [2022-08-22T03:19:50.182Z] === RUN   TestServicePlugin
03:19:50 [2022-08-22T03:19:50.182Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:19:50 [2022-08-22T03:19:50.182Z] --- SKIP: TestServicePlugin (0.00s)
03:19:50 [2022-08-22T03:19:50.182Z] === RUN   TestServiceUpdateLabel
03:19:50 [2022-08-22T03:19:50.668Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
03:19:50 [2022-08-22T03:19:50.928Z] --- PASS: TestWaitNonBlocked (0.02s)
03:19:50 [2022-08-22T03:19:50.928Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.96s)
03:19:50 [2022-08-22T03:19:50.928Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.99s)
03:19:50 [2022-08-22T03:19:50.928Z] === RUN   TestWaitBlocked
03:19:50 [2022-08-22T03:19:50.928Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
03:19:50 [2022-08-22T03:19:50.928Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
03:19:50 [2022-08-22T03:19:50.928Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
03:19:50 [2022-08-22T03:19:50.928Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
03:19:50 [2022-08-22T03:19:50.928Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
03:19:50 [2022-08-22T03:19:50.928Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
03:19:51 [2022-08-22T03:19:51.547Z] --- PASS: TestServiceUpdateLabel (1.82s)
03:19:51 [2022-08-22T03:19:51.547Z] === RUN   TestServiceUpdateSecrets
03:19:51 [2022-08-22T03:19:51.869Z] --- PASS: TestWaitBlocked (0.02s)
03:19:51 [2022-08-22T03:19:51.869Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s)
03:19:51 [2022-08-22T03:19:51.869Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.06s)
03:19:51 [2022-08-22T03:19:51.869Z] === RUN   TestWaitConditions
03:19:51 [2022-08-22T03:19:51.869Z] === RUN   TestWaitConditions/default
03:19:51 [2022-08-22T03:19:51.869Z] === PAUSE TestWaitConditions/default
03:19:51 [2022-08-22T03:19:51.869Z] === RUN   TestWaitConditions/not-running
03:19:51 [2022-08-22T03:19:51.869Z] === PAUSE TestWaitConditions/not-running
03:19:51 [2022-08-22T03:19:51.869Z] === RUN   TestWaitConditions/next-exit
03:19:51 [2022-08-22T03:19:51.869Z] === PAUSE TestWaitConditions/next-exit
03:19:51 [2022-08-22T03:19:51.869Z] === RUN   TestWaitConditions/removed
03:19:51 [2022-08-22T03:19:51.869Z] === PAUSE TestWaitConditions/removed
03:19:51 [2022-08-22T03:19:51.869Z] === CONT  TestWaitConditions/default
03:19:51 [2022-08-22T03:19:51.869Z] === CONT  TestWaitConditions/next-exit
03:19:53 [2022-08-22T03:19:53.247Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
03:19:53 [2022-08-22T03:19:53.247Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
03:19:53 [2022-08-22T03:19:53.508Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
03:19:53 [2022-08-22T03:19:53.768Z] === CONT  TestWaitConditions/not-running
03:19:54 [2022-08-22T03:19:54.027Z] === CONT  TestWaitConditions/removed
03:19:55 [2022-08-22T03:19:55.935Z] --- PASS: TestWaitConditions (0.02s)
03:19:55 [2022-08-22T03:19:55.935Z]     --- PASS: TestWaitConditions/default (1.73s)
03:19:55 [2022-08-22T03:19:55.935Z]     --- PASS: TestWaitConditions/next-exit (1.95s)
03:19:55 [2022-08-22T03:19:55.935Z]     --- PASS: TestWaitConditions/removed (1.78s)
03:19:55 [2022-08-22T03:19:55.935Z]     --- PASS: TestWaitConditions/not-running (2.07s)
03:19:55 [2022-08-22T03:19:55.935Z] === RUN   TestWaitRestartedContainer
03:19:55 [2022-08-22T03:19:55.935Z] === RUN   TestWaitRestartedContainer/default
03:19:55 [2022-08-22T03:19:55.935Z] === PAUSE TestWaitRestartedContainer/default
03:19:55 [2022-08-22T03:19:55.935Z] === RUN   TestWaitRestartedContainer/not-running
03:19:55 [2022-08-22T03:19:55.935Z] === PAUSE TestWaitRestartedContainer/not-running
03:19:55 [2022-08-22T03:19:55.935Z] === RUN   TestWaitRestartedContainer/next-exit
03:19:55 [2022-08-22T03:19:55.935Z] === PAUSE TestWaitRestartedContainer/next-exit
03:19:55 [2022-08-22T03:19:55.935Z] === CONT  TestWaitRestartedContainer/default
03:19:55 [2022-08-22T03:19:55.935Z] === CONT  TestWaitRestartedContainer/next-exit
03:19:57 [2022-08-22T03:19:57.841Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
03:19:58 [2022-08-22T03:19:58.101Z] === CONT  TestWaitRestartedContainer/not-running
03:20:00 [2022-08-22T03:20:00.012Z] --- PASS: TestWaitRestartedContainer (0.02s)
03:20:00 [2022-08-22T03:20:00.012Z]     --- PASS: TestWaitRestartedContainer/next-exit (2.35s)
03:20:00 [2022-08-22T03:20:00.012Z]     --- PASS: TestWaitRestartedContainer/default (2.47s)
03:20:00 [2022-08-22T03:20:00.012Z]     --- PASS: TestWaitRestartedContainer/not-running (1.66s)
03:20:00 [2022-08-22T03:20:00.012Z] === CONT  TestContainerStartOnDaemonRestart
03:20:00 [2022-08-22T03:20:00.012Z] === CONT  TestRestartDaemonWithRestartingContainer
03:20:00 [2022-08-22T03:20:00.271Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
03:20:01 [2022-08-22T03:20:01.653Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
03:20:04 [2022-08-22T03:20:04.193Z] --- PASS: TestContainerStartOnDaemonRestart (4.15s)
03:20:04 [2022-08-22T03:20:04.193Z] === CONT  TestIpcModeOlderClient
03:20:04 [2022-08-22T03:20:04.193Z] --- PASS: TestIpcModeOlderClient (0.08s)
03:20:04 [2022-08-22T03:20:04.193Z] === CONT  TestContainerKillOnDaemonStart
03:20:04 [2022-08-22T03:20:04.193Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.32s)
03:20:04 [2022-08-22T03:20:04.193Z] === CONT  TestDaemonHostGatewayIP
03:20:04 [2022-08-22T03:20:04.762Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
03:20:05 [2022-08-22T03:20:05.021Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
03:20:06 [2022-08-22T03:20:06.386Z] --- PASS: TestServiceUpdateSecrets (14.40s)
03:20:06 [2022-08-22T03:20:06.386Z] === RUN   TestServiceUpdateConfigs
03:20:06 [2022-08-22T03:20:06.930Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
03:20:06 [2022-08-22T03:20:06.930Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
03:20:08 [2022-08-22T03:20:08.313Z] --- PASS: TestDaemonHostGatewayIP (4.25s)
03:20:08 [2022-08-22T03:20:08.313Z] === CONT  TestDaemonRestartIpcMode
03:20:08 [2022-08-22T03:20:08.881Z]     check_test.go:540: [dc2963429dd4a] daemon is not started
03:20:08 [2022-08-22T03:20:08.882Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
03:20:10 [2022-08-22T03:20:10.789Z] === RUN   TestDockerSuite/TestBuildAddNonTar
03:20:12 [2022-08-22T03:20:12.169Z] --- PASS: TestDaemonRestartIpcMode (3.53s)
03:20:12 [2022-08-22T03:20:12.169Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
03:20:12 [2022-08-22T03:20:12.169Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
03:20:12 [2022-08-22T03:20:12.429Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
03:20:14 [2022-08-22T03:20:14.962Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
03:20:14 [2022-08-22T03:20:14.962Z]     docker_cli_daemon_plugins_test.go:106: [d53c9b8b19fd5] daemon is not started
03:20:15 [2022-08-22T03:20:15.897Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
03:20:16 [2022-08-22T03:20:16.838Z] --- PASS: TestContainerKillOnDaemonStart (12.77s)
03:20:16 [2022-08-22T03:20:16.838Z] PASS
03:20:16 [2022-08-22T03:20:16.838Z] 
03:20:16 [2022-08-22T03:20:16.838Z] === Skipped
03:20:16 [2022-08-22T03:20:16.838Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
03:20:16 [2022-08-22T03:20:16.838Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
03:20:16 [2022-08-22T03:20:16.838Z] 
03:20:16 [2022-08-22T03:20:16.838Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
03:20:16 [2022-08-22T03:20:16.838Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
03:20:16 [2022-08-22T03:20:16.838Z] 
03:20:16 [2022-08-22T03:20:16.838Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
03:20:16 [2022-08-22T03:20:16.838Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
03:20:16 [2022-08-22T03:20:16.838Z] 
03:20:16 [2022-08-22T03:20:16.838Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.01s)
03:20:16 [2022-08-22T03:20:16.838Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
03:20:16 [2022-08-22T03:20:16.838Z] 
03:20:16 [2022-08-22T03:20:16.838Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
03:20:16 [2022-08-22T03:20:16.838Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
03:20:16 [2022-08-22T03:20:16.838Z] 
03:20:16 [2022-08-22T03:20:16.838Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
03:20:16 [2022-08-22T03:20:16.838Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
03:20:16 [2022-08-22T03:20:16.838Z] 
03:20:16 [2022-08-22T03:20:16.838Z] DONE 272 tests, 6 skipped in 176.079s
03:20:16 [2022-08-22T03:20:16.838Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
03:20:16 [2022-08-22T03:20:16.838Z] ++ 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
03:20:16 [2022-08-22T03:20:16.838Z] ++ set -e
03:20:16 [2022-08-22T03:20:16.838Z] ++ '[' -n 0 ']'
03:20:16 [2022-08-22T03:20:16.838Z] ++ set -x
03:20:16 [2022-08-22T03:20:16.838Z] ++ 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
03:20:17 [2022-08-22T03:20:17.098Z] === RUN   TestConfigDaemonLibtrustID
03:20:17 [2022-08-22T03:20:17.098Z]     check_test.go:540: [d4bfedc9b9695] daemon is not started
03:20:17 [2022-08-22T03:20:17.098Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
03:20:17 [2022-08-22T03:20:17.098Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
03:20:17 [2022-08-22T03:20:17.682Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
03:20:17 [2022-08-22T03:20:17.682Z] === RUN   TestConfigDaemonID
03:20:18 [2022-08-22T03:20:18.301Z] === RUN   TestDockerSuite/TestBuildAddScript
03:20:18 [2022-08-22T03:20:18.563Z]     daemon_test.go:83: [d1272c9c91a6b] daemon is not started
03:20:18 [2022-08-22T03:20:18.563Z] --- PASS: TestConfigDaemonID (1.07s)
03:20:18 [2022-08-22T03:20:18.563Z] === RUN   TestDaemonConfigValidation
03:20:18 [2022-08-22T03:20:18.563Z] === RUN   TestDaemonConfigValidation/config_with_no_content
03:20:18 [2022-08-22T03:20:18.563Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
03:20:18 [2022-08-22T03:20:18.563Z] === RUN   TestDaemonConfigValidation/config_with_{}
03:20:18 [2022-08-22T03:20:18.563Z] === PAUSE TestDaemonConfigValidation/config_with_{}
03:20:18 [2022-08-22T03:20:18.563Z] === RUN   TestDaemonConfigValidation/invalid_config
03:20:18 [2022-08-22T03:20:18.563Z] === PAUSE TestDaemonConfigValidation/invalid_config
03:20:18 [2022-08-22T03:20:18.563Z] === RUN   TestDaemonConfigValidation/malformed_config
03:20:18 [2022-08-22T03:20:18.563Z] === PAUSE TestDaemonConfigValidation/malformed_config
03:20:18 [2022-08-22T03:20:18.563Z] === RUN   TestDaemonConfigValidation/valid_config
03:20:18 [2022-08-22T03:20:18.563Z] === PAUSE TestDaemonConfigValidation/valid_config
03:20:18 [2022-08-22T03:20:18.563Z] === CONT  TestDaemonConfigValidation/config_with_no_content
03:20:18 [2022-08-22T03:20:18.563Z] === CONT  TestDaemonConfigValidation/malformed_config
03:20:18 [2022-08-22T03:20:18.821Z] === CONT  TestDaemonConfigValidation/valid_config
03:20:18 [2022-08-22T03:20:18.821Z] === CONT  TestDaemonConfigValidation/invalid_config
03:20:18 [2022-08-22T03:20:18.821Z] === CONT  TestDaemonConfigValidation/config_with_{}
03:20:19 [2022-08-22T03:20:19.080Z] --- PASS: TestDaemonConfigValidation (0.00s)
03:20:19 [2022-08-22T03:20:19.080Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.12s)
03:20:19 [2022-08-22T03:20:19.080Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.13s)
03:20:19 [2022-08-22T03:20:19.080Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.13s)
03:20:19 [2022-08-22T03:20:19.080Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.14s)
03:20:19 [2022-08-22T03:20:19.080Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.11s)
03:20:19 [2022-08-22T03:20:19.080Z] === RUN   TestConfigDaemonSeccompProfiles
03:20:19 [2022-08-22T03:20:19.080Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
03:20:20 [2022-08-22T03:20:20.017Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
03:20:20 [2022-08-22T03:20:20.275Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
03:20:20 [2022-08-22T03:20:20.844Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
03:20:21 [2022-08-22T03:20:21.104Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
03:20:21 [2022-08-22T03:20:21.221Z] --- PASS: TestServiceUpdateConfigs (15.25s)
03:20:21 [2022-08-22T03:20:21.221Z] === RUN   TestServiceUpdateNetwork
03:20:22 [2022-08-22T03:20:22.483Z] === CONT  TestConfigDaemonSeccompProfiles
03:20:22 [2022-08-22T03:20:22.483Z]     daemon_test.go:197: [d4657b7d588e8] daemon is not started
03:20:22 [2022-08-22T03:20:22.483Z] --- PASS: TestConfigDaemonSeccompProfiles (3.17s)
03:20:22 [2022-08-22T03:20:22.483Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s)
03:20:22 [2022-08-22T03:20:22.483Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s)
03:20:22 [2022-08-22T03:20:22.483Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s)
03:20:22 [2022-08-22T03:20:22.483Z] === RUN   TestDaemonProxy
03:20:22 [2022-08-22T03:20:22.483Z] === RUN   TestDaemonProxy/environment_variables
03:20:23 [2022-08-22T03:20:23.862Z] === RUN   TestDaemonProxy/command-line_options
03:20:25 [2022-08-22T03:20:25.769Z] === RUN   TestDaemonProxy/configuration_file
03:20:26 [2022-08-22T03:20:26.028Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
03:20:26 [2022-08-22T03:20:26.028Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
03:20:26 [2022-08-22T03:20:26.964Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
03:20:27 [2022-08-22T03:20:27.533Z] === RUN   TestDaemonProxy/conflicting_options
03:20:27 [2022-08-22T03:20:27.533Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
03:20:28 [2022-08-22T03:20:28.102Z] === RUN   TestDaemonProxy/reload_sanitized
03:20:28 [2022-08-22T03:20:28.362Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
03:20:28 [2022-08-22T03:20:28.362Z]     docker_cli_daemon_test.go:2841: Checking IpcMode private set from config
03:20:28 [2022-08-22T03:20:28.621Z] --- PASS: TestDaemonProxy (6.39s)
03:20:28 [2022-08-22T03:20:28.621Z]     --- PASS: TestDaemonProxy/environment_variables (1.77s)
03:20:28 [2022-08-22T03:20:28.621Z]     --- PASS: TestDaemonProxy/command-line_options (1.81s)
03:20:28 [2022-08-22T03:20:28.621Z]     --- PASS: TestDaemonProxy/configuration_file (1.79s)
03:20:28 [2022-08-22T03:20:28.621Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
03:20:28 [2022-08-22T03:20:28.621Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
03:20:28 [2022-08-22T03:20:28.621Z] PASS
03:20:28 [2022-08-22T03:20:28.621Z] 
03:20:28 [2022-08-22T03:20:28.621Z] DONE 18 tests in 11.745s
03:20:28 [2022-08-22T03:20:28.621Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
03:20:28 [2022-08-22T03:20:28.621Z] ++ 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
03:20:28 [2022-08-22T03:20:28.621Z] ++ set -e
03:20:28 [2022-08-22T03:20:28.621Z] ++ '[' -n 0 ']'
03:20:28 [2022-08-22T03:20:28.621Z] ++ set -x
03:20:28 [2022-08-22T03:20:28.621Z] ++ 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
03:20:28 [2022-08-22T03:20:28.881Z]     docker_cli_daemon_test.go:2841: Checking IpcMode shareable set from config
03:20:28 [2022-08-22T03:20:28.881Z] INFO: Testing against a local daemon
03:20:28 [2022-08-22T03:20:28.881Z] === RUN   TestCommitInheritsEnv
03:20:29 [2022-08-22T03:20:29.140Z] --- PASS: TestCommitInheritsEnv (0.41s)
03:20:29 [2022-08-22T03:20:29.140Z] === RUN   TestImportExtremelyLargeImageWorks
03:20:29 [2022-08-22T03:20:29.140Z] === PAUSE TestImportExtremelyLargeImageWorks
03:20:29 [2022-08-22T03:20:29.140Z] === RUN   TestImportWithCustomPlatform
03:20:29 [2022-08-22T03:20:29.140Z] === RUN   TestImportWithCustomPlatform/#00
03:20:29 [2022-08-22T03:20:29.400Z]     docker_cli_daemon_test.go:2841: Checking IpcMode host set from config
03:20:29 [2022-08-22T03:20:29.400Z] === RUN   TestImportWithCustomPlatform/_______
03:20:29 [2022-08-22T03:20:29.400Z] === RUN   TestImportWithCustomPlatform//
03:20:29 [2022-08-22T03:20:29.400Z] === RUN   TestImportWithCustomPlatform/linux
03:20:29 [2022-08-22T03:20:29.400Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
03:20:29 [2022-08-22T03:20:29.400Z] === RUN   TestImportWithCustomPlatform/LINUX
03:20:29 [2022-08-22T03:20:29.659Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
03:20:29 [2022-08-22T03:20:29.660Z] === RUN   TestImportWithCustomPlatform/macos
03:20:29 [2022-08-22T03:20:29.660Z] === RUN   TestImportWithCustomPlatform/macos/arm64
03:20:29 [2022-08-22T03:20:29.660Z] === RUN   TestImportWithCustomPlatform/nintendo64
03:20:29 [2022-08-22T03:20:29.660Z] --- PASS: TestImportWithCustomPlatform (0.53s)
03:20:29 [2022-08-22T03:20:29.660Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.17s)
03:20:29 [2022-08-22T03:20:29.660Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
03:20:29 [2022-08-22T03:20:29.660Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
03:20:29 [2022-08-22T03:20:29.660Z]     --- PASS: TestImportWithCustomPlatform/linux (0.09s)
03:20:29 [2022-08-22T03:20:29.660Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.13s)
03:20:29 [2022-08-22T03:20:29.660Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.11s)
03:20:29 [2022-08-22T03:20:29.660Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
03:20:29 [2022-08-22T03:20:29.660Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
03:20:29 [2022-08-22T03:20:29.660Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
03:20:29 [2022-08-22T03:20:29.660Z] === RUN   TestImagesFilterMultiReference
03:20:29 [2022-08-22T03:20:29.919Z]     docker_cli_daemon_test.go:2841: Checking IpcMode container:123 set from config
03:20:29 [2022-08-22T03:20:29.919Z] --- PASS: TestImagesFilterMultiReference (0.08s)
03:20:29 [2022-08-22T03:20:29.919Z] === RUN   TestImagePullPlatformInvalid
03:20:29 [2022-08-22T03:20:29.919Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
03:20:29 [2022-08-22T03:20:29.919Z] === RUN   TestRemoveImageOrphaning
03:20:30 [2022-08-22T03:20:30.179Z] --- PASS: TestRemoveImageOrphaning (0.35s)
03:20:30 [2022-08-22T03:20:30.179Z] === RUN   TestRemoveImageGarbageCollector
03:20:30 [2022-08-22T03:20:30.179Z]     docker_cli_daemon_test.go:2841: Checking IpcMode nosuchmode set from config
03:20:30 [2022-08-22T03:20:30.747Z] time="2022-08-22T03:20:30Z" level=info msg="[graphdriver] trying configured driver: overlay2"
03:20:30 [2022-08-22T03:20:30.747Z]     docker_cli_daemon_test.go:2841: Checking IpcMode private set from cli
03:20:31 [2022-08-22T03:20:31.315Z]     docker_cli_daemon_test.go:2841: Checking IpcMode shareable set from cli
03:20:31 [2022-08-22T03:20:31.884Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
03:20:31 [2022-08-22T03:20:31.884Z]     docker_cli_daemon_test.go:2841: Checking IpcMode host set from cli
03:20:32 [2022-08-22T03:20:32.143Z] === RUN   TestDockerSuite/TestBuildAddTar
03:20:32 [2022-08-22T03:20:32.403Z]     docker_cli_daemon_test.go:2841: Checking IpcMode container:123 set from cli
03:20:32 [2022-08-22T03:20:32.663Z] --- PASS: TestRemoveImageGarbageCollector (2.37s)
03:20:32 [2022-08-22T03:20:32.663Z] === RUN   TestTagUnprefixedRepoByNameOrName
03:20:32 [2022-08-22T03:20:32.663Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
03:20:32 [2022-08-22T03:20:32.663Z] === RUN   TestTagInvalidReference
03:20:32 [2022-08-22T03:20:32.663Z] --- PASS: TestTagInvalidReference (0.03s)
03:20:32 [2022-08-22T03:20:32.663Z] === RUN   TestTagValidPrefixedRepo
03:20:32 [2022-08-22T03:20:32.663Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
03:20:32 [2022-08-22T03:20:32.663Z] === RUN   TestTagExistedNameWithoutForce
03:20:32 [2022-08-22T03:20:32.663Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
03:20:32 [2022-08-22T03:20:32.663Z] === RUN   TestTagOfficialNames
03:20:32 [2022-08-22T03:20:32.922Z] --- PASS: TestTagOfficialNames (0.06s)
03:20:32 [2022-08-22T03:20:32.922Z] === RUN   TestTagMatchesDigest
03:20:32 [2022-08-22T03:20:32.922Z] --- PASS: TestTagMatchesDigest (0.01s)
03:20:32 [2022-08-22T03:20:32.922Z] === CONT  TestImportExtremelyLargeImageWorks
03:20:32 [2022-08-22T03:20:32.922Z]     docker_cli_daemon_test.go:2841: Checking IpcMode nosuchmode set from cli
03:20:33 [2022-08-22T03:20:33.490Z]     check_test.go:540: [ddd4189bfa4ed] daemon is not started
03:20:33 [2022-08-22T03:20:33.490Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
03:20:34 [2022-08-22T03:20:34.428Z]     check_test.go:540: [d21d3d1d2d713] daemon is not started
03:20:34 [2022-08-22T03:20:34.428Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
03:20:34 [2022-08-22T03:20:34.996Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
03:20:36 [2022-08-22T03:20:36.055Z] --- PASS: TestServiceUpdateNetwork (14.80s)
03:20:36 [2022-08-22T03:20:36.055Z] === RUN   TestServiceUpdatePidsLimit
03:20:36 [2022-08-22T03:20:36.903Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
03:20:37 [2022-08-22T03:20:37.419Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
03:20:37 [2022-08-22T03:20:37.980Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
03:20:40 [2022-08-22T03:20:40.199Z] === RUN   TestDockerSuite/TestBuildAddTarXz
03:20:40 [2022-08-22T03:20:40.199Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
03:20:40 [2022-08-22T03:20:40.459Z]     check_test.go:540: [d5a2b02184c5b] daemon is not started
03:20:40 [2022-08-22T03:20:40.459Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
03:20:41 [2022-08-22T03:20:41.027Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
03:20:42 [2022-08-22T03:20:42.936Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
03:20:43 [2022-08-22T03:20:43.196Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
03:20:44 [2022-08-22T03:20:44.585Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
03:20:45 [2022-08-22T03:20:45.102Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
03:20:47 [2022-08-22T03:20:47.019Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
03:20:49 [2022-08-22T03:20:49.557Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
03:20:50 [2022-08-22T03:20:50.493Z]     check_test.go:540: [deeb4c416105b] daemon is not started
03:20:50 [2022-08-22T03:20:50.493Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
03:20:52 [2022-08-22T03:20:52.666Z] --- PASS: TestServiceUpdatePidsLimit (15.93s)
03:20:52 [2022-08-22T03:20:52.666Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
03:20:52 [2022-08-22T03:20:52.666Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s)
03:20:52 [2022-08-22T03:20:52.666Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
03:20:52 [2022-08-22T03:20:52.666Z] PASS
03:20:52 [2022-08-22T03:20:52.666Z] 
03:20:52 [2022-08-22T03:20:52.666Z] === Skipped
03:20:52 [2022-08-22T03:20:52.666Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
03:20:52 [2022-08-22T03:20:52.666Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
03:20:52 [2022-08-22T03:20:52.666Z] 
03:20:52 [2022-08-22T03:20:52.666Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
03:20:52 [2022-08-22T03:20:52.666Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
03:20:52 [2022-08-22T03:20:52.666Z] 
03:20:52 [2022-08-22T03:20:52.666Z] DONE 27 tests, 2 skipped in 133.546s
03:20:52 [2022-08-22T03:20:52.666Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
03:20:52 [2022-08-22T03:20:52.666Z] ++ 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
03:20:52 [2022-08-22T03:20:52.666Z] ++ set -e
03:20:52 [2022-08-22T03:20:52.666Z] ++ '[' -n 0 ']'
03:20:52 [2022-08-22T03:20:52.666Z] ++ set -x
03:20:52 [2022-08-22T03:20:52.666Z] ++ 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
03:20:52 [2022-08-22T03:20:52.666Z] INFO: Testing against a local daemon
03:20:52 [2022-08-22T03:20:52.666Z] === RUN   TestSessionCreate
03:20:52 [2022-08-22T03:20:52.666Z] --- PASS: TestSessionCreate (0.02s)
03:20:52 [2022-08-22T03:20:52.666Z] === RUN   TestSessionCreateWithBadUpgrade
03:20:52 [2022-08-22T03:20:52.666Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
03:20:52 [2022-08-22T03:20:52.666Z] PASS
03:20:52 [2022-08-22T03:20:52.666Z] 
03:20:52 [2022-08-22T03:20:52.666Z] DONE 2 tests in 0.143s
03:20:52 [2022-08-22T03:20:52.666Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
03:20:52 [2022-08-22T03:20:52.666Z] ++ 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
03:20:52 [2022-08-22T03:20:52.666Z] ++ set -e
03:20:52 [2022-08-22T03:20:52.666Z] ++ '[' -n 0 ']'
03:20:52 [2022-08-22T03:20:52.666Z] ++ set -x
03:20:52 [2022-08-22T03:20:52.666Z] ++ 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
03:20:52 [2022-08-22T03:20:52.666Z] INFO: Testing against a local daemon
03:20:52 [2022-08-22T03:20:52.666Z] === RUN   TestCgroupDriverSystemdMemoryLimit
03:20:52 [2022-08-22T03:20:52.666Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
03:20:52 [2022-08-22T03:20:52.666Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
03:20:52 [2022-08-22T03:20:52.666Z] === RUN   TestDiskUsage
03:20:52 [2022-08-22T03:20:52.666Z] === PAUSE TestDiskUsage
03:20:52 [2022-08-22T03:20:52.666Z] === RUN   TestEventsExecDie
03:20:52 [2022-08-22T03:20:52.666Z] --- PASS: TestEventsExecDie (0.48s)
03:20:52 [2022-08-22T03:20:52.666Z] === RUN   TestEventsBackwardsCompatible
03:20:52 [2022-08-22T03:20:52.666Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
03:20:52 [2022-08-22T03:20:52.666Z] === RUN   TestEventsVolumeCreate
03:20:52 [2022-08-22T03:20:52.666Z] --- PASS: TestEventsVolumeCreate (0.05s)
03:20:52 [2022-08-22T03:20:52.666Z] === RUN   TestInfoBinaryCommits
03:20:52 [2022-08-22T03:20:52.666Z] --- PASS: TestInfoBinaryCommits (0.02s)
03:20:52 [2022-08-22T03:20:52.666Z] === RUN   TestInfoAPIVersioned
03:20:52 [2022-08-22T03:20:52.666Z] --- PASS: TestInfoAPIVersioned (0.01s)
03:20:52 [2022-08-22T03:20:52.666Z] === RUN   TestInfoAPI
03:20:52 [2022-08-22T03:20:52.922Z] --- PASS: TestInfoAPI (0.02s)
03:20:52 [2022-08-22T03:20:52.922Z] === RUN   TestInfoAPIWarnings
03:20:53 [2022-08-22T03:20:53.787Z] === RUN   TestDockerSuite/TestBuildBlankName
03:20:54 [2022-08-22T03:20:54.355Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
03:20:54 [2022-08-22T03:20:54.924Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
03:20:56 [2022-08-22T03:20:56.831Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
03:20:58 [2022-08-22T03:20:58.209Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
03:20:58 [2022-08-22T03:20:58.778Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
03:21:00 [2022-08-22T03:21:00.159Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
03:21:01 [2022-08-22T03:21:01.097Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
03:21:02 [2022-08-22T03:21:02.476Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
03:21:03 [2022-08-22T03:21:03.856Z]     check_test.go:540: [db369e28399ca] daemon is not started
03:21:03 [2022-08-22T03:21:03.857Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
03:21:04 [2022-08-22T03:21:04.430Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
03:21:04 [2022-08-22T03:21:04.430Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
03:21:05 [2022-08-22T03:21:05.020Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
03:21:05 [2022-08-22T03:21:05.589Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
03:21:06 [2022-08-22T03:21:06.972Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
03:21:07 [2022-08-22T03:21:07.232Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
03:21:07 [2022-08-22T03:21:07.232Z]     check_test.go:540: [d4f56eff4ee8a] daemon is not started
03:21:07 [2022-08-22T03:21:07.232Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
03:21:08 [2022-08-22T03:21:08.611Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
03:21:09 [2022-08-22T03:21:09.991Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
03:21:10 [2022-08-22T03:21:10.109Z] Created binary: bundles/binary-daemon/dockerd
03:21:10 [2022-08-22T03:21:10.109Z] Copying nested executables into bundles/binary-daemon
03:21:10 [2022-08-22T03:21:10.109Z] Building: bundles/binary-daemon/docker-proxy
03:21:10 [2022-08-22T03:21:10.109Z] GOOS="" GOARCH="" GOARM=""
03:21:10 [2022-08-22T03:21:10.109Z] Created binary: bundles/binary-daemon/docker-proxy
03:21:10 [2022-08-22T03:21:10.109Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
03:21:10 [2022-08-22T03:21:10.509Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/make.sh cross
03:21:10 [2022-08-22T03:21:10.770Z] 
03:21:10 [2022-08-22T03:21:10.770Z] Removing bundles/
03:21:10 [2022-08-22T03:21:10.770Z] 
03:21:10 [2022-08-22T03:21:10.770Z] ---> Making bundle: cross (in bundles/cross)
03:21:10 [2022-08-22T03:21:10.770Z] Cross building: bundles/cross/linux/amd64
03:21:10 [2022-08-22T03:21:10.958Z] --- PASS: TestInfoAPIWarnings (16.54s)
03:21:10 [2022-08-22T03:21:10.958Z] === RUN   TestInfoDebug
03:21:10 [2022-08-22T03:21:10.958Z] --- PASS: TestInfoDebug (0.52s)
03:21:10 [2022-08-22T03:21:10.958Z] === RUN   TestInfoInsecureRegistries
03:21:10 [2022-08-22T03:21:10.958Z] --- PASS: TestInfoInsecureRegistries (0.52s)
03:21:10 [2022-08-22T03:21:10.958Z] === RUN   TestInfoRegistryMirrors
03:21:10 [2022-08-22T03:21:10.958Z] --- PASS: TestInfoRegistryMirrors (0.52s)
03:21:10 [2022-08-22T03:21:10.958Z] === RUN   TestLoginFailsWithBadCredentials
03:21:11 [2022-08-22T03:21:11.030Z] Building: bundles/cross/linux/amd64-daemon/dockerd
03:21:11 [2022-08-22T03:21:11.030Z] GOOS="linux" GOARCH="amd64" GOARM=""
03:21:11 [2022-08-22T03:21:11.214Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s)
03:21:11 [2022-08-22T03:21:11.214Z] === RUN   TestPingCacheHeaders
03:21:11 [2022-08-22T03:21:11.214Z] --- PASS: TestPingCacheHeaders (0.02s)
03:21:11 [2022-08-22T03:21:11.214Z] === RUN   TestPingGet
03:21:11 [2022-08-22T03:21:11.214Z] --- PASS: TestPingGet (0.01s)
03:21:11 [2022-08-22T03:21:11.214Z] === RUN   TestPingHead
03:21:11 [2022-08-22T03:21:11.370Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
03:21:11 [2022-08-22T03:21:11.470Z] --- PASS: TestPingHead (0.02s)
03:21:11 [2022-08-22T03:21:11.470Z] === RUN   TestPingSwarmHeader
03:21:12 [2022-08-22T03:21:12.031Z] === RUN   TestPingSwarmHeader/before_swarm_init
03:21:12 [2022-08-22T03:21:12.307Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
03:21:12 [2022-08-22T03:21:12.592Z] === RUN   TestPingSwarmHeader/after_swarm_init
03:21:13 [2022-08-22T03:21:13.520Z] === RUN   TestPingSwarmHeader/after_swarm_leave
03:21:13 [2022-08-22T03:21:13.520Z] --- PASS: TestPingSwarmHeader (2.01s)
03:21:13 [2022-08-22T03:21:13.520Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
03:21:13 [2022-08-22T03:21:13.520Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
03:21:13 [2022-08-22T03:21:13.520Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
03:21:13 [2022-08-22T03:21:13.520Z] === RUN   TestPingBuilderHeader
03:21:13 [2022-08-22T03:21:13.520Z] === RUN   TestPingBuilderHeader/default_config
03:21:13 [2022-08-22T03:21:13.775Z] === RUN   TestPingBuilderHeader/buildkit_disabled
03:21:14 [2022-08-22T03:21:14.337Z] --- PASS: TestPingBuilderHeader (1.05s)
03:21:14 [2022-08-22T03:21:14.337Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
03:21:14 [2022-08-22T03:21:14.337Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
03:21:14 [2022-08-22T03:21:14.337Z] === RUN   TestVersion
03:21:14 [2022-08-22T03:21:14.337Z] --- PASS: TestVersion (0.02s)
03:21:14 [2022-08-22T03:21:14.337Z] === CONT  TestDiskUsage
03:21:14 [2022-08-22T03:21:14.898Z] === RUN   TestDiskUsage/empty
03:21:14 [2022-08-22T03:21:14.898Z] === RUN   TestDiskUsage/empty/container_types
03:21:14 [2022-08-22T03:21:14.898Z] === RUN   TestDiskUsage/empty/image_types
03:21:14 [2022-08-22T03:21:14.898Z] === RUN   TestDiskUsage/empty/volume_types
03:21:14 [2022-08-22T03:21:14.898Z] === RUN   TestDiskUsage/empty/build-cache_types
03:21:14 [2022-08-22T03:21:14.898Z] === RUN   TestDiskUsage/empty/container,_volume_types
03:21:14 [2022-08-22T03:21:14.898Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
03:21:14 [2022-08-22T03:21:14.898Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
03:21:14 [2022-08-22T03:21:14.898Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
03:21:14 [2022-08-22T03:21:14.898Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
03:21:14 [2022-08-22T03:21:14.898Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
03:21:14 [2022-08-22T03:21:14.898Z] === RUN   TestDiskUsage/after_LoadBusybox
03:21:15 [2022-08-22T03:21:15.154Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
03:21:15 [2022-08-22T03:21:15.154Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
03:21:15 [2022-08-22T03:21:15.154Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
03:21:15 [2022-08-22T03:21:15.154Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
03:21:15 [2022-08-22T03:21:15.154Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
03:21:15 [2022-08-22T03:21:15.154Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
03:21:15 [2022-08-22T03:21:15.154Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
03:21:15 [2022-08-22T03:21:15.154Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
03:21:15 [2022-08-22T03:21:15.154Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
03:21:15 [2022-08-22T03:21:15.154Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
03:21:15 [2022-08-22T03:21:15.154Z] === RUN   TestDiskUsage/after_container.Run
03:21:15 [2022-08-22T03:21:15.410Z] === RUN   TestDiskUsage/after_container.Run/container_types
03:21:15 [2022-08-22T03:21:15.410Z] === RUN   TestDiskUsage/after_container.Run/image_types
03:21:15 [2022-08-22T03:21:15.410Z] === RUN   TestDiskUsage/after_container.Run/volume_types
03:21:15 [2022-08-22T03:21:15.410Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
03:21:15 [2022-08-22T03:21:15.410Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
03:21:15 [2022-08-22T03:21:15.410Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
03:21:15 [2022-08-22T03:21:15.410Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
03:21:15 [2022-08-22T03:21:15.410Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
03:21:15 [2022-08-22T03:21:15.410Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
03:21:15 [2022-08-22T03:21:15.410Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
03:21:15 [2022-08-22T03:21:15.666Z] --- PASS: TestDiskUsage (1.13s)
03:21:15 [2022-08-22T03:21:15.666Z]     --- PASS: TestDiskUsage/empty (0.01s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.16s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]     --- PASS: TestDiskUsage/after_container.Run (0.32s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
03:21:15 [2022-08-22T03:21:15.666Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.667Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.667Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.667Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
03:21:15 [2022-08-22T03:21:15.667Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
03:21:15 [2022-08-22T03:21:15.667Z] PASS
03:21:15 [2022-08-22T03:21:15.667Z] 
03:21:15 [2022-08-22T03:21:15.667Z] === Skipped
03:21:15 [2022-08-22T03:21:15.667Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
03:21:15 [2022-08-22T03:21:15.667Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
03:21:15 [2022-08-22T03:21:15.667Z] 
03:21:15 [2022-08-22T03:21:15.667Z] DONE 57 tests, 1 skipped in 23.493s
03:21:15 [2022-08-22T03:21:15.667Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
03:21:15 [2022-08-22T03:21:15.667Z] ++ 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
03:21:15 [2022-08-22T03:21:15.667Z] ++ set -e
03:21:15 [2022-08-22T03:21:15.667Z] ++ '[' -n 0 ']'
03:21:15 [2022-08-22T03:21:15.667Z] ++ set -x
03:21:15 [2022-08-22T03:21:15.667Z] ++ 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
03:21:15 [2022-08-22T03:21:15.667Z] INFO: Testing against a local daemon
03:21:15 [2022-08-22T03:21:15.667Z] === RUN   TestVolumesCreateAndList
03:21:15 [2022-08-22T03:21:15.667Z] --- PASS: TestVolumesCreateAndList (0.02s)
03:21:15 [2022-08-22T03:21:15.667Z] === RUN   TestVolumesRemove
03:21:15 [2022-08-22T03:21:15.667Z] --- PASS: TestVolumesRemove (0.05s)
03:21:15 [2022-08-22T03:21:15.667Z] === RUN   TestVolumesInspect
03:21:15 [2022-08-22T03:21:15.667Z] --- PASS: TestVolumesInspect (0.02s)
03:21:15 [2022-08-22T03:21:15.667Z] === RUN   TestVolumesInvalidJSON
03:21:15 [2022-08-22T03:21:15.667Z] === RUN   TestVolumesInvalidJSON/volumes/create
03:21:15 [2022-08-22T03:21:15.667Z] === PAUSE TestVolumesInvalidJSON/volumes/create
03:21:15 [2022-08-22T03:21:15.667Z] === CONT  TestVolumesInvalidJSON/volumes/create
03:21:15 [2022-08-22T03:21:15.667Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
03:21:15 [2022-08-22T03:21:15.667Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
03:21:15 [2022-08-22T03:21:15.667Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
03:21:15 [2022-08-22T03:21:15.667Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
03:21:15 [2022-08-22T03:21:15.667Z] --- PASS: TestVolumesInvalidJSON (0.01s)
03:21:15 [2022-08-22T03:21:15.667Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
03:21:15 [2022-08-22T03:21:15.667Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
03:21:15 [2022-08-22T03:21:15.667Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
03:21:15 [2022-08-22T03:21:15.667Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
03:21:15 [2022-08-22T03:21:15.667Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
03:21:15 [2022-08-22T03:21:15.667Z] PASS
03:21:15 [2022-08-22T03:21:15.667Z] 
03:21:15 [2022-08-22T03:21:15.667Z] DONE 9 tests in 0.194s
03:21:15 [2022-08-22T03:21:15.922Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
03:21:15 [2022-08-22T03:21:15.922Z] ++++ cat bundles/test-integration/docker.pid
03:21:15 [2022-08-22T03:21:15.922Z] +++ kill 14451
03:21:16 [2022-08-22T03:21:16.183Z] +++ /etc/init.d/apparmor stop
03:21:16 [2022-08-22T03:21:16.183Z] Leaving: AppArmorNo profiles have been unloaded.
03:21:16 [2022-08-22T03:21:16.183Z] 
03:21:16 [2022-08-22T03:21:16.183Z] Unloading profiles will leave already running processes permanently
03:21:16 [2022-08-22T03:21:16.183Z] unconfined, which can lead to unexpected situations.
03:21:16 [2022-08-22T03:21:16.183Z] 
03:21:16 [2022-08-22T03:21:16.183Z] To set a process to complain mode, use the command line tool
03:21:16 [2022-08-22T03:21:16.183Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
03:21:16 [2022-08-22T03:21:16.183Z] +++ true
03:21:16 [2022-08-22T03:21:16.183Z] exiting test-integration
03:21:16 [2022-08-22T03:21:16.183Z] ++ exit 0
03:21:16 [2022-08-22T03:21:16.183Z] 
Post stage
[Pipeline] junit
03:21:16 [2022-08-22T03:21:16.755Z] Recording test results
03:21:16 [2022-08-22T03:21:16.936Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
03:21:17 [2022-08-22T03:21:17.255Z] + echo Ensuring container killed.
03:21:17 [2022-08-22T03:21:17.255Z] Ensuring container killed.
03:21:17 [2022-08-22T03:21:17.255Z] + docker rm -vf docker-pr1
03:21:17 [2022-08-22T03:21:17.255Z] Error: No such container: docker-pr1
[Pipeline] sh
03:21:17 [2022-08-22T03:21:17.574Z] + echo Chowning /workspace to jenkins user
03:21:17 [2022-08-22T03:21:17.574Z] Chowning /workspace to jenkins user
03:21:17 [2022-08-22T03:21:17.574Z] + id -u
03:21:17 [2022-08-22T03:21:17.574Z] + id -g
03:21:17 [2022-08-22T03:21:17.574Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44001:/workspace busybox chown -R 1000:1000 /workspace
03:21:17 [2022-08-22T03:21:17.574Z] Unable to find image 'busybox:latest' locally
03:21:17 [2022-08-22T03:21:17.574Z] latest: Pulling from library/busybox
03:21:17 [2022-08-22T03:21:17.580Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
03:21:17 [2022-08-22T03:21:17.830Z] 98b248744137: Pulling fs layer
03:21:17 [2022-08-22T03:21:17.830Z] 98b248744137: Verifying Checksum
03:21:17 [2022-08-22T03:21:17.830Z] 98b248744137: Download complete
03:21:17 [2022-08-22T03:21:17.830Z] 98b248744137: Pull complete
03:21:17 [2022-08-22T03:21:17.830Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693
03:21:17 [2022-08-22T03:21:17.830Z] Status: Downloaded newer image for busybox:latest
03:21:18 [2022-08-22T03:21:18.518Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
03:21:19 [2022-08-22T03:21:19.484Z] + bundleName=arm64-integration
03:21:19 [2022-08-22T03:21:19.484Z] + echo Creating arm64-integration-bundles.tar.gz
03:21:19 [2022-08-22T03:21:19.484Z] Creating arm64-integration-bundles.tar.gz
03:21:19 [2022-08-22T03:21:19.484Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
03:21:19 [2022-08-22T03:21:19.484Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
03:21:19 [2022-08-22T03:21:19.749Z] Archiving artifacts
03:21:20 [2022-08-22T03:21:20.423Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
03:21:21 [2022-08-22T03:21:21.592Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44001/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
03:21:21 [2022-08-22T03:21:21.941Z] + make clean
03:21:22 [2022-08-22T03:21:22.197Z] docker volume rm -f docker-dev-cache docker-mod-cache
03:21:22 [2022-08-22T03:21:22.197Z] docker-dev-cache
03:21:22 [2022-08-22T03:21:22.197Z] docker-mod-cache
[Pipeline] deleteDir
03:21:22 [2022-08-22T03:21:22.331Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
03:21:23 [2022-08-22T03:21:23.713Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
03:21:25 [2022-08-22T03:21:25.621Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
03:21:27 [2022-08-22T03:21:27.002Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
03:21:28 [2022-08-22T03:21:28.380Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
03:21:28 [2022-08-22T03:21:28.640Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
03:21:31 [2022-08-22T03:21:31.178Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
03:21:31 [2022-08-22T03:21:31.178Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
03:21:33 [2022-08-22T03:21:33.086Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
03:21:33 [2022-08-22T03:21:33.655Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
03:21:34 [2022-08-22T03:21:34.224Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
03:21:35 [2022-08-22T03:21:35.605Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
03:21:39 [2022-08-22T03:21:39.001Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
03:21:39 [2022-08-22T03:21:39.573Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
03:21:40 [2022-08-22T03:21:40.953Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
03:21:42 [2022-08-22T03:21:42.335Z] === RUN   TestDockerSuite/TestBuildCacheAdd
03:21:43 [2022-08-22T03:21:43.275Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
03:21:44 [2022-08-22T03:21:44.656Z] === RUN   TestDockerSuite/TestBuildCacheFrom
03:21:44 [2022-08-22T03:21:44.656Z]     docker_cli_daemon_test.go:2504: [dfda7b108e0b8] daemon is not started
03:21:46 [2022-08-22T03:21:46.564Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
03:21:50 [2022-08-22T03:21:50.767Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
03:21:52 [2022-08-22T03:21:52.149Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
03:21:52 [2022-08-22T03:21:52.718Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
03:21:53 [2022-08-22T03:21:53.660Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
03:21:54 [2022-08-22T03:21:54.600Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
03:21:55 [2022-08-22T03:21:55.984Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
03:21:56 [2022-08-22T03:21:56.923Z] === RUN   TestDockerSuite/TestBuildClearCmd
03:21:57 [2022-08-22T03:21:57.491Z] === RUN   TestDockerDaemonSuite/TestShmSize
03:21:57 [2022-08-22T03:21:57.491Z] === RUN   TestDockerSuite/TestBuildCmd
03:21:58 [2022-08-22T03:21:58.060Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
03:21:58 [2022-08-22T03:21:58.319Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
03:21:58 [2022-08-22T03:21:58.888Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
03:21:58 [2022-08-22T03:21:58.888Z]     docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows
03:21:58 [2022-08-22T03:21:58.888Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
03:21:59 [2022-08-22T03:21:59.457Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
03:22:00 [2022-08-22T03:22:00.836Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
03:22:01 [2022-08-22T03:22:01.774Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
03:22:02 [2022-08-22T03:22:02.033Z]     check_test.go:540: [d1f2b6c555fe9] daemon is not started
03:22:02 [2022-08-22T03:22:02.033Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
03:22:06 [2022-08-22T03:22:06.232Z] === RUN   TestDockerSuite/TestBuildConditionalCache
03:22:07 [2022-08-22T03:22:07.169Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
03:22:08 [2022-08-22T03:22:08.106Z] --- PASS: TestDockerDaemonSuite (334.20s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.80s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.64s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.63s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.81s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.26s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.52s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.34s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.77s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.25s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.13s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.13s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.45s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.35s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.20s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.41s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.37s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.60s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.38s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.63s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.86s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.67s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.35s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.81s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.69s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.51s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.86s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.25s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.91s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.47s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.36s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.97s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.62s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.46s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.38s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.38s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.39s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.58s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.34s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (1.98s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (12.80s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.10s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.09s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (3.82s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.99s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.49s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.43s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.25s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (7.88s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.67s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.39s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.85s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.16s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.07s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.58s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.70s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.02s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.52s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.98s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.91s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.30s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.08s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.77s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.40s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.32s)
03:22:08 [2022-08-22T03:22:08.106Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.13s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.06s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.58s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.27s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.97s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.91s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.09s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.42s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.38s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.87s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.64s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.86s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.50s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.47s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.47s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.54s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.93s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.24s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.27s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.43s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.74s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.21s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.22s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.15s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.94s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.23s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.62s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.98s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.58s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s)
03:22:08 [2022-08-22T03:22:08.107Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.11s)
03:22:08 [2022-08-22T03:22:08.107Z] === RUN   TestDockerSwarmSuite
03:22:08 [2022-08-22T03:22:08.107Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
03:22:08 [2022-08-22T03:22:08.366Z] === RUN   TestDockerSuite/TestBuildContextCleanup
03:22:08 [2022-08-22T03:22:08.625Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
03:22:09 [2022-08-22T03:22:09.562Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
03:22:10 [2022-08-22T03:22:10.131Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
03:22:10 [2022-08-22T03:22:10.390Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
03:22:11 [2022-08-22T03:22:11.329Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
03:22:14 [2022-08-22T03:22:14.623Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
03:22:19 [2022-08-22T03:22:19.900Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
03:22:22 [2022-08-22T03:22:22.440Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
03:22:23 [2022-08-22T03:22:23.009Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
03:22:25 [2022-08-22T03:22:25.682Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
03:22:28 [2022-08-22T03:22:28.976Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
03:22:29 [2022-08-22T03:22:29.914Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
03:22:29 [2022-08-22T03:22:29.914Z]     docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows
03:22:29 [2022-08-22T03:22:29.914Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
03:22:29 [2022-08-22T03:22:29.914Z]     docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows
03:22:29 [2022-08-22T03:22:29.914Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
03:22:29 [2022-08-22T03:22:29.914Z]     docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows
03:22:29 [2022-08-22T03:22:29.914Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
03:22:29 [2022-08-22T03:22:29.914Z]     docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows
03:22:29 [2022-08-22T03:22:29.914Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
03:22:33 [2022-08-22T03:22:33.208Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
03:22:33 [2022-08-22T03:22:33.208Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
03:22:34 [2022-08-22T03:22:34.148Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
03:22:36 [2022-08-22T03:22:36.687Z]     docker_api_swarm_test.go:563: [d541db2bb943a] joining swarm manager [d0e6aafed015a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:22:37 [2022-08-22T03:22:37.625Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
03:22:40 [2022-08-22T03:22:40.919Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
03:22:41 [2022-08-22T03:22:41.489Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
03:22:46 [2022-08-22T03:22:46.765Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
03:22:49 [2022-08-22T03:22:49.302Z]     docker_api_swarm_test.go:585: [d54311fa02fe1] joining swarm manager [d0e6aafed015a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:22:52 [2022-08-22T03:22:52.594Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
03:22:52 [2022-08-22T03:22:52.594Z]     check_test.go:611: [d541db2bb943a] daemon is not started
03:22:52 [2022-08-22T03:22:52.855Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
03:22:53 [2022-08-22T03:22:53.792Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
03:22:57 [2022-08-22T03:22:57.083Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
03:22:57 [2022-08-22T03:22:57.342Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
03:22:57 [2022-08-22T03:22:57.342Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
03:22:58 [2022-08-22T03:22:58.720Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
03:22:59 [2022-08-22T03:22:59.289Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
03:23:00 [2022-08-22T03:23:00.226Z] === RUN   TestDockerSuite/TestBuildDockerignore
03:23:03 [2022-08-22T03:23:03.518Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
03:23:03 [2022-08-22T03:23:03.518Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
03:23:03 [2022-08-22T03:23:03.518Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
03:23:06 [2022-08-22T03:23:06.065Z]     docker_api_swarm_test.go:46: [dc483ca3ab622] joining swarm manager [ded8be8538584]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:23:09 [2022-08-22T03:23:09.360Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
03:23:10 [2022-08-22T03:23:10.738Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
03:23:13 [2022-08-22T03:23:13.278Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
03:23:17 [2022-08-22T03:23:17.509Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd
03:23:17 [2022-08-22T03:23:17.509Z] Copying nested executables into bundles/cross/linux/amd64-daemon
03:23:17 [2022-08-22T03:23:17.509Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy
03:23:17 [2022-08-22T03:23:17.509Z] GOOS="linux" GOARCH="amd64" GOARM=""
03:23:17 [2022-08-22T03:23:17.509Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy
03:23:17 [2022-08-22T03:23:17.509Z] Cross building: bundles/cross/windows/amd64
03:23:17 [2022-08-22T03:23:17.509Z] +++++++ cat ./cli/winresources/dockerd/winres.json
03:23:17 [2022-08-22T03:23:17.509Z] {
03:23:17 [2022-08-22T03:23:17.509Z]   "RT_GROUP_ICON": {
03:23:17 [2022-08-22T03:23:17.509Z]     "#1": {
03:23:17 [2022-08-22T03:23:17.509Z]       "0409": "../../winresources/docker.ico"
03:23:17 [2022-08-22T03:23:17.509Z]     }
03:23:17 [2022-08-22T03:23:17.509Z]   },
03:23:17 [2022-08-22T03:23:17.509Z]   "RT_MANIFEST": {
03:23:17 [2022-08-22T03:23:17.509Z]     "#1": {
03:23:17 [2022-08-22T03:23:17.509Z]       "0409": {
03:23:17 [2022-08-22T03:23:17.509Z]         "identity": {},
03:23:17 [2022-08-22T03:23:17.509Z]         "description": "Docker Engine",
03:23:17 [2022-08-22T03:23:17.509Z]         "minimum-os": "vista",
03:23:17 [2022-08-22T03:23:17.509Z]         "execution-level": "",
03:23:17 [2022-08-22T03:23:17.509Z]         "ui-access": false,
03:23:17 [2022-08-22T03:23:17.509Z]         "auto-elevate": false,
03:23:17 [2022-08-22T03:23:17.509Z]         "dpi-awareness": "unaware",
03:23:17 [2022-08-22T03:23:17.509Z]         "disable-theming": false,
03:23:17 [2022-08-22T03:23:17.509Z]         "disable-window-filtering": false,
03:23:17 [2022-08-22T03:23:17.509Z]         "high-resolution-scrolling-aware": false,
03:23:17 [2022-08-22T03:23:17.509Z]         "ultra-high-resolution-scrolling-aware": false,
03:23:17 [2022-08-22T03:23:17.509Z]         "long-path-aware": false,
03:23:17 [2022-08-22T03:23:17.509Z]         "printer-driver-isolation": false,
03:23:17 [2022-08-22T03:23:17.509Z]         "gdi-scaling": false,
03:23:17 [2022-08-22T03:23:17.509Z]         "segment-heap": false,
03:23:17 [2022-08-22T03:23:17.509Z]         "use-common-controls-v6": false
03:23:17 [2022-08-22T03:23:17.509Z]       }
03:23:17 [2022-08-22T03:23:17.509Z]     }
03:23:17 [2022-08-22T03:23:17.509Z]   },
03:23:17 [2022-08-22T03:23:17.509Z]   "RT_MESSAGETABLE": {
03:23:17 [2022-08-22T03:23:17.509Z]     "#1": {
03:23:17 [2022-08-22T03:23:17.509Z]       "0409": "../../winresources/event_messages.bin"
03:23:17 [2022-08-22T03:23:17.509Z]     }
03:23:17 [2022-08-22T03:23:17.509Z]   },
03:23:17 [2022-08-22T03:23:17.509Z]   "RT_VERSION": {
03:23:17 [2022-08-22T03:23:17.509Z]     "#1": {
03:23:17 [2022-08-22T03:23:17.509Z]       "0409": {
03:23:17 [2022-08-22T03:23:17.509Z]         "fixed": {
03:23:17 [2022-08-22T03:23:17.509Z]           "file_version": "0.0.0.0",
03:23:17 [2022-08-22T03:23:17.509Z]           "product_version": "0.0.0.0",
03:23:17 [2022-08-22T03:23:17.509Z]           "type": "Unknown"
03:23:17 [2022-08-22T03:23:17.509Z]         },
03:23:17 [2022-08-22T03:23:17.509Z]         "info": {
03:23:17 [2022-08-22T03:23:17.509Z]           "0000": {
03:23:17 [2022-08-22T03:23:17.509Z]             "CompanyName": "",
03:23:17 [2022-08-22T03:23:17.509Z]             "FileVersion": "dev",
03:23:17 [2022-08-22T03:23:17.509Z]             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
03:23:17 [2022-08-22T03:23:17.509Z]             "OriginalFileName": "dockerd.exe",
03:23:17 [2022-08-22T03:23:17.509Z]             "ProductName": "",
03:23:17 [2022-08-22T03:23:17.509Z]             "ProductVersion": "dev",
03:23:17 [2022-08-22T03:23:17.509Z]             "SpecialBuild": "28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2"
03:23:17 [2022-08-22T03:23:17.509Z]           }
03:23:17 [2022-08-22T03:23:17.509Z]         }
03:23:17 [2022-08-22T03:23:17.509Z]       }
03:23:17 [2022-08-22T03:23:17.509Z]     }
03:23:17 [2022-08-22T03:23:17.509Z]   }
03:23:17 [2022-08-22T03:23:17.509Z] }
03:23:17 [2022-08-22T03:23:17.509Z] cmd/dockerd/config.go
03:23:17 [2022-08-22T03:23:17.509Z] cmd/dockerd/config_windows.go
03:23:17 [2022-08-22T03:23:17.509Z] cmd/dockerd/daemon.go
03:23:17 [2022-08-22T03:23:17.509Z] cmd/dockerd/daemon_test.go
03:23:17 [2022-08-22T03:23:17.509Z] cmd/dockerd/daemon_windows.go
03:23:17 [2022-08-22T03:23:17.509Z] cmd/dockerd/docker.go
03:23:17 [2022-08-22T03:23:17.509Z] cmd/dockerd/docker_windows.go
03:23:17 [2022-08-22T03:23:17.509Z] cmd/dockerd/genwinres_windows.go
03:23:17 [2022-08-22T03:23:17.509Z] cmd/dockerd/metrics.go
03:23:17 [2022-08-22T03:23:17.509Z] cmd/dockerd/options.go
03:23:17 [2022-08-22T03:23:17.509Z] cmd/dockerd/options_test.go
03:23:17 [2022-08-22T03:23:17.509Z] cmd/dockerd/service_windows.go
03:23:17 [2022-08-22T03:23:17.509Z] Building: bundles/cross/windows/amd64-daemon/dockerd.exe
03:23:17 [2022-08-22T03:23:17.509Z] GOOS="windows" GOARCH="amd64" GOARM=""
03:23:23 [2022-08-22T03:23:23.266Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
03:23:23 [2022-08-22T03:23:23.526Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
03:23:23 [2022-08-22T03:23:23.526Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
03:23:24 [2022-08-22T03:23:24.095Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
03:23:25 [2022-08-22T03:23:25.033Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
03:23:28 [2022-08-22T03:23:28.329Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
03:23:29 [2022-08-22T03:23:29.707Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
03:23:31 [2022-08-22T03:23:31.615Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
03:23:33 [2022-08-22T03:23:33.526Z] --- PASS: TestImportExtremelyLargeImageWorks (180.79s)
03:23:33 [2022-08-22T03:23:33.526Z] PASS
03:23:33 [2022-08-22T03:23:33.526Z] 
03:23:33 [2022-08-22T03:23:33.526Z] DONE 22 tests in 185.031s
03:23:33 [2022-08-22T03:23:33.526Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
03:23:33 [2022-08-22T03:23:33.526Z] ++ 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
03:23:33 [2022-08-22T03:23:33.526Z] ++ set -e
03:23:33 [2022-08-22T03:23:33.526Z] ++ '[' -n 0 ']'
03:23:33 [2022-08-22T03:23:33.526Z] ++ set -x
03:23:33 [2022-08-22T03:23:33.526Z] ++ 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
03:23:33 [2022-08-22T03:23:33.792Z] === RUN   TestStripANSICommands
03:23:33 [2022-08-22T03:23:33.792Z] === RUN   TestStripANSICommands/#00
03:23:33 [2022-08-22T03:23:33.792Z] === RUN   TestStripANSICommands/#01
03:23:33 [2022-08-22T03:23:33.792Z] --- PASS: TestStripANSICommands (0.00s)
03:23:33 [2022-08-22T03:23:33.792Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
03:23:33 [2022-08-22T03:23:33.792Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
03:23:33 [2022-08-22T03:23:33.792Z] PASS
03:23:33 [2022-08-22T03:23:33.792Z] 
03:23:33 [2022-08-22T03:23:33.792Z] DONE 3 tests in 0.071s
03:23:33 [2022-08-22T03:23:33.792Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
03:23:33 [2022-08-22T03:23:33.792Z] ++ 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
03:23:33 [2022-08-22T03:23:33.792Z] ++ set -e
03:23:33 [2022-08-22T03:23:33.792Z] ++ '[' -n 0 ']'
03:23:33 [2022-08-22T03:23:33.792Z] ++ set -x
03:23:33 [2022-08-22T03:23:33.792Z] ++ 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
03:23:33 [2022-08-22T03:23:33.792Z] INFO: Testing against a local daemon
03:23:33 [2022-08-22T03:23:33.792Z] === RUN   TestNetworkCreateDelete
03:23:34 [2022-08-22T03:23:34.053Z] --- PASS: TestNetworkCreateDelete (0.18s)
03:23:34 [2022-08-22T03:23:34.053Z] === RUN   TestDockerNetworkDeletePreferID
03:23:34 [2022-08-22T03:23:34.312Z] --- PASS: TestDockerNetworkDeletePreferID (0.42s)
03:23:34 [2022-08-22T03:23:34.312Z] === RUN   TestDaemonDNSFallback
03:23:36 [2022-08-22T03:23:36.217Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
03:23:37 [2022-08-22T03:23:37.596Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
03:23:38 [2022-08-22T03:23:38.535Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
03:23:41 [2022-08-22T03:23:41.074Z] --- PASS: TestDaemonDNSFallback (6.65s)
03:23:41 [2022-08-22T03:23:41.074Z] === RUN   TestInspectNetwork
03:23:45 [2022-08-22T03:23:45.271Z] === RUN   TestInspectNetwork/full_network_id
03:23:45 [2022-08-22T03:23:45.271Z] === RUN   TestInspectNetwork/partial_network_id
03:23:45 [2022-08-22T03:23:45.271Z] === RUN   TestInspectNetwork/network_name
03:23:45 [2022-08-22T03:23:45.271Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
03:23:48 [2022-08-22T03:23:48.561Z] === RUN   TestDockerSuite/TestBuildDotDotFile
03:23:48 [2022-08-22T03:23:48.820Z] === RUN   TestDockerSuite/TestBuildEOLInLine
03:23:49 [2022-08-22T03:23:49.389Z] --- PASS: TestInspectNetwork (8.31s)
03:23:49 [2022-08-22T03:23:49.389Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
03:23:49 [2022-08-22T03:23:49.389Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
03:23:49 [2022-08-22T03:23:49.389Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
03:23:49 [2022-08-22T03:23:49.389Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
03:23:49 [2022-08-22T03:23:49.389Z] === RUN   TestRunContainerWithBridgeNone
03:23:51 [2022-08-22T03:23:51.294Z] --- PASS: TestRunContainerWithBridgeNone (1.94s)
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/create
03:23:51 [2022-08-22T03:23:51.294Z] === PAUSE TestNetworkInvalidJSON/networks/create
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
03:23:51 [2022-08-22T03:23:51.294Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
03:23:51 [2022-08-22T03:23:51.294Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
03:23:51 [2022-08-22T03:23:51.294Z] === CONT  TestNetworkInvalidJSON/networks/create
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
03:23:51 [2022-08-22T03:23:51.294Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
03:23:51 [2022-08-22T03:23:51.294Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
03:23:51 [2022-08-22T03:23:51.294Z] --- PASS: TestNetworkInvalidJSON (0.01s)
03:23:51 [2022-08-22T03:23:51.294Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
03:23:51 [2022-08-22T03:23:51.294Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
03:23:51 [2022-08-22T03:23:51.294Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s)
03:23:51 [2022-08-22T03:23:51.294Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkList
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkList//networks
03:23:51 [2022-08-22T03:23:51.294Z] === PAUSE TestNetworkList//networks
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestNetworkList//networks/
03:23:51 [2022-08-22T03:23:51.294Z] === PAUSE TestNetworkList//networks/
03:23:51 [2022-08-22T03:23:51.294Z] === CONT  TestNetworkList//networks
03:23:51 [2022-08-22T03:23:51.294Z] === CONT  TestNetworkList//networks/
03:23:51 [2022-08-22T03:23:51.294Z] --- PASS: TestNetworkList (0.02s)
03:23:51 [2022-08-22T03:23:51.294Z]     --- PASS: TestNetworkList//networks (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z]     --- PASS: TestNetworkList//networks/ (0.00s)
03:23:51 [2022-08-22T03:23:51.294Z] === RUN   TestHostIPv4BridgeLabel
03:23:51 [2022-08-22T03:23:51.862Z] --- PASS: TestHostIPv4BridgeLabel (0.61s)
03:23:51 [2022-08-22T03:23:51.862Z] === RUN   TestDaemonRestartWithLiveRestore
03:23:52 [2022-08-22T03:23:52.121Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
03:23:52 [2022-08-22T03:23:52.381Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
03:23:52 [2022-08-22T03:23:52.640Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
03:23:52 [2022-08-22T03:23:52.899Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
03:23:52 [2022-08-22T03:23:52.899Z] === RUN   TestDaemonDefaultNetworkPools
03:23:53 [2022-08-22T03:23:53.160Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
03:23:53 [2022-08-22T03:23:53.160Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
03:23:53 [2022-08-22T03:23:53.419Z] === RUN   TestDockerSuite/TestBuildEntrypoint
03:23:53 [2022-08-22T03:23:53.679Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
03:23:53 [2022-08-22T03:23:53.679Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s)
03:23:53 [2022-08-22T03:23:53.679Z] === RUN   TestDaemonRestartWithExistingNetwork
03:23:55 [2022-08-22T03:23:55.071Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
03:23:55 [2022-08-22T03:23:55.071Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
03:23:55 [2022-08-22T03:23:55.330Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
03:23:56 [2022-08-22T03:23:56.268Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
03:23:56 [2022-08-22T03:23:56.268Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s)
03:23:56 [2022-08-22T03:23:56.268Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
03:23:56 [2022-08-22T03:23:56.836Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
03:23:56 [2022-08-22T03:23:56.836Z] === RUN   TestServiceWithPredefinedNetwork
03:23:57 [2022-08-22T03:23:57.096Z] === RUN   TestDockerSuite/TestBuildEnv
03:23:58 [2022-08-22T03:23:58.034Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
03:23:59 [2022-08-22T03:23:59.413Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
03:23:59 [2022-08-22T03:23:59.413Z] --- PASS: TestServiceWithPredefinedNetwork (2.74s)
03:23:59 [2022-08-22T03:23:59.413Z] === RUN   TestServiceRemoveKeepsIngressNetwork
03:23:59 [2022-08-22T03:23:59.413Z]     service_test.go:243: FLAKY_TEST
03:23:59 [2022-08-22T03:23:59.413Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
03:23:59 [2022-08-22T03:23:59.413Z] === RUN   TestServiceWithDataPathPortInit
03:23:59 [2022-08-22T03:23:59.982Z] === RUN   TestDockerSuite/TestBuildEnvUsage
03:24:05 [2022-08-22T03:24:05.257Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
03:24:15 [2022-08-22T03:24:15.241Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
03:24:15 [2022-08-22T03:24:15.502Z] --- PASS: TestServiceWithDataPathPortInit (15.88s)
03:24:15 [2022-08-22T03:24:15.502Z] === RUN   TestServiceWithDefaultAddressPoolInit
03:24:16 [2022-08-22T03:24:16.072Z]     docker_api_swarm_test.go:304: [d0015dc6566b4] joining swarm manager [d590bb09e12f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:24:17 [2022-08-22T03:24:17.979Z]     docker_api_swarm_test.go:305: [d8326f8103a7c] joining swarm manager [d590bb09e12f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:24:19 [2022-08-22T03:24:19.359Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:h6gjsulo5yf2t56bvmtdsxbyp Created:2022-08-22 03:24:17.228640289 +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[529fee1a3e69afea1d2d4a370aa99f8b41f053baad8fe844ab1f2e214513bd0e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.fab3qnw3trcqxy3ues3jufhj7 EndpointID:64f6905971cc0d5d183e2edd7bacafef4644a8f334a49dde66add4bcfea5588b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8333c243a94cc09d2f864248c58761b1e4845df4c3368e6b7c4820f35ad44454 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:c956c73d3db0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.fab3qnw3trcqxy3ues3jufhj7 EndpointID:64f6905971cc0d5d183e2edd7bacafef4644a8f334a49dde66add4bcfea5588b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
03:24:19 [2022-08-22T03:24:19.927Z]     docker_api_swarm_test.go:351: Waiting for election to occur...
03:24:19 [2022-08-22T03:24:19.927Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
03:24:20 [2022-08-22T03:24:20.864Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
03:24:24 [2022-08-22T03:24:24.160Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.33s)
03:24:24 [2022-08-22T03:24:24.160Z] PASS
03:24:24 [2022-08-22T03:24:24.160Z] 
03:24:24 [2022-08-22T03:24:24.160Z] === Skipped
03:24:24 [2022-08-22T03:24:24.160Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
03:24:24 [2022-08-22T03:24:24.160Z]     service_test.go:243: FLAKY_TEST
03:24:24 [2022-08-22T03:24:24.160Z] 
03:24:24 [2022-08-22T03:24:24.160Z] DONE 38 tests, 1 skipped in 50.032s
03:24:24 [2022-08-22T03:24:24.160Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
03:24:24 [2022-08-22T03:24:24.160Z] ++ 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
03:24:24 [2022-08-22T03:24:24.160Z] ++ set -e
03:24:24 [2022-08-22T03:24:24.160Z] ++ '[' -n 0 ']'
03:24:24 [2022-08-22T03:24:24.160Z] ++ set -x
03:24:24 [2022-08-22T03:24:24.160Z] ++ 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
03:24:24 [2022-08-22T03:24:24.160Z] INFO: Testing against a local daemon
03:24:24 [2022-08-22T03:24:24.160Z] === RUN   TestDockerNetworkIpvlanPersistance
03:24:24 [2022-08-22T03:24:24.160Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:24:24 [2022-08-22T03:24:24.160Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
03:24:24 [2022-08-22T03:24:24.160Z] === RUN   TestDockerNetworkIpvlan
03:24:24 [2022-08-22T03:24:24.160Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:24:24 [2022-08-22T03:24:24.160Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
03:24:24 [2022-08-22T03:24:24.160Z] PASS
03:24:24 [2022-08-22T03:24:24.160Z] 
03:24:24 [2022-08-22T03:24:24.160Z] === Skipped
03:24:24 [2022-08-22T03:24:24.160Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
03:24:24 [2022-08-22T03:24:24.160Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:24:24 [2022-08-22T03:24:24.160Z] 
03:24:24 [2022-08-22T03:24:24.160Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
03:24:24 [2022-08-22T03:24:24.160Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
03:24:24 [2022-08-22T03:24:24.160Z] 
03:24:24 [2022-08-22T03:24:24.160Z] DONE 2 tests, 2 skipped in 0.185s
03:24:24 [2022-08-22T03:24:24.160Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
03:24:24 [2022-08-22T03:24:24.160Z] ++ 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
03:24:24 [2022-08-22T03:24:24.160Z] ++ set -e
03:24:24 [2022-08-22T03:24:24.160Z] ++ '[' -n 0 ']'
03:24:24 [2022-08-22T03:24:24.160Z] ++ set -x
03:24:24 [2022-08-22T03:24:24.160Z] ++ 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
03:24:24 [2022-08-22T03:24:24.160Z] INFO: Testing against a local daemon
03:24:24 [2022-08-22T03:24:24.160Z] === RUN   TestDockerNetworkMacvlanPersistance
03:24:25 [2022-08-22T03:24:25.541Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s)
03:24:25 [2022-08-22T03:24:25.541Z] === RUN   TestDockerNetworkMacvlan
03:24:26 [2022-08-22T03:24:26.482Z] === RUN   TestDockerNetworkMacvlan/Subinterface
03:24:27 [2022-08-22T03:24:27.051Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
03:24:27 [2022-08-22T03:24:27.051Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
03:24:27 [2022-08-22T03:24:27.989Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
03:24:27 [2022-08-22T03:24:27.989Z] === RUN   TestDockerNetworkMacvlan/NilParent
03:24:28 [2022-08-22T03:24:28.249Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
03:24:28 [2022-08-22T03:24:28.817Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
03:24:30 [2022-08-22T03:24:30.198Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
03:24:30 [2022-08-22T03:24:30.198Z]     docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows
03:24:30 [2022-08-22T03:24:30.198Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
03:24:30 [2022-08-22T03:24:30.457Z] === RUN   TestDockerNetworkMacvlan/InternalMode
03:24:30 [2022-08-22T03:24:30.457Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
03:24:32 [2022-08-22T03:24:32.364Z]     docker_api_swarm_test.go:364: Waiting for possible election...
03:24:32 [2022-08-22T03:24:32.623Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
03:24:37 [2022-08-22T03:24:37.901Z] === RUN   TestDockerNetworkMacvlan/Addressing
03:24:38 [2022-08-22T03:24:38.839Z] --- PASS: TestDockerNetworkMacvlan (13.11s)
03:24:38 [2022-08-22T03:24:38.839Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
03:24:38 [2022-08-22T03:24:38.839Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
03:24:38 [2022-08-22T03:24:38.839Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.29s)
03:24:38 [2022-08-22T03:24:38.839Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.19s)
03:24:38 [2022-08-22T03:24:38.839Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.10s)
03:24:38 [2022-08-22T03:24:38.839Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.03s)
03:24:38 [2022-08-22T03:24:38.839Z] PASS
03:24:38 [2022-08-22T03:24:38.839Z] 
03:24:38 [2022-08-22T03:24:38.839Z] DONE 8 tests in 14.613s
03:24:38 [2022-08-22T03:24:38.839Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
03:24:38 [2022-08-22T03:24:38.839Z] ++ 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
03:24:38 [2022-08-22T03:24:38.839Z] ++ set -e
03:24:38 [2022-08-22T03:24:38.839Z] ++ '[' -n 0 ']'
03:24:38 [2022-08-22T03:24:38.839Z] ++ set -x
03:24:38 [2022-08-22T03:24:38.839Z] ++ 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
03:24:38 [2022-08-22T03:24:38.839Z] testing: warning: no tests to run
03:24:38 [2022-08-22T03:24:38.839Z] PASS
03:24:38 [2022-08-22T03:24:38.839Z] 
03:24:38 [2022-08-22T03:24:38.839Z] DONE 0 tests in 0.029s
03:24:38 [2022-08-22T03:24:38.839Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
03:24:38 [2022-08-22T03:24:38.839Z] ++ 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
03:24:38 [2022-08-22T03:24:38.839Z] ++ set -e
03:24:38 [2022-08-22T03:24:38.839Z] ++ '[' -n 0 ']'
03:24:38 [2022-08-22T03:24:38.839Z] ++ set -x
03:24:38 [2022-08-22T03:24:38.839Z] ++ 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
03:24:38 [2022-08-22T03:24:38.839Z] INFO: Testing against a local daemon
03:24:38 [2022-08-22T03:24:38.839Z] === RUN   TestAuthZPluginAllowRequest
03:24:39 [2022-08-22T03:24:39.780Z] === RUN   TestDockerSuite/TestBuildExpose
03:24:40 [2022-08-22T03:24:40.039Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
03:24:40 [2022-08-22T03:24:40.298Z] --- PASS: TestAuthZPluginAllowRequest (1.44s)
03:24:40 [2022-08-22T03:24:40.298Z] === RUN   TestAuthZPluginTLS
03:24:40 [2022-08-22T03:24:40.557Z] === RUN   TestDockerSuite/TestBuildExposeOrder
03:24:40 [2022-08-22T03:24:40.817Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
03:24:40 [2022-08-22T03:24:40.817Z] --- PASS: TestAuthZPluginTLS (0.58s)
03:24:40 [2022-08-22T03:24:40.817Z] === RUN   TestAuthZPluginDenyRequest
03:24:41 [2022-08-22T03:24:41.076Z] === RUN   TestDockerSuite/TestBuildFails
03:24:41 [2022-08-22T03:24:41.336Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
03:24:41 [2022-08-22T03:24:41.336Z] === RUN   TestAuthZPluginAPIDenyResponse
03:24:41 [2022-08-22T03:24:41.904Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
03:24:41 [2022-08-22T03:24:41.904Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
03:24:41 [2022-08-22T03:24:41.904Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
03:24:41 [2022-08-22T03:24:41.904Z] === RUN   TestAuthZPluginDenyResponse
03:24:42 [2022-08-22T03:24:42.479Z] --- PASS: TestAuthZPluginDenyResponse (0.56s)
03:24:42 [2022-08-22T03:24:42.479Z] === RUN   TestAuthZPluginAllowEventStream
03:24:43 [2022-08-22T03:24:43.056Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
03:24:43 [2022-08-22T03:24:43.625Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
03:24:44 [2022-08-22T03:24:44.192Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s)
03:24:44 [2022-08-22T03:24:44.192Z] === RUN   TestAuthZPluginErrorResponse
03:24:44 [2022-08-22T03:24:44.761Z] --- PASS: TestAuthZPluginErrorResponse (0.56s)
03:24:44 [2022-08-22T03:24:44.761Z] === RUN   TestAuthZPluginErrorRequest
03:24:45 [2022-08-22T03:24:45.329Z] --- PASS: TestAuthZPluginErrorRequest (0.57s)
03:24:45 [2022-08-22T03:24:45.329Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
03:24:45 [2022-08-22T03:24:45.590Z]     docker_api_swarm_test.go:272: [d6d708649e669] joining swarm manager [d6a37396d6585]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:24:45 [2022-08-22T03:24:45.849Z] === RUN   TestDockerSuite/TestBuildForceRm
03:24:45 [2022-08-22T03:24:45.849Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.60s)
03:24:45 [2022-08-22T03:24:45.849Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
03:24:47 [2022-08-22T03:24:47.230Z]     docker_api_swarm_test.go:273: [dabda3fb04ebe] joining swarm manager [d6a37396d6585]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:24:47 [2022-08-22T03:24:47.488Z] === RUN   TestDockerSuite/TestBuildFromGit
03:24:47 [2022-08-22T03:24:47.748Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.95s)
03:24:47 [2022-08-22T03:24:47.748Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
03:24:48 [2022-08-22T03:24:48.686Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
03:24:49 [2022-08-22T03:24:49.257Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
03:24:49 [2022-08-22T03:24:49.516Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.76s)
03:24:49 [2022-08-22T03:24:49.516Z] === RUN   TestAuthZPluginHeader
03:24:50 [2022-08-22T03:24:50.084Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
03:24:50 [2022-08-22T03:24:50.342Z] --- PASS: TestAuthZPluginHeader (0.82s)
03:24:50 [2022-08-22T03:24:50.342Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
03:24:51 [2022-08-22T03:24:51.279Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
03:24:51 [2022-08-22T03:24:51.848Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
03:24:52 [2022-08-22T03:24:52.108Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
03:24:53 [2022-08-22T03:24:53.486Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
03:24:53 [2022-08-22T03:24:53.970Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd.exe
03:24:53 [2022-08-22T03:24:53.970Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json
03:24:53 [2022-08-22T03:24:53.970Z] {
03:24:53 [2022-08-22T03:24:53.970Z]   "RT_GROUP_ICON": {
03:24:53 [2022-08-22T03:24:53.970Z]     "#1": {
03:24:53 [2022-08-22T03:24:53.970Z]       "0409": "../../winresources/docker.ico"
03:24:53 [2022-08-22T03:24:53.970Z]     }
03:24:53 [2022-08-22T03:24:53.970Z]   },
03:24:53 [2022-08-22T03:24:53.970Z]   "RT_MANIFEST": {
03:24:53 [2022-08-22T03:24:53.970Z]     "#1": {
03:24:53 [2022-08-22T03:24:53.970Z]       "0409": {
03:24:53 [2022-08-22T03:24:53.970Z]         "identity": {},
03:24:53 [2022-08-22T03:24:53.970Z]         "description": "Docker Engine",
03:24:53 [2022-08-22T03:24:53.970Z]         "minimum-os": "vista",
03:24:53 [2022-08-22T03:24:53.970Z]         "execution-level": "",
03:24:53 [2022-08-22T03:24:53.970Z]         "ui-access": false,
03:24:53 [2022-08-22T03:24:53.970Z]         "auto-elevate": false,
03:24:53 [2022-08-22T03:24:53.970Z]         "dpi-awareness": "unaware",
03:24:53 [2022-08-22T03:24:53.970Z]         "disable-theming": false,
03:24:53 [2022-08-22T03:24:53.970Z]         "disable-window-filtering": false,
03:24:53 [2022-08-22T03:24:53.970Z]         "high-resolution-scrolling-aware": false,
03:24:53 [2022-08-22T03:24:53.970Z]         "ultra-high-resolution-scrolling-aware": false,
03:24:53 [2022-08-22T03:24:53.970Z]         "long-path-aware": false,
03:24:53 [2022-08-22T03:24:53.970Z]         "printer-driver-isolation": false,
03:24:53 [2022-08-22T03:24:53.970Z]         "gdi-scaling": false,
03:24:53 [2022-08-22T03:24:53.970Z]         "segment-heap": false,
03:24:53 [2022-08-22T03:24:53.970Z]         "use-common-controls-v6": false
03:24:53 [2022-08-22T03:24:53.970Z]       }
03:24:53 [2022-08-22T03:24:53.970Z]     }
03:24:53 [2022-08-22T03:24:53.970Z]   },
03:24:53 [2022-08-22T03:24:53.970Z]   "RT_MESSAGETABLE": {
03:24:53 [2022-08-22T03:24:53.970Z]     "#1": {
03:24:53 [2022-08-22T03:24:53.970Z]       "0409": "../../winresources/event_messages.bin"
03:24:53 [2022-08-22T03:24:53.970Z]     }
03:24:53 [2022-08-22T03:24:53.970Z]   },
03:24:53 [2022-08-22T03:24:53.970Z]   "RT_VERSION": {
03:24:53 [2022-08-22T03:24:53.970Z]     "#1": {
03:24:53 [2022-08-22T03:24:53.970Z]       "0409": {
03:24:53 [2022-08-22T03:24:53.970Z]         "fixed": {
03:24:53 [2022-08-22T03:24:53.970Z]           "file_version": "0.0.0.0",
03:24:53 [2022-08-22T03:24:53.970Z]           "product_version": "0.0.0.0",
03:24:53 [2022-08-22T03:24:53.970Z]           "type": "Unknown"
03:24:53 [2022-08-22T03:24:53.970Z]         },
03:24:53 [2022-08-22T03:24:53.970Z]         "info": {
03:24:53 [2022-08-22T03:24:53.970Z]           "0000": {
03:24:53 [2022-08-22T03:24:53.970Z]             "CompanyName": "",
03:24:53 [2022-08-22T03:24:53.970Z]             "FileVersion": "dev",
03:24:53 [2022-08-22T03:24:53.970Z]             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
03:24:53 [2022-08-22T03:24:53.970Z]             "OriginalFileName": "docker-proxy.exe",
03:24:53 [2022-08-22T03:24:53.970Z]             "ProductName": "",
03:24:53 [2022-08-22T03:24:53.970Z]             "ProductVersion": "dev",
03:24:53 [2022-08-22T03:24:53.970Z]             "SpecialBuild": "28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2"
03:24:53 [2022-08-22T03:24:53.970Z]           }
03:24:53 [2022-08-22T03:24:53.970Z]         }
03:24:53 [2022-08-22T03:24:53.970Z]       }
03:24:53 [2022-08-22T03:24:53.970Z]     }
03:24:53 [2022-08-22T03:24:53.970Z]   }
03:24:53 [2022-08-22T03:24:53.970Z] }
03:24:53 [2022-08-22T03:24:53.970Z] cmd/docker-proxy/genwinres_windows.go
03:24:53 [2022-08-22T03:24:53.970Z] cmd/docker-proxy/main.go
03:24:53 [2022-08-22T03:24:53.970Z] cmd/docker-proxy/network_proxy_test.go
03:24:53 [2022-08-22T03:24:53.970Z] cmd/docker-proxy/proxy.go
03:24:53 [2022-08-22T03:24:53.970Z] cmd/docker-proxy/sctp_proxy.go
03:24:53 [2022-08-22T03:24:53.970Z] cmd/docker-proxy/tcp_proxy.go
03:24:53 [2022-08-22T03:24:53.970Z] cmd/docker-proxy/udp_proxy.go
03:24:53 [2022-08-22T03:24:53.970Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy.exe
03:24:53 [2022-08-22T03:24:53.970Z] GOOS="windows" GOARCH="amd64" GOARM=""
03:24:53 [2022-08-22T03:24:53.970Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy.exe
03:24:53 [2022-08-22T03:24:53.970Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
03:24:53 [2022-08-22T03:24:53.970Z] remote: Enumerating objects: 23, done.
03:24:53 [2022-08-22T03:24:53.970Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
03:24:53 [2022-08-22T03:24:53.970Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
03:24:53 [2022-08-22T03:24:53.970Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
03:24:53 [2022-08-22T03:24:53.970Z] Receiving objects:   4% (1/23)
Receiving objects:   8% (2/23)
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 | 5.08 MiB/s, done.
03:24:53 [2022-08-22T03:24:53.970Z] Resolving deltas:   0% (0/2)
Resolving deltas:  50% (1/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
03:24:53 [2022-08-22T03:24:53.970Z] Building: bundles/cross/windows/amd64/containerutility.exe
03:24:53 [2022-08-22T03:24:53.970Z] Cross building: bundles/cross/linux/ppc64le
03:24:53 [2022-08-22T03:24:53.970Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd
03:24:53 [2022-08-22T03:24:53.970Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
03:24:54 [2022-08-22T03:24:54.866Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
03:24:55 [2022-08-22T03:24:55.124Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.75s)
03:24:55 [2022-08-22T03:24:55.124Z] === RUN   TestAuthZPluginV2Disable
03:24:56 [2022-08-22T03:24:56.062Z] === RUN   TestDockerSuite/TestBuildIidFile
03:24:56 [2022-08-22T03:24:56.321Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
03:24:56 [2022-08-22T03:24:56.889Z] === RUN   TestDockerSuite/TestBuildInheritance
03:24:57 [2022-08-22T03:24:57.459Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
03:24:57 [2022-08-22T03:24:57.718Z] === RUN   TestDockerSuite/TestBuildInvalidTag
03:24:57 [2022-08-22T03:24:57.718Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
03:24:58 [2022-08-22T03:24:58.656Z] === RUN   TestDockerSuite/TestBuildLabel
03:24:58 [2022-08-22T03:24:58.656Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
03:24:59 [2022-08-22T03:24:59.234Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
03:24:59 [2022-08-22T03:24:59.234Z] --- PASS: TestAuthZPluginV2Disable (4.08s)
03:24:59 [2022-08-22T03:24:59.234Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
03:24:59 [2022-08-22T03:24:59.500Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
03:24:59 [2022-08-22T03:24:59.758Z] === RUN   TestDockerSuite/TestBuildLabels
03:25:00 [2022-08-22T03:25:00.017Z] === RUN   TestDockerSuite/TestBuildLabelsCache
03:25:00 [2022-08-22T03:25:00.954Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
03:25:02 [2022-08-22T03:25:02.863Z] === RUN   TestDockerSuite/TestBuildLastModified
03:25:03 [2022-08-22T03:25:03.123Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.77s)
03:25:03 [2022-08-22T03:25:03.123Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
03:25:08 [2022-08-22T03:25:08.404Z] === RUN   TestDockerSuite/TestBuildLineBreak
03:25:08 [2022-08-22T03:25:08.404Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
03:25:11 [2022-08-22T03:25:11.701Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
03:25:11 [2022-08-22T03:25:11.961Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
03:25:12 [2022-08-22T03:25:12.221Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
03:25:12 [2022-08-22T03:25:12.221Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
03:25:12 [2022-08-22T03:25:12.480Z] === RUN   TestDockerSuite/TestBuildMaintainer
03:25:12 [2022-08-22T03:25:12.740Z] === RUN   TestDockerSuite/TestBuildMissingArgs
03:25:14 [2022-08-22T03:25:14.119Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
03:25:15 [2022-08-22T03:25:15.056Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
03:25:15 [2022-08-22T03:25:15.994Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.82s)
03:25:15 [2022-08-22T03:25:15.994Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
03:25:17 [2022-08-22T03:25:17.900Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
03:25:17 [2022-08-22T03:25:17.900Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
03:25:18 [2022-08-22T03:25:18.159Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
03:25:24 [2022-08-22T03:25:24.736Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
03:25:26 [2022-08-22T03:25:26.114Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
03:25:26 [2022-08-22T03:25:26.682Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
03:25:28 [2022-08-22T03:25:28.062Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
03:25:28 [2022-08-22T03:25:28.062Z]     docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows
03:25:28 [2022-08-22T03:25:28.062Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
03:25:31 [2022-08-22T03:25:31.351Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
03:25:31 [2022-08-22T03:25:31.351Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
03:25:32 [2022-08-22T03:25:32.728Z] === RUN   TestDockerSuite/TestBuildMultipleTags
03:25:32 [2022-08-22T03:25:32.987Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.02s)
03:25:32 [2022-08-22T03:25:32.988Z] PASS
03:25:32 [2022-08-22T03:25:32.988Z] 
03:25:32 [2022-08-22T03:25:32.988Z] DONE 17 tests in 54.155s
03:25:32 [2022-08-22T03:25:32.988Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
03:25:32 [2022-08-22T03:25:32.988Z] ++ 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
03:25:32 [2022-08-22T03:25:32.988Z] ++ set -e
03:25:32 [2022-08-22T03:25:32.988Z] ++ '[' -n 0 ']'
03:25:32 [2022-08-22T03:25:32.988Z] ++ set -x
03:25:32 [2022-08-22T03:25:32.988Z] ++ 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
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
03:25:32 [2022-08-22T03:25:32.988Z] INFO: Testing against a local daemon
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
03:25:32 [2022-08-22T03:25:32.988Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
03:25:32 [2022-08-22T03:25:32.988Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/pull
03:25:32 [2022-08-22T03:25:32.988Z] === PAUSE TestPluginInvalidJSON/plugins/pull
03:25:32 [2022-08-22T03:25:32.988Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
03:25:32 [2022-08-22T03:25:32.988Z] === CONT  TestPluginInvalidJSON/plugins/pull
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
03:25:32 [2022-08-22T03:25:32.988Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
03:25:32 [2022-08-22T03:25:32.988Z] --- PASS: TestPluginInvalidJSON (0.03s)
03:25:32 [2022-08-22T03:25:32.988Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
03:25:32 [2022-08-22T03:25:32.988Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
03:25:32 [2022-08-22T03:25:32.988Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
03:25:32 [2022-08-22T03:25:32.988Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
03:25:32 [2022-08-22T03:25:32.988Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
03:25:32 [2022-08-22T03:25:32.988Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s)
03:25:32 [2022-08-22T03:25:32.988Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
03:25:32 [2022-08-22T03:25:32.988Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
03:25:32 [2022-08-22T03:25:32.988Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
03:25:32 [2022-08-22T03:25:32.988Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
03:25:32 [2022-08-22T03:25:32.988Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
03:25:32 [2022-08-22T03:25:32.988Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s)
03:25:32 [2022-08-22T03:25:32.988Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
03:25:32 [2022-08-22T03:25:32.988Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
03:25:32 [2022-08-22T03:25:32.988Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInstall
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestPluginInstall/no_auth
03:25:32 [2022-08-22T03:25:32.988Z] === RUN   TestDockerSuite/TestBuildNetContainer
03:25:34 [2022-08-22T03:25:34.895Z] === RUN   TestDockerSuite/TestBuildNetNone
03:25:35 [2022-08-22T03:25:35.834Z] time="2022-08-22T03:25:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:25:35 [2022-08-22T03:25:35.834Z] time="2022-08-22T03:25:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:910ba428613fccff4d0dedcef5f28a4fe8f863add27aa473844f2a88e956617b" mediatype=application/vnd.docker.plugin.v1+json size=522
03:25:35 [2022-08-22T03:25:35.834Z] time="2022-08-22T03:25:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:25:35 [2022-08-22T03:25:35.834Z] time="2022-08-22T03:25:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:910ba428613fccff4d0dedcef5f28a4fe8f863add27aa473844f2a88e956617b" mediatype=application/vnd.docker.plugin.v1+json size=522
03:25:35 [2022-08-22T03:25:35.834Z] === RUN   TestDockerSuite/TestBuildNoContext
03:25:36 [2022-08-22T03:25:36.093Z] === RUN   TestPluginInstall/with_htpasswd
03:25:37 [2022-08-22T03:25:37.032Z] time="2022-08-22T03:25:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:25:37 [2022-08-22T03:25:37.032Z] time="2022-08-22T03:25:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a84a204306b2bfe521a35d3ef729dac0f675d95620e1ad1654244e5e3bbed037" mediatype=application/vnd.docker.plugin.v1+json size=522
03:25:37 [2022-08-22T03:25:37.032Z] time="2022-08-22T03:25:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:25:37 [2022-08-22T03:25:37.032Z] time="2022-08-22T03:25:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a84a204306b2bfe521a35d3ef729dac0f675d95620e1ad1654244e5e3bbed037" mediatype=application/vnd.docker.plugin.v1+json size=522
03:25:37 [2022-08-22T03:25:37.292Z] === RUN   TestPluginInstall/with_insecure
03:25:37 [2022-08-22T03:25:37.552Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
03:25:38 [2022-08-22T03:25:38.120Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
03:25:38 [2022-08-22T03:25:38.380Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
03:25:38 [2022-08-22T03:25:38.380Z] time="2022-08-22T03:25:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:25:38 [2022-08-22T03:25:38.380Z] time="2022-08-22T03:25:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3cbaae6423f3ed4dc092fa6a90dcfb6831ab629eb1fc1f7a09bbd4dd3e78351b" mediatype=application/vnd.docker.plugin.v1+json size=522
03:25:38 [2022-08-22T03:25:38.380Z] time="2022-08-22T03:25:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
03:25:38 [2022-08-22T03:25:38.380Z] time="2022-08-22T03:25:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3cbaae6423f3ed4dc092fa6a90dcfb6831ab629eb1fc1f7a09bbd4dd3e78351b" mediatype=application/vnd.docker.plugin.v1+json size=522
03:25:38 [2022-08-22T03:25:38.948Z]     plugin_test.go:196: [d6259e1b670a8] daemon is not started
03:25:38 [2022-08-22T03:25:38.948Z] --- PASS: TestPluginInstall (5.92s)
03:25:38 [2022-08-22T03:25:38.948Z]     --- PASS: TestPluginInstall/no_auth (3.10s)
03:25:38 [2022-08-22T03:25:38.948Z]     --- PASS: TestPluginInstall/with_htpasswd (1.17s)
03:25:38 [2022-08-22T03:25:38.948Z]     --- PASS: TestPluginInstall/with_insecure (1.65s)
03:25:38 [2022-08-22T03:25:38.948Z] === RUN   TestPluginsWithRuntimes
03:25:39 [2022-08-22T03:25:39.886Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
03:25:40 [2022-08-22T03:25:40.824Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
03:25:40 [2022-08-22T03:25:40.824Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
03:25:40 [2022-08-22T03:25:40.824Z]     docker_api_swarm_node_test.go:20: [df5940f72ea18] joining swarm manager [d9ee186fa6196]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:25:41 [2022-08-22T03:25:41.083Z] === RUN   TestPluginsWithRuntimes/No_Args
03:25:41 [2022-08-22T03:25:41.343Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
03:25:41 [2022-08-22T03:25:41.602Z]     docker_api_swarm_node_test.go:21: [d05c7d0d5bedc] joining swarm manager [d9ee186fa6196]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:25:41 [2022-08-22T03:25:41.862Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
03:25:42 [2022-08-22T03:25:42.121Z] === RUN   TestPluginsWithRuntimes/With_Args
03:25:42 [2022-08-22T03:25:42.381Z] === RUN   TestDockerSuite/TestBuildOnBuild
03:25:43 [2022-08-22T03:25:43.329Z] --- PASS: TestPluginsWithRuntimes (4.33s)
03:25:43 [2022-08-22T03:25:43.329Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.12s)
03:25:43 [2022-08-22T03:25:43.329Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.06s)
03:25:43 [2022-08-22T03:25:43.329Z] === RUN   TestPluginBackCompatMediaTypes
03:25:43 [2022-08-22T03:25:43.897Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
03:25:44 [2022-08-22T03:25:44.156Z] --- PASS: TestPluginBackCompatMediaTypes (0.74s)
03:25:44 [2022-08-22T03:25:44.156Z] PASS
03:25:44 [2022-08-22T03:25:44.156Z] 
03:25:44 [2022-08-22T03:25:44.156Z] DONE 24 tests in 11.191s
03:25:44 [2022-08-22T03:25:44.156Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
03:25:44 [2022-08-22T03:25:44.156Z] ++ 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
03:25:44 [2022-08-22T03:25:44.156Z] ++ set -e
03:25:44 [2022-08-22T03:25:44.156Z] ++ '[' -n 0 ']'
03:25:44 [2022-08-22T03:25:44.156Z] ++ set -x
03:25:44 [2022-08-22T03:25:44.156Z] ++ 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
03:25:44 [2022-08-22T03:25:44.156Z] INFO: Testing against a local daemon
03:25:44 [2022-08-22T03:25:44.156Z] === RUN   TestExternalGraphDriver
03:25:44 [2022-08-22T03:25:44.725Z] === RUN   TestExternalGraphDriver/json
03:25:46 [2022-08-22T03:25:46.103Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
03:25:46 [2022-08-22T03:25:46.362Z] === RUN   TestExternalGraphDriver/spec
03:25:46 [2022-08-22T03:25:46.931Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
03:25:48 [2022-08-22T03:25:48.310Z] === RUN   TestExternalGraphDriver/pull
03:25:48 [2022-08-22T03:25:48.879Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
03:25:49 [2022-08-22T03:25:49.816Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
03:25:50 [2022-08-22T03:25:50.075Z] --- PASS: TestExternalGraphDriver (5.89s)
03:25:50 [2022-08-22T03:25:50.075Z]     --- PASS: TestExternalGraphDriver/json (1.86s)
03:25:50 [2022-08-22T03:25:50.075Z]     --- PASS: TestExternalGraphDriver/spec (1.88s)
03:25:50 [2022-08-22T03:25:50.075Z]     --- PASS: TestExternalGraphDriver/pull (1.81s)
03:25:50 [2022-08-22T03:25:50.075Z] === RUN   TestGraphdriverPluginV2
03:25:50 [2022-08-22T03:25:50.642Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
03:25:52 [2022-08-22T03:25:52.550Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
03:25:52 [2022-08-22T03:25:52.809Z] === RUN   TestDockerSuite/TestBuildPATH
03:25:55 [2022-08-22T03:25:55.346Z] --- PASS: TestGraphdriverPluginV2 (5.10s)
03:25:55 [2022-08-22T03:25:55.346Z] PASS
03:25:55 [2022-08-22T03:25:55.346Z] 
03:25:55 [2022-08-22T03:25:55.346Z] DONE 5 tests in 11.125s
03:25:55 [2022-08-22T03:25:55.346Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
03:25:55 [2022-08-22T03:25:55.346Z] ++ 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
03:25:55 [2022-08-22T03:25:55.346Z] ++ set -e
03:25:55 [2022-08-22T03:25:55.346Z] ++ '[' -n 0 ']'
03:25:55 [2022-08-22T03:25:55.346Z] ++ set -x
03:25:55 [2022-08-22T03:25:55.346Z] ++ 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
03:25:55 [2022-08-22T03:25:55.346Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
03:25:55 [2022-08-22T03:25:55.346Z] INFO: Testing against a local daemon
03:25:55 [2022-08-22T03:25:55.346Z] === RUN   TestContinueAfterPluginCrash
03:25:55 [2022-08-22T03:25:55.346Z] === PAUSE TestContinueAfterPluginCrash
03:25:55 [2022-08-22T03:25:55.346Z] === RUN   TestReadPluginNoRead
03:25:55 [2022-08-22T03:25:55.346Z] === PAUSE TestReadPluginNoRead
03:25:55 [2022-08-22T03:25:55.346Z] === RUN   TestDaemonStartWithLogOpt
03:25:55 [2022-08-22T03:25:55.346Z] === PAUSE TestDaemonStartWithLogOpt
03:25:55 [2022-08-22T03:25:55.346Z] === CONT  TestContinueAfterPluginCrash
03:25:55 [2022-08-22T03:25:55.346Z] === CONT  TestDaemonStartWithLogOpt
03:25:56 [2022-08-22T03:25:56.726Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
03:25:57 [2022-08-22T03:25:57.664Z]     docker_api_swarm_test.go:502: [dc43853fe218c] joining swarm manager [d1076e8028b52]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:25:57 [2022-08-22T03:25:57.664Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
03:26:00 [2022-08-22T03:26:00.957Z] --- PASS: TestDaemonStartWithLogOpt (5.18s)
03:26:00 [2022-08-22T03:26:00.957Z] === CONT  TestReadPluginNoRead
03:26:03 [2022-08-22T03:26:03.501Z] === RUN   TestReadPluginNoRead/default
03:26:04 [2022-08-22T03:26:04.881Z] === RUN   TestReadPluginNoRead/disabled_caching
03:26:05 [2022-08-22T03:26:05.449Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
03:26:05 [2022-08-22T03:26:05.709Z] --- PASS: TestContinueAfterPluginCrash (10.24s)
03:26:06 [2022-08-22T03:26:06.647Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
03:26:07 [2022-08-22T03:26:07.214Z]     docker_api_swarm_test.go:507: [d2252abbbc264] joining swarm manager [d1076e8028b52]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:26:08 [2022-08-22T03:26:08.153Z] === CONT  TestReadPluginNoRead
03:26:08 [2022-08-22T03:26:08.153Z]     read_test.go:92: [d486f1c7e0f54] daemon is not started
03:26:08 [2022-08-22T03:26:08.153Z] --- PASS: TestReadPluginNoRead (7.52s)
03:26:08 [2022-08-22T03:26:08.153Z]     --- PASS: TestReadPluginNoRead/default (1.50s)
03:26:08 [2022-08-22T03:26:08.153Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.59s)
03:26:08 [2022-08-22T03:26:08.153Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.56s)
03:26:08 [2022-08-22T03:26:08.153Z] PASS
03:26:08 [2022-08-22T03:26:08.153Z] 
03:26:08 [2022-08-22T03:26:08.153Z] DONE 6 tests in 12.845s
03:26:08 [2022-08-22T03:26:08.153Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
03:26:08 [2022-08-22T03:26:08.153Z] ++ 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
03:26:08 [2022-08-22T03:26:08.153Z] ++ set -e
03:26:08 [2022-08-22T03:26:08.153Z] ++ '[' -n 0 ']'
03:26:08 [2022-08-22T03:26:08.153Z] ++ set -x
03:26:08 [2022-08-22T03:26:08.153Z] ++ 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
03:26:08 [2022-08-22T03:26:08.153Z] testing: warning: no tests to run
03:26:08 [2022-08-22T03:26:08.153Z] PASS
03:26:08 [2022-08-22T03:26:08.153Z] 
03:26:08 [2022-08-22T03:26:08.153Z] DONE 0 tests in 0.040s
03:26:08 [2022-08-22T03:26:08.153Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
03:26:08 [2022-08-22T03:26:08.153Z] ++ 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
03:26:08 [2022-08-22T03:26:08.153Z] ++ set -e
03:26:08 [2022-08-22T03:26:08.153Z] ++ '[' -n 0 ']'
03:26:08 [2022-08-22T03:26:08.153Z] ++ set -x
03:26:08 [2022-08-22T03:26:08.153Z] ++ 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
03:26:08 [2022-08-22T03:26:08.413Z] INFO: Testing against a local daemon
03:26:08 [2022-08-22T03:26:08.413Z] === RUN   TestPluginWithDevMounts
03:26:08 [2022-08-22T03:26:08.413Z] === PAUSE TestPluginWithDevMounts
03:26:08 [2022-08-22T03:26:08.413Z] === CONT  TestPluginWithDevMounts
03:26:08 [2022-08-22T03:26:08.413Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
03:26:10 [2022-08-22T03:26:10.319Z] === RUN   TestDockerSuite/TestBuildRm
03:26:10 [2022-08-22T03:26:10.319Z] --- PASS: TestPluginWithDevMounts (1.72s)
03:26:10 [2022-08-22T03:26:10.319Z] PASS
03:26:10 [2022-08-22T03:26:10.319Z] 
03:26:10 [2022-08-22T03:26:10.319Z] DONE 1 tests in 1.859s
03:26:10 [2022-08-22T03:26:10.319Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
03:26:10 [2022-08-22T03:26:10.319Z] ++ 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
03:26:10 [2022-08-22T03:26:10.319Z] ++ set -e
03:26:10 [2022-08-22T03:26:10.319Z] ++ '[' -n 0 ']'
03:26:10 [2022-08-22T03:26:10.319Z] ++ set -x
03:26:10 [2022-08-22T03:26:10.320Z] ++ 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
03:26:10 [2022-08-22T03:26:10.320Z] INFO: Testing against a local daemon
03:26:10 [2022-08-22T03:26:10.320Z] === RUN   TestSecretInspect
03:26:12 [2022-08-22T03:26:12.226Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
03:26:12 [2022-08-22T03:26:12.795Z] --- PASS: TestSecretInspect (2.62s)
03:26:12 [2022-08-22T03:26:12.795Z] === RUN   TestSecretList
03:26:13 [2022-08-22T03:26:13.054Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
03:26:13 [2022-08-22T03:26:13.992Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
03:26:14 [2022-08-22T03:26:14.561Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
03:26:15 [2022-08-22T03:26:15.500Z] --- PASS: TestSecretList (2.55s)
03:26:15 [2022-08-22T03:26:15.500Z] === RUN   TestSecretsCreateAndDelete
03:26:15 [2022-08-22T03:26:15.500Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
03:26:16 [2022-08-22T03:26:16.438Z] === RUN   TestDockerSuite/TestBuildShellInherited
03:26:17 [2022-08-22T03:26:17.376Z] === RUN   TestDockerSuite/TestBuildShellMultiple
03:26:18 [2022-08-22T03:26:18.313Z] --- PASS: TestSecretsCreateAndDelete (2.82s)
03:26:18 [2022-08-22T03:26:18.313Z] === RUN   TestSecretsUpdate
03:26:20 [2022-08-22T03:26:20.849Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
03:26:20 [2022-08-22T03:26:20.849Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
03:26:20 [2022-08-22T03:26:20.849Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
03:26:20 [2022-08-22T03:26:20.849Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
03:26:20 [2022-08-22T03:26:20.849Z] === RUN   TestDockerSuite/TestBuildSpaces
03:26:20 [2022-08-22T03:26:20.849Z] --- PASS: TestSecretsUpdate (2.72s)
03:26:20 [2022-08-22T03:26:20.849Z] === RUN   TestTemplatedSecret
03:26:21 [2022-08-22T03:26:21.108Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
03:26:22 [2022-08-22T03:26:22.056Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
03:26:22 [2022-08-22T03:26:22.056Z] === RUN   TestDockerSuite/TestBuildStderr
03:26:22 [2022-08-22T03:26:22.624Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
03:26:24 [2022-08-22T03:26:24.005Z] --- PASS: TestTemplatedSecret (3.11s)
03:26:24 [2022-08-22T03:26:24.005Z] === RUN   TestSecretCreateResolve
03:26:25 [2022-08-22T03:26:25.914Z] === RUN   TestDockerSuite/TestBuildStopSignal
03:26:26 [2022-08-22T03:26:26.853Z] --- PASS: TestSecretCreateResolve (2.64s)
03:26:26 [2022-08-22T03:26:26.853Z] PASS
03:26:26 [2022-08-22T03:26:26.853Z] 
03:26:26 [2022-08-22T03:26:26.853Z] DONE 6 tests in 16.555s
03:26:26 [2022-08-22T03:26:26.853Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
03:26:26 [2022-08-22T03:26:26.853Z] ++ 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
03:26:26 [2022-08-22T03:26:26.853Z] ++ set -e
03:26:26 [2022-08-22T03:26:26.853Z] ++ '[' -n 0 ']'
03:26:26 [2022-08-22T03:26:26.853Z] ++ set -x
03:26:26 [2022-08-22T03:26:26.853Z] ++ 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
03:26:26 [2022-08-22T03:26:26.853Z] INFO: Testing against a local daemon
03:26:26 [2022-08-22T03:26:26.853Z] === RUN   TestServiceCreateInit
03:26:26 [2022-08-22T03:26:26.853Z] === RUN   TestServiceCreateInit/daemonInitDisabled
03:26:27 [2022-08-22T03:26:27.114Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
03:26:28 [2022-08-22T03:26:28.051Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
03:26:28 [2022-08-22T03:26:28.619Z] === RUN   TestDockerSuite/TestBuildTagEvent
03:26:29 [2022-08-22T03:26:29.557Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
03:26:30 [2022-08-22T03:26:30.495Z] === RUN   TestDockerSuite/TestBuildUser
03:26:31 [2022-08-22T03:26:31.433Z] === RUN   TestServiceCreateInit/daemonInitEnabled
03:26:32 [2022-08-22T03:26:32.002Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
03:26:35 [2022-08-22T03:26:35.292Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
03:26:35 [2022-08-22T03:26:35.860Z] --- PASS: TestServiceCreateInit (9.14s)
03:26:35 [2022-08-22T03:26:35.860Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.69s)
03:26:35 [2022-08-22T03:26:35.860Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.42s)
03:26:35 [2022-08-22T03:26:35.860Z] === RUN   TestCreateServiceMultipleTimes
03:26:37 [2022-08-22T03:26:37.766Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
03:26:41 [2022-08-22T03:26:41.060Z]     docker_api_swarm_node_test.go:81: [d5bd1f3c45bec] joining swarm manager [d8f2890c3bb60]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:26:45 [2022-08-22T03:26:45.436Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd
03:26:45 [2022-08-22T03:26:45.436Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy
03:26:45 [2022-08-22T03:26:45.436Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
03:26:45 [2022-08-22T03:26:45.436Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy
03:26:45 [2022-08-22T03:26:45.436Z] Cross building: bundles/cross/linux/s390x
03:26:45 [2022-08-22T03:26:45.436Z] Building: bundles/cross/linux/s390x-daemon/dockerd
03:26:45 [2022-08-22T03:26:45.436Z] GOOS="linux" GOARCH="s390x" GOARM=""
03:26:51 [2022-08-22T03:26:51.060Z] === RUN   TestDockerSuite/TestBuildVerboseOut
03:26:51 [2022-08-22T03:26:51.060Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
03:26:51 [2022-08-22T03:26:51.060Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
03:26:51 [2022-08-22T03:26:51.060Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
03:26:51 [2022-08-22T03:26:51.999Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
03:26:52 [2022-08-22T03:26:52.567Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
03:26:52 [2022-08-22T03:26:52.567Z]     docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows
03:26:52 [2022-08-22T03:26:52.567Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
03:26:52 [2022-08-22T03:26:52.567Z]     docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows
03:26:52 [2022-08-22T03:26:52.567Z] === RUN   TestDockerSuite/TestBuildWindowsUser
03:26:52 [2022-08-22T03:26:52.567Z]     docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows
03:26:52 [2022-08-22T03:26:52.567Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
03:26:52 [2022-08-22T03:26:52.567Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
03:26:52 [2022-08-22T03:26:52.567Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
03:26:53 [2022-08-22T03:26:53.945Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
03:26:53 [2022-08-22T03:26:53.945Z] === RUN   TestDockerSuite/TestBuildWithFailure
03:26:54 [2022-08-22T03:26:54.513Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
03:26:54 [2022-08-22T03:26:54.773Z] === RUN   TestDockerSuite/TestBuildWithTabs
03:26:55 [2022-08-22T03:26:55.031Z] --- PASS: TestCreateServiceMultipleTimes (19.12s)
03:26:55 [2022-08-22T03:26:55.031Z] === RUN   TestCreateServiceConflict
03:26:55 [2022-08-22T03:26:55.031Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
03:26:55 [2022-08-22T03:26:55.600Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
03:26:55 [2022-08-22T03:26:55.600Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
03:26:57 [2022-08-22T03:26:57.507Z]     docker_api_swarm_node_test.go:53: [de627f73e960c] joining swarm manager [d1b2ea251eb3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:26:58 [2022-08-22T03:26:58.075Z] --- PASS: TestCreateServiceConflict (2.88s)
03:26:58 [2022-08-22T03:26:58.075Z] === RUN   TestCreateServiceMaxReplicas
03:26:58 [2022-08-22T03:26:58.335Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
03:26:58 [2022-08-22T03:26:58.903Z]     docker_api_swarm_node_test.go:54: [d7e83ae46a195] joining swarm manager [d1b2ea251eb3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:26:59 [2022-08-22T03:26:59.840Z] === RUN   TestDockerSuite/TestBuildWithVolumes
03:27:01 [2022-08-22T03:27:01.221Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
03:27:01 [2022-08-22T03:27:01.221Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
03:27:01 [2022-08-22T03:27:01.480Z] --- PASS: TestCreateServiceMaxReplicas (3.61s)
03:27:01 [2022-08-22T03:27:01.480Z] === RUN   TestCreateWithDuplicateNetworkNames
03:27:01 [2022-08-22T03:27:01.739Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
03:27:01 [2022-08-22T03:27:01.739Z]     docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows
03:27:01 [2022-08-22T03:27:01.739Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
03:27:02 [2022-08-22T03:27:02.676Z] === RUN   TestDockerSuite/TestBuildXZHost
03:27:04 [2022-08-22T03:27:04.582Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
03:27:05 [2022-08-22T03:27:05.153Z] === RUN   TestDockerSuite/TestCommitChange
03:27:05 [2022-08-22T03:27:05.721Z] === RUN   TestDockerSuite/TestCommitChangeLabels
03:27:06 [2022-08-22T03:27:06.299Z] === RUN   TestDockerSuite/TestCommitHardlink
03:27:07 [2022-08-22T03:27:07.694Z] === RUN   TestDockerSuite/TestCommitNewFile
03:27:08 [2022-08-22T03:27:08.263Z] === RUN   TestDockerSuite/TestCommitPausedContainer
03:27:09 [2022-08-22T03:27:09.200Z] === RUN   TestDockerSuite/TestCommitTTY
03:27:10 [2022-08-22T03:27:10.139Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
03:27:11 [2022-08-22T03:27:11.076Z] === RUN   TestDockerSuite/TestCommitWithoutPause
03:27:11 [2022-08-22T03:27:11.644Z] === RUN   TestDockerSuite/TestCopyAndRestart
03:27:12 [2022-08-22T03:27:12.582Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
03:27:12 [2022-08-22T03:27:12.582Z] === RUN   TestDockerSuite/TestCpAbsolutePath
03:27:13 [2022-08-22T03:27:13.150Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
03:27:13 [2022-08-22T03:27:13.718Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
03:27:14 [2022-08-22T03:27:14.288Z] === RUN   TestDockerSuite/TestCpFromCaseA
03:27:14 [2022-08-22T03:27:14.856Z] === RUN   TestDockerSuite/TestCpFromCaseB
03:27:15 [2022-08-22T03:27:15.424Z] === RUN   TestDockerSuite/TestCpFromCaseC
03:27:15 [2022-08-22T03:27:15.993Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.43s)
03:27:15 [2022-08-22T03:27:15.993Z] === RUN   TestCreateServiceSecretFileMode
03:27:15 [2022-08-22T03:27:15.993Z] === RUN   TestDockerSuite/TestCpFromCaseD
03:27:16 [2022-08-22T03:27:16.929Z] === RUN   TestDockerSuite/TestCpFromCaseE
03:27:17 [2022-08-22T03:27:17.498Z] === RUN   TestDockerSuite/TestCpFromCaseF
03:27:18 [2022-08-22T03:27:18.438Z] === RUN   TestDockerSuite/TestCpFromCaseG
03:27:19 [2022-08-22T03:27:19.005Z] --- PASS: TestCreateServiceSecretFileMode (3.05s)
03:27:19 [2022-08-22T03:27:19.005Z] === RUN   TestCreateServiceConfigFileMode
03:27:19 [2022-08-22T03:27:19.264Z] === RUN   TestDockerSuite/TestCpFromCaseH
03:27:19 [2022-08-22T03:27:19.832Z] === RUN   TestDockerSuite/TestCpFromCaseI
03:27:20 [2022-08-22T03:27:20.403Z] === RUN   TestDockerSuite/TestCpFromCaseJ
03:27:21 [2022-08-22T03:27:21.343Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
03:27:21 [2022-08-22T03:27:21.912Z] --- PASS: TestCreateServiceConfigFileMode (2.95s)
03:27:21 [2022-08-22T03:27:21.912Z] === RUN   TestCreateServiceSysctls
03:27:22 [2022-08-22T03:27:22.480Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
03:27:23 [2022-08-22T03:27:23.048Z] === RUN   TestDockerSuite/TestCpGarbagePath
03:27:24 [2022-08-22T03:27:24.010Z] === RUN   TestDockerSuite/TestCpLocalOnly
03:27:24 [2022-08-22T03:27:24.010Z] === RUN   TestDockerSuite/TestCpNameHasColon
03:27:24 [2022-08-22T03:27:24.578Z] === RUN   TestDockerSuite/TestCpRelativePath
03:27:25 [2022-08-22T03:27:25.146Z] === RUN   TestDockerSuite/TestCpSpecialFiles
03:27:26 [2022-08-22T03:27:26.083Z] --- PASS: TestCreateServiceSysctls (4.14s)
03:27:26 [2022-08-22T03:27:26.083Z] === RUN   TestCreateServiceCapabilities
03:27:26 [2022-08-22T03:27:26.342Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
03:27:26 [2022-08-22T03:27:26.912Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
03:27:27 [2022-08-22T03:27:27.849Z] === RUN   TestDockerSuite/TestCpToCaseA
03:27:29 [2022-08-22T03:27:29.232Z] --- PASS: TestCreateServiceCapabilities (2.97s)
03:27:29 [2022-08-22T03:27:29.232Z] === RUN   TestInspect
03:27:29 [2022-08-22T03:27:29.232Z] === RUN   TestDockerSuite/TestCpToCaseB
03:27:29 [2022-08-22T03:27:29.491Z] === RUN   TestDockerSuite/TestCpToCaseC
03:27:31 [2022-08-22T03:27:31.413Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
03:27:31 [2022-08-22T03:27:31.413Z] === RUN   TestDockerSuite/TestCpToCaseD
03:27:32 [2022-08-22T03:27:32.795Z] --- PASS: TestInspect (3.52s)
03:27:32 [2022-08-22T03:27:32.795Z] === RUN   TestCreateJob
03:27:36 [2022-08-22T03:27:36.092Z] === RUN   TestDockerSuite/TestCpToCaseE
03:27:36 [2022-08-22T03:27:36.092Z] --- PASS: TestCreateJob (3.60s)
03:27:36 [2022-08-22T03:27:36.092Z] === RUN   TestReplicatedJob
03:27:37 [2022-08-22T03:27:37.998Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
03:27:38 [2022-08-22T03:27:38.567Z] === RUN   TestDockerSuite/TestCpToCaseF
03:27:39 [2022-08-22T03:27:39.507Z] === RUN   TestDockerSuite/TestCpToCaseG
03:27:40 [2022-08-22T03:27:40.446Z]     docker_api_swarm_test.go:202: [de69c28e2387e] joining swarm manager [db4183257c8f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:27:43 [2022-08-22T03:27:43.752Z] --- PASS: TestReplicatedJob (7.03s)
03:27:43 [2022-08-22T03:27:43.752Z] === RUN   TestUpdateReplicatedJob
03:27:43 [2022-08-22T03:27:43.752Z] === RUN   TestDockerSuite/TestCpToCaseH
03:27:46 [2022-08-22T03:27:46.292Z] === RUN   TestDockerSuite/TestCpToCaseI
03:27:46 [2022-08-22T03:27:46.861Z] === RUN   TestDockerSuite/TestCpToCaseJ
03:27:47 [2022-08-22T03:27:47.120Z] --- PASS: TestUpdateReplicatedJob (3.80s)
03:27:47 [2022-08-22T03:27:47.120Z] === RUN   TestServiceListWithStatuses
03:27:47 [2022-08-22T03:27:47.120Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
03:27:47 [2022-08-22T03:27:47.120Z] --- SKIP: TestServiceListWithStatuses (0.00s)
03:27:47 [2022-08-22T03:27:47.120Z] === RUN   TestDockerNetworkConnectAlias
03:27:50 [2022-08-22T03:27:50.417Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
03:27:50 [2022-08-22T03:27:50.986Z] === RUN   TestDockerSuite/TestCpToDot
03:27:52 [2022-08-22T03:27:52.366Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
03:27:52 [2022-08-22T03:27:52.366Z] --- PASS: TestDockerNetworkConnectAlias (5.24s)
03:27:52 [2022-08-22T03:27:52.366Z] === RUN   TestDockerNetworkReConnect
03:27:53 [2022-08-22T03:27:53.303Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
03:27:54 [2022-08-22T03:27:54.682Z] === RUN   TestDockerSuite/TestCpToStdout
03:27:55 [2022-08-22T03:27:55.249Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
03:27:56 [2022-08-22T03:27:56.631Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
03:27:56 [2022-08-22T03:27:56.631Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
03:27:56 [2022-08-22T03:27:56.631Z] --- PASS: TestDockerNetworkReConnect (4.42s)
03:27:56 [2022-08-22T03:27:56.631Z] === RUN   TestServicePlugin
03:27:57 [2022-08-22T03:27:57.199Z] === RUN   TestDockerSuite/TestCpVolumePath
03:27:58 [2022-08-22T03:27:58.578Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
03:27:58 [2022-08-22T03:27:58.578Z] === RUN   TestDockerSuite/TestCreateArgs
03:27:58 [2022-08-22T03:27:58.578Z] === RUN   TestDockerSuite/TestCreateByImageID
03:27:59 [2022-08-22T03:27:59.146Z] === RUN   TestDockerSuite/TestCreateEchoStdout
03:27:59 [2022-08-22T03:27:59.714Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
03:27:59 [2022-08-22T03:27:59.714Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
03:27:59 [2022-08-22T03:27:59.714Z] === RUN   TestDockerSuite/TestCreateHostConfig
03:27:59 [2022-08-22T03:27:59.714Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
03:27:59 [2022-08-22T03:27:59.974Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
03:28:00 [2022-08-22T03:28:00.543Z] === RUN   TestDockerSuite/TestCreateLabels
03:28:00 [2022-08-22T03:28:00.543Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
03:28:00 [2022-08-22T03:28:00.543Z] === RUN   TestDockerSuite/TestCreateRM
03:28:00 [2022-08-22T03:28:00.802Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
03:28:00 [2022-08-22T03:28:00.802Z]     docker_cli_create_test.go:83: unmatched requirement Devicemapper
03:28:00 [2022-08-22T03:28:00.802Z] === RUN   TestDockerSuite/TestCreateStopSignal
03:28:00 [2022-08-22T03:28:00.802Z] === RUN   TestDockerSuite/TestCreateStopTimeout
03:28:01 [2022-08-22T03:28:01.062Z]     plugin_test.go:61: [d0e0eb30f59c9] joining swarm manager [dd510280fa981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:28:01 [2022-08-22T03:28:01.062Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
03:28:02 [2022-08-22T03:28:02.459Z]     plugin_test.go:64: [dd4f726d19e64] joining swarm manager [dd510280fa981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:28:02 [2022-08-22T03:28:02.721Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
03:28:02 [2022-08-22T03:28:02.721Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
03:28:02 [2022-08-22T03:28:02.980Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
03:28:03 [2022-08-22T03:28:03.239Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
03:28:05 [2022-08-22T03:28:05.774Z]     docker_api_swarm_test.go:384: [d2d0914288963] joining swarm manager [d2d1bf126bea5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:28:07 [2022-08-22T03:28:07.682Z]     docker_api_swarm_test.go:385: [d7e20bd7e5318] joining swarm manager [d2d1bf126bea5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:28:07 [2022-08-22T03:28:07.682Z] === RUN   TestDockerSuite/TestCreateWithPortRange
03:28:07 [2022-08-22T03:28:07.682Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
03:28:07 [2022-08-22T03:28:07.682Z] === RUN   TestDockerSuite/TestEventsAttach
03:28:08 [2022-08-22T03:28:08.250Z] === RUN   TestDockerSuite/TestEventsCommit
03:28:09 [2022-08-22T03:28:09.191Z] === RUN   TestDockerSuite/TestEventsContainerEvents
03:28:09 [2022-08-22T03:28:09.449Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
03:28:10 [2022-08-22T03:28:10.017Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
03:28:10 [2022-08-22T03:28:10.584Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
03:28:12 [2022-08-22T03:28:12.489Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
03:28:13 [2022-08-22T03:28:13.427Z] === RUN   TestDockerSuite/TestEventsContainerRestart
03:28:15 [2022-08-22T03:28:15.962Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
03:28:18 [2022-08-22T03:28:18.497Z] === RUN   TestDockerSuite/TestEventsCopy
03:28:19 [2022-08-22T03:28:19.066Z] === RUN   TestDockerSuite/TestEventsFilterContainer
03:28:20 [2022-08-22T03:28:20.007Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
03:28:25 [2022-08-22T03:28:25.299Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
03:28:25 [2022-08-22T03:28:25.558Z] === RUN   TestDockerSuite/TestEventsFilterImageName
03:28:26 [2022-08-22T03:28:26.495Z] === RUN   TestDockerSuite/TestEventsFilterLabels
03:28:27 [2022-08-22T03:28:27.063Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
03:28:27 [2022-08-22T03:28:27.063Z] === RUN   TestDockerSuite/TestEventsFilterType
03:28:27 [2022-08-22T03:28:27.322Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
03:28:27 [2022-08-22T03:28:27.582Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
03:28:27 [2022-08-22T03:28:27.582Z] === RUN   TestDockerSuite/TestEventsFilters
03:28:28 [2022-08-22T03:28:28.519Z] === RUN   TestDockerSuite/TestEventsFormat
03:28:29 [2022-08-22T03:28:29.456Z] --- PASS: TestServicePlugin (32.58s)
03:28:29 [2022-08-22T03:28:29.456Z] === RUN   TestServiceUpdateLabel
03:28:29 [2022-08-22T03:28:29.715Z] === RUN   TestDockerSuite/TestEventsFormatBadField
03:28:29 [2022-08-22T03:28:29.715Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
03:28:29 [2022-08-22T03:28:29.715Z] === RUN   TestDockerSuite/TestEventsImageImport
03:28:30 [2022-08-22T03:28:30.286Z] === RUN   TestDockerSuite/TestEventsImageLoad
03:28:30 [2022-08-22T03:28:30.545Z] === RUN   TestDockerSuite/TestEventsImagePull
03:28:31 [2022-08-22T03:28:31.483Z] --- PASS: TestServiceUpdateLabel (2.34s)
03:28:31 [2022-08-22T03:28:31.483Z] === RUN   TestServiceUpdateSecrets
03:28:31 [2022-08-22T03:28:31.741Z] === RUN   TestDockerSuite/TestEventsImageTag
03:28:32 [2022-08-22T03:28:32.678Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
03:28:32 [2022-08-22T03:28:32.937Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
03:28:32 [2022-08-22T03:28:32.937Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
03:28:32 [2022-08-22T03:28:32.937Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
03:28:32 [2022-08-22T03:28:32.937Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
03:28:32 [2022-08-22T03:28:32.937Z] === RUN   TestDockerSuite/TestEventsPluginOps
03:28:35 [2022-08-22T03:28:35.472Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
03:28:35 [2022-08-22T03:28:35.731Z] === RUN   TestDockerSuite/TestEventsRename
03:28:36 [2022-08-22T03:28:36.299Z] === RUN   TestDockerSuite/TestEventsResize
03:28:36 [2022-08-22T03:28:36.558Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
03:28:36 [2022-08-22T03:28:36.898Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd
03:28:36 [2022-08-22T03:28:36.898Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy
03:28:36 [2022-08-22T03:28:36.898Z] GOOS="linux" GOARCH="s390x" GOARM=""
03:28:36 [2022-08-22T03:28:36.898Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy
03:28:36 [2022-08-22T03:28:36.898Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
03:28:37 [2022-08-22T03:28:37.217Z] + sudo modprobe ip6table_filter
[Pipeline] sh
03:28:37 [2022-08-22T03:28:37.500Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/test/unit
03:28:37 [2022-08-22T03:28:37.759Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
03:28:37 [2022-08-22T03:28:37.759Z] + TESTFLAGS+=' -test.timeout=5m'
03:28:37 [2022-08-22T03:28:37.759Z] + TESTDIRS=./...
03:28:37 [2022-08-22T03:28:37.759Z] + exclude_paths='/vendor/|/integration'
03:28:37 [2022-08-22T03:28:37.759Z] ++ go list ./...
03:28:37 [2022-08-22T03:28:37.759Z] ++ grep -vE '(/vendor/|/integration)'
03:28:38 [2022-08-22T03:28:38.696Z] + pkg_list='github.com/docker/docker/api
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/backend/build
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/httpstatus
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/httputils
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/middleware
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/build
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/checkpoint
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/container
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/debug
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/distribution
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/grpc
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/image
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/network
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/plugin
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/session
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/swarm
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/system
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/server/router/volume
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/backend
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/blkiodev
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/container
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/events
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/filters
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/image
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/mount
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/network
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/plugins/logdriver
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/registry
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/strslice
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/swarm
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/swarm/runtime
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/time
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/versions
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/versions/v1p19
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/versions/v1p20
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/api/types/volume
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/builder
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/builder/builder-next
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/builder/builder-next/exporter
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/builder/builder-next/imagerefchecker
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/builder/builder-next/worker
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/builder/dockerfile
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/builder/remotecontext
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/builder/remotecontext/git
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/builder/remotecontext/urlutil
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/cli
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/cli/config
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/cli/debug
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/cli/winresources/docker-proxy
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/cli/winresources/dockerd
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/client
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/cmd/docker-proxy
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/cmd/dockerd
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/cmd/dockerd/trap
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
03:28:38 [2022-08-22T03:28:38.696Z] github.com/docker/docker/container
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/container/stream
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/contrib/apparmor
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/contrib/docker-device-tool
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/contrib/httpserver
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/cluster
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/cluster/controllers/plugin
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/cluster/convert
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/cluster/executor
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/cluster/executor/container
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/cluster/provider
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/config
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/containerd
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/events
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/events/testutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/exec
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/aufs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/btrfs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/copy
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/devmapper
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/graphtest
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/overlay
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/overlay2
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/overlayutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/register
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/vfs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/zfs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/images
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/initlayer
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/links
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/listeners
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/awslogs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/fluentd
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/gcplogs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/gelf
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/journald
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/journald/internal/export
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/journald/internal/fake
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/jsonfilelog
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/local
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/logentries
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/loggertest
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/loggerutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/loggerutils/cache
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/splunk
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/syslog
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/templates
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/names
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/network
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/stats
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/distribution
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/distribution/metadata
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/distribution/utils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/distribution/xfer
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/dockerversion
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/errdefs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/image
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/image/cache
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/image/tarexport
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/image/v1
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/internal/test/suite
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/layer
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libcontainerd
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libcontainerd/queue
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libcontainerd/remote
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libcontainerd/supervisor
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libcontainerd/types
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/bitseq
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cluster
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/diagnostic
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/ovrouter
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/readme_test
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/config
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/datastore
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/diagnostic
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/discoverapi
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/driverapi
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/bridge
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/host
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/ipvlan
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/macvlan
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/null
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/overlay
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/remote
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/remote/api
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/windows
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drvregistry
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/etchosts
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/idm
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/internal/caller
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/internal/setmatrix
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/ipam
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/ipamapi
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/ipams/builtin
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/ipams/null
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/ipams/remote
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/ipams/remote/api
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/ipams/windowsipam
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/ipamutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/iptables
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/netlabel
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/netutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/networkdb
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/ns
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/options
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/osl
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/osl/kernel
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/portallocator
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/portmapper
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/resolvconf
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/testutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/types
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/oci
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/oci/caps
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/opts
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/aaparser
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/archive
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/authorization
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/broadcaster
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/capabilities
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/chrootarchive
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/containerfs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/devicemapper
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/directory
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/dmesg
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/fileutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/fsutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/homedir
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/idtools
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/ioutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/jsonmessage
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/longpath
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/loopback
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/namesgenerator
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/parsers
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/parsers/kernel
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/parsers/operatingsystem
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/pidfile
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/platform
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/plugingetter
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/plugins
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/plugins/transport
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/pools
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/progress
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/pubsub
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/reexec
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/signal
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/stack
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/stdcopy
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/streamformatter
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/stringid
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/sysinfo
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/system
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/tailfile
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/tarsum
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/urlutil
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/pkg/useragent
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/plugin
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/plugin/executor/containerd
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/plugin/v2
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/profiles/apparmor
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/profiles/seccomp
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/quota
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/reference
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/registry
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/registry/resumable
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/restartmanager
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/rootless
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/rootless/specconv
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/runconfig
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/runconfig/opts
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/testutil
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/testutil/daemon
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/testutil/environment
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/testutil/fakecontext
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/testutil/fakegit
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/testutil/fakestorage
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/testutil/fixtures/load
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/testutil/fixtures/plugin
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/testutil/fixtures/plugin/basic
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/testutil/registry
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/testutil/request
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/volume
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/volume/drivers
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/volume/local
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/volume/mounts
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/volume/service
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/volume/service/opts
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/volume/testutils'
03:28:38 [2022-08-22T03:28:38.697Z] ++ grep --fixed-strings -v /libnetwork
03:28:38 [2022-08-22T03:28:38.697Z] ++ echo 'github.com/docker/docker/api
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/backend/build
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/httpstatus
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/httputils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/middleware
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/build
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/checkpoint
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/container
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/debug
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/distribution
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/grpc
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/image
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/network
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/plugin
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/session
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/swarm
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/system
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/server/router/volume
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/backend
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/blkiodev
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/container
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/events
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/filters
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/image
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/mount
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/network
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/plugins/logdriver
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/registry
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/strslice
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/swarm
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/swarm/runtime
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/time
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/versions
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/versions/v1p19
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/versions/v1p20
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/api/types/volume
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/builder
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/builder/builder-next
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/builder/builder-next/exporter
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/builder/builder-next/imagerefchecker
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/builder/builder-next/worker
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/builder/dockerfile
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/builder/remotecontext
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/builder/remotecontext/git
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/builder/remotecontext/urlutil
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/cli
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/cli/config
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/cli/debug
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/cli/winresources/docker-proxy
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/cli/winresources/dockerd
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/client
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/cmd/docker-proxy
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/cmd/dockerd
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/cmd/dockerd/trap
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/container
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/container/stream
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/contrib/apparmor
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/contrib/docker-device-tool
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/contrib/httpserver
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/cluster
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/cluster/controllers/plugin
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/cluster/convert
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/cluster/executor
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/cluster/executor/container
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/cluster/provider
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/config
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/containerd
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/events
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/events/testutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/exec
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/aufs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/btrfs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/copy
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/devmapper
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/graphtest
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/overlay
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/overlay2
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/overlayutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/register
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/vfs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/graphdriver/zfs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/images
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/initlayer
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/links
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/listeners
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/awslogs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/fluentd
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/gcplogs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/gelf
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/journald
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/journald/internal/export
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/journald/internal/fake
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/jsonfilelog
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/local
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/logentries
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/loggertest
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/loggerutils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/loggerutils/cache
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/splunk
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/syslog
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/logger/templates
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/names
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/network
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/daemon/stats
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/distribution
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/distribution/metadata
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/distribution/utils
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/distribution/xfer
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/dockerversion
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/errdefs
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/image
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/image/cache
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/image/tarexport
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/image/v1
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/internal/test/suite
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/layer
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libcontainerd
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libcontainerd/queue
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libcontainerd/remote
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libcontainerd/supervisor
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libcontainerd/types
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/bitseq
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cluster
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/diagnostic
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/ovrouter
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/cmd/readme_test
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/config
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/datastore
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/diagnostic
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/discoverapi
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/driverapi
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/bridge
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/host
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/ipvlan
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/macvlan
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
03:28:38 [2022-08-22T03:28:38.697Z] github.com/docker/docker/libnetwork/drivers/null
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/drivers/overlay
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/drivers/remote
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/drivers/remote/api
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/drivers/windows
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/drvregistry
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/etchosts
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/idm
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/internal/caller
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/internal/setmatrix
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/ipam
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/ipamapi
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/ipams/builtin
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/ipams/null
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/ipams/remote
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/ipams/remote/api
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/ipams/windowsipam
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/ipamutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/iptables
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/netlabel
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/netutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/networkdb
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/ns
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/options
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/osl
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/osl/kernel
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/portallocator
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/portmapper
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/resolvconf
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/testutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libnetwork/types
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/oci
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/oci/caps
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/opts
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/aaparser
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/archive
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/authorization
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/broadcaster
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/capabilities
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/chrootarchive
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/containerfs
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/devicemapper
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/directory
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/dmesg
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/fileutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/fsutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/homedir
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/idtools
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/ioutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/jsonmessage
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/longpath
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/loopback
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/namesgenerator
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/parsers
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/parsers/kernel
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/parsers/operatingsystem
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/pidfile
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/platform
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/plugingetter
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/plugins
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/plugins/transport
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/pools
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/progress
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/pubsub
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/reexec
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/signal
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/stack
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/stdcopy
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/streamformatter
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/stringid
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/sysinfo
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/system
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/tailfile
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/tarsum
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/urlutil
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/useragent
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/plugin
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/plugin/executor/containerd
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/plugin/v2
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/profiles/apparmor
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/profiles/seccomp
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/quota
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/reference
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/registry
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/registry/resumable
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/restartmanager
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/rootless
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/rootless/specconv
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/runconfig
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/runconfig/opts
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/daemon
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/environment
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/fakecontext
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/fakegit
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/fakestorage
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/fixtures/load
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/fixtures/plugin
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/fixtures/plugin/basic
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/registry
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/request
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume/drivers
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume/local
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume/mounts
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume/service
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume/service/opts
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume/testutils'
03:28:38 [2022-08-22T03:28:38.698Z] + base_pkg_list='github.com/docker/docker/api
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/backend/build
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/httpstatus
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/httputils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/middleware
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/build
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/checkpoint
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/container
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/debug
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/distribution
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/grpc
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/image
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/network
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/plugin
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/session
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/swarm
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/system
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/volume
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/backend
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/blkiodev
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/container
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/events
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/filters
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/image
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/mount
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/network
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/plugins/logdriver
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/registry
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/strslice
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/swarm
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/swarm/runtime
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/time
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/versions
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/versions/v1p19
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/versions/v1p20
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/volume
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next/exporter
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next/imagerefchecker
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next/worker
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/dockerfile
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/remotecontext
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/remotecontext/git
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/remotecontext/urlutil
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/cli
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/cli/config
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/cli/debug
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/cli/winresources/docker-proxy
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/cli/winresources/dockerd
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/client
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/cmd/docker-proxy
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/cmd/dockerd
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/cmd/dockerd/trap
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/container
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/container/stream
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/contrib/apparmor
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/contrib/docker-device-tool
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/contrib/httpserver
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/cluster
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/cluster/controllers/plugin
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/cluster/convert
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/cluster/executor
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/cluster/executor/container
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/cluster/provider
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/config
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/containerd
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/events
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/events/testutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/exec
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver/aufs
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver/btrfs
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver/copy
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver/devmapper
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver/graphtest
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver/overlay
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver/overlay2
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver/overlayutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver/register
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver/vfs
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/graphdriver/zfs
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/images
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/initlayer
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/links
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/listeners
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/awslogs
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/fluentd
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/gcplogs
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/gelf
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/journald
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/journald/internal/export
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/journald/internal/fake
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/jsonfilelog
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/local
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/logentries
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/loggertest
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/loggerutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/loggerutils/cache
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/splunk
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/syslog
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/logger/templates
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/names
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/network
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/daemon/stats
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/distribution
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/distribution/metadata
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/distribution/utils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/distribution/xfer
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/dockerversion
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/errdefs
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/image
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/image/cache
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/image/tarexport
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/image/v1
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/internal/test/suite
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/layer
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libcontainerd
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libcontainerd/queue
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libcontainerd/remote
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libcontainerd/supervisor
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/libcontainerd/types
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/oci
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/oci/caps
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/opts
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/aaparser
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/archive
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/authorization
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/broadcaster
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/capabilities
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/chrootarchive
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/containerfs
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/devicemapper
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/directory
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/dmesg
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/fileutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/fsutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/homedir
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/idtools
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/ioutils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/jsonmessage
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/longpath
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/loopback
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/namesgenerator
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/parsers
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/parsers/kernel
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/parsers/operatingsystem
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/pidfile
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/platform
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/plugingetter
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/plugins
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/plugins/transport
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/pools
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/progress
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/pubsub
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/reexec
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/signal
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/stack
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/stdcopy
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/streamformatter
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/stringid
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/sysinfo
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/system
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/tailfile
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/tarsum
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/urlutil
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/pkg/useragent
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/plugin
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/plugin/executor/containerd
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/plugin/v2
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/profiles/apparmor
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/profiles/seccomp
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/quota
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/reference
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/registry
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/registry/resumable
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/restartmanager
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/rootless
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/rootless/specconv
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/runconfig
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/runconfig/opts
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/daemon
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/environment
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/fakecontext
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/fakegit
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/fakestorage
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/fixtures/load
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/fixtures/plugin
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/fixtures/plugin/basic
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/registry
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/testutil/request
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume/drivers
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume/local
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume/mounts
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume/service
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume/service/opts
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/volume/testutils'
03:28:38 [2022-08-22T03:28:38.698Z] ++ grep --fixed-strings /libnetwork
03:28:38 [2022-08-22T03:28:38.698Z] ++ echo 'github.com/docker/docker/api
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/backend/build
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/httpstatus
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/httputils
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/middleware
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/build
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/checkpoint
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/container
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/debug
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/distribution
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/grpc
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/image
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/network
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/plugin
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/session
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/swarm
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/system
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/server/router/volume
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/backend
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/blkiodev
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/container
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/events
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/filters
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/image
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/mount
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/network
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/plugins/logdriver
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/registry
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/strslice
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/swarm
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/swarm/runtime
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/time
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/versions
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/versions/v1p19
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/versions/v1p20
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/api/types/volume
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next/exporter
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next/imagerefchecker
03:28:38 [2022-08-22T03:28:38.698Z] github.com/docker/docker/builder/builder-next/worker
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/builder/dockerfile
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/builder/remotecontext
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/builder/remotecontext/git
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/builder/remotecontext/urlutil
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/cli
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/cli/config
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/cli/debug
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/cli/winresources/docker-proxy
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/cli/winresources/dockerd
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/client
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/cmd/docker-proxy
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/cmd/dockerd
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/cmd/dockerd/trap
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/container
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/container/stream
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/contrib/apparmor
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/contrib/docker-device-tool
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/contrib/httpserver
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/cluster
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/cluster/controllers/plugin
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/cluster/convert
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/cluster/executor
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/cluster/executor/container
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/cluster/provider
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/config
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/containerd
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/events
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/events/testutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/exec
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver/aufs
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver/btrfs
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver/copy
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver/devmapper
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver/graphtest
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver/overlay
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver/overlay2
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver/overlayutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver/register
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver/vfs
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/graphdriver/zfs
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/images
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/initlayer
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/links
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/listeners
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/awslogs
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/fluentd
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/gcplogs
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/gelf
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/journald
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/journald/internal/export
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/journald/internal/fake
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/jsonfilelog
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/local
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/logentries
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/loggertest
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/loggerutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/loggerutils/cache
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/splunk
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/syslog
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/logger/templates
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/names
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/network
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/daemon/stats
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/distribution
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/distribution/metadata
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/distribution/utils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/distribution/xfer
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/dockerversion
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/errdefs
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/image
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/image/cache
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/image/tarexport
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/image/v1
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/internal/test/suite
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/layer
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libcontainerd
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libcontainerd/queue
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libcontainerd/remote
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libcontainerd/supervisor
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libcontainerd/types
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/bitseq
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cluster
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/diagnostic
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/ovrouter
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/readme_test
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/config
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/datastore
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/diagnostic
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/discoverapi
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/driverapi
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/bridge
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/host
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/ipvlan
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/macvlan
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/null
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/overlay
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/remote
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/remote/api
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/windows
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drvregistry
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/etchosts
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/idm
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/internal/caller
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/internal/setmatrix
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipam
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipamapi
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipams/builtin
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipams/null
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipams/remote
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipams/remote/api
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipams/windowsipam
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipamutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/iptables
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/netlabel
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/netutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/networkdb
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ns
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/options
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/osl
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/osl/kernel
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/portallocator
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/portmapper
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/resolvconf
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/testutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/types
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/oci
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/oci/caps
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/opts
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/aaparser
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/archive
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/authorization
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/broadcaster
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/capabilities
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/chrootarchive
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/containerfs
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/devicemapper
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/directory
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/dmesg
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/fileutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/fsutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/homedir
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/idtools
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/ioutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/jsonmessage
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/longpath
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/loopback
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/namesgenerator
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/parsers
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/parsers/kernel
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/parsers/operatingsystem
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/pidfile
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/platform
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/plugingetter
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/plugins
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/plugins/transport
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/pools
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/progress
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/pubsub
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/reexec
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/signal
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/stack
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/stdcopy
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/streamformatter
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/stringid
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/sysinfo
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/system
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/tailfile
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/tarsum
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/urlutil
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/pkg/useragent
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/plugin
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/plugin/executor/containerd
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/plugin/v2
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/profiles/apparmor
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/profiles/seccomp
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/quota
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/reference
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/registry
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/registry/resumable
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/restartmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/rootless
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/rootless/specconv
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/runconfig
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/runconfig/opts
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/testutil
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/testutil/daemon
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/testutil/environment
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/testutil/fakecontext
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/testutil/fakegit
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/testutil/fakestorage
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/testutil/fixtures/load
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/testutil/fixtures/plugin
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/testutil/fixtures/plugin/basic
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/testutil/registry
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/testutil/request
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/volume
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/volume/drivers
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/volume/local
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/volume/mounts
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/volume/service
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/volume/service/opts
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/volume/testutils'
03:28:38 [2022-08-22T03:28:38.699Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/bitseq
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cluster
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/diagnostic
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/ovrouter
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/readme_test
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/config
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/datastore
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/diagnostic
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/discoverapi
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/driverapi
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/bridge
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/host
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/ipvlan
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/macvlan
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/null
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/overlay
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/remote
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/remote/api
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/windows
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drvregistry
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/etchosts
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/idm
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/internal/caller
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/internal/setmatrix
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipam
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipamapi
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipams/builtin
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipams/null
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipams/remote
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipams/remote/api
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipams/windowsipam
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ipamutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/iptables
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/netlabel
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/netutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/networkdb
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/ns
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/options
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/osl
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/osl/kernel
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/portallocator
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/portmapper
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/resolvconf
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/testutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/types'
03:28:38 [2022-08-22T03:28:38.699Z] + echo 'github.com/docker/docker/libnetwork
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/bitseq
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cluster
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/diagnostic
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/ovrouter
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/cmd/readme_test
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/config
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/datastore
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/diagnostic
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/discoverapi
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/driverapi
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/bridge
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/host
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/ipvlan
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/macvlan
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/null
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/overlay
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/remote
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/remote/api
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/windows
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/drvregistry
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/etchosts
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/idm
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/internal/caller
03:28:38 [2022-08-22T03:28:38.699Z] github.com/docker/docker/libnetwork/internal/setmatrix
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/ipam
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/ipamapi
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/ipams/builtin
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/ipams/null
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/ipams/remote
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/ipams/remote/api
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/ipams/windowsipam
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/ipamutils
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/iptables
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/netlabel
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/netutils
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/networkdb
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/ns
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/options
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/osl
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/osl/kernel
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/portallocator
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/portmapper
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/resolvconf
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/testutils
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/types'
03:28:38 [2022-08-22T03:28:38.700Z] + grep --fixed-strings libnetwork/drivers/bridge
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/drivers/bridge
03:28:38 [2022-08-22T03:28:38.700Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:28:38 [2022-08-22T03:28:38.700Z] + type docker-proxy
03:28:38 [2022-08-22T03:28:38.700Z] hack/test/unit: line 25: type: docker-proxy: not found
03:28:38 [2022-08-22T03:28:38.700Z] + hack/make.sh binary-proxy install-proxy
03:28:38 [2022-08-22T03:28:38.700Z] 
03:28:38 [2022-08-22T03:28:38.700Z] Removing bundles/
03:28:38 [2022-08-22T03:28:38.959Z] 
03:28:38 [2022-08-22T03:28:38.959Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
03:28:38 [2022-08-22T03:28:38.959Z] Building: bundles/binary-proxy/docker-proxy
03:28:38 [2022-08-22T03:28:38.959Z] GOOS="" GOARCH="" GOARM=""
03:28:43 [2022-08-22T03:28:43.122Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
03:28:43 [2022-08-22T03:28:43.122Z] === RUN   TestDockerSuite/TestEventsStreaming
03:28:43 [2022-08-22T03:28:43.122Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
03:28:46 [2022-08-22T03:28:46.430Z] === RUN   TestDockerSuite/TestEventsTop
03:28:46 [2022-08-22T03:28:46.430Z] --- PASS: TestServiceUpdateSecrets (14.60s)
03:28:46 [2022-08-22T03:28:46.430Z] === RUN   TestServiceUpdateConfigs
03:28:46 [2022-08-22T03:28:46.430Z] === RUN   TestDockerSuite/TestEventsUntag
03:28:47 [2022-08-22T03:28:47.076Z] Created binary: bundles/binary-proxy/docker-proxy
03:28:47 [2022-08-22T03:28:47.076Z] 
03:28:47 [2022-08-22T03:28:47.076Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
03:28:47 [2022-08-22T03:28:47.076Z] Installing docker-proxy to /usr/local/bin/
03:28:47 [2022-08-22T03:28:47.076Z] 
03:28:47 [2022-08-22T03:28:47.076Z] + mkdir -p bundles
03:28:47 [2022-08-22T03:28:47.076Z] + '[' -n 'github.com/docker/docker/api
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/backend/build
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/httpstatus
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/httputils
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/middleware
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router/build
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router/checkpoint
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router/container
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router/debug
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router/distribution
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router/grpc
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router/image
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router/network
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router/plugin
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router/session
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router/swarm
03:28:47 [2022-08-22T03:28:47.076Z] github.com/docker/docker/api/server/router/system
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/server/router/volume
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/backend
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/blkiodev
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/container
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/events
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/filters
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/image
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/mount
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/network
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/plugins/logdriver
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/registry
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/strslice
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/swarm
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/swarm/runtime
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/time
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/versions
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/versions/v1p19
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/versions/v1p20
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/api/types/volume
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/builder
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/builder/builder-next
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/builder/builder-next/exporter
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/builder/builder-next/imagerefchecker
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/builder/builder-next/worker
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/builder/dockerfile
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/builder/remotecontext
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/builder/remotecontext/git
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/builder/remotecontext/urlutil
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/cli
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/cli/config
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/cli/debug
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/cli/winresources/docker-proxy
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/cli/winresources/dockerd
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/client
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/cmd/docker-proxy
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/cmd/dockerd
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/cmd/dockerd/trap
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/container
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/container/stream
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/contrib/apparmor
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/contrib/docker-device-tool
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/contrib/httpserver
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/cluster
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/cluster/controllers/plugin
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/cluster/convert
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/cluster/executor
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/cluster/executor/container
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/cluster/provider
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/config
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/containerd
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/events
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/events/testutils
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/exec
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver/aufs
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver/btrfs
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver/copy
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver/devmapper
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver/graphtest
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver/overlay
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver/overlay2
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver/overlayutils
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver/register
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver/vfs
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/graphdriver/zfs
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/images
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/initlayer
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/links
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/listeners
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/awslogs
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/fluentd
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/gcplogs
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/gelf
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/journald
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/journald/internal/export
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/journald/internal/fake
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/jsonfilelog
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/local
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/logentries
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/loggertest
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/loggerutils
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/loggerutils/cache
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/splunk
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/syslog
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/logger/templates
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/names
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/network
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/daemon/stats
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/distribution
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/distribution/metadata
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/distribution/utils
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/distribution/xfer
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/dockerversion
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/errdefs
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/image
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/image/cache
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/image/tarexport
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/image/v1
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/internal/test/suite
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/layer
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/libcontainerd
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/libcontainerd/queue
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/libcontainerd/remote
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/libcontainerd/supervisor
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/libcontainerd/types
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/oci
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/oci/caps
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/opts
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/aaparser
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/archive
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/authorization
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/broadcaster
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/capabilities
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/chrootarchive
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/containerfs
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/devicemapper
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/directory
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/dmesg
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/fileutils
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/fsutils
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/homedir
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/idtools
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/ioutils
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/jsonmessage
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/longpath
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/loopback
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/namesgenerator
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/parsers
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/parsers/kernel
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/parsers/operatingsystem
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/pidfile
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/platform
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/plugingetter
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/plugins
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/plugins/transport
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/pools
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/progress
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/pubsub
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/reexec
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/signal
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/stack
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/stdcopy
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/streamformatter
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/stringid
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/sysinfo
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/system
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/tailfile
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/tarsum
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/urlutil
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/pkg/useragent
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/plugin
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/plugin/executor/containerd
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/plugin/v2
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/profiles/apparmor
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/profiles/seccomp
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/quota
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/reference
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/registry
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/registry/resumable
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/restartmanager
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/rootless
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/rootless/specconv
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/runconfig
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/runconfig/opts
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/testutil
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/testutil/daemon
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/testutil/environment
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/testutil/fakecontext
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/testutil/fakegit
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/testutil/fakestorage
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/testutil/fixtures/load
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/testutil/fixtures/plugin
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/testutil/fixtures/plugin/basic
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/testutil/registry
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/testutil/request
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/volume
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/volume/drivers
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/volume/local
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/volume/mounts
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/volume/service
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/volume/service/opts
03:28:47 [2022-08-22T03:28:47.077Z] github.com/docker/docker/volume/testutils' ']'
03:28:47 [2022-08-22T03:28:47.077Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -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/containerd 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/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal 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/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
03:28:47 [2022-08-22T03:28:47.077Z] ?   	github.com/docker/docker/api	[no test files]
03:28:48 [2022-08-22T03:28:48.964Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
03:29:01 [2022-08-22T03:29:01.171Z] === RUN   TestDockerSuite/TestNetworkEvents
03:29:01 [2022-08-22T03:29:01.171Z]     check_test.go:611: [d7e20bd7e5318] daemon is not started
03:29:01 [2022-08-22T03:29:01.171Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
03:29:01 [2022-08-22T03:29:01.171Z] --- PASS: TestServiceUpdateConfigs (14.65s)
03:29:01 [2022-08-22T03:29:01.171Z] === RUN   TestServiceUpdateNetwork
03:29:02 [2022-08-22T03:29:02.550Z]     docker_api_swarm_test.go:802: [de9b335db9334] joining swarm manager [df54b07edc335]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:29:04 [2022-08-22T03:29:04.455Z]     docker_api_swarm_test.go:802: [d5d7a1b9ee9d4] joining swarm manager [df54b07edc335]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:29:05 [2022-08-22T03:29:05.227Z] ok  	github.com/docker/docker/api/server	0.003s	coverage: 7.9% of statements
03:29:05 [2022-08-22T03:29:05.393Z]     docker_api_swarm_test.go:802: [d60e865a5088b] joining swarm manager [df54b07edc335]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
03:29:05 [2022-08-22T03:29:05.652Z] === RUN   TestDockerSuite/TestVolumeEvents
03:29:06 [2022-08-22T03:29:06.220Z] === RUN   TestDockerSuite/TestExec
03:29:06 [2022-08-22T03:29:06.788Z]     docker_api_swarm_test.go:802: [da8213ea0a78c] joining swarm manager [df54b07edc335]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
03:29:06 [2022-08-22T03:29:06.788Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
03:29:08 [2022-08-22T03:29:08.694Z] === RUN   TestDockerSuite/TestExecCgroup
03:29:08 [2022-08-22T03:29:08.694Z]     docker_api_swarm_test.go:810: [d005c45e56510] joining swarm manager [df54b07edc335]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
03:29:09 [2022-08-22T03:29:09.262Z] === RUN   TestDockerSuite/TestExecEnv
03:29:09 [2022-08-22T03:29:09.830Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
03:29:11 [2022-08-22T03:29:11.209Z] === RUN   TestDockerSuite/TestExecExitStatus
03:29:11 [2022-08-22T03:29:11.468Z] === RUN   TestDockerSuite/TestExecInspectID
03:29:14 [2022-08-22T03:29:14.766Z] === RUN   TestDockerSuite/TestExecInteractive
03:29:14 [2022-08-22T03:29:14.766Z] --- PASS: TestServiceUpdateNetwork (13.45s)
03:29:14 [2022-08-22T03:29:14.766Z] === RUN   TestServiceUpdatePidsLimit
03:29:14 [2022-08-22T03:29:14.766Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
03:29:15 [2022-08-22T03:29:15.705Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
03:29:15 [2022-08-22T03:29:15.705Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
03:29:16 [2022-08-22T03:29:16.275Z] === RUN   TestDockerSuite/TestExecParseError
03:29:16 [2022-08-22T03:29:16.534Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
03:29:16 [2022-08-22T03:29:16.793Z] === RUN   TestDockerSuite/TestExecPausedContainer
03:29:17 [2022-08-22T03:29:17.362Z] === RUN   TestDockerSuite/TestExecSetEnv
03:29:17 [2022-08-22T03:29:17.932Z] === RUN   TestDockerSuite/TestExecStartFails
03:29:18 [2022-08-22T03:29:18.869Z] === RUN   TestDockerSuite/TestExecStopNotHanging
03:29:19 [2022-08-22T03:29:19.128Z] === RUN   TestDockerSuite/TestExecTTY
03:29:19 [2022-08-22T03:29:19.697Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
03:29:20 [2022-08-22T03:29:20.264Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
03:29:20 [2022-08-22T03:29:20.832Z] === RUN   TestDockerSuite/TestExecUlimits
03:29:21 [2022-08-22T03:29:21.092Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
03:29:21 [2022-08-22T03:29:21.092Z]     docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows
03:29:21 [2022-08-22T03:29:21.092Z] === RUN   TestDockerSuite/TestExecWithImageUser
03:29:22 [2022-08-22T03:29:22.471Z] === RUN   TestDockerSuite/TestExecWithNoTERM
03:29:23 [2022-08-22T03:29:23.040Z] === RUN   TestDockerSuite/TestExecWithPrivileged
03:29:23 [2022-08-22T03:29:23.608Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
03:29:23 [2022-08-22T03:29:23.608Z] === RUN   TestDockerSuite/TestExecWithTERM
03:29:24 [2022-08-22T03:29:24.176Z] === RUN   TestDockerSuite/TestExecWithUser
03:29:25 [2022-08-22T03:29:25.115Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
03:29:26 [2022-08-22T03:29:26.493Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
03:29:28 [2022-08-22T03:29:28.398Z] === RUN   TestDockerSuite/TestHealth
03:29:31 [2022-08-22T03:29:31.713Z] --- PASS: TestServiceUpdatePidsLimit (17.24s)
03:29:31 [2022-08-22T03:29:31.713Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s)
03:29:31 [2022-08-22T03:29:31.713Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.11s)
03:29:31 [2022-08-22T03:29:31.713Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s)
03:29:31 [2022-08-22T03:29:31.713Z] PASS
03:29:31 [2022-08-22T03:29:31.713Z] 
03:29:31 [2022-08-22T03:29:31.713Z] === Skipped
03:29:31 [2022-08-22T03:29:31.714Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
03:29:31 [2022-08-22T03:29:31.714Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
03:29:31 [2022-08-22T03:29:31.714Z] 
03:29:31 [2022-08-22T03:29:31.714Z] DONE 27 tests, 1 skipped in 184.886s
03:29:31 [2022-08-22T03:29:31.714Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
03:29:31 [2022-08-22T03:29:31.714Z] ++ 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
03:29:31 [2022-08-22T03:29:31.714Z] ++ set -e
03:29:31 [2022-08-22T03:29:31.714Z] ++ '[' -n 0 ']'
03:29:31 [2022-08-22T03:29:31.714Z] ++ set -x
03:29:31 [2022-08-22T03:29:31.714Z] ++ 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
03:29:31 [2022-08-22T03:29:31.714Z] INFO: Testing against a local daemon
03:29:31 [2022-08-22T03:29:31.714Z] === RUN   TestSessionCreate
03:29:31 [2022-08-22T03:29:31.714Z] --- PASS: TestSessionCreate (0.02s)
03:29:31 [2022-08-22T03:29:31.714Z] === RUN   TestSessionCreateWithBadUpgrade
03:29:31 [2022-08-22T03:29:31.714Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
03:29:31 [2022-08-22T03:29:31.714Z] PASS
03:29:31 [2022-08-22T03:29:31.714Z] 
03:29:31 [2022-08-22T03:29:31.714Z] DONE 2 tests in 0.113s
03:29:31 [2022-08-22T03:29:31.714Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
03:29:31 [2022-08-22T03:29:31.714Z] ++ 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
03:29:31 [2022-08-22T03:29:31.714Z] ++ set -e
03:29:31 [2022-08-22T03:29:31.714Z] ++ '[' -n 0 ']'
03:29:31 [2022-08-22T03:29:31.714Z] ++ set -x
03:29:31 [2022-08-22T03:29:31.714Z] ++ 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
03:29:31 [2022-08-22T03:29:31.714Z] INFO: Testing against a local daemon
03:29:31 [2022-08-22T03:29:31.714Z] === RUN   TestCgroupDriverSystemdMemoryLimit
03:29:31 [2022-08-22T03:29:31.714Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
03:29:31 [2022-08-22T03:29:31.714Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
03:29:31 [2022-08-22T03:29:31.714Z] === RUN   TestDiskUsage
03:29:31 [2022-08-22T03:29:31.714Z] === PAUSE TestDiskUsage
03:29:31 [2022-08-22T03:29:31.714Z] === RUN   TestEventsExecDie
03:29:32 [2022-08-22T03:29:32.282Z] --- PASS: TestEventsExecDie (0.60s)
03:29:32 [2022-08-22T03:29:32.282Z] === RUN   TestEventsBackwardsCompatible
03:29:32 [2022-08-22T03:29:32.541Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
03:29:32 [2022-08-22T03:29:32.541Z] === RUN   TestEventsVolumeCreate
03:29:32 [2022-08-22T03:29:32.541Z] --- PASS: TestEventsVolumeCreate (0.05s)
03:29:32 [2022-08-22T03:29:32.541Z] === RUN   TestInfoBinaryCommits
03:29:32 [2022-08-22T03:29:32.541Z] --- PASS: TestInfoBinaryCommits (0.02s)
03:29:32 [2022-08-22T03:29:32.541Z] === RUN   TestInfoAPIVersioned
03:29:32 [2022-08-22T03:29:32.541Z] --- PASS: TestInfoAPIVersioned (0.01s)
03:29:32 [2022-08-22T03:29:32.541Z] === RUN   TestInfoAPI
03:29:32 [2022-08-22T03:29:32.541Z] --- PASS: TestInfoAPI (0.03s)
03:29:32 [2022-08-22T03:29:32.541Z] === RUN   TestInfoAPIWarnings
03:29:47 [2022-08-22T03:29:47.421Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
03:29:49 [2022-08-22T03:29:49.324Z] --- PASS: TestInfoAPIWarnings (16.54s)
03:29:49 [2022-08-22T03:29:49.324Z] === RUN   TestInfoDebug
03:29:49 [2022-08-22T03:29:49.583Z] --- PASS: TestInfoDebug (0.52s)
03:29:49 [2022-08-22T03:29:49.583Z] === RUN   TestInfoInsecureRegistries
03:29:50 [2022-08-22T03:29:50.153Z] --- PASS: TestInfoInsecureRegistries (0.56s)
03:29:50 [2022-08-22T03:29:50.153Z] === RUN   TestInfoRegistryMirrors
03:29:50 [2022-08-22T03:29:50.153Z] === RUN   TestDockerSuite/TestBuildHistory
03:29:50 [2022-08-22T03:29:50.721Z] --- PASS: TestInfoRegistryMirrors (0.52s)
03:29:50 [2022-08-22T03:29:50.721Z] === RUN   TestLoginFailsWithBadCredentials
03:29:50 [2022-08-22T03:29:50.980Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
03:29:50 [2022-08-22T03:29:50.980Z] === RUN   TestPingCacheHeaders
03:29:50 [2022-08-22T03:29:50.980Z] --- PASS: TestPingCacheHeaders (0.02s)
03:29:50 [2022-08-22T03:29:50.980Z] === RUN   TestPingGet
03:29:50 [2022-08-22T03:29:50.980Z] --- PASS: TestPingGet (0.03s)
03:29:50 [2022-08-22T03:29:50.980Z] === RUN   TestPingHead
03:29:51 [2022-08-22T03:29:51.239Z] --- PASS: TestPingHead (0.03s)
03:29:51 [2022-08-22T03:29:51.239Z] === RUN   TestPingSwarmHeader
03:29:51 [2022-08-22T03:29:51.807Z] === RUN   TestPingSwarmHeader/before_swarm_init
03:29:52 [2022-08-22T03:29:52.375Z] === RUN   TestPingSwarmHeader/after_swarm_init
03:29:52 [2022-08-22T03:29:52.635Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
03:29:53 [2022-08-22T03:29:53.204Z] === RUN   TestDockerSuite/TestHistoryExistentImage
03:29:53 [2022-08-22T03:29:53.204Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
03:29:53 [2022-08-22T03:29:53.204Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
03:29:53 [2022-08-22T03:29:53.463Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
03:29:53 [2022-08-22T03:29:53.463Z] === RUN   TestPingSwarmHeader/after_swarm_leave
03:29:53 [2022-08-22T03:29:53.463Z] --- PASS: TestPingSwarmHeader (2.25s)
03:29:53 [2022-08-22T03:29:53.463Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
03:29:53 [2022-08-22T03:29:53.463Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
03:29:53 [2022-08-22T03:29:53.463Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
03:29:53 [2022-08-22T03:29:53.463Z] === RUN   TestPingBuilderHeader
03:29:53 [2022-08-22T03:29:53.463Z] === RUN   TestPingBuilderHeader/default_config
03:29:54 [2022-08-22T03:29:54.032Z] === RUN   TestPingBuilderHeader/buildkit_disabled
03:29:54 [2022-08-22T03:29:54.292Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
03:29:54 [2022-08-22T03:29:54.292Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
03:29:54 [2022-08-22T03:29:54.551Z] --- PASS: TestPingBuilderHeader (1.07s)
03:29:54 [2022-08-22T03:29:54.551Z]     --- PASS: TestPingBuilderHeader/default_config (0.54s)
03:29:54 [2022-08-22T03:29:54.551Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
03:29:54 [2022-08-22T03:29:54.551Z] === RUN   TestVersion
03:29:54 [2022-08-22T03:29:54.551Z] --- PASS: TestVersion (0.02s)
03:29:54 [2022-08-22T03:29:54.551Z] === CONT  TestDiskUsage
03:29:54 [2022-08-22T03:29:54.811Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
03:29:55 [2022-08-22T03:29:55.070Z] === RUN   TestDiskUsage/empty
03:29:55 [2022-08-22T03:29:55.070Z] === RUN   TestDiskUsage/empty/container_types
03:29:55 [2022-08-22T03:29:55.070Z] === RUN   TestDiskUsage/empty/image_types
03:29:55 [2022-08-22T03:29:55.070Z] === RUN   TestDiskUsage/empty/volume_types
03:29:55 [2022-08-22T03:29:55.070Z] === RUN   TestDiskUsage/empty/build-cache_types
03:29:55 [2022-08-22T03:29:55.070Z] === RUN   TestDiskUsage/empty/container,_volume_types
03:29:55 [2022-08-22T03:29:55.070Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
03:29:55 [2022-08-22T03:29:55.070Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
03:29:55 [2022-08-22T03:29:55.070Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
03:29:55 [2022-08-22T03:29:55.070Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
03:29:55 [2022-08-22T03:29:55.070Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
03:29:55 [2022-08-22T03:29:55.070Z] === RUN   TestDiskUsage/after_LoadBusybox
03:29:55 [2022-08-22T03:29:55.330Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
03:29:55 [2022-08-22T03:29:55.330Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
03:29:55 [2022-08-22T03:29:55.330Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
03:29:55 [2022-08-22T03:29:55.330Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
03:29:55 [2022-08-22T03:29:55.330Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
03:29:55 [2022-08-22T03:29:55.330Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
03:29:55 [2022-08-22T03:29:55.330Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
03:29:55 [2022-08-22T03:29:55.330Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
03:29:55 [2022-08-22T03:29:55.330Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
03:29:55 [2022-08-22T03:29:55.330Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
03:29:55 [2022-08-22T03:29:55.330Z] === RUN   TestDiskUsage/after_container.Run
03:29:55 [2022-08-22T03:29:55.589Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
03:29:55 [2022-08-22T03:29:55.589Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
03:29:55 [2022-08-22T03:29:55.589Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
03:29:55 [2022-08-22T03:29:55.848Z] === RUN   TestDiskUsage/after_container.Run/container_types
03:29:55 [2022-08-22T03:29:55.848Z] === RUN   TestDiskUsage/after_container.Run/image_types
03:29:55 [2022-08-22T03:29:55.848Z] === RUN   TestDiskUsage/after_container.Run/volume_types
03:29:55 [2022-08-22T03:29:55.848Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
03:29:55 [2022-08-22T03:29:55.848Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
03:29:55 [2022-08-22T03:29:55.848Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
03:29:55 [2022-08-22T03:29:55.848Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
03:29:55 [2022-08-22T03:29:55.848Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
03:29:55 [2022-08-22T03:29:55.848Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
03:29:55 [2022-08-22T03:29:55.848Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
03:29:55 [2022-08-22T03:29:55.848Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
03:29:55 [2022-08-22T03:29:55.848Z] --- PASS: TestDiskUsage (1.44s)
03:29:55 [2022-08-22T03:29:55.848Z]     --- PASS: TestDiskUsage/empty (0.01s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.27s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]     --- PASS: TestDiskUsage/after_container.Run (0.48s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z] PASS
03:29:55 [2022-08-22T03:29:55.848Z] 
03:29:55 [2022-08-22T03:29:55.848Z] === Skipped
03:29:55 [2022-08-22T03:29:55.848Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
03:29:55 [2022-08-22T03:29:55.848Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
03:29:55 [2022-08-22T03:29:55.848Z] 
03:29:55 [2022-08-22T03:29:55.848Z] DONE 57 tests, 1 skipped in 24.253s
03:29:55 [2022-08-22T03:29:55.848Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
03:29:55 [2022-08-22T03:29:55.848Z] ++ 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
03:29:55 [2022-08-22T03:29:55.848Z] ++ set -e
03:29:55 [2022-08-22T03:29:55.848Z] ++ '[' -n 0 ']'
03:29:55 [2022-08-22T03:29:55.848Z] ++ set -x
03:29:55 [2022-08-22T03:29:55.848Z] ++ 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
03:29:56 [2022-08-22T03:29:56.108Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
03:29:56 [2022-08-22T03:29:56.108Z] INFO: Testing against a local daemon
03:29:56 [2022-08-22T03:29:56.108Z] === RUN   TestVolumesCreateAndList
03:29:56 [2022-08-22T03:29:56.108Z] --- PASS: TestVolumesCreateAndList (0.03s)
03:29:56 [2022-08-22T03:29:56.108Z] === RUN   TestVolumesRemove
03:29:56 [2022-08-22T03:29:56.108Z] --- PASS: TestVolumesRemove (0.08s)
03:29:56 [2022-08-22T03:29:56.108Z] === RUN   TestVolumesInspect
03:29:56 [2022-08-22T03:29:56.108Z] --- PASS: TestVolumesInspect (0.03s)
03:29:56 [2022-08-22T03:29:56.108Z] === RUN   TestVolumesInvalidJSON
03:29:56 [2022-08-22T03:29:56.108Z] === RUN   TestVolumesInvalidJSON/volumes/create
03:29:56 [2022-08-22T03:29:56.108Z] === PAUSE TestVolumesInvalidJSON/volumes/create
03:29:56 [2022-08-22T03:29:56.108Z] === CONT  TestVolumesInvalidJSON/volumes/create
03:29:56 [2022-08-22T03:29:56.108Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
03:29:56 [2022-08-22T03:29:56.108Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
03:29:56 [2022-08-22T03:29:56.108Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
03:29:56 [2022-08-22T03:29:56.108Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
03:29:56 [2022-08-22T03:29:56.108Z] --- PASS: TestVolumesInvalidJSON (0.02s)
03:29:56 [2022-08-22T03:29:56.108Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
03:29:56 [2022-08-22T03:29:56.108Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
03:29:56 [2022-08-22T03:29:56.108Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
03:29:56 [2022-08-22T03:29:56.108Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
03:29:56 [2022-08-22T03:29:56.108Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
03:29:56 [2022-08-22T03:29:56.108Z] PASS
03:29:56 [2022-08-22T03:29:56.108Z] 
03:29:56 [2022-08-22T03:29:56.108Z] DONE 9 tests in 0.257s
03:29:56 [2022-08-22T03:29:56.108Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
03:29:56 [2022-08-22T03:29:56.367Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
03:29:56 [2022-08-22T03:29:56.367Z] ++++ cat bundles/test-integration/docker.pid
03:29:56 [2022-08-22T03:29:56.367Z] +++ kill 6861
03:29:56 [2022-08-22T03:29:56.629Z] +++ /etc/init.d/apparmor stop
03:29:56 [2022-08-22T03:29:56.629Z] Leaving: AppArmorNo profiles have been unloaded.
03:29:56 [2022-08-22T03:29:56.629Z] 
03:29:56 [2022-08-22T03:29:56.629Z] Unloading profiles will leave already running processes permanently
03:29:56 [2022-08-22T03:29:56.629Z] unconfined, which can lead to unexpected situations.
03:29:56 [2022-08-22T03:29:56.629Z] 
03:29:56 [2022-08-22T03:29:56.629Z] To set a process to complain mode, use the command line tool
03:29:56 [2022-08-22T03:29:56.629Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
03:29:56 [2022-08-22T03:29:56.629Z] +++ true
03:29:56 [2022-08-22T03:29:56.629Z] exiting test-integration
03:29:56 [2022-08-22T03:29:56.629Z] ++ exit 0
03:29:56 [2022-08-22T03:29:56.629Z] 
03:29:56 [2022-08-22T03:29:56.887Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
03:29:56 [2022-08-22T03:29:56.887Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
03:29:57 [2022-08-22T03:29:57.466Z] + for job in $(jobs -p)
03:29:57 [2022-08-22T03:29:57.466Z] + wait 8939
03:29:57 [2022-08-22T03:29:57.466Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
03:29:57 [2022-08-22T03:29:57.466Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
03:29:58 [2022-08-22T03:29:58.410Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
03:29:58 [2022-08-22T03:29:58.977Z] === RUN   TestDockerSuite/TestImagesFormat
03:29:58 [2022-08-22T03:29:58.977Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
03:29:59 [2022-08-22T03:29:59.545Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
03:30:02 [2022-08-22T03:30:02.078Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
03:30:02 [2022-08-22T03:30:02.078Z] === RUN   TestDockerSuite/TestImportBadURL
03:30:02 [2022-08-22T03:30:02.078Z] === RUN   TestDockerSuite/TestImportDisplay
03:30:03 [2022-08-22T03:30:03.015Z] === RUN   TestDockerSuite/TestImportFile
03:30:04 [2022-08-22T03:30:04.393Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
03:30:04 [2022-08-22T03:30:04.393Z] === RUN   TestDockerSuite/TestImportFileWithMessage
03:30:05 [2022-08-22T03:30:05.329Z] === RUN   TestDockerSuite/TestImportGzipped
03:30:06 [2022-08-22T03:30:06.706Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
03:30:07 [2022-08-22T03:30:07.645Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
03:30:08 [2022-08-22T03:30:08.213Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
03:30:08 [2022-08-22T03:30:08.781Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
03:30:09 [2022-08-22T03:30:09.349Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
03:30:09 [2022-08-22T03:30:09.349Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
03:30:09 [2022-08-22T03:30:09.349Z] === RUN   TestDockerSuite/TestInspectAmpersand
03:30:09 [2022-08-22T03:30:09.608Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
03:30:10 [2022-08-22T03:30:10.177Z] === RUN   TestDockerSuite/TestInspectByPrefix
03:30:10 [2022-08-22T03:30:10.177Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
03:30:10 [2022-08-22T03:30:10.744Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
03:30:10 [2022-08-22T03:30:10.744Z]     docker_cli_inspect_test.go:201: unmatched requirement Devicemapper
03:30:10 [2022-08-22T03:30:10.744Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
03:30:11 [2022-08-22T03:30:11.313Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
03:30:11 [2022-08-22T03:30:11.882Z] === RUN   TestDockerSuite/TestInspectDefault
03:30:12 [2022-08-22T03:30:12.450Z] === RUN   TestDockerSuite/TestInspectHistory
03:30:13 [2022-08-22T03:30:13.017Z] === RUN   TestDockerSuite/TestInspectImage
03:30:13 [2022-08-22T03:30:13.017Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
03:30:13 [2022-08-22T03:30:13.017Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
03:30:13 [2022-08-22T03:30:13.017Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
03:30:13 [2022-08-22T03:30:13.017Z] === RUN   TestDockerSuite/TestInspectInt64
03:30:13 [2022-08-22T03:30:13.276Z] === RUN   TestDockerSuite/TestInspectJSONFields
03:30:13 [2022-08-22T03:30:13.844Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
03:30:13 [2022-08-22T03:30:13.844Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
03:30:14 [2022-08-22T03:30:14.412Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
03:30:14 [2022-08-22T03:30:14.412Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
03:30:14 [2022-08-22T03:30:14.992Z] === RUN   TestDockerSuite/TestInspectPlugin
03:30:18 [2022-08-22T03:30:18.279Z] === RUN   TestDockerSuite/TestInspectRootFS
03:30:18 [2022-08-22T03:30:18.280Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
03:30:18 [2022-08-22T03:30:18.538Z] === RUN   TestDockerSuite/TestInspectStatus
03:30:19 [2022-08-22T03:30:19.107Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
03:30:19 [2022-08-22T03:30:19.366Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
03:30:20 [2022-08-22T03:30:20.305Z] === RUN   TestDockerSuite/TestInspectTemplateError
03:30:21 [2022-08-22T03:30:21.245Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
03:30:21 [2022-08-22T03:30:21.245Z]     docker_api_swarm_service_test.go:395: [d885b3ad2637b] joining swarm manager [daa099256801a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:30:21 [2022-08-22T03:30:21.813Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
03:30:22 [2022-08-22T03:30:22.072Z]     docker_api_swarm_service_test.go:395: [df963b9b8c5aa] joining swarm manager [daa099256801a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:30:22 [2022-08-22T03:30:22.331Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
03:30:22 [2022-08-22T03:30:22.900Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
03:30:23 [2022-08-22T03:30:23.468Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
03:30:24 [2022-08-22T03:30:24.036Z] === RUN   TestDockerSuite/TestInspectUnknownObject
03:30:24 [2022-08-22T03:30:24.036Z] === RUN   TestDockerSuite/TestLinkShortDefinition
03:30:25 [2022-08-22T03:30:25.415Z] === RUN   TestDockerSuite/TestLinksEnvs
03:30:26 [2022-08-22T03:30:26.796Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
03:30:27 [2022-08-22T03:30:27.055Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
03:30:28 [2022-08-22T03:30:28.960Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
03:30:30 [2022-08-22T03:30:30.342Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
03:30:31 [2022-08-22T03:30:31.719Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
03:30:31 [2022-08-22T03:30:31.719Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
03:30:33 [2022-08-22T03:30:33.097Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
03:30:33 [2022-08-22T03:30:33.364Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
03:30:33 [2022-08-22T03:30:33.947Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
03:30:38 [2022-08-22T03:30:38.142Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
03:30:40 [2022-08-22T03:30:40.677Z]     docker_api_swarm_service_test.go:343: [d7c434bc6a22a] joining swarm manager [d51a6655e69ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:30:41 [2022-08-22T03:30:41.245Z]     docker_api_swarm_service_test.go:343: [df7b6022e690d] joining swarm manager [d51a6655e69ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:30:41 [2022-08-22T03:30:41.504Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ok  	github.com/docker/docker/api/server/httputils	0.005s	coverage: 31.9% of statements
03:30:41 [2022-08-22T03:30:41.675Z] ok  	github.com/docker/docker/api/server/middleware	0.017s	coverage: 37.7% of statements
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/router	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 6.0% of statements
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ok  	github.com/docker/docker/api/types/filters	0.005s	coverage: 92.2% of statements
03:30:41 [2022-08-22T03:30:41.675Z] ok  	github.com/docker/docker/api/server/router/volume	0.006s	coverage: 67.9% of statements
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/container	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/events	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/image	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/network	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ok  	github.com/docker/docker/api/types/registry	0.011s	coverage: 54.2% of statements
03:30:41 [2022-08-22T03:30:41.675Z] ok  	github.com/docker/docker/api/types/strslice	0.008s	coverage: 90.0% of statements
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ok  	github.com/docker/docker/api/types/time	0.008s	coverage: 100.0% of statements
03:30:41 [2022-08-22T03:30:41.675Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/builder	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
03:30:41 [2022-08-22T03:30:41.675Z] ok  	github.com/docker/docker/builder/remotecontext	0.139s	coverage: 13.7% of statements
03:30:42 [2022-08-22T03:30:42.242Z] ok  	github.com/docker/docker/builder/dockerfile	0.582s	coverage: 49.3% of statements
03:30:42 [2022-08-22T03:30:42.501Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.003s	coverage: 100.0% of statements
03:30:43 [2022-08-22T03:30:43.069Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
03:30:43 [2022-08-22T03:30:43.409Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
03:30:43 [2022-08-22T03:30:43.979Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
03:30:44 [2022-08-22T03:30:44.004Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.778s	coverage: 86.3% of statements
03:30:44 [2022-08-22T03:30:44.005Z] ?   	github.com/docker/docker/cli	[no test files]
03:30:44 [2022-08-22T03:30:44.005Z] ?   	github.com/docker/docker/cli/config	[no test files]
03:30:44 [2022-08-22T03:30:44.005Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
03:30:44 [2022-08-22T03:30:44.005Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
03:30:44 [2022-08-22T03:30:44.940Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.291s	coverage: 67.6% of statements
03:30:45 [2022-08-22T03:30:45.885Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
03:30:45 [2022-08-22T03:30:45.885Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
03:30:46 [2022-08-22T03:30:46.143Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
03:30:47 [2022-08-22T03:30:47.081Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
03:30:47 [2022-08-22T03:30:47.650Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
03:30:48 [2022-08-22T03:30:48.587Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
03:30:49 [2022-08-22T03:30:49.130Z] ok  	github.com/docker/docker/client	0.106s	coverage: 75.9% of statements
03:30:49 [2022-08-22T03:30:49.524Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
03:30:50 [2022-08-22T03:30:50.092Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
03:30:51 [2022-08-22T03:30:51.996Z] === RUN   TestDockerSuite/TestLogsFollowStopped
03:30:52 [2022-08-22T03:30:52.254Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
03:30:52 [2022-08-22T03:30:52.822Z] === RUN   TestDockerSuite/TestLogsSince
03:30:55 [2022-08-22T03:30:55.376Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
03:30:57 [2022-08-22T03:30:57.280Z]     docker_api_swarm_service_test.go:490: [d2d559df08153] joining swarm manager [d040d4ecbc7c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:30:58 [2022-08-22T03:30:58.216Z]     docker_api_swarm_service_test.go:490: [dad0eeeb1e0b8] joining swarm manager [d040d4ecbc7c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:30:59 [2022-08-22T03:30:59.593Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
03:31:04 [2022-08-22T03:31:04.863Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
03:31:05 [2022-08-22T03:31:05.800Z] === RUN   TestDockerSuite/TestLogsTail
03:31:06 [2022-08-22T03:31:06.059Z] === RUN   TestDockerSuite/TestLogsTimestamps
03:31:06 [2022-08-22T03:31:06.627Z] === RUN   TestDockerSuite/TestLogsWithDetails
03:31:07 [2022-08-22T03:31:07.199Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
03:31:07 [2022-08-22T03:31:07.199Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
03:31:07 [2022-08-22T03:31:07.199Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
03:31:07 [2022-08-22T03:31:07.199Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
03:31:07 [2022-08-22T03:31:07.199Z] === RUN   TestDockerSuite/TestNetHostname
03:31:08 [2022-08-22T03:31:08.577Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
03:31:08 [2022-08-22T03:31:08.836Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
03:31:08 [2022-08-22T03:31:08.836Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
03:31:08 [2022-08-22T03:31:08.836Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
03:31:09 [2022-08-22T03:31:09.403Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
03:31:09 [2022-08-22T03:31:09.972Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
03:31:10 [2022-08-22T03:31:10.541Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
03:31:11 [2022-08-22T03:31:11.108Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
03:31:11 [2022-08-22T03:31:11.108Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
03:31:11 [2022-08-22T03:31:11.108Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
03:31:11 [2022-08-22T03:31:11.367Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
03:31:16 [2022-08-22T03:31:16.652Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
03:31:17 [2022-08-22T03:31:17.220Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
03:31:17 [2022-08-22T03:31:17.788Z]     docker_api_swarm_service_test.go:128: [d5b912d453de7] joining swarm manager [d5c72e32347a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:31:18 [2022-08-22T03:31:18.356Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
03:31:18 [2022-08-22T03:31:18.615Z]     docker_api_swarm_service_test.go:129: [de06cf1b9076d] joining swarm manager [d5c72e32347a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:31:19 [2022-08-22T03:31:19.552Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
03:31:20 [2022-08-22T03:31:20.931Z]     docker_api_swarm_service_test.go:137: [dbcddeec67768] joining swarm manager [d5c72e32347a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
03:31:21 [2022-08-22T03:31:21.869Z]     docker_api_swarm_service_test.go:138: [dc491bbcbe275] joining swarm manager [d5c72e32347a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
03:31:22 [2022-08-22T03:31:22.437Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
03:31:24 [2022-08-22T03:31:24.974Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
03:31:25 [2022-08-22T03:31:25.910Z] === RUN   TestDockerSuite/TestPluginLogDriver
03:31:29 [2022-08-22T03:31:29.198Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
03:31:30 [2022-08-22T03:31:30.576Z] === RUN   TestDockerSuite/TestPluginActive
03:31:33 [2022-08-22T03:31:33.109Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
03:31:35 [2022-08-22T03:31:35.813Z] ok  	github.com/docker/docker/cmd/dockerd	0.096s	coverage: 29.9% of statements
03:31:35 [2022-08-22T03:31:35.813Z] ok  	github.com/docker/docker/container	0.118s	coverage: 37.4% of statements
03:31:35 [2022-08-22T03:31:35.813Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.682s	coverage: 0.0% of statements
03:31:35 [2022-08-22T03:31:35.813Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
03:31:35 [2022-08-22T03:31:35.813Z] ?   	github.com/docker/docker/container/stream	[no test files]
03:31:35 [2022-08-22T03:31:35.813Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
03:31:35 [2022-08-22T03:31:35.813Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
03:31:35 [2022-08-22T03:31:35.813Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
03:31:39 [2022-08-22T03:31:39.102Z] ok  	github.com/docker/docker/daemon/cluster	0.067s	coverage: 0.5% of statements
03:31:39 [2022-08-22T03:31:39.688Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
03:31:39 [2022-08-22T03:31:39.688Z]     docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows
03:31:39 [2022-08-22T03:31:39.688Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
03:31:40 [2022-08-22T03:31:40.255Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
03:31:40 [2022-08-22T03:31:40.480Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.015s	coverage: 65.3% of statements
03:31:42 [2022-08-22T03:31:42.383Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.012s	coverage: 36.9% of statements
03:31:43 [2022-08-22T03:31:43.541Z] === RUN   TestDockerSuite/TestPluginUpgrade
03:31:43 [2022-08-22T03:31:43.800Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
03:31:46 [2022-08-22T03:31:46.336Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
03:31:48 [2022-08-22T03:31:48.872Z]     docker_api_swarm_service_test.go:304: [d00c8eb52ed56] joining swarm manager [d15e91bb7264d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:31:48 [2022-08-22T03:31:48.872Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
03:31:49 [2022-08-22T03:31:49.440Z]     docker_api_swarm_service_test.go:304: [d64eb970be5fc] joining swarm manager [d15e91bb7264d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:31:50 [2022-08-22T03:31:50.377Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
03:31:50 [2022-08-22T03:31:50.498Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.447s	coverage: 13.4% of statements
03:31:51 [2022-08-22T03:31:51.066Z] ok  	github.com/docker/docker/daemon/config	0.033s	coverage: 76.8% of statements
03:31:51 [2022-08-22T03:31:51.633Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
03:31:51 [2022-08-22T03:31:51.755Z] === RUN   TestDockerSuite/TestPortHostBinding
03:31:51 [2022-08-22T03:31:51.892Z] ok  	github.com/docker/docker/daemon	10.184s	coverage: 16.6% of statements
03:31:51 [2022-08-22T03:31:51.892Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
03:31:51 [2022-08-22T03:31:51.892Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
03:31:51 [2022-08-22T03:31:51.892Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
03:31:51 [2022-08-22T03:31:51.892Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
03:31:51 [2022-08-22T03:31:51.892Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
03:31:52 [2022-08-22T03:31:52.458Z] ok  	github.com/docker/docker/daemon/graphdriver	0.010s	coverage: 2.2% of statements
03:31:52 [2022-08-22T03:31:52.695Z] === RUN   TestDockerSuite/TestPortList
03:31:53 [2022-08-22T03:31:53.834Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.755s	coverage: 74.8% of statements
03:31:54 [2022-08-22T03:31:54.771Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 3.0% of statements
03:31:55 [2022-08-22T03:31:55.030Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.434s	coverage: 60.7% of statements
03:31:56 [2022-08-22T03:31:56.941Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.007s	coverage: 1.9% of statements
03:31:58 [2022-08-22T03:31:58.332Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.304s	coverage: 50.6% of statements
03:31:59 [2022-08-22T03:31:59.265Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
03:31:59 [2022-08-22T03:31:59.267Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.494s	coverage: 46.1% of statements
03:31:59 [2022-08-22T03:31:59.267Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
03:32:00 [2022-08-22T03:32:00.203Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.011s	coverage: 58.5% of statements
03:32:00 [2022-08-22T03:32:00.462Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.728s	coverage: 58.5% of statements
03:32:00 [2022-08-22T03:32:00.462Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
03:32:00 [2022-08-22T03:32:00.462Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
03:32:01 [2022-08-22T03:32:01.801Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
03:32:01 [2022-08-22T03:32:01.801Z] === RUN   TestDockerSuite/TestPruneContainerLabel
03:32:01 [2022-08-22T03:32:01.838Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.009s	coverage: 3.0% of statements
03:32:02 [2022-08-22T03:32:02.108Z] ok  	github.com/docker/docker/daemon/links	0.010s	coverage: 93.0% of statements
03:32:03 [2022-08-22T03:32:03.052Z] ok  	github.com/docker/docker/daemon/images	0.088s	coverage: 6.9% of statements
03:32:03 [2022-08-22T03:32:03.052Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
03:32:03 [2022-08-22T03:32:03.052Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
03:32:03 [2022-08-22T03:32:03.710Z] === RUN   TestDockerSuite/TestPruneContainerUntil
03:32:03 [2022-08-22T03:32:03.988Z] ok  	github.com/docker/docker/daemon/logger	0.237s	coverage: 43.2% of statements
03:32:04 [2022-08-22T03:32:04.556Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.164s	coverage: 79.9% of statements
03:32:04 [2022-08-22T03:32:04.646Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
03:32:04 [2022-08-22T03:32:04.815Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.022s	coverage: 53.6% of statements
03:32:04 [2022-08-22T03:32:04.815Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
03:32:05 [2022-08-22T03:32:05.212Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
03:32:05 [2022-08-22T03:32:05.213Z] === RUN   TestDockerSuite/TestPsByOrder
03:32:05 [2022-08-22T03:32:05.383Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.020s	coverage: 68.2% of statements
03:32:05 [2022-08-22T03:32:05.950Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
03:32:06 [2022-08-22T03:32:06.887Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.190s	coverage: 76.8% of statements
03:32:07 [2022-08-22T03:32:07.116Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
03:32:07 [2022-08-22T03:32:07.454Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.009s	coverage: 87.2% of statements
03:32:08 [2022-08-22T03:32:08.021Z] ok  	github.com/docker/docker/daemon/logger/local	0.024s	coverage: 79.4% of statements
03:32:08 [2022-08-22T03:32:08.052Z] === RUN   TestDockerSuite/TestPsListContainersBase
03:32:08 [2022-08-22T03:32:08.957Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.021s	coverage: 63.5% of statements
03:32:09 [2022-08-22T03:32:09.429Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
03:32:09 [2022-08-22T03:32:09.524Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.029s	coverage: 31.5% of statements
03:32:10 [2022-08-22T03:32:10.000Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
03:32:10 [2022-08-22T03:32:10.091Z] ok  	github.com/docker/docker/daemon/logger/journald	3.609s	coverage: 74.3% of statements
03:32:10 [2022-08-22T03:32:10.091Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
03:32:10 [2022-08-22T03:32:10.091Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
03:32:10 [2022-08-22T03:32:10.091Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
03:32:10 [2022-08-22T03:32:10.091Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
03:32:11 [2022-08-22T03:32:11.026Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.015s	coverage: 46.8% of statements
03:32:11 [2022-08-22T03:32:11.284Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
03:32:11 [2022-08-22T03:32:11.377Z]     docker_api_swarm_service_test.go:100: [d41c1ec21c984] joining swarm manager [dbe12c0acdce9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:32:11 [2022-08-22T03:32:11.542Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
03:32:12 [2022-08-22T03:32:12.110Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.628s	coverage: 82.5% of statements
03:32:12 [2022-08-22T03:32:12.110Z] ?   	github.com/docker/docker/daemon/names	[no test files]
03:32:12 [2022-08-22T03:32:12.110Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
03:32:12 [2022-08-22T03:32:12.317Z]     docker_api_swarm_service_test.go:101: [d416bdb8176e0] joining swarm manager [dbe12c0acdce9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:32:13 [2022-08-22T03:32:13.046Z] ok  	github.com/docker/docker/distribution/metadata	0.035s	coverage: 44.4% of statements
03:32:13 [2022-08-22T03:32:13.698Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
03:32:13 [2022-08-22T03:32:13.698Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
03:32:14 [2022-08-22T03:32:14.947Z] ok  	github.com/docker/docker/distribution	1.494s	coverage: 28.0% of statements
03:32:14 [2022-08-22T03:32:14.947Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
03:32:15 [2022-08-22T03:32:15.206Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.0% of statements
03:32:15 [2022-08-22T03:32:15.773Z] ok  	github.com/docker/docker/distribution/xfer	1.889s	coverage: 84.9% of statements
03:32:15 [2022-08-22T03:32:15.773Z] ?   	github.com/docker/docker/dockerversion	[no test files]
03:32:15 [2022-08-22T03:32:15.773Z] ok  	github.com/docker/docker/image	0.041s	coverage: 86.9% of statements
03:32:16 [2022-08-22T03:32:16.340Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
03:32:16 [2022-08-22T03:32:16.907Z] ok  	github.com/docker/docker/image/tarexport	0.011s	coverage: 0.7% of statements
03:32:16 [2022-08-22T03:32:16.907Z] ?   	github.com/docker/docker/image/v1	[no test files]
03:32:16 [2022-08-22T03:32:16.907Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
03:32:17 [2022-08-22T03:32:17.166Z] ok  	github.com/docker/docker/libcontainerd/queue	0.037s	coverage: 100.0% of statements
03:32:17 [2022-08-22T03:32:17.892Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
03:32:18 [2022-08-22T03:32:18.100Z] ok  	github.com/docker/docker/oci	0.007s	coverage: 46.0% of statements
03:32:18 [2022-08-22T03:32:18.667Z] ok  	github.com/docker/docker/opts	0.027s	coverage: 66.0% of statements
03:32:18 [2022-08-22T03:32:18.926Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
03:32:20 [2022-08-22T03:32:20.830Z] ok  	github.com/docker/docker/pkg/archive	0.313s	coverage: 82.2% of statements
03:32:21 [2022-08-22T03:32:21.397Z] ok  	github.com/docker/docker/pkg/authorization	0.288s	coverage: 68.3% of statements
03:32:21 [2022-08-22T03:32:21.397Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
03:32:21 [2022-08-22T03:32:21.656Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
03:32:24 [2022-08-22T03:32:24.456Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
03:32:24 [2022-08-22T03:32:24.952Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.475s	coverage: 42.7% of statements
03:32:24 [2022-08-22T03:32:24.952Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
03:32:25 [2022-08-22T03:32:25.023Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
03:32:25 [2022-08-22T03:32:25.211Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
03:32:25 [2022-08-22T03:32:25.211Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
03:32:25 [2022-08-22T03:32:25.779Z] ok  	github.com/docker/docker/pkg/fileutils	0.010s	coverage: 87.2% of statements
03:32:26 [2022-08-22T03:32:26.038Z] ok  	github.com/docker/docker/pkg/fsutils	0.132s	coverage: 85.1% of statements
03:32:26 [2022-08-22T03:32:26.038Z] ok  	github.com/docker/docker/layer	7.837s	coverage: 68.9% of statements
03:32:26 [2022-08-22T03:32:26.038Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
03:32:26 [2022-08-22T03:32:26.038Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
03:32:26 [2022-08-22T03:32:26.038Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
03:32:26 [2022-08-22T03:32:26.038Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
03:32:26 [2022-08-22T03:32:26.038Z] ?   	github.com/docker/docker/oci/caps	[no test files]
03:32:26 [2022-08-22T03:32:26.038Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
03:32:26 [2022-08-22T03:32:26.296Z] ok  	github.com/docker/docker/pkg/homedir	0.013s	coverage: 11.4% of statements
03:32:26 [2022-08-22T03:32:26.947Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
03:32:27 [2022-08-22T03:32:27.674Z] ok  	github.com/docker/docker/pkg/idtools	0.529s	coverage: 69.3% of statements
03:32:27 [2022-08-22T03:32:27.674Z] ok  	github.com/docker/docker/pkg/ioutils	0.431s	coverage: 69.7% of statements
03:32:27 [2022-08-22T03:32:27.886Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
03:32:27 [2022-08-22T03:32:27.932Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 100.0% of statements
03:32:27 [2022-08-22T03:32:27.932Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.005s	coverage: 91.7% of statements
03:32:27 [2022-08-22T03:32:27.932Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
03:32:27 [2022-08-22T03:32:27.932Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.008s	coverage: 85.7% of statements
03:32:28 [2022-08-22T03:32:28.191Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
03:32:28 [2022-08-22T03:32:28.450Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.008s	coverage: 60.0% of statements
03:32:28 [2022-08-22T03:32:28.450Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.5% of statements
03:32:28 [2022-08-22T03:32:28.709Z] ok  	github.com/docker/docker/pkg/pidfile	0.015s	coverage: 82.4% of statements
03:32:28 [2022-08-22T03:32:28.709Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
03:32:28 [2022-08-22T03:32:28.709Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
03:32:28 [2022-08-22T03:32:28.823Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
03:32:29 [2022-08-22T03:32:29.277Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.008s	coverage: 56.8% of statements
03:32:29 [2022-08-22T03:32:29.844Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
03:32:30 [2022-08-22T03:32:30.103Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
03:32:30 [2022-08-22T03:32:30.103Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
03:32:30 [2022-08-22T03:32:30.728Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
03:32:31 [2022-08-22T03:32:31.476Z] ok  	github.com/docker/docker/pkg/pubsub	1.034s	coverage: 75.0% of statements
03:32:31 [2022-08-22T03:32:31.735Z] ok  	github.com/docker/docker/pkg/reexec	0.009s	coverage: 82.4% of statements
03:32:31 [2022-08-22T03:32:31.994Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
03:32:32 [2022-08-22T03:32:32.253Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
03:32:32 [2022-08-22T03:32:32.511Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
03:32:32 [2022-08-22T03:32:32.511Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
03:32:32 [2022-08-22T03:32:32.634Z] === RUN   TestDockerSuite/TestPsListContainersSize
03:32:33 [2022-08-22T03:32:33.083Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 54.1% of statements
03:32:33 [2022-08-22T03:32:33.342Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
03:32:33 [2022-08-22T03:32:33.600Z] ok  	github.com/docker/docker/pkg/tailfile	0.051s	coverage: 88.6% of statements
03:32:34 [2022-08-22T03:32:34.146Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
03:32:34 [2022-08-22T03:32:34.146Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
03:32:34 [2022-08-22T03:32:34.167Z] ok  	github.com/docker/docker/pkg/tarsum	0.041s	coverage: 89.3% of statements
03:32:34 [2022-08-22T03:32:34.406Z]     check_test.go:611: [d41c1ec21c984] daemon is not started
03:32:34 [2022-08-22T03:32:34.425Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
03:32:34 [2022-08-22T03:32:34.973Z] === RUN   TestDockerSuite/TestPsRightTagName
03:32:36 [2022-08-22T03:32:36.334Z] ok  	github.com/docker/docker/plugin	0.517s	coverage: 23.2% of statements
03:32:36 [2022-08-22T03:32:36.334Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
03:32:36 [2022-08-22T03:32:36.877Z] === RUN   TestDockerSuite/TestPsShowMounts
03:32:36 [2022-08-22T03:32:36.901Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 86.0% of statements
03:32:37 [2022-08-22T03:32:37.836Z] ok  	github.com/docker/docker/quota	0.222s	coverage: 71.4% of statements
03:32:38 [2022-08-22T03:32:38.095Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
03:32:38 [2022-08-22T03:32:38.254Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
03:32:38 [2022-08-22T03:32:38.254Z]     docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows
03:32:38 [2022-08-22T03:32:38.254Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
03:32:38 [2022-08-22T03:32:38.513Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
03:32:39 [2022-08-22T03:32:39.040Z] ok  	github.com/docker/docker/registry	0.052s	coverage: 58.6% of statements
03:32:39 [2022-08-22T03:32:39.080Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
03:32:39 [2022-08-22T03:32:39.080Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
03:32:39 [2022-08-22T03:32:39.299Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
03:32:39 [2022-08-22T03:32:39.558Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
03:32:39 [2022-08-22T03:32:39.647Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
03:32:39 [2022-08-22T03:32:39.908Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
03:32:40 [2022-08-22T03:32:40.125Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 64.5% of statements
03:32:40 [2022-08-22T03:32:40.125Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
03:32:40 [2022-08-22T03:32:40.844Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
03:32:41 [2022-08-22T03:32:41.782Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
03:32:42 [2022-08-22T03:32:42.029Z] ok  	github.com/docker/docker/volume/drivers	0.022s	coverage: 36.1% of statements
03:32:42 [2022-08-22T03:32:42.042Z]     docker_api_swarm_service_test.go:533: [dd2870b47c200] joining swarm manager [d964468f19cf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:32:42 [2022-08-22T03:32:42.596Z] ok  	github.com/docker/docker/volume/local	0.113s	coverage: 76.8% of statements
03:32:43 [2022-08-22T03:32:43.164Z] ok  	github.com/docker/docker/volume/mounts	0.010s	coverage: 67.7% of statements
03:32:43 [2022-08-22T03:32:43.418Z]     docker_api_swarm_service_test.go:534: [d07b045f654a0] joining swarm manager [d964468f19cf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:32:44 [2022-08-22T03:32:44.108Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 72.3% of statements
03:32:50 [2022-08-22T03:32:50.003Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
03:32:50 [2022-08-22T03:32:50.571Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
03:32:51 [2022-08-22T03:32:51.950Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
03:32:52 [2022-08-22T03:32:52.209Z] === RUN   TestDockerSuite/TestRestartPolicyNO
03:32:52 [2022-08-22T03:32:52.209Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
03:32:52 [2022-08-22T03:32:52.469Z] === RUN   TestDockerSuite/TestRestartRunningContainer
03:32:54 [2022-08-22T03:32:54.372Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
03:32:55 [2022-08-22T03:32:55.309Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
03:32:57 [2022-08-22T03:32:57.845Z] === RUN   TestDockerSuite/TestRestartWithVolumes
03:32:58 [2022-08-22T03:32:58.413Z] === RUN   TestDockerSuite/TestRmiBlank
03:32:58 [2022-08-22T03:32:58.413Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
03:32:58 [2022-08-22T03:32:58.413Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
03:33:00 [2022-08-22T03:33:00.951Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
03:33:01 [2022-08-22T03:33:01.889Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
03:33:01 [2022-08-22T03:33:01.889Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
03:33:03 [2022-08-22T03:33:03.267Z] === RUN   TestDockerSuite/TestRmiImgIDForce
03:33:03 [2022-08-22T03:33:03.834Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
03:33:04 [2022-08-22T03:33:04.771Z] === RUN   TestDockerSuite/TestRmiParentImageFail
03:33:05 [2022-08-22T03:33:05.706Z] === RUN   TestDockerSuite/TestRmiTag
03:33:05 [2022-08-22T03:33:05.707Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
03:33:06 [2022-08-22T03:33:06.035Z] ok  	github.com/docker/docker/pkg/plugins	33.639s	coverage: 76.3% of statements
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/rootless	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/testutil/request	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/volume	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
03:33:06 [2022-08-22T03:33:06.035Z] 
03:33:06 [2022-08-22T03:33:06.035Z] === Skipped
03:33:06 [2022-08-22T03:33:06.035Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
03:33:06 [2022-08-22T03:33:06.035Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
03:33:06 [2022-08-22T03:33:06.035Z] 
03:33:06 [2022-08-22T03:33:06.035Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
03:33:06 [2022-08-22T03:33:06.035Z]     network_proxy_test.go:208: No support for dual stack yet
03:33:06 [2022-08-22T03:33:06.035Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver btrfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver btrfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver btrfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver btrfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver btrfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:71: No driver to put!
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z] time="2022-08-22T03:31:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: driver not supported
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z] time="2022-08-22T03:31:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: driver not supported
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z] time="2022-08-22T03:31:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: driver not supported
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z] time="2022-08-22T03:31:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: driver not supported
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z] time="2022-08-22T03:31:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: driver not supported
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:71: No driver to put!
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     overlay_test.go:50: Fails to compute changes intermittently
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     overlay_test.go:65: Cannot run test with naive change algorithm
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver zfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver zfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver zfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver zfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:44: Driver zfs not supported
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     graphtest_unix.go:71: No driver to put!
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
03:33:06 [2022-08-22T03:33:06.036Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
03:33:06 [2022-08-22T03:33:06.036Z] 
03:33:06 [2022-08-22T03:33:06.036Z] DONE 2874 tests, 28 skipped in 257.243s
03:33:06 [2022-08-22T03:33:06.036Z] + '[' -n 'github.com/docker/docker/libnetwork
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/bitseq
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/cluster
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/cmd/diagnostic
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/cmd/ovrouter
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/cmd/readme_test
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/config
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/datastore
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/diagnostic
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/discoverapi
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/driverapi
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/bridge
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/host
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/ipvlan
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/macvlan
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/null
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/overlay
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/remote
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/remote/api
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/windows
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/drvregistry
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/etchosts
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/idm
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/internal/caller
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/internal/setmatrix
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/ipam
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/ipamapi
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/ipams/builtin
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/ipams/null
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/ipams/remote
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/ipams/remote/api
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/ipams/windowsipam
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/ipamutils
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/iptables
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/netlabel
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/netutils
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/networkdb
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/ns
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/options
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/osl
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/osl/kernel
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/portallocator
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/portmapper
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/resolvconf
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/testutils
03:33:06 [2022-08-22T03:33:06.036Z] github.com/docker/docker/libnetwork/types' ']'
03:33:06 [2022-08-22T03:33:06.036Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -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
03:33:06 [2022-08-22T03:33:06.281Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
03:33:06 [2022-08-22T03:33:06.864Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
03:33:09 [2022-08-22T03:33:09.401Z]     docker_api_swarm_service_test.go:148: [d38948c1e375d] joining swarm manager [d99c7541e186d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:33:09 [2022-08-22T03:33:09.401Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
03:33:09 [2022-08-22T03:33:09.969Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
03:33:09 [2022-08-22T03:33:09.969Z]     docker_api_swarm_service_test.go:148: [d28aa6793f805] joining swarm manager [d99c7541e186d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:33:10 [2022-08-22T03:33:10.906Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
03:33:11 [2022-08-22T03:33:11.166Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
03:33:12 [2022-08-22T03:33:12.103Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
03:33:12 [2022-08-22T03:33:12.362Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
03:33:12 [2022-08-22T03:33:12.931Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
03:33:13 [2022-08-22T03:33:13.500Z] === RUN   TestDockerSuite/TestContainerNetworkMode
03:33:14 [2022-08-22T03:33:14.437Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
03:33:16 [2022-08-22T03:33:16.975Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
03:33:17 [2022-08-22T03:33:17.234Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
03:33:18 [2022-08-22T03:33:18.612Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
03:33:19 [2022-08-22T03:33:19.181Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
03:33:21 [2022-08-22T03:33:21.718Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
03:33:22 [2022-08-22T03:33:22.656Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
03:33:24 [2022-08-22T03:33:24.561Z] === RUN   TestDockerSuite/TestDevicePermissions
03:33:24 [2022-08-22T03:33:24.823Z] === RUN   TestDockerSuite/TestDockerFails
03:33:24 [2022-08-22T03:33:24.823Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
03:33:26 [2022-08-22T03:33:26.216Z] === RUN   TestDockerSuite/TestMountIntoProc
03:33:26 [2022-08-22T03:33:26.475Z] === RUN   TestDockerSuite/TestMountIntoSys
03:33:27 [2022-08-22T03:33:27.043Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
03:33:28 [2022-08-22T03:33:28.951Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
03:33:29 [2022-08-22T03:33:29.211Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
03:33:29 [2022-08-22T03:33:29.779Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
03:33:30 [2022-08-22T03:33:30.716Z] === RUN   TestDockerSuite/TestRunAddHost
03:33:31 [2022-08-22T03:33:31.284Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
03:33:31 [2022-08-22T03:33:31.284Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
03:33:31 [2022-08-22T03:33:31.852Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
03:33:31 [2022-08-22T03:33:31.852Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
03:33:32 [2022-08-22T03:33:32.420Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
03:33:33 [2022-08-22T03:33:33.360Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
03:33:33 [2022-08-22T03:33:33.928Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
03:33:34 [2022-08-22T03:33:34.866Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
03:33:35 [2022-08-22T03:33:35.434Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
03:33:36 [2022-08-22T03:33:36.370Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
03:33:37 [2022-08-22T03:33:37.312Z] === RUN   TestDockerSuite/TestRunAttachDetach
03:33:37 [2022-08-22T03:33:37.880Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
03:33:38 [2022-08-22T03:33:38.815Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
03:33:39 [2022-08-22T03:33:39.074Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
03:33:39 [2022-08-22T03:33:39.642Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
03:33:40 [2022-08-22T03:33:40.210Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
03:33:41 [2022-08-22T03:33:41.147Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
03:33:41 [2022-08-22T03:33:41.714Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
03:33:42 [2022-08-22T03:33:42.288Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
03:33:42 [2022-08-22T03:33:42.855Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
03:33:43 [2022-08-22T03:33:43.115Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
03:33:43 [2022-08-22T03:33:43.115Z] === RUN   TestDockerSuite/TestRunBindMounts
03:33:44 [2022-08-22T03:33:44.491Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
03:33:45 [2022-08-22T03:33:45.058Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
03:33:45 [2022-08-22T03:33:45.316Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
03:33:45 [2022-08-22T03:33:45.886Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
03:33:46 [2022-08-22T03:33:46.146Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
03:33:46 [2022-08-22T03:33:46.405Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
03:33:46 [2022-08-22T03:33:46.405Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
03:33:46 [2022-08-22T03:33:46.973Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
03:33:47 [2022-08-22T03:33:47.543Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
03:33:48 [2022-08-22T03:33:48.113Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
03:33:49 [2022-08-22T03:33:49.053Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
03:33:49 [2022-08-22T03:33:49.621Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
03:33:49 [2022-08-22T03:33:49.621Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
03:33:50 [2022-08-22T03:33:50.189Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
03:33:50 [2022-08-22T03:33:50.189Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
03:33:51 [2022-08-22T03:33:51.126Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
03:33:51 [2022-08-22T03:33:51.695Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
03:33:52 [2022-08-22T03:33:52.264Z] === RUN   TestDockerSuite/TestRunContainerNetwork
03:33:52 [2022-08-22T03:33:52.523Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
03:33:52 [2022-08-22T03:33:52.698Z] ok  	github.com/docker/docker/libnetwork	37.150s	coverage: 40.6% of statements
03:33:52 [2022-08-22T03:33:52.698Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.116s	coverage: 84.4% of statements
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 22.4% of statements
03:33:52 [2022-08-22T03:33:52.698Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 21.9% of statements
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
03:33:52 [2022-08-22T03:33:52.698Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.407s	coverage: 59.9% of statements
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
03:33:52 [2022-08-22T03:33:52.698Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.088s	coverage: 5.2% of statements
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.7% of statements
03:33:52 [2022-08-22T03:33:52.698Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
03:33:52 [2022-08-22T03:33:52.698Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
03:33:52 [2022-08-22T03:33:52.783Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
03:33:53 [2022-08-22T03:33:53.350Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
03:33:54 [2022-08-22T03:33:54.286Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
03:33:55 [2022-08-22T03:33:55.224Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
03:33:56 [2022-08-22T03:33:56.161Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
03:33:56 [2022-08-22T03:33:56.729Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
03:33:57 [2022-08-22T03:33:57.298Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
03:33:57 [2022-08-22T03:33:57.879Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
03:33:58 [2022-08-22T03:33:58.449Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
03:33:59 [2022-08-22T03:33:59.017Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
03:33:59 [2022-08-22T03:33:59.954Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
03:34:02 [2022-08-22T03:34:02.492Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
03:34:02 [2022-08-22T03:34:02.492Z] === RUN   TestDockerSuite/TestRunCreateVolume
03:34:02 [2022-08-22T03:34:02.664Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.139s	coverage: 6.6% of statements
03:34:02 [2022-08-22T03:34:02.664Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
03:34:02 [2022-08-22T03:34:02.664Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 63.6% of statements
03:34:02 [2022-08-22T03:34:02.664Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.4% of statements
03:34:02 [2022-08-22T03:34:02.664Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
03:34:02 [2022-08-22T03:34:02.664Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
03:34:02 [2022-08-22T03:34:02.664Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
03:34:02 [2022-08-22T03:34:02.922Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
03:34:03 [2022-08-22T03:34:03.059Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
03:34:03 [2022-08-22T03:34:03.182Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.015s	coverage: 81.2% of statements
03:34:03 [2022-08-22T03:34:03.440Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
03:34:03 [2022-08-22T03:34:03.440Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
03:34:04 [2022-08-22T03:34:04.965Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
03:34:06 [2022-08-22T03:34:06.342Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
03:34:08 [2022-08-22T03:34:08.247Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
03:34:09 [2022-08-22T03:34:09.626Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
03:34:09 [2022-08-22T03:34:09.626Z]     docker_cli_run_test.go:4032: unmatched requirement DaemonIsWindows
03:34:09 [2022-08-22T03:34:09.626Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
03:34:09 [2022-08-22T03:34:09.626Z]     docker_cli_run_test.go:4051: unmatched requirement DaemonIsWindows
03:34:09 [2022-08-22T03:34:09.626Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
03:34:10 [2022-08-22T03:34:10.195Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
03:34:11 [2022-08-22T03:34:11.572Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
03:34:11 [2022-08-22T03:34:11.831Z] === RUN   TestDockerSuite/TestRunDNSOptions
03:34:12 [2022-08-22T03:34:12.768Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
03:34:15 [2022-08-22T03:34:15.305Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
03:34:15 [2022-08-22T03:34:15.564Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
03:34:15 [2022-08-22T03:34:15.641Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.006s	coverage: 100.0% of statements
03:34:16 [2022-08-22T03:34:16.501Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
03:34:17 [2022-08-22T03:34:17.089Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
03:34:17 [2022-08-22T03:34:17.657Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
03:34:17 [2022-08-22T03:34:17.657Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
03:34:17 [2022-08-22T03:34:17.657Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
03:34:18 [2022-08-22T03:34:18.225Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
03:34:19 [2022-08-22T03:34:19.161Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
03:34:19 [2022-08-22T03:34:19.421Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
03:34:19 [2022-08-22T03:34:19.421Z] === RUN   TestDockerSuite/TestRunDuplicateMount
03:34:19 [2022-08-22T03:34:19.990Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
03:34:20 [2022-08-22T03:34:20.559Z] === RUN   TestDockerSuite/TestRunEchoStdout
03:34:21 [2022-08-22T03:34:21.128Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
03:34:22 [2022-08-22T03:34:22.068Z] === RUN   TestDockerSuite/TestRunEmptyEnv
03:34:22 [2022-08-22T03:34:22.068Z] === RUN   TestDockerSuite/TestRunEntrypoint
03:34:22 [2022-08-22T03:34:22.068Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
03:34:22 [2022-08-22T03:34:22.327Z] === RUN   TestDockerSuite/TestRunEnvironment
03:34:22 [2022-08-22T03:34:22.896Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
03:34:23 [2022-08-22T03:34:23.464Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
03:34:24 [2022-08-22T03:34:24.402Z] === RUN   TestDockerSuite/TestRunExitCode
03:34:24 [2022-08-22T03:34:24.969Z] === RUN   TestDockerSuite/TestRunExitCodeOne
03:34:25 [2022-08-22T03:34:25.228Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
03:34:25 [2022-08-22T03:34:25.486Z] === RUN   TestDockerSuite/TestRunExitCodeZero
03:34:26 [2022-08-22T03:34:26.054Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
03:34:26 [2022-08-22T03:34:26.622Z] === RUN   TestDockerSuite/TestRunExposePort
03:34:26 [2022-08-22T03:34:26.623Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
03:34:27 [2022-08-22T03:34:27.561Z] === RUN   TestDockerSuite/TestRunGroupAdd
03:34:28 [2022-08-22T03:34:28.130Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
03:34:28 [2022-08-22T03:34:28.389Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
03:34:29 [2022-08-22T03:34:29.328Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
03:34:29 [2022-08-22T03:34:29.587Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
03:34:29 [2022-08-22T03:34:29.587Z]     docker_cli_run_test.go:4134: unmatched requirement DaemonIsWindows
03:34:29 [2022-08-22T03:34:29.587Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
03:34:30 [2022-08-22T03:34:30.529Z] ok  	github.com/docker/docker/libnetwork/ipam	14.422s	coverage: 85.3% of statements
03:34:30 [2022-08-22T03:34:30.530Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
03:34:30 [2022-08-22T03:34:30.530Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
03:34:30 [2022-08-22T03:34:30.530Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
03:34:30 [2022-08-22T03:34:30.530Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
03:34:30 [2022-08-22T03:34:30.530Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
03:34:30 [2022-08-22T03:34:30.530Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.008s	coverage: 71.4% of statements
03:34:30 [2022-08-22T03:34:30.530Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.255s	coverage: 74.0% of statements
03:34:30 [2022-08-22T03:34:30.788Z] ok  	github.com/docker/docker/libnetwork/iptables	0.158s	coverage: 45.0% of statements
03:34:30 [2022-08-22T03:34:30.966Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
03:34:31 [2022-08-22T03:34:31.047Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
03:34:31 [2022-08-22T03:34:31.307Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 44.1% of statements
03:34:32 [2022-08-22T03:34:32.343Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
03:34:32 [2022-08-22T03:34:32.932Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
03:34:35 [2022-08-22T03:34:35.471Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
03:34:38 [2022-08-22T03:34:38.758Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
03:34:45 [2022-08-22T03:34:45.324Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
03:34:45 [2022-08-22T03:34:45.324Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
03:34:45 [2022-08-22T03:34:45.892Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
03:34:45 [2022-08-22T03:34:45.892Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
03:34:45 [2022-08-22T03:34:45.892Z] === RUN   TestDockerSuite/TestRunInvalidReference
03:34:45 [2022-08-22T03:34:45.892Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
03:34:46 [2022-08-22T03:34:46.150Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
03:34:48 [2022-08-22T03:34:48.054Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
03:34:48 [2022-08-22T03:34:48.993Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
03:34:49 [2022-08-22T03:34:49.930Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
03:34:56 [2022-08-22T03:34:56.494Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
03:34:56 [2022-08-22T03:34:56.494Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
03:34:56 [2022-08-22T03:34:56.494Z] === RUN   TestDockerSuite/TestRunModeHostname
03:34:57 [2022-08-22T03:34:57.062Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
03:34:57 [2022-08-22T03:34:57.062Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
03:34:57 [2022-08-22T03:34:57.062Z] === RUN   TestDockerSuite/TestRunModeIpcHost
03:34:58 [2022-08-22T03:34:58.000Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
03:34:58 [2022-08-22T03:34:58.944Z] === RUN   TestDockerSuite/TestRunModePIDContainer
03:34:59 [2022-08-22T03:34:59.893Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
03:34:59 [2022-08-22T03:34:59.893Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
03:34:59 [2022-08-22T03:34:59.893Z] === RUN   TestDockerSuite/TestRunModeUTSHost
03:35:00 [2022-08-22T03:35:00.832Z] === RUN   TestDockerSuite/TestRunMount
03:35:02 [2022-08-22T03:35:02.740Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
03:35:06 [2022-08-22T03:35:06.032Z] === RUN   TestDockerSuite/TestRunMountOrdering
03:35:06 [2022-08-22T03:35:06.292Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
03:35:06 [2022-08-22T03:35:06.863Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
03:35:08 [2022-08-22T03:35:08.242Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
03:35:09 [2022-08-22T03:35:09.622Z] === RUN   TestDockerSuite/TestRunNamedVolume
03:35:11 [2022-08-22T03:35:11.533Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
03:35:11 [2022-08-22T03:35:11.533Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
03:35:12 [2022-08-22T03:35:12.914Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
03:35:14 [2022-08-22T03:35:14.822Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
03:35:14 [2022-08-22T03:35:14.822Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
03:35:15 [2022-08-22T03:35:15.759Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
03:35:15 [2022-08-22T03:35:15.759Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
03:35:16 [2022-08-22T03:35:16.328Z] === RUN   TestDockerSuite/TestRunNetHost
03:35:17 [2022-08-22T03:35:17.708Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
03:35:17 [2022-08-22T03:35:17.970Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
03:35:18 [2022-08-22T03:35:18.232Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
03:35:18 [2022-08-22T03:35:18.801Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
03:35:20 [2022-08-22T03:35:20.708Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
03:35:20 [2022-08-22T03:35:20.968Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
03:35:21 [2022-08-22T03:35:21.905Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
03:35:24 [2022-08-22T03:35:24.446Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
03:35:25 [2022-08-22T03:35:25.824Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
03:35:26 [2022-08-22T03:35:26.084Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
03:35:26 [2022-08-22T03:35:26.084Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
03:35:26 [2022-08-22T03:35:26.652Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
03:35:26 [2022-08-22T03:35:26.652Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
03:35:26 [2022-08-22T03:35:26.911Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
03:35:27 [2022-08-22T03:35:27.480Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
03:35:27 [2022-08-22T03:35:27.739Z] === RUN   TestDockerSuite/TestRunNonExistingImage
03:35:27 [2022-08-22T03:35:27.739Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
03:35:28 [2022-08-22T03:35:28.678Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
03:35:29 [2022-08-22T03:35:29.614Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
03:35:32 [2022-08-22T03:35:32.148Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
03:35:34 [2022-08-22T03:35:34.684Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
03:35:34 [2022-08-22T03:35:34.684Z] === RUN   TestDockerSuite/TestRunOOMExitCode
03:35:34 [2022-08-22T03:35:34.684Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
03:35:34 [2022-08-22T03:35:34.684Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
03:35:35 [2022-08-22T03:35:35.253Z] === RUN   TestDockerSuite/TestRunPIDsLimit
03:35:35 [2022-08-22T03:35:35.821Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
03:35:37 [2022-08-22T03:35:37.209Z] === RUN   TestDockerSuite/TestRunPortInUse
03:35:37 [2022-08-22T03:35:37.209Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
03:35:37 [2022-08-22T03:35:37.781Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
03:35:38 [2022-08-22T03:35:38.349Z]     docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n"
03:35:38 [2022-08-22T03:35:38.349Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
03:35:38 [2022-08-22T03:35:38.918Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
03:35:39 [2022-08-22T03:35:39.489Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
03:35:40 [2022-08-22T03:35:40.058Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
03:35:40 [2022-08-22T03:35:40.626Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
03:35:40 [2022-08-22T03:35:40.626Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
03:35:40 [2022-08-22T03:35:40.626Z]     docker_cli_run_test.go:4117: unmatched requirement DaemonIsWindows
03:35:40 [2022-08-22T03:35:40.626Z] === RUN   TestDockerSuite/TestRunPublishPort
03:35:41 [2022-08-22T03:35:41.195Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
03:35:41 [2022-08-22T03:35:41.767Z] === RUN   TestDockerSuite/TestRunReadProcLatency
03:35:41 [2022-08-22T03:35:41.767Z]     docker_cli_run_test.go:2852: kernel doesn't have latency_stats configured
03:35:41 [2022-08-22T03:35:41.767Z] === RUN   TestDockerSuite/TestRunReadProcTimer
03:35:42 [2022-08-22T03:35:42.337Z] === RUN   TestDockerSuite/TestRunRedirectStdout
03:35:43 [2022-08-22T03:35:43.718Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
03:35:43 [2022-08-22T03:35:43.718Z]     docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved
03:35:43 [2022-08-22T03:35:43.718Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
03:35:46 [2022-08-22T03:35:46.254Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
03:35:46 [2022-08-22T03:35:46.823Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
03:35:47 [2022-08-22T03:35:47.081Z] === RUN   TestDockerSuite/TestRunRm
03:35:47 [2022-08-22T03:35:47.650Z] === RUN   TestDockerSuite/TestRunRmAndWait
03:35:50 [2022-08-22T03:35:50.938Z] === RUN   TestDockerSuite/TestRunRmPre125Api
03:35:51 [2022-08-22T03:35:51.875Z] === RUN   TestDockerSuite/TestRunRootWorkdir
03:35:51 [2022-08-22T03:35:51.875Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
03:35:52 [2022-08-22T03:35:52.443Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
03:35:54 [2022-08-22T03:35:54.349Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
03:35:54 [2022-08-22T03:35:54.920Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
03:35:55 [2022-08-22T03:35:55.179Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
03:35:57 [2022-08-22T03:35:57.733Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
03:35:58 [2022-08-22T03:35:58.301Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
03:36:01 [2022-08-22T03:36:01.592Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
03:36:01 [2022-08-22T03:36:01.592Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
03:36:01 [2022-08-22T03:36:01.853Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
03:36:02 [2022-08-22T03:36:02.420Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
03:36:02 [2022-08-22T03:36:02.989Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
03:36:03 [2022-08-22T03:36:03.559Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
03:36:04 [2022-08-22T03:36:04.127Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
03:36:04 [2022-08-22T03:36:04.694Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
03:36:04 [2022-08-22T03:36:04.694Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
03:36:05 [2022-08-22T03:36:05.262Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
03:36:05 [2022-08-22T03:36:05.832Z] === RUN   TestDockerSuite/TestRunSetMacAddress
03:36:06 [2022-08-22T03:36:06.401Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
03:36:08 [2022-08-22T03:36:08.935Z] === RUN   TestDockerSuite/TestRunState
03:36:09 [2022-08-22T03:36:09.872Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
03:36:10 [2022-08-22T03:36:10.132Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
03:36:11 [2022-08-22T03:36:11.070Z] === RUN   TestDockerSuite/TestRunStdinPipe
03:36:11 [2022-08-22T03:36:11.329Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
03:36:11 [2022-08-22T03:36:11.588Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
03:36:11 [2022-08-22T03:36:11.588Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
03:36:11 [2022-08-22T03:36:11.588Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
03:36:12 [2022-08-22T03:36:12.157Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
03:36:12 [2022-08-22T03:36:12.727Z] === RUN   TestDockerSuite/TestRunSysctls
03:36:13 [2022-08-22T03:36:13.297Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
03:36:13 [2022-08-22T03:36:13.872Z] === RUN   TestDockerSuite/TestRunTLSVerify
03:36:13 [2022-08-22T03:36:13.872Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
03:36:13 [2022-08-22T03:36:13.872Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
03:36:14 [2022-08-22T03:36:14.440Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
03:36:16 [2022-08-22T03:36:16.978Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
03:36:16 [2022-08-22T03:36:16.978Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
03:36:17 [2022-08-22T03:36:17.238Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
03:36:18 [2022-08-22T03:36:18.619Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
03:36:19 [2022-08-22T03:36:19.556Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
03:36:22 [2022-08-22T03:36:22.098Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
03:36:22 [2022-08-22T03:36:22.357Z]     docker_cli_service_logs_test.go:248: checking task jqlzcx73o1mr
03:36:22 [2022-08-22T03:36:22.357Z]     docker_cli_service_logs_test.go:253: checking messages for jqlzcx73o1mr
03:36:22 [2022-08-22T03:36:22.357Z]     docker_cli_service_logs_test.go:248: checking task yr53czof7euv
03:36:22 [2022-08-22T03:36:22.357Z]     docker_cli_service_logs_test.go:253: checking messages for yr53czof7euv
03:36:22 [2022-08-22T03:36:22.739Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.276s	coverage: 60.0% of statements
03:36:22 [2022-08-22T03:36:22.739Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
03:36:22 [2022-08-22T03:36:22.739Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
03:36:22 [2022-08-22T03:36:22.739Z] ok  	github.com/docker/docker/libnetwork/osl	4.315s	coverage: 39.7% of statements
03:36:22 [2022-08-22T03:36:22.739Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.004s	coverage: 20.0% of statements
03:36:22 [2022-08-22T03:36:22.739Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.013s	coverage: 80.7% of statements
03:36:23 [2022-08-22T03:36:23.293Z] === RUN   TestDockerSwarmSuite/TestServiceScale
03:36:23 [2022-08-22T03:36:23.673Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.545s	coverage: 48.6% of statements
03:36:23 [2022-08-22T03:36:23.674Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.6% of statements
03:36:23 [2022-08-22T03:36:23.674Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
03:36:23 [2022-08-22T03:36:23.932Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
03:36:23 [2022-08-22T03:36:23.932Z] 
03:36:23 [2022-08-22T03:36:23.932Z] === Skipped
03:36:23 [2022-08-22T03:36:23.932Z] === SKIP: libnetwork TestParallel1 (0.00s)
03:36:23 [2022-08-22T03:36:23.932Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
03:36:23 [2022-08-22T03:36:23.932Z] 
03:36:23 [2022-08-22T03:36:23.932Z] === SKIP: libnetwork TestParallel3 (0.00s)
03:36:23 [2022-08-22T03:36:23.932Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
03:36:23 [2022-08-22T03:36:23.932Z] 
03:36:23 [2022-08-22T03:36:23.932Z] === SKIP: libnetwork TestParallel2 (0.00s)
03:36:23 [2022-08-22T03:36:23.932Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
03:36:23 [2022-08-22T03:36:23.932Z] 
03:36:23 [2022-08-22T03:36:23.932Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
03:36:23 [2022-08-22T03:36:23.932Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
03:36:23 [2022-08-22T03:36:23.932Z] 
03:36:23 [2022-08-22T03:36:23.932Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
03:36:23 [2022-08-22T03:36:23.932Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
03:36:23 [2022-08-22T03:36:23.932Z] 
03:36:23 [2022-08-22T03:36:23.932Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
03:36:23 [2022-08-22T03:36:23.932Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
03:36:23 [2022-08-22T03:36:23.932Z] 
03:36:23 [2022-08-22T03:36:23.932Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
03:36:23 [2022-08-22T03:36:23.932Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
03:36:23 [2022-08-22T03:36:23.932Z] 
03:36:23 [2022-08-22T03:36:23.932Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
03:36:23 [2022-08-22T03:36:23.932Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
03:36:23 [2022-08-22T03:36:23.932Z] 
03:36:23 [2022-08-22T03:36:23.932Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
03:36:23 [2022-08-22T03:36:23.932Z]     firewalld_test.go:14: firewalld is not running
03:36:23 [2022-08-22T03:36:23.932Z] 
03:36:23 [2022-08-22T03:36:23.932Z] DONE 327 tests, 9 skipped in 200.760s
Post stage
[Pipeline] junit
03:36:24 [2022-08-22T03:36:24.514Z] Recording test results
03:36:24 [2022-08-22T03:36:24.949Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
03:36:25 [2022-08-22T03:36:25.198Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
03:36:25 [2022-08-22T03:36:25.282Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44001/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:28ee8ab63f5cf7045f489ee5727b2e6663e8f6a2 hack/validate/vendor
03:36:25 [2022-08-22T03:36:25.457Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
03:36:25 [2022-08-22T03:36:25.716Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
03:36:25 [2022-08-22T03:36:25.856Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
03:36:26 [2022-08-22T03:36:26.283Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
03:36:26 [2022-08-22T03:36:26.424Z] + echo Ensuring container killed.
03:36:26 [2022-08-22T03:36:26.424Z] Ensuring container killed.
03:36:26 [2022-08-22T03:36:26.424Z] + docker rm -vf docker-pr1
03:36:26 [2022-08-22T03:36:26.424Z] Error: No such container: docker-pr1
[Pipeline] sh
03:36:26 [2022-08-22T03:36:26.710Z] + echo Chowning /workspace to jenkins user
03:36:26 [2022-08-22T03:36:26.710Z] Chowning /workspace to jenkins user
03:36:26 [2022-08-22T03:36:26.710Z] + id -u
03:36:26 [2022-08-22T03:36:26.710Z] + id -g
03:36:26 [2022-08-22T03:36:26.710Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44001:/workspace busybox chown -R 1000:1000 /workspace
03:36:26 [2022-08-22T03:36:26.851Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
03:36:28 [2022-08-22T03:36:28.230Z] === RUN   TestDockerSuite/TestRunUnshareProc
03:36:28 [2022-08-22T03:36:28.378Z] + bundleName=unit
03:36:28 [2022-08-22T03:36:28.378Z] + echo Creating unit-bundles.tar.gz
03:36:28 [2022-08-22T03:36:28.378Z] Creating unit-bundles.tar.gz
03:36:28 [2022-08-22T03:36:28.378Z] + 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
03:36:28 [2022-08-22T03:36:28.378Z] bundles/junit-report-libnetwork.xml
03:36:28 [2022-08-22T03:36:28.378Z] bundles/junit-report.xml
03:36:28 [2022-08-22T03:36:28.378Z] bundles/go-test-report-libnetwork.json
03:36:28 [2022-08-22T03:36:28.378Z] bundles/go-test-report.json
03:36:28 [2022-08-22T03:36:28.378Z] bundles/profile-libnetwork.out
03:36:28 [2022-08-22T03:36:28.378Z] bundles/profile.out
[Pipeline] archiveArtifacts
03:36:28 [2022-08-22T03:36:28.389Z] Archiving artifacts
03:36:28 [2022-08-22T03:36:28.930Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44001/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
03:36:29 [2022-08-22T03:36:29.237Z] + make clean
03:36:29 [2022-08-22T03:36:29.429Z] === RUN   TestDockerSuite/TestRunUserByID
03:36:29 [2022-08-22T03:36:29.495Z] docker volume rm -f docker-dev-cache docker-mod-cache
03:36:29 [2022-08-22T03:36:29.495Z] docker-dev-cache
03:36:29 [2022-08-22T03:36:29.495Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
03:36:29 [2022-08-22T03:36:29.997Z] === RUN   TestDockerSuite/TestRunUserByIDBig
03:36:29 [2022-08-22T03:36:29.997Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
03:36:30 [2022-08-22T03:36:30.256Z] === RUN   TestDockerSuite/TestRunUserByIDZero
03:36:30 [2022-08-22T03:36:30.515Z] === RUN   TestDockerSuite/TestRunUserByName
03:36:31 [2022-08-22T03:36:31.085Z] === RUN   TestDockerSuite/TestRunUserDefaults
03:36:31 [2022-08-22T03:36:31.668Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
03:36:31 [2022-08-22T03:36:31.668Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
03:36:31 [2022-08-22T03:36:31.668Z] === RUN   TestDockerSuite/TestRunUserNotFound
03:36:31 [2022-08-22T03:36:31.668Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
03:36:32 [2022-08-22T03:36:32.239Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
03:36:35 [2022-08-22T03:36:35.530Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
03:36:36 [2022-08-22T03:36:36.097Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
03:36:37 [2022-08-22T03:36:37.037Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
03:36:37 [2022-08-22T03:36:37.976Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
03:36:38 [2022-08-22T03:36:38.916Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
03:36:40 [2022-08-22T03:36:40.821Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
03:36:42 [2022-08-22T03:36:42.728Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
03:36:43 [2022-08-22T03:36:43.295Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
03:36:43 [2022-08-22T03:36:43.295Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
03:36:43 [2022-08-22T03:36:43.295Z]     docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows
03:36:43 [2022-08-22T03:36:43.295Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
03:36:43 [2022-08-22T03:36:43.295Z]     docker_cli_run_test.go:4107: unmatched requirement DaemonIsWindows
03:36:43 [2022-08-22T03:36:43.295Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
03:36:43 [2022-08-22T03:36:43.295Z]     docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows
03:36:43 [2022-08-22T03:36:43.295Z] === RUN   TestDockerSuite/TestRunWithBadDevice
03:36:43 [2022-08-22T03:36:43.555Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
03:36:43 [2022-08-22T03:36:43.555Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
03:36:43 [2022-08-22T03:36:43.555Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
03:36:44 [2022-08-22T03:36:44.123Z] === RUN   TestDockerSuite/TestRunWithCPUShares
03:36:44 [2022-08-22T03:36:44.692Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
03:36:46 [2022-08-22T03:36:46.072Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
03:36:46 [2022-08-22T03:36:46.072Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
03:36:46 [2022-08-22T03:36:46.331Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
03:36:46 [2022-08-22T03:36:46.899Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
03:36:46 [2022-08-22T03:36:46.899Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
03:36:47 [2022-08-22T03:36:47.468Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
03:36:47 [2022-08-22T03:36:47.468Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
03:36:47 [2022-08-22T03:36:47.468Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
03:36:47 [2022-08-22T03:36:47.468Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
03:36:47 [2022-08-22T03:36:47.468Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
03:36:47 [2022-08-22T03:36:47.468Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
03:36:47 [2022-08-22T03:36:47.468Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
03:36:47 [2022-08-22T03:36:47.468Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
03:36:47 [2022-08-22T03:36:47.468Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
03:36:47 [2022-08-22T03:36:47.468Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
03:36:47 [2022-08-22T03:36:47.468Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
03:36:47 [2022-08-22T03:36:47.468Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
03:36:47 [2022-08-22T03:36:47.468Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
03:36:47 [2022-08-22T03:36:47.468Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
03:36:47 [2022-08-22T03:36:47.468Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
03:36:48 [2022-08-22T03:36:48.036Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
03:36:48 [2022-08-22T03:36:48.605Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
03:36:48 [2022-08-22T03:36:48.865Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
03:36:48 [2022-08-22T03:36:48.865Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
03:36:49 [2022-08-22T03:36:49.433Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
03:36:49 [2022-08-22T03:36:49.433Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
03:36:50 [2022-08-22T03:36:50.010Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
03:36:50 [2022-08-22T03:36:50.010Z] === RUN   TestDockerSuite/TestRunWithShmSize
03:36:50 [2022-08-22T03:36:50.948Z] === RUN   TestDockerSuite/TestRunWithSwappiness
03:36:50 [2022-08-22T03:36:50.948Z]     docker_cli_swarm_test.go:1895: [d882c690eb9a5] joining swarm manager [da96409f84b5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:36:51 [2022-08-22T03:36:51.516Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
03:36:51 [2022-08-22T03:36:51.516Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
03:36:51 [2022-08-22T03:36:51.516Z] === RUN   TestDockerSuite/TestRunWithUlimits
03:36:52 [2022-08-22T03:36:52.085Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
03:36:52 [2022-08-22T03:36:52.343Z]     docker_cli_swarm_test.go:1896: [dacfb0e6dcbff] joining swarm manager [da96409f84b5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:36:52 [2022-08-22T03:36:52.912Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
03:36:53 [2022-08-22T03:36:53.480Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
03:36:53 [2022-08-22T03:36:53.480Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
03:36:53 [2022-08-22T03:36:53.480Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
03:36:53 [2022-08-22T03:36:53.740Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
03:36:53 [2022-08-22T03:36:53.740Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
03:36:55 [2022-08-22T03:36:55.117Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
03:36:55 [2022-08-22T03:36:55.376Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
03:36:56 [2022-08-22T03:36:56.754Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
03:36:57 [2022-08-22T03:36:57.013Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
03:36:57 [2022-08-22T03:36:57.272Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
03:36:57 [2022-08-22T03:36:57.272Z] === RUN   TestDockerSuite/TestSlowStdinClosing
03:36:57 [2022-08-22T03:36:57.272Z] === RUN   TestDockerSuite/TestSlowStdinClosing/0
03:36:57 [2022-08-22T03:36:57.840Z] === RUN   TestDockerSuite/TestSlowStdinClosing/1
03:36:58 [2022-08-22T03:36:58.407Z] === RUN   TestDockerSuite/TestSlowStdinClosing/2
03:36:58 [2022-08-22T03:36:58.975Z] === RUN   TestDockerSuite/TestStopContainerSignal
03:37:00 [2022-08-22T03:37:00.878Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
03:37:01 [2022-08-22T03:37:01.138Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
03:37:03 [2022-08-22T03:37:03.675Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
03:37:05 [2022-08-22T03:37:05.584Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
03:37:08 [2022-08-22T03:37:08.122Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
03:37:09 [2022-08-22T03:37:09.509Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
03:37:10 [2022-08-22T03:37:10.888Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
03:37:11 [2022-08-22T03:37:11.826Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
03:37:12 [2022-08-22T03:37:12.762Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
03:37:14 [2022-08-22T03:37:14.139Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
03:37:14 [2022-08-22T03:37:14.398Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
03:37:15 [2022-08-22T03:37:15.777Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
03:37:17 [2022-08-22T03:37:17.157Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
03:37:18 [2022-08-22T03:37:18.536Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
03:37:19 [2022-08-22T03:37:19.968Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
03:37:21 [2022-08-22T03:37:21.345Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
03:37:22 [2022-08-22T03:37:22.724Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
03:37:23 [2022-08-22T03:37:23.292Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
03:37:25 [2022-08-22T03:37:25.196Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
03:37:26 [2022-08-22T03:37:26.575Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
03:37:26 [2022-08-22T03:37:26.575Z]     docker_cli_run_test.go:4432: unmatched requirement DaemonIsWindows
03:37:26 [2022-08-22T03:37:26.575Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
03:37:26 [2022-08-22T03:37:26.575Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
03:37:26 [2022-08-22T03:37:26.575Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
03:37:27 [2022-08-22T03:37:27.512Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
03:37:28 [2022-08-22T03:37:28.451Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
03:37:29 [2022-08-22T03:37:29.018Z] === RUN   TestDockerSuite/TestSaveCheckTimes
03:37:29 [2022-08-22T03:37:29.018Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
03:37:30 [2022-08-22T03:37:30.397Z] === RUN   TestDockerSuite/TestSaveImageId
03:37:30 [2022-08-22T03:37:30.397Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
03:37:30 [2022-08-22T03:37:30.656Z] === RUN   TestDockerSuite/TestSaveLoadParents
03:37:32 [2022-08-22T03:37:32.035Z]     docker_cli_save_load_test.go:376: tmpdir /tmp/save-load-parents888652253
03:37:32 [2022-08-22T03:37:32.035Z] === RUN   TestDockerSuite/TestSaveMultipleNames
03:37:32 [2022-08-22T03:37:32.035Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
03:37:33 [2022-08-22T03:37:33.416Z] === RUN   TestDockerSuite/TestSaveSingleTag
03:37:33 [2022-08-22T03:37:33.416Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
03:37:33 [2022-08-22T03:37:33.416Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
03:37:34 [2022-08-22T03:37:34.795Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
03:37:35 [2022-08-22T03:37:35.732Z] === RUN   TestDockerSuite/TestSearchCmdOptions
03:37:38 [2022-08-22T03:37:38.263Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
03:37:38 [2022-08-22T03:37:38.263Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
03:37:38 [2022-08-22T03:37:38.830Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
03:37:38 [2022-08-22T03:37:38.830Z] === RUN   TestDockerSuite/TestSearchWithLimit
03:37:40 [2022-08-22T03:37:40.206Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
03:37:40 [2022-08-22T03:37:40.206Z]     docker_cli_sni_test.go:30: Flakey test
03:37:40 [2022-08-22T03:37:40.206Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
03:37:40 [2022-08-22T03:37:40.776Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
03:37:43 [2022-08-22T03:37:43.323Z]     docker_cli_swarm_test.go:1796: [df2b5b6a94091] joining swarm manager [d3ba18847699d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:37:44 [2022-08-22T03:37:44.260Z]     docker_cli_swarm_test.go:1797: [d7fb7d6c17847] joining swarm manager [d3ba18847699d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:37:45 [2022-08-22T03:37:45.636Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
03:37:47 [2022-08-22T03:37:47.013Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
03:37:47 [2022-08-22T03:37:47.581Z] === RUN   TestDockerSuite/TestStartAttachSilent
03:37:48 [2022-08-22T03:37:48.519Z] === RUN   TestDockerSuite/TestStartAttachWithRename
03:37:51 [2022-08-22T03:37:51.053Z] === RUN   TestDockerSuite/TestStartMultipleContainers
03:37:52 [2022-08-22T03:37:52.431Z] === RUN   TestDockerSuite/TestStartPausedContainer
03:37:53 [2022-08-22T03:37:53.000Z] === RUN   TestDockerSuite/TestStartRecordError
03:37:54 [2022-08-22T03:37:54.379Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
03:37:55 [2022-08-22T03:37:55.316Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
03:37:55 [2022-08-22T03:37:55.883Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
03:37:56 [2022-08-22T03:37:56.452Z] === RUN   TestDockerSuite/TestStatsAllNoStream
03:37:59 [2022-08-22T03:37:59.013Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
03:38:03 [2022-08-22T03:38:03.201Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
03:38:03 [2022-08-22T03:38:03.769Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
03:38:05 [2022-08-22T03:38:05.672Z]     docker_cli_swarm_test.go:1315: [dd9564287f2b7] joining swarm manager [d63e8f91186aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:38:05 [2022-08-22T03:38:05.930Z] === RUN   TestDockerSuite/TestStatsFormatAll
03:38:07 [2022-08-22T03:38:07.308Z]     docker_cli_swarm_test.go:1316: [d84b69149f67e] joining swarm manager [d63e8f91186aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:38:10 [2022-08-22T03:38:10.594Z] === RUN   TestDockerSuite/TestStatsNoStream
03:38:13 [2022-08-22T03:38:13.128Z] === RUN   TestDockerSuite/TestTopMultipleArgs
03:38:13 [2022-08-22T03:38:13.697Z] === RUN   TestDockerSuite/TestTopNonPrivileged
03:38:14 [2022-08-22T03:38:14.264Z] === RUN   TestDockerSuite/TestTopPrivileged
03:38:14 [2022-08-22T03:38:14.833Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
03:38:14 [2022-08-22T03:38:14.833Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows
03:38:14 [2022-08-22T03:38:14.833Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
03:38:15 [2022-08-22T03:38:15.092Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
03:38:15 [2022-08-22T03:38:15.659Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
03:38:15 [2022-08-22T03:38:15.659Z]     docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport
03:38:15 [2022-08-22T03:38:15.659Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
03:38:15 [2022-08-22T03:38:15.659Z]     docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport
03:38:15 [2022-08-22T03:38:15.659Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
03:38:16 [2022-08-22T03:38:16.597Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
03:38:17 [2022-08-22T03:38:17.165Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
03:38:17 [2022-08-22T03:38:17.424Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
03:38:18 [2022-08-22T03:38:18.802Z] === RUN   TestDockerSuite/TestUpdateStats
03:38:22 [2022-08-22T03:38:22.097Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
03:38:23 [2022-08-22T03:38:23.034Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
03:38:23 [2022-08-22T03:38:23.034Z]     docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport
03:38:23 [2022-08-22T03:38:23.034Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
03:38:23 [2022-08-22T03:38:23.602Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
03:38:24 [2022-08-22T03:38:24.169Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
03:38:26 [2022-08-22T03:38:26.074Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
03:38:27 [2022-08-22T03:38:27.452Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
03:38:28 [2022-08-22T03:38:28.829Z] === RUN   TestDockerSuite/TestVolumeCLICreate
03:38:43 [2022-08-22T03:38:43.707Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
03:38:43 [2022-08-22T03:38:43.707Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
03:38:43 [2022-08-22T03:38:43.707Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
03:38:44 [2022-08-22T03:38:44.275Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
03:38:44 [2022-08-22T03:38:44.275Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
03:38:44 [2022-08-22T03:38:44.275Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
03:38:44 [2022-08-22T03:38:44.275Z] === RUN   TestDockerSuite/TestVolumeCLILs
03:38:44 [2022-08-22T03:38:44.843Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
03:38:44 [2022-08-22T03:38:44.843Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
03:38:45 [2022-08-22T03:38:45.412Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
03:38:45 [2022-08-22T03:38:45.412Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
03:38:45 [2022-08-22T03:38:45.412Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
03:38:45 [2022-08-22T03:38:45.672Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
03:38:45 [2022-08-22T03:38:45.672Z] === RUN   TestDockerSuite/TestVolumeCLIRm
03:38:47 [2022-08-22T03:38:47.051Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
03:38:47 [2022-08-22T03:38:47.051Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
03:38:47 [2022-08-22T03:38:47.314Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
03:38:47 [2022-08-22T03:38:47.314Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
03:38:47 [2022-08-22T03:38:47.314Z] === RUN   TestDockerSuite/TestVolumeLsFormat
03:38:47 [2022-08-22T03:38:47.314Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
03:38:47 [2022-08-22T03:38:47.314Z] --- PASS: TestDockerSuite (1334.16s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (4.44s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.90s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.17s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.80s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.67s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.43s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.97s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.05s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.14s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.68s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.41s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.03s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.93s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.57s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.13s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.47s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.20s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.26s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.07s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.83s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.71s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.08s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.54s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.53s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.76s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.46s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.36s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.60s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.51s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.69s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.66s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.87s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.88s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.72s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.68s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.82s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.80s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.81s)
03:38:47 [2022-08-22T03:38:47.587Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.82s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.00s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.81s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.73s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.91s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.83s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.80s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.87s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.78s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.12s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.83s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.50s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.63s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.87s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.36s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.62s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.51s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.44s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.56s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.60s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>} (1.40s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>} (1.57s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.54s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.54s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc00000f068_<nil>_<nil>} (1.37s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11290983218_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.49s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11290983218_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.48s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33137740446_/foo_false__<nil>_<nil>_<nil>_<nil>} (0.58s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33137740446_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.49s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33137740446_/foo_true__0xc00000f098_<nil>_<nil>_<nil>} (1.58s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc00000f0b0_<nil>_<nil>} (0.68s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc00000f398_<nil>_<nil>} (1.55s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc00000f3b0_<nil>_<nil>} (0.71s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc00000f3f8_<nil>_<nil>} (0.75s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.45s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.35s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
03:38:47 [2022-08-22T03:38:47.588Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.89s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.80s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.86s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.54s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.67s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.77s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.58s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.80s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.76s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.83s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.88s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.86s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.68s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.60s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.57s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.64s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.79s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.91s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.79s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (11.15s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.64s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.62s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.74s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.08s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (1.03s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.98s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.79s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.66s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.30s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.78s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.94s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.05s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.86s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.77s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.76s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.84s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.75s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.78s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.50s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (7.08s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.73s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.77s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.75s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.40s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.64s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.78s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.84s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestAttachDetach (0.93s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (1.03s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.66s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (1.13s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.75s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.92s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.47s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.26s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.11s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.31s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.57s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.66s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.48s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.20s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.09s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.72s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.26s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.48s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.13s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.59s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.89s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.17s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (5.68s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.55s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.33s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.40s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddTar (7.42s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.45s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.56s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.36s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.71s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.52s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.28s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.13s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.57s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.19s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.12s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.55s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.24s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.03s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (10.83s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.45s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.64s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.43s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.20s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.81s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.89s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.35s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.44s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.98s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.06s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (6.22s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.36s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.73s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.75s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.30s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.10s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.68s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.37s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.44s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.45s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.76s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.32s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.25s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.21s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.29s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.80s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.64s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.42s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.80s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.68s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.76s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.06s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.14s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.04s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.04s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.57s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (5.09s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.30s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.44s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.63s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.16s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.58s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.07s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.88s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.55s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.08s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.95s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.95s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (9.11s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.08s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.65s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (9.50s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.80s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.36s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.93s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.78s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.57s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.22s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.29s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (9.97s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.08s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (3.40s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.26s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.23s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.46s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.13s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.25s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.20s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.60s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (0.93s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.05s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEnv (0.95s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.20s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.69s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (4.61s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (15.21s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.08s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (6.23s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.63s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.45s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.45s)
03:38:47 [2022-08-22T03:38:47.588Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.40s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.36s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.13s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.31s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.55s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.33s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.31s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildFails (0.62s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.75s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.34s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.66s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.21s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.37s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.82s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.36s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.53s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.20s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.38s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.52s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.09s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.30s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.53s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.51s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.33s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.72s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.30s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.45s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.33s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.25s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.31s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (0.73s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.10s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.73s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.97s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.29s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.22s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.14s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.40s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.09s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.09s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.60s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.29s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (5.67s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.13s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.73s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.40s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (2.82s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.30s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.45s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.39s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.75s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildNetNone (1.07s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.52s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.90s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.65s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.67s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.73s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.35s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.62s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.45s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.03s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.10s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.73s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.84s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.00s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.34s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.42s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.11s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.29s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.56s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.23s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.42s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildRm (2.30s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.81s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.96s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.53s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.04s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.85s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (0.78s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.14s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.31s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.37s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.72s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.68s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.35s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (1.21s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.85s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.43s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.90s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.14s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildUser (1.57s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.80s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (14.79s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.72s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.60s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.62s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.87s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.10s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.53s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.71s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.14s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.76s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.56s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (1.07s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.29s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.48s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.64s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.88s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.78s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCommitChange (0.69s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.55s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.04s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCommitNewFile (0.97s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.74s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.00s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.99s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.54s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (0.92s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.51s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.55s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.54s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.54s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.55s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.71s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.72s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.71s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.83s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.81s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.69s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.55s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.95s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.05s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.73s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.71s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.73s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.68s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.15s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.62s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.66s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.40s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.53s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.85s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToCaseD (4.42s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.74s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.80s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToCaseG (4.37s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.40s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.63s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.60s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.70s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToDot (1.00s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.23s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.13s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.84s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.01s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.61s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.26s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.08s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.47s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.55s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.45s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.35s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.10s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateRM (0.17s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.19s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.62s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.14s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.71s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.58s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.70s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.48s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.50s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.51s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.55s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.34s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.21s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.46s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.88s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (0.99s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.38s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (0.98s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.39s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.26s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFilters (0.89s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.13s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.75s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsImagePull (1.07s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.24s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (2.29s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.49s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsRename (0.54s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsResize (0.46s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.37s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.59s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.45s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.74s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsTop (0.60s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.84s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.85s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestVolumeEvents (0.58s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExec (0.62s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.42s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecCgroup (1.09s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecEnv (0.52s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.99s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.53s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecInspectID (2.71s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.66s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.66s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.71s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecParseError (0.63s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.54s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.58s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.73s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.46s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecTTY (0.52s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.56s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.47s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.53s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.23s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.54s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.73s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.54s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.93s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.31s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.05s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestHealth (18.83s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.90s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.04s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.83s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.03s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.59s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.75s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.03s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.12s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.29s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.31s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.47s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.69s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.70s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.60s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.48s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.57s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.02s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.10s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImportFile (1.12s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.13s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.16s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.08s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.55s)
03:38:47 [2022-08-22T03:38:47.589Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.48s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.55s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.45s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.47s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.67s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.51s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.49s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.56s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.45s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.48s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.49s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.63s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectPlugin (2.72s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.80s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.75s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.02s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.73s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.65s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.61s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.55s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.70s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.52s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.05s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.37s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.17s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.45s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.53s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.44s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.38s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.45s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.31s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.56s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.53s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.93s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.72s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.94s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.84s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.79s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.80s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.90s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.68s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.85s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.49s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsSince (6.62s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.56s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.59s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsTail (0.56s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.46s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.49s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestNetHostname (1.31s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.22s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.71s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.53s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.11s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.03s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.20s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.82s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.98s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.26s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.89s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.21s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.38s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.88s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.86s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPluginActive (2.28s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.61s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.51s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.84s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.74s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.65s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.22s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.93s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPortList (6.69s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.51s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (1.86s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.05s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.46s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsByOrder (1.93s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.67s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.21s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.64s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.11s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.79s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.50s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.03s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.57s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.98s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.15s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.70s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.46s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.19s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.80s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.52s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.56s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.42s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.39s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.98s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.72s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.91s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.04s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.42s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.25s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (1.97s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.95s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.16s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.95s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.33s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.80s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.10s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.65s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.12s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.73s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiTag (0.15s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.54s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.09s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.52s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.87s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.60s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.61s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.49s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.44s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.53s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.89s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (2.69s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.40s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.87s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.09s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.25s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.69s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.43s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.59s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.25s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.44s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.79s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.47s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.49s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.91s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.48s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.21s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.47s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.15s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.54s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.83s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.72s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.92s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.88s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.59s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.63s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.60s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.49s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.59s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.77s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.80s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.42s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.44s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.31s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.46s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.47s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.48s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.53s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.53s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.44s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.63s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.80s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.78s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.48s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.95s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.52s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.53s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.48s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.56s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.92s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.94s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.66s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.51s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.57s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.48s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.48s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.15s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.35s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.52s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.85s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.33s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.77s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.71s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.66s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.47s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.00s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.14s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.68s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.41s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.54s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.61s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.35s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.55s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.49s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.69s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.65s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.53s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.56s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.46s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.77s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.81s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.55s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.55s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.51s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.02s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.66s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.73s)
03:38:47 [2022-08-22T03:38:47.590Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.30s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.21s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.70s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.72s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.27s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.59s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.88s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.44s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.79s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.94s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.89s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.81s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.31s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.33s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.69s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.84s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.75s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (0.97s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (0.90s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunMount (4.94s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.60s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.57s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.97s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.41s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.95s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.71s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.62s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.18s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.50s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNetHost (1.07s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.69s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.55s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.78s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.53s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.60s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.53s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.55s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.50s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.44s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.81s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.98s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.54s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.50s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.42s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.72s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.53s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.50s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.63s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.62s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.58s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.53s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.44s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.59s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.32s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.27s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.18s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunRm (0.53s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.46s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.74s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.54s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.87s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.64s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.37s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.62s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.60s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.48s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.72s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.57s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.60s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.50s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.55s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.58s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.62s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunState (1.22s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.57s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.52s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.21s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.64s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.54s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.15s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.06s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.52s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.20s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.44s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.60s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.86s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.21s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.76s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.57s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.56s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.61s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (0.98s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.62s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.14s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.44s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.47s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.47s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.53s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.44s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.43s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.71s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.28s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.87s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.59s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.24s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.58s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.62s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.49s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.20s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.48s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.56s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.53s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.59s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.60s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.56s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.51s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.73s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.58s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.52s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.05s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.46s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.31s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.04s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.44s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.43s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.44s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.93s)
03:38:47 [2022-08-22T03:38:47.591Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.64s)
03:38:47 [2022-08-22T03:38:47.591Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.64s)
03:38:47 [2022-08-22T03:38:47.591Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.64s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.51s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.32s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.18s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.64s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.37s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.31s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.87s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.92s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.35s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.48s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.67s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.32s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.36s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.35s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.04s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.04s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.27s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.02s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.71s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.75s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.14s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.37s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.35s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.17s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.32s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.16s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.18s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.38s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.50s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.08s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.45s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.71s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.84s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.57s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.53s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.10s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.13s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.19s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.63s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.95s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.60s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.51s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.52s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.53s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.48s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.41s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.44s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.90s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.57s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.54s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.95s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.50s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.85s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.68s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.55s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.67s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.59s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.19s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.51s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.49s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.56s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.43s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
03:38:47 [2022-08-22T03:38:47.591Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s)
03:38:47 [2022-08-22T03:38:47.591Z] === RUN   TestDockerRegistrySuite
03:38:47 [2022-08-22T03:38:47.591Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
03:38:48 [2022-08-22T03:38:48.527Z]     check_test.go:427: [d1756a0848e39] daemon is not started
03:38:48 [2022-08-22T03:38:48.527Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
03:38:49 [2022-08-22T03:38:49.907Z]     check_test.go:427: [d7ae4e7b03184] daemon is not started
03:38:49 [2022-08-22T03:38:49.907Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
03:38:50 [2022-08-22T03:38:50.844Z]     check_test.go:427: [da7d36d840ffb] daemon is not started
03:38:50 [2022-08-22T03:38:50.844Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
03:38:51 [2022-08-22T03:38:51.103Z]     check_test.go:427: [d1b99142315c7] daemon is not started
03:38:51 [2022-08-22T03:38:51.103Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
03:38:53 [2022-08-22T03:38:53.637Z]     check_test.go:427: [d3833683c054b] daemon is not started
03:38:53 [2022-08-22T03:38:53.637Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
03:38:58 [2022-08-22T03:38:58.908Z]     check_test.go:427: [d175736cec9f7] daemon is not started
03:38:58 [2022-08-22T03:38:58.908Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
03:39:02 [2022-08-22T03:39:02.197Z]     check_test.go:427: [dc066969c9675] daemon is not started
03:39:02 [2022-08-22T03:39:02.197Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
03:39:02 [2022-08-22T03:39:02.766Z]     check_test.go:427: [d529a37bd738a] daemon is not started
03:39:02 [2022-08-22T03:39:02.766Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
03:39:03 [2022-08-22T03:39:03.704Z]     check_test.go:427: [d8dbbfdba7bf6] daemon is not started
03:39:03 [2022-08-22T03:39:03.704Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
03:39:04 [2022-08-22T03:39:04.641Z]     check_test.go:427: [dbf32fd229d30] daemon is not started
03:39:04 [2022-08-22T03:39:04.641Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
03:39:06 [2022-08-22T03:39:06.018Z]     check_test.go:427: [da1bfba7cd71f] daemon is not started
03:39:06 [2022-08-22T03:39:06.018Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
03:39:06 [2022-08-22T03:39:06.956Z]     check_test.go:427: [d92d4488dfc37] daemon is not started
03:39:06 [2022-08-22T03:39:06.956Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
03:39:08 [2022-08-22T03:39:08.360Z]     check_test.go:427: [d08c8045d0ad1] daemon is not started
03:39:08 [2022-08-22T03:39:08.360Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
03:39:09 [2022-08-22T03:39:09.299Z]     check_test.go:427: [d36af13e57c20] daemon is not started
03:39:09 [2022-08-22T03:39:09.299Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
03:39:09 [2022-08-22T03:39:09.867Z]     docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3ff2f5de52e020def615e7660a788fad51aa23a3edd0085a0f7c9f3d28109e4e
03:39:10 [2022-08-22T03:39:10.805Z]     docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:99eef38d80368392f35085d533e6409f91a7c8dde4c52211c57488ece12dccde
03:39:11 [2022-08-22T03:39:11.064Z]     check_test.go:427: [de8f2d06f5006] daemon is not started
03:39:11 [2022-08-22T03:39:11.064Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
03:39:12 [2022-08-22T03:39:12.001Z]     docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:958b99d60a3a34ba8088bf4d305f5935c8e3f5127f80b52e0d07c9dd09092f95
03:39:12 [2022-08-22T03:39:12.571Z]     docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:14340172884d1cc577f558d1093daf0897d4dd07dcbe3b5701693f3bf60bee12
03:39:12 [2022-08-22T03:39:12.830Z]     check_test.go:427: [d33999475d25c] daemon is not started
03:39:12 [2022-08-22T03:39:12.830Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
03:39:14 [2022-08-22T03:39:14.209Z]     check_test.go:427: [d0d0b259fc2d2] daemon is not started
03:39:14 [2022-08-22T03:39:14.209Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
03:39:16 [2022-08-22T03:39:16.115Z]     check_test.go:427: [d6800c40c3092] daemon is not started
03:39:16 [2022-08-22T03:39:16.115Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
03:39:17 [2022-08-22T03:39:17.053Z]     check_test.go:427: [d24825b787ddd] daemon is not started
03:39:17 [2022-08-22T03:39:17.053Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
03:39:17 [2022-08-22T03:39:17.053Z]     check_test.go:427: [dbbb29d06bddf] daemon is not started
03:39:17 [2022-08-22T03:39:17.053Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
03:39:17 [2022-08-22T03:39:17.990Z]     check_test.go:427: [dd077bba9491b] daemon is not started
03:39:17 [2022-08-22T03:39:17.990Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
03:39:18 [2022-08-22T03:39:18.928Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
03:39:18 [2022-08-22T03:39:18.928Z]     check_test.go:427: [da7be2b9a6ae4] daemon is not started
03:39:18 [2022-08-22T03:39:18.928Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
03:39:19 [2022-08-22T03:39:19.865Z]     check_test.go:427: [dfbf40eb9db10] daemon is not started
03:39:19 [2022-08-22T03:39:19.865Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
03:39:23 [2022-08-22T03:39:23.164Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
03:39:23 [2022-08-22T03:39:23.164Z]     check_test.go:427: [ddecaa0018f87] daemon is not started
03:39:23 [2022-08-22T03:39:23.164Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
03:39:23 [2022-08-22T03:39:23.423Z]     check_test.go:427: [d4e6dca41bc62] daemon is not started
03:39:23 [2022-08-22T03:39:23.423Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
03:39:24 [2022-08-22T03:39:24.803Z]     check_test.go:427: [d84c01ef7b9e8] daemon is not started
03:39:24 [2022-08-22T03:39:24.803Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
03:39:25 [2022-08-22T03:39:25.371Z]     check_test.go:427: [d2a880a017ce9] daemon is not started
03:39:25 [2022-08-22T03:39:25.371Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
03:39:25 [2022-08-22T03:39:25.371Z]     check_test.go:427: [d805bd8f2963b] daemon is not started
03:39:25 [2022-08-22T03:39:25.371Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
03:39:25 [2022-08-22T03:39:25.947Z]     check_test.go:427: [d2176fdb11459] daemon is not started
03:39:25 [2022-08-22T03:39:25.947Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
03:39:26 [2022-08-22T03:39:26.209Z]     check_test.go:427: [de84315badb17] daemon is not started
03:39:26 [2022-08-22T03:39:26.209Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
03:39:26 [2022-08-22T03:39:26.470Z]     check_test.go:427: [d1c1721f1804c] daemon is not started
03:39:26 [2022-08-22T03:39:26.470Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
03:39:26 [2022-08-22T03:39:26.729Z]     check_test.go:427: [d10aa041a2832] daemon is not started
03:39:26 [2022-08-22T03:39:26.729Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
03:39:28 [2022-08-22T03:39:28.108Z]     check_test.go:427: [d241d3580e819] daemon is not started
03:39:28 [2022-08-22T03:39:28.108Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
03:39:30 [2022-08-22T03:39:30.013Z]     check_test.go:427: [dea032e0e2708] daemon is not started
03:39:30 [2022-08-22T03:39:30.013Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
03:39:30 [2022-08-22T03:39:30.013Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
03:39:31 [2022-08-22T03:39:31.391Z]     check_test.go:427: [da96ed49490e0] daemon is not started
03:39:31 [2022-08-22T03:39:31.391Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
03:39:32 [2022-08-22T03:39:32.330Z]     check_test.go:427: [d6ecbe3f5cf88] daemon is not started
03:39:32 [2022-08-22T03:39:32.330Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
03:39:33 [2022-08-22T03:39:33.708Z] === RUN   TestDockerRegistrySuite/TestV2Only
03:39:34 [2022-08-22T03:39:34.275Z] --- PASS: TestDockerRegistrySuite (46.94s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.18s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.07s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.23s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.65s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.26s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.73s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.03s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.84s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.06s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.13s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.08s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.26s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.00s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.88s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.90s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.06s)
03:39:34 [2022-08-22T03:39:34.275Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.08s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.94s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.95s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.88s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.91s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.31s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.20s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.59s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.36s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.33s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.37s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.52s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.89s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.09s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.32s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.04s)
03:39:34 [2022-08-22T03:39:34.276Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.88s)
03:39:34 [2022-08-22T03:39:34.276Z] === RUN   TestDockerSchema1RegistrySuite
03:39:34 [2022-08-22T03:39:34.276Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
03:39:34 [2022-08-22T03:39:34.534Z]     check_test.go:454: [d71b9dcc92b3d] daemon is not started
03:39:34 [2022-08-22T03:39:34.534Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
03:39:37 [2022-08-22T03:39:37.070Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
03:39:38 [2022-08-22T03:39:38.006Z]     check_test.go:454: [dfe0b4ae9b231] daemon is not started
03:39:38 [2022-08-22T03:39:38.006Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
03:39:39 [2022-08-22T03:39:39.387Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
03:39:43 [2022-08-22T03:39:43.578Z]     check_test.go:454: [d5dc4780e0ba5] daemon is not started
03:39:43 [2022-08-22T03:39:43.578Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
03:39:43 [2022-08-22T03:39:43.578Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
03:39:44 [2022-08-22T03:39:44.960Z]     check_test.go:454: [dae3982fddf11] daemon is not started
03:39:44 [2022-08-22T03:39:44.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
03:39:44 [2022-08-22T03:39:44.960Z]     check_test.go:454: [dfebd57d0015a] daemon is not started
03:39:44 [2022-08-22T03:39:44.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
03:39:46 [2022-08-22T03:39:46.343Z]     check_test.go:454: [d13cb80780230] daemon is not started
03:39:46 [2022-08-22T03:39:46.343Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
03:39:47 [2022-08-22T03:39:47.280Z]     check_test.go:454: [d96cf6c62a4bc] daemon is not started
03:39:47 [2022-08-22T03:39:47.280Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
03:39:48 [2022-08-22T03:39:48.218Z]     check_test.go:454: [d7aca4c990113] daemon is not started
03:39:48 [2022-08-22T03:39:48.218Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
03:39:48 [2022-08-22T03:39:48.218Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
03:39:51 [2022-08-22T03:39:51.515Z]     check_test.go:454: [dfead5f4af196] daemon is not started
03:39:51 [2022-08-22T03:39:51.515Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
03:39:51 [2022-08-22T03:39:51.515Z]     check_test.go:454: [dbae9a4cda334] daemon is not started
03:39:51 [2022-08-22T03:39:51.515Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
03:39:52 [2022-08-22T03:39:52.085Z]     check_test.go:454: [d2cc71452bcec] daemon is not started
03:39:52 [2022-08-22T03:39:52.085Z] --- PASS: TestDockerSchema1RegistrySuite (17.64s)
03:39:52 [2022-08-22T03:39:52.085Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s)
03:39:52 [2022-08-22T03:39:52.085Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.47s)
03:39:52 [2022-08-22T03:39:52.085Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.47s)
03:39:52 [2022-08-22T03:39:52.085Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.16s)
03:39:52 [2022-08-22T03:39:52.085Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s)
03:39:52 [2022-08-22T03:39:52.085Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.38s)
03:39:52 [2022-08-22T03:39:52.085Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.91s)
03:39:52 [2022-08-22T03:39:52.085Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s)
03:39:52 [2022-08-22T03:39:52.085Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.97s)
03:39:52 [2022-08-22T03:39:52.085Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.50s)
03:39:52 [2022-08-22T03:39:52.085Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.50s)
03:39:52 [2022-08-22T03:39:52.085Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
03:39:52 [2022-08-22T03:39:52.085Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
03:39:52 [2022-08-22T03:39:52.344Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
03:39:52 [2022-08-22T03:39:52.344Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
03:39:52 [2022-08-22T03:39:52.344Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
03:39:52 [2022-08-22T03:39:52.913Z]     check_test.go:483: [d5a4be3cd0b8e] daemon is not started
03:39:52 [2022-08-22T03:39:52.913Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
03:39:53 [2022-08-22T03:39:53.865Z]     check_test.go:483: [d8c070fc094a6] daemon is not started
03:39:53 [2022-08-22T03:39:53.865Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
03:39:53 [2022-08-22T03:39:53.865Z]     check_test.go:483: [d71f086866697] daemon is not started
03:39:53 [2022-08-22T03:39:53.865Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
03:39:55 [2022-08-22T03:39:55.247Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
03:39:56 [2022-08-22T03:39:56.186Z]     check_test.go:483: [d39a84bb834ef] daemon is not started
03:39:56 [2022-08-22T03:39:56.186Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
03:39:56 [2022-08-22T03:39:56.445Z]     check_test.go:483: [d4c03a4b59ee1] daemon is not started
03:39:56 [2022-08-22T03:39:56.445Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
03:39:57 [2022-08-22T03:39:57.832Z]     check_test.go:483: [d70bec7868bdd] daemon is not started
03:39:57 [2022-08-22T03:39:57.832Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
03:39:57 [2022-08-22T03:39:57.832Z]     check_test.go:483: [d6891878d9e54] daemon is not started
03:39:57 [2022-08-22T03:39:57.832Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.82s)
03:39:57 [2022-08-22T03:39:57.833Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.81s)
03:39:57 [2022-08-22T03:39:57.833Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.86s)
03:39:57 [2022-08-22T03:39:57.833Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.19s)
03:39:57 [2022-08-22T03:39:57.833Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.38s)
03:39:57 [2022-08-22T03:39:57.833Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.73s)
03:39:57 [2022-08-22T03:39:57.833Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.55s)
03:39:57 [2022-08-22T03:39:57.833Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (1.14s)
03:39:57 [2022-08-22T03:39:57.833Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
03:39:57 [2022-08-22T03:39:57.833Z] === RUN   TestDockerRegistryAuthTokenSuite
03:39:57 [2022-08-22T03:39:57.833Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
03:39:58 [2022-08-22T03:39:58.091Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
03:39:58 [2022-08-22T03:39:58.659Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
03:39:59 [2022-08-22T03:39:59.595Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
03:40:01 [2022-08-22T03:40:01.500Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
03:40:03 [2022-08-22T03:40:03.409Z]     check_test.go:510: [d36776bf2a512] daemon is not started
03:40:03 [2022-08-22T03:40:03.409Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
03:40:03 [2022-08-22T03:40:03.409Z]     check_test.go:510: [d8163e2d84fab] daemon is not started
03:40:03 [2022-08-22T03:40:03.409Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
03:40:03 [2022-08-22T03:40:03.409Z]     check_test.go:510: [d7a6af5aa0604] daemon is not started
03:40:03 [2022-08-22T03:40:03.409Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
03:40:03 [2022-08-22T03:40:03.683Z]     check_test.go:510: [d1b3a6b8c4618] daemon is not started
03:40:03 [2022-08-22T03:40:03.683Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
03:40:03 [2022-08-22T03:40:03.946Z]     check_test.go:510: [d659e04286949] daemon is not started
03:40:03 [2022-08-22T03:40:03.946Z] --- PASS: TestDockerRegistryAuthTokenSuite (6.00s)
03:40:03 [2022-08-22T03:40:03.946Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.19s)
03:40:03 [2022-08-22T03:40:03.946Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.19s)
03:40:03 [2022-08-22T03:40:03.946Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.18s)
03:40:03 [2022-08-22T03:40:03.946Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.27s)
03:40:03 [2022-08-22T03:40:03.946Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.18s)
03:40:03 [2022-08-22T03:40:03.946Z] === RUN   TestDockerNetworkSuite
03:40:03 [2022-08-22T03:40:03.946Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
03:40:05 [2022-08-22T03:40:05.324Z]     docker_cli_network_unix_test.go:46: [d37d15be9d730] daemon is not started
03:40:05 [2022-08-22T03:40:05.324Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
03:40:05 [2022-08-22T03:40:05.583Z]     docker_cli_network_unix_test.go:46: [d33f9a2a84610] daemon is not started
03:40:05 [2022-08-22T03:40:05.842Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
03:40:08 [2022-08-22T03:40:08.377Z]     docker_cli_network_unix_test.go:46: [dd09d4f00d9b7] daemon is not started
03:40:08 [2022-08-22T03:40:08.945Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
03:40:10 [2022-08-22T03:40:10.323Z]     docker_cli_network_unix_test.go:46: [d603340b1c319] daemon is not started
03:40:10 [2022-08-22T03:40:10.323Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
03:40:10 [2022-08-22T03:40:10.323Z]     docker_cli_network_unix_test.go:1233: [d55ec0f6d66b2] daemon is not started
03:40:12 [2022-08-22T03:40:12.857Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
03:40:13 [2022-08-22T03:40:13.793Z]     docker_cli_network_unix_test.go:46: [dd8e48298832d] daemon is not started
03:40:14 [2022-08-22T03:40:14.360Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
03:40:18 [2022-08-22T03:40:18.555Z]     docker_cli_network_unix_test.go:46: [d75c2fa14c149] daemon is not started
03:40:19 [2022-08-22T03:40:19.493Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
03:40:21 [2022-08-22T03:40:21.399Z]     docker_cli_network_unix_test.go:46: [d343c44ee3a25] daemon is not started
03:40:21 [2022-08-22T03:40:21.660Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
03:40:23 [2022-08-22T03:40:23.038Z]     docker_cli_network_unix_test.go:46: [d010bb37a6df5] daemon is not started
03:40:23 [2022-08-22T03:40:23.038Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
03:40:23 [2022-08-22T03:40:23.313Z]     docker_cli_network_unix_test.go:46: [d6b068295adb0] daemon is not started
03:40:23 [2022-08-22T03:40:23.313Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
03:40:23 [2022-08-22T03:40:23.885Z]     docker_cli_network_unix_test.go:46: [dcb8e5b6b84c2] daemon is not started
03:40:23 [2022-08-22T03:40:23.885Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
03:40:24 [2022-08-22T03:40:24.453Z]     docker_cli_network_unix_test.go:46: [d9e7a40adeab4] daemon is not started
03:40:24 [2022-08-22T03:40:24.712Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
03:40:25 [2022-08-22T03:40:25.280Z]     docker_cli_network_unix_test.go:46: [d5e1a673e9837] daemon is not started
03:40:25 [2022-08-22T03:40:25.540Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
03:40:25 [2022-08-22T03:40:25.799Z]     docker_cli_network_unix_test.go:46: [df2a601018354] daemon is not started
03:40:25 [2022-08-22T03:40:25.799Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
03:40:26 [2022-08-22T03:40:26.058Z]     docker_cli_network_unix_test.go:46: [d04c48e81f369] daemon is not started
03:40:26 [2022-08-22T03:40:26.058Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
03:40:26 [2022-08-22T03:40:26.625Z]     docker_cli_network_unix_test.go:46: [d3b90265daffb] daemon is not started
03:40:26 [2022-08-22T03:40:26.884Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
03:40:27 [2022-08-22T03:40:27.144Z]     docker_cli_network_unix_test.go:46: [d2682983cbdf5] daemon is not started
03:40:27 [2022-08-22T03:40:27.144Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
03:40:27 [2022-08-22T03:40:27.144Z]     docker_cli_network_unix_test.go:46: [d39f8fd9a0236] daemon is not started
03:40:27 [2022-08-22T03:40:27.144Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
03:40:27 [2022-08-22T03:40:27.144Z]     docker_cli_network_unix_test.go:46: [d02146ab90f94] daemon is not started
03:40:27 [2022-08-22T03:40:27.144Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
03:40:28 [2022-08-22T03:40:28.085Z]     docker_cli_network_unix_test.go:46: [d704b2a124297] daemon is not started
03:40:28 [2022-08-22T03:40:28.085Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
03:40:28 [2022-08-22T03:40:28.652Z]     docker_cli_network_unix_test.go:46: [d051b3c733377] daemon is not started
03:40:28 [2022-08-22T03:40:28.911Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
03:40:29 [2022-08-22T03:40:29.170Z]     docker_cli_network_unix_test.go:46: [de7ef693439b3] daemon is not started
03:40:29 [2022-08-22T03:40:29.170Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
03:40:29 [2022-08-22T03:40:29.170Z]     docker_cli_network_unix_test.go:46: [d5661e0d141c1] daemon is not started
03:40:29 [2022-08-22T03:40:29.429Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
03:40:29 [2022-08-22T03:40:29.429Z]     docker_cli_network_unix_test.go:46: [d46ba3567c26e] daemon is not started
03:40:29 [2022-08-22T03:40:29.429Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
03:40:30 [2022-08-22T03:40:30.806Z]     docker_cli_network_unix_test.go:968: [d8b04850b92da] daemon is not started
03:40:31 [2022-08-22T03:40:31.746Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
03:40:33 [2022-08-22T03:40:33.126Z]     docker_cli_network_unix_test.go:46: [d7884caa44a69] daemon is not started
03:40:33 [2022-08-22T03:40:33.126Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
03:40:35 [2022-08-22T03:40:35.662Z]     docker_cli_network_unix_test.go:1116: [df50813350dfe] daemon is not started
03:40:38 [2022-08-22T03:40:38.956Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
03:40:38 [2022-08-22T03:40:38.956Z]     docker_cli_network_unix_test.go:46: [d101c0fa258f1] daemon is not started
03:40:38 [2022-08-22T03:40:38.956Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
03:40:39 [2022-08-22T03:40:39.893Z]     docker_cli_network_unix_test.go:46: [df0b223b8e055] daemon is not started
03:40:39 [2022-08-22T03:40:39.893Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
03:40:39 [2022-08-22T03:40:39.893Z]     docker_cli_network_unix_test.go:46: [d74f15704ecb3] daemon is not started
03:40:39 [2022-08-22T03:40:39.893Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
03:40:39 [2022-08-22T03:40:39.893Z]     docker_cli_network_unix_test.go:46: [deaef264f4a6e] daemon is not started
03:40:39 [2022-08-22T03:40:39.893Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
03:40:40 [2022-08-22T03:40:40.151Z]     docker_cli_network_unix_test.go:46: [da7e7242866d4] daemon is not started
03:40:40 [2022-08-22T03:40:40.151Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
03:40:40 [2022-08-22T03:40:40.151Z]     docker_cli_network_unix_test.go:46: [d92c1e1fdcf10] daemon is not started
03:40:40 [2022-08-22T03:40:40.151Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
03:40:40 [2022-08-22T03:40:40.151Z]     docker_cli_network_unix_test.go:46: [d3ce566cf7491] daemon is not started
03:40:40 [2022-08-22T03:40:40.151Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
03:40:42 [2022-08-22T03:40:42.065Z]     docker_cli_network_unix_test.go:46: [d3ea05c52acd7] daemon is not started
03:40:42 [2022-08-22T03:40:42.632Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
03:40:42 [2022-08-22T03:40:42.895Z]     docker_cli_network_unix_test.go:46: [d76ee1e3397f4] daemon is not started
03:40:42 [2022-08-22T03:40:42.895Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
03:40:42 [2022-08-22T03:40:42.895Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
03:40:42 [2022-08-22T03:40:42.895Z]     docker_cli_network_unix_test.go:46: [dc12cda4461b4] daemon is not started
03:40:42 [2022-08-22T03:40:42.895Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
03:40:43 [2022-08-22T03:40:43.464Z]     docker_cli_network_unix_test.go:46: [d02eaf6ee5087] daemon is not started
03:40:43 [2022-08-22T03:40:43.464Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
03:40:47 [2022-08-22T03:40:47.656Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
03:40:48 [2022-08-22T03:40:48.594Z]     docker_cli_network_unix_test.go:1084: [dd1bf66a52213] daemon is not started
03:40:50 [2022-08-22T03:40:50.500Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
03:40:50 [2022-08-22T03:40:50.500Z]     docker_cli_network_unix_test.go:46: [dac124a0f69ff] daemon is not started
03:40:50 [2022-08-22T03:40:50.500Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
03:40:50 [2022-08-22T03:40:50.759Z]     docker_cli_network_unix_test.go:46: [d78482eedceca] daemon is not started
03:40:51 [2022-08-22T03:40:51.019Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
03:40:51 [2022-08-22T03:40:51.956Z]     docker_cli_network_unix_test.go:46: [dfb59e7c48ef8] daemon is not started
03:40:52 [2022-08-22T03:40:52.524Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
03:40:52 [2022-08-22T03:40:52.524Z]     docker_cli_network_unix_test.go:46: [d59959b8e9e14] daemon is not started
03:40:52 [2022-08-22T03:40:52.524Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
03:40:52 [2022-08-22T03:40:52.783Z]     docker_cli_network_unix_test.go:46: [d6527aec7f594] daemon is not started
03:40:53 [2022-08-22T03:40:53.041Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
03:40:53 [2022-08-22T03:40:53.608Z]     docker_cli_network_unix_test.go:46: [d4cc170578a46] daemon is not started
03:40:53 [2022-08-22T03:40:53.608Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
03:40:54 [2022-08-22T03:40:54.177Z]     docker_cli_network_unix_test.go:46: [da9de86b36379] daemon is not started
03:40:54 [2022-08-22T03:40:54.437Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
03:40:55 [2022-08-22T03:40:55.373Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
03:40:58 [2022-08-22T03:40:58.663Z]     docker_cli_swarm_test.go:1180: [d115244df4d8c] joining swarm manager [d00bf9763631b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:41:00 [2022-08-22T03:41:00.569Z]     docker_cli_network_unix_test.go:46: [d8817bf95b38d] daemon is not started
03:41:00 [2022-08-22T03:41:00.843Z] --- PASS: TestDockerNetworkSuite (56.89s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.37s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.73s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.83s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.55s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.46s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.50s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.20s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.28s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.12s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.51s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.42s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.93s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.87s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.75s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.73s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.05s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.09s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.32s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.33s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.57s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.17s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.51s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.77s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.45s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.10s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.75s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.53s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.45s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.93s)
03:41:00 [2022-08-22T03:41:00.843Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.23s)
03:41:00 [2022-08-22T03:41:00.843Z] === RUN   TestDockerHubPullSuite
03:41:00 [2022-08-22T03:41:00.843Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
03:41:02 [2022-08-22T03:41:02.767Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
03:41:04 [2022-08-22T03:41:04.672Z]     docker_cli_swarm_test.go:1189: [d7dd657b80f1e] joining swarm manager [d00bf9763631b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:41:05 [2022-08-22T03:41:05.240Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
03:41:06 [2022-08-22T03:41:06.616Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
03:41:07 [2022-08-22T03:41:07.993Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
03:41:08 [2022-08-22T03:41:08.560Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
03:41:09 [2022-08-22T03:41:09.129Z] --- PASS: TestDockerHubPullSuite (8.20s)
03:41:09 [2022-08-22T03:41:09.129Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.09s)
03:41:09 [2022-08-22T03:41:09.129Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.52s)
03:41:09 [2022-08-22T03:41:09.129Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (1.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.71s)
03:41:09 [2022-08-22T03:41:09.129Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.50s)
03:41:09 [2022-08-22T03:41:09.129Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.36s)
03:41:09 [2022-08-22T03:41:09.129Z] PASS
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === Skipped
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.04s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.04s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.04s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.04s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_create_test.go:83: unmatched requirement Devicemapper
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_inspect_test.go:201: unmatched requirement Devicemapper
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_test.go:4032: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_test.go:4051: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_test.go:4134: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_test.go:4117: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_test.go:2852: kernel doesn't have latency_stats configured
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_test.go:4107: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_run_test.go:4432: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_sni_test.go:30: Flakey test
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport
03:41:09 [2022-08-22T03:41:09.129Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z] 
03:41:09 [2022-08-22T03:41:09.129Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
03:41:09 [2022-08-22T03:41:09.129Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
03:41:09 [2022-08-22T03:41:09.130Z]     docker_cli_network_unix_test.go:46: [dc12cda4461b4] daemon is not started
03:41:09 [2022-08-22T03:41:09.130Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
03:41:09 [2022-08-22T03:41:09.130Z] 
03:41:09 [2022-08-22T03:41:09.130Z] DONE 1265 tests, 51 skipped in 1481.191s
03:41:09 [2022-08-22T03:41:09.130Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
03:41:09 [2022-08-22T03:41:09.130Z] ++++ cat bundles/test-integration/docker.pid
03:41:09 [2022-08-22T03:41:09.130Z] +++ kill 9414
03:41:09 [2022-08-22T03:41:09.130Z] +++ /etc/init.d/apparmor stop
03:41:09 [2022-08-22T03:41:09.130Z] Leaving: AppArmorNo profiles have been unloaded.
03:41:09 [2022-08-22T03:41:09.130Z] 
03:41:09 [2022-08-22T03:41:09.130Z] Unloading profiles will leave already running processes permanently
03:41:09 [2022-08-22T03:41:09.130Z] unconfined, which can lead to unexpected situations.
03:41:09 [2022-08-22T03:41:09.130Z] 
03:41:09 [2022-08-22T03:41:09.130Z] To set a process to complain mode, use the command line tool
03:41:09 [2022-08-22T03:41:09.130Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
03:41:09 [2022-08-22T03:41:09.130Z] +++ true
03:41:09 [2022-08-22T03:41:09.130Z] exiting test-integration
03:41:09 [2022-08-22T03:41:09.130Z] ++ exit 0
03:41:09 [2022-08-22T03:41:09.130Z] 
03:41:09 [2022-08-22T03:41:09.388Z] + for job in $(jobs -p)
03:41:09 [2022-08-22T03:41:09.388Z] + wait 8940
03:41:48 [2022-08-22T03:41:48.101Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
03:41:52 [2022-08-22T03:41:52.299Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
03:41:56 [2022-08-22T03:41:56.504Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
03:41:58 [2022-08-22T03:41:58.408Z]     docker_cli_swarm_test.go:1112: [d9cf81fdaa440] joining swarm manager [d3ff4fc039f09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:41:59 [2022-08-22T03:41:59.785Z]     docker_cli_swarm_test.go:1113: [d1c58fd1f757f] joining swarm manager [d3ff4fc039f09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:43:36 [2022-08-22T03:43:36.230Z]     docker_cli_swarm_test.go:1166: [dedb13236b42f] joining swarm manager [d3ff4fc039f09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
03:44:08 [2022-08-22T03:44:08.325Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
03:44:08 [2022-08-22T03:44:08.325Z]     docker_cli_swarm_test.go:1447: [d4644909ab336] joining swarm manager [d310c6f91ff15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:44:08 [2022-08-22T03:44:08.325Z]     docker_cli_swarm_test.go:1448: [de18bca8b131b] joining swarm manager [d310c6f91ff15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:44:18 [2022-08-22T03:44:18.300Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
03:44:18 [2022-08-22T03:44:18.559Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
03:44:18 [2022-08-22T03:44:18.818Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
03:44:18 [2022-08-22T03:44:18.818Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
03:44:19 [2022-08-22T03:44:19.077Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
03:44:19 [2022-08-22T03:44:19.644Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
03:44:22 [2022-08-22T03:44:22.176Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
03:44:25 [2022-08-22T03:44:25.463Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
03:44:27 [2022-08-22T03:44:27.366Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
03:44:29 [2022-08-22T03:44:29.270Z]     docker_cli_swarm_unix_test.go:63: [dcb022316d6dc] joining swarm manager [da8c010718ca7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:45:25 [2022-08-22T03:45:25.514Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
03:45:25 [2022-08-22T03:45:25.514Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
03:45:25 [2022-08-22T03:45:25.514Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
03:45:27 [2022-08-22T03:45:27.418Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
03:45:30 [2022-08-22T03:45:30.706Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
03:45:32 [2022-08-22T03:45:32.610Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
03:45:35 [2022-08-22T03:45:35.144Z]     docker_api_swarm_test.go:962: [d41fa5cb98d20] joining swarm manager [d04f7441e3a17]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:45:53 [2022-08-22T03:45:53.229Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
03:46:05 [2022-08-22T03:46:05.450Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
03:46:06 [2022-08-22T03:46:06.826Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
03:46:09 [2022-08-22T03:46:09.359Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
03:46:11 [2022-08-22T03:46:11.893Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
03:46:18 [2022-08-22T03:46:18.460Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
03:46:23 [2022-08-22T03:46:23.730Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
03:46:25 [2022-08-22T03:46:25.633Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
03:46:28 [2022-08-22T03:46:28.180Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
03:46:30 [2022-08-22T03:46:30.714Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
03:46:33 [2022-08-22T03:46:33.250Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
03:46:35 [2022-08-22T03:46:35.784Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
03:46:38 [2022-08-22T03:46:38.318Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
03:47:34 [2022-08-22T03:47:34.545Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
03:47:49 [2022-08-22T03:47:49.429Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
03:48:04 [2022-08-22T03:48:04.307Z] --- PASS: TestDockerSwarmSuite (1556.05s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.28s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.06s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.24s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.25s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.99s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.03s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.99s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.98s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.92s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (29.04s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.31s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.76s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.99s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.20s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.56s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.37s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.10s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.50s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.63s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.39s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (52.03s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.71s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.60s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.22s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.22s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.09s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.46s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.86s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.46s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.81s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.56s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.97s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.30s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.29s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.99s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.62s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.07s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.18s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.07s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.80s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.10s)
03:48:04 [2022-08-22T03:48:04.307Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.45s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.71s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.90s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.54s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.07s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.96s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.12s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.56s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.91s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.58s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.59s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.67s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.27s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.18s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.13s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.40s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.98s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.15s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.24s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.21s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.35s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.33s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.10s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.52s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.60s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.55s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.51s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.73s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (25.87s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.18s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.63s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.65s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (14.93s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.82s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (75.18s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.26s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.01s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.87s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.49s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.25s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.49s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.22s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.55s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.16s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.90s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (47.41s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.04s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.19s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (128.04s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.22s)
03:48:04 [2022-08-22T03:48:04.308Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s)
03:48:04 [2022-08-22T03:48:04.308Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s)
03:48:04 [2022-08-22T03:48:04.308Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
03:48:04 [2022-08-22T03:48:04.308Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.19s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.26s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.14s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.31s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.21s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.13s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.21s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.13s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.44s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.00s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.71s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.15s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.35s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.82s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.73s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.48s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.48s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.53s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.47s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.45s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.07s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.18s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.84s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.23s)
03:48:04 [2022-08-22T03:48:04.308Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.16s)
03:48:04 [2022-08-22T03:48:04.308Z] === RUN   TestDockerExternalVolumeSuite
03:48:04 [2022-08-22T03:48:04.308Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
03:48:04 [2022-08-22T03:48:04.567Z]     docker_cli_external_volume_driver_test.go:53: [def0a8c276e65] daemon is not started
03:48:22 [2022-08-22T03:48:22.650Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
03:49:30 [2022-08-22T03:49:30.344Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
03:49:36 [2022-08-22T03:49:36.906Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
03:49:51 [2022-08-22T03:49:51.782Z]     docker_cli_external_volume_driver_test.go:53: [d65122500d894] daemon is not started
03:50:06 [2022-08-22T03:50:06.682Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
03:50:24 [2022-08-22T03:50:24.768Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
03:50:39 [2022-08-22T03:50:39.645Z]     docker_cli_external_volume_driver_test.go:53: [dd02b5777e674] daemon is not started
03:50:54 [2022-08-22T03:50:54.525Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
03:50:54 [2022-08-22T03:50:54.525Z]     docker_cli_external_volume_driver_test.go:53: [dfd035434851a] daemon is not started
03:51:09 [2022-08-22T03:51:09.416Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
03:51:41 [2022-08-22T03:51:41.490Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
03:51:56 [2022-08-22T03:51:56.367Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
03:52:11 [2022-08-22T03:52:11.253Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
03:52:57 [2022-08-22T03:52:57.952Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
03:53:16 [2022-08-22T03:53:16.037Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
03:53:48 [2022-08-22T03:53:48.136Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
03:54:20 [2022-08-22T03:54:20.211Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
03:54:35 [2022-08-22T03:54:35.090Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
03:54:53 [2022-08-22T03:54:53.172Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
03:54:53 [2022-08-22T03:54:53.172Z]     docker_cli_external_volume_driver_test.go:485: [d8f403d2c9131] daemon is not started
03:55:08 [2022-08-22T03:55:08.066Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
03:55:08 [2022-08-22T03:55:08.066Z]     docker_cli_external_volume_driver_test.go:53: [d64e96f6725a6] daemon is not started
03:55:22 [2022-08-22T03:55:22.944Z] --- PASS: TestDockerExternalVolumeSuite (436.97s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.19s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.27s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.16s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.67s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s)
03:55:22 [2022-08-22T03:55:22.944Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s)
03:55:22 [2022-08-22T03:55:22.944Z] PASS
03:55:22 [2022-08-22T03:55:22.944Z] 
03:55:22 [2022-08-22T03:55:22.944Z] === Skipped
03:55:22 [2022-08-22T03:55:22.944Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
03:55:22 [2022-08-22T03:55:22.944Z]     docker_cli_daemon_test.go:364: unmatched requirement IPv6
03:55:22 [2022-08-22T03:55:22.944Z]     check_test.go:540: [de9fd77bf2668] daemon is not started
03:55:22 [2022-08-22T03:55:22.944Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
03:55:22 [2022-08-22T03:55:22.944Z] 
03:55:22 [2022-08-22T03:55:22.944Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
03:55:22 [2022-08-22T03:55:22.944Z]     docker_cli_daemon_test.go:233: unmatched requirement Devicemapper
03:55:22 [2022-08-22T03:55:22.944Z]     check_test.go:540: [d4d0005777acd] daemon is not started
03:55:22 [2022-08-22T03:55:22.944Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
03:55:22 [2022-08-22T03:55:22.944Z] 
03:55:22 [2022-08-22T03:55:22.944Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
03:55:22 [2022-08-22T03:55:22.944Z]     docker_cli_daemon_test.go:213: unmatched requirement Devicemapper
03:55:22 [2022-08-22T03:55:22.944Z]     check_test.go:540: [df167f812bfb8] daemon is not started
03:55:22 [2022-08-22T03:55:22.944Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
03:55:22 [2022-08-22T03:55:22.944Z] 
03:55:22 [2022-08-22T03:55:22.944Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
03:55:22 [2022-08-22T03:55:22.944Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
03:55:22 [2022-08-22T03:55:22.944Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
03:55:22 [2022-08-22T03:55:22.944Z] 
03:55:22 [2022-08-22T03:55:22.944Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
03:55:22 [2022-08-22T03:55:22.944Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
03:55:22 [2022-08-22T03:55:22.944Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
03:55:22 [2022-08-22T03:55:22.944Z] 
03:55:22 [2022-08-22T03:55:22.944Z] DONE 269 tests, 5 skipped in 2332.844s
03:55:22 [2022-08-22T03:55:22.944Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
03:55:22 [2022-08-22T03:55:22.944Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d60e1c058f148/docker.pid
03:55:22 [2022-08-22T03:55:22.944Z] +++ kill 7070
03:55:22 [2022-08-22T03:55:22.944Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7070 is not a child of this shell
03:55:22 [2022-08-22T03:55:22.944Z] warning: PID 7070 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d60e1c058f148/docker.pid had a nonzero exit code
03:55:22 [2022-08-22T03:55:22.944Z] ++++ cat bundles/test-integration/docker.pid
03:55:22 [2022-08-22T03:55:22.944Z] +++ kill 9391
03:55:22 [2022-08-22T03:55:22.944Z] +++ /etc/init.d/apparmor stop
03:55:22 [2022-08-22T03:55:22.944Z] Leaving: AppArmorNo profiles have been unloaded.
03:55:22 [2022-08-22T03:55:22.944Z] 
03:55:22 [2022-08-22T03:55:22.944Z] Unloading profiles will leave already running processes permanently
03:55:22 [2022-08-22T03:55:22.944Z] unconfined, which can lead to unexpected situations.
03:55:22 [2022-08-22T03:55:22.944Z] 
03:55:22 [2022-08-22T03:55:22.944Z] To set a process to complain mode, use the command line tool
03:55:22 [2022-08-22T03:55:22.944Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
03:55:22 [2022-08-22T03:55:22.944Z] +++ true
03:55:22 [2022-08-22T03:55:22.944Z] exiting test-integration
03:55:22 [2022-08-22T03:55:22.944Z] ++ exit 0
03:55:22 [2022-08-22T03:55:22.944Z] 
03:55:22 [2022-08-22T03:55:22.944Z] + exit 0
03:55:22 [2022-08-22T03:55:22.944Z] ++ jobs -p
03:55:22 [2022-08-22T03:55:22.944Z] + pids=
03:55:22 [2022-08-22T03:55:22.944Z] + echo 'Remaining pids to kill: []'
03:55:22 [2022-08-22T03:55:22.944Z] Remaining pids to kill: []
03:55:22 [2022-08-22T03:55:22.944Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
03:55:22 [2022-08-22T03:55:22.969Z] Recording test results
03:55:24 [2022-08-22T03:55:24.899Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
03:55:25 [2022-08-22T03:55:25.235Z] + echo Ensuring container killed.
03:55:25 [2022-08-22T03:55:25.235Z] Ensuring container killed.
03:55:25 [2022-08-22T03:55:25.235Z] + docker ps -aq -f name=docker-pr1-*
03:55:25 [2022-08-22T03:55:25.235Z] + cids=7e9898798df3
03:55:25 [2022-08-22T03:55:25.235Z] 5dbdc78b90df
03:55:25 [2022-08-22T03:55:25.235Z] 6a08885b84cb
03:55:25 [2022-08-22T03:55:25.235Z] + [ -n 7e9898798df3
03:55:25 [2022-08-22T03:55:25.235Z] 5dbdc78b90df
03:55:25 [2022-08-22T03:55:25.235Z] 6a08885b84cb ]
03:55:25 [2022-08-22T03:55:25.235Z] + docker rm -vf 7e9898798df3 5dbdc78b90df 6a08885b84cb
03:55:26 [2022-08-22T03:55:26.175Z] 7e9898798df3
03:55:26 [2022-08-22T03:55:26.175Z] 5dbdc78b90df
03:55:26 [2022-08-22T03:55:26.175Z] 6a08885b84cb
[Pipeline] sh
03:55:26 [2022-08-22T03:55:26.462Z] + echo Chowning /workspace to jenkins user
03:55:26 [2022-08-22T03:55:26.462Z] Chowning /workspace to jenkins user
03:55:26 [2022-08-22T03:55:26.462Z] + id -u
03:55:26 [2022-08-22T03:55:26.462Z] + id -g
03:55:26 [2022-08-22T03:55:26.462Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44001:/workspace busybox chown -R 1000:1000 /workspace
03:55:26 [2022-08-22T03:55:26.462Z] Unable to find image 'busybox:latest' locally
03:55:26 [2022-08-22T03:55:26.721Z] latest: Pulling from library/busybox
03:55:26 [2022-08-22T03:55:26.721Z] 50783e0dfb64: Pulling fs layer
03:55:26 [2022-08-22T03:55:26.721Z] 50783e0dfb64: Download complete
03:55:26 [2022-08-22T03:55:26.980Z] 50783e0dfb64: Pull complete
03:55:26 [2022-08-22T03:55:26.980Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693
03:55:26 [2022-08-22T03:55:26.980Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
03:55:29 [2022-08-22T03:55:29.826Z] + bundleName=amd64
03:55:29 [2022-08-22T03:55:29.826Z] + echo Creating amd64-bundles.tar.gz
03:55:29 [2022-08-22T03:55:29.826Z] Creating amd64-bundles.tar.gz
03:55:29 [2022-08-22T03:55:29.826Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
03:55:29 [2022-08-22T03:55:29.826Z] + xargs tar -czf amd64-bundles.tar.gz
[Pipeline] archiveArtifacts
03:55:31 [2022-08-22T03:55:31.216Z] Archiving artifacts
03:55:33 [2022-08-22T03:55:33.169Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44001/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
03:55:33 [2022-08-22T03:55:33.495Z] + make clean
03:55:33 [2022-08-22T03:55:33.754Z] docker volume rm -f docker-dev-cache docker-mod-cache
03:55:33 [2022-08-22T03:55:33.754Z] docker-dev-cache
03:55:33 [2022-08-22T03:55:33.754Z] 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