Skip to content
Success

Console Output

Pull request #43731 opened
11:38:37 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 068ab5144244648bcba3b7261c41836a4ba5cf0f+74286cba8c2c14d5360caec44d2da74858e9c707 (f5dfd1c2b70ae0240dd90cc0be1ee464d602e8ac)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-43731@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
11:38:41 [2022-06-21T11:38:41.264Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
11:38:41 [2022-06-21T11:38:41.267Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
11:38:56 [2022-06-21T11:38:56.449Z] Still waiting to schedule task
11:38:56 [2022-06-21T11:38:56.450Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-045663a3ae421ad8f)’ is offline
11:39:45 [2022-06-21T11:39:45.259Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-045663a3ae421ad8f) in /home/ubuntu/workspace/moby_PR-43731
[Pipeline] {
[Pipeline] checkout
11:39:45 [2022-06-21T11:39:45.366Z] The recommended git tool is: git
11:39:48 [2022-06-21T11:39:48.589Z] using credential docker-jenkins-github-credentials
11:39:48 [2022-06-21T11:39:48.604Z] Cloning the remote Git repository
11:39:48 [2022-06-21T11:39:48.604Z] Cloning with configured refspecs honoured and without tags
11:39:48 [2022-06-21T11:39:48.635Z] Cloning repository https://github.com/moby/moby.git
11:39:48 [2022-06-21T11:39:48.698Z]  > git init /home/ubuntu/workspace/moby_PR-43731 # timeout=10
11:39:49 [2022-06-21T11:39:49.075Z] Fetching upstream changes from https://github.com/moby/moby.git
11:39:49 [2022-06-21T11:39:49.075Z]  > git --version # timeout=10
11:39:49 [2022-06-21T11:39:49.086Z]  > git --version # 'git version 2.17.1'
11:39:49 [2022-06-21T11:39:49.086Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:39:49 [2022-06-21T11:39:49.088Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43731/head:refs/remotes/origin/PR-43731 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:40:09 [2022-06-21T11:40:09.654Z] Fetching without tags
11:40:09 [2022-06-21T11:40:09.867Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 068ab5144244648bcba3b7261c41836a4ba5cf0f
11:40:11 [2022-06-21T11:40:11.045Z] Merge succeeded, producing 068ab5144244648bcba3b7261c41836a4ba5cf0f
11:40:11 [2022-06-21T11:40:11.045Z] Checking out Revision 068ab5144244648bcba3b7261c41836a4ba5cf0f (PR-43731)
11:40:09 [2022-06-21T11:40:09.585Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:40:09 [2022-06-21T11:40:09.600Z]  > git config --add remote.origin.fetch +refs/pull/43731/head:refs/remotes/origin/PR-43731 # timeout=10
11:40:09 [2022-06-21T11:40:09.617Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:40:09 [2022-06-21T11:40:09.639Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:40:09 [2022-06-21T11:40:09.659Z] Fetching upstream changes from https://github.com/moby/moby.git
11:40:09 [2022-06-21T11:40:09.659Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:40:09 [2022-06-21T11:40:09.681Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43731/head:refs/remotes/origin/PR-43731 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:40:09 [2022-06-21T11:40:09.874Z]  > git config core.sparsecheckout # timeout=10
11:40:09 [2022-06-21T11:40:09.899Z]  > git checkout -f 068ab5144244648bcba3b7261c41836a4ba5cf0f # timeout=10
11:40:10 [2022-06-21T11:40:10.949Z]  > git remote # timeout=10
11:40:10 [2022-06-21T11:40:10.971Z]  > git config --get remote.origin.url # timeout=10
11:40:10 [2022-06-21T11:40:10.993Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:40:10 [2022-06-21T11:40:10.994Z]  > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10
11:40:11 [2022-06-21T11:40:11.024Z]  > git rev-parse HEAD^{commit} # timeout=10
11:40:11 [2022-06-21T11:40:11.057Z]  > git config core.sparsecheckout # timeout=10
11:40:11 [2022-06-21T11:40:11.077Z]  > git checkout -f 068ab5144244648bcba3b7261c41836a4ba5cf0f # timeout=10
11:40:15 [2022-06-21T11:40:15.851Z] Commit message: "layer: layerstore.Cleanup(): improve some logging"
11:40:15 [2022-06-21T11:40:15.851Z] First time build. Skipping changelog.
11:40:15 [2022-06-21T11:40:15.889Z]  > git --version # timeout=10
11:40:15 [2022-06-21T11:40:15.902Z]  > git --version # 'git version 2.17.1'
11:40:15 [2022-06-21T11:40:15.932Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
11:40:16 [2022-06-21T11:40:16.960Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43731:/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
11:40:25 [2022-06-21T11:40:25.101Z] Unable to find image 'alpine:latest' locally
11:40:25 [2022-06-21T11:40:25.101Z] latest: Pulling from library/alpine
11:40:25 [2022-06-21T11:40:25.101Z] 2408cc74d12b: Pulling fs layer
11:40:25 [2022-06-21T11:40:25.360Z] 2408cc74d12b: Verifying Checksum
11:40:25 [2022-06-21T11:40:25.360Z] 2408cc74d12b: Download complete
11:40:25 [2022-06-21T11:40:25.928Z] 2408cc74d12b: Pull complete
11:40:25 [2022-06-21T11:40:25.928Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
11:40:25 [2022-06-21T11:40:25.928Z] Status: Downloaded newer image for alpine:latest
11:40:34 [2022-06-21T11:40:34.069Z] 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
11:40:34 [2022-06-21T11:40:34.295Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-045663a3ae421ad8f) in /home/ubuntu/workspace/moby_PR-43731
[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
11:40:34 [2022-06-21T11:40:34.366Z] The recommended git tool is: git
[Pipeline] // stage
11:40:34 [2022-06-21T11:40:34.375Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
11:40:34 [2022-06-21T11:40:34.397Z] Fetching changes from the remote Git repository
[Pipeline] // stage
11:40:34 [2022-06-21T11:40:34.410Z] Fetching without tags
[Pipeline] // stage
[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
11:40:34 [2022-06-21T11:40:34.653Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 068ab5144244648bcba3b7261c41836a4ba5cf0f
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
11:40:34 [2022-06-21T11:40:34.798Z] Merge succeeded, producing 068ab5144244648bcba3b7261c41836a4ba5cf0f
11:40:34 [2022-06-21T11:40:34.798Z] Checking out Revision 068ab5144244648bcba3b7261c41836a4ba5cf0f (PR-43731)
11:40:34 [2022-06-21T11:40:34.969Z] Commit message: "layer: layerstore.Cleanup(): improve some logging"
11:40:34 [2022-06-21T11:40:34.995Z]  > git --version # timeout=10
11:40:35 [2022-06-21T11:40:35.020Z]  > git --version # 'git version 2.17.1'
11:40:35 [2022-06-21T11:40:35.042Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
11:40:34 [2022-06-21T11:40:34.384Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43731/.git # timeout=10
11:40:34 [2022-06-21T11:40:34.401Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:40:34 [2022-06-21T11:40:34.413Z] Fetching upstream changes from https://github.com/moby/moby.git
11:40:34 [2022-06-21T11:40:34.413Z]  > git --version # timeout=10
11:40:34 [2022-06-21T11:40:34.421Z]  > git --version # 'git version 2.17.1'
11:40:34 [2022-06-21T11:40:34.422Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:40:34 [2022-06-21T11:40:34.423Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43731/head:refs/remotes/origin/PR-43731 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:40:34 [2022-06-21T11:40:34.656Z]  > git config core.sparsecheckout # timeout=10
11:40:34 [2022-06-21T11:40:34.663Z]  > git checkout -f 068ab5144244648bcba3b7261c41836a4ba5cf0f # timeout=10
11:40:34 [2022-06-21T11:40:34.735Z]  > git remote # timeout=10
11:40:34 [2022-06-21T11:40:34.756Z]  > git config --get remote.origin.url # timeout=10
11:40:34 [2022-06-21T11:40:34.769Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:40:34 [2022-06-21T11:40:34.770Z]  > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10
11:40:34 [2022-06-21T11:40:34.788Z]  > git rev-parse HEAD^{commit} # timeout=10
11:40:34 [2022-06-21T11:40:34.801Z]  > git config core.sparsecheckout # timeout=10
11:40:34 [2022-06-21T11:40:34.833Z]  > git checkout -f 068ab5144244648bcba3b7261c41836a4ba5cf0f # timeout=10
[Pipeline] sh
11:40:35 [2022-06-21T11:40:35.647Z] + [ PR != PR ]
11:40:35 [2022-06-21T11:40:35.647Z] + [ master != master ]
11:40:35 [2022-06-21T11:40:35.647Z] + [  = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
11:40:35 [2022-06-21T11:40:35.980Z] + docker version
11:40:35 [2022-06-21T11:40:35.980Z] Client: Docker Engine - Community
11:40:35 [2022-06-21T11:40:35.980Z]  Version:           20.10.14
11:40:35 [2022-06-21T11:40:35.980Z]  API version:       1.41
11:40:35 [2022-06-21T11:40:35.980Z]  Go version:        go1.16.15
11:40:35 [2022-06-21T11:40:35.980Z]  Git commit:        a224086
11:40:35 [2022-06-21T11:40:35.980Z]  Built:             Thu Mar 24 01:47:57 2022
11:40:35 [2022-06-21T11:40:35.980Z]  OS/Arch:           linux/amd64
11:40:35 [2022-06-21T11:40:35.980Z]  Context:           default
11:40:35 [2022-06-21T11:40:35.980Z]  Experimental:      true
11:40:35 [2022-06-21T11:40:35.980Z] 
11:40:35 [2022-06-21T11:40:35.980Z] Server: Docker Engine - Community
11:40:35 [2022-06-21T11:40:35.980Z]  Engine:
11:40:35 [2022-06-21T11:40:35.980Z]   Version:          20.10.14
11:40:35 [2022-06-21T11:40:35.980Z]   API version:      1.41 (minimum version 1.12)
11:40:35 [2022-06-21T11:40:35.980Z]   Go version:       go1.16.15
11:40:35 [2022-06-21T11:40:35.980Z]   Git commit:       87a90dc
11:40:35 [2022-06-21T11:40:35.980Z]   Built:            Thu Mar 24 01:45:46 2022
11:40:35 [2022-06-21T11:40:35.980Z]   OS/Arch:          linux/amd64
11:40:35 [2022-06-21T11:40:35.981Z]   Experimental:     true
11:40:35 [2022-06-21T11:40:35.981Z]  containerd:
11:40:35 [2022-06-21T11:40:35.981Z]   Version:          1.5.11
11:40:35 [2022-06-21T11:40:35.981Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
11:40:35 [2022-06-21T11:40:35.981Z]  runc:
11:40:35 [2022-06-21T11:40:35.981Z]   Version:          1.0.3
11:40:35 [2022-06-21T11:40:35.981Z]   GitCommit:        v1.0.3-0-gf46b6ba
11:40:35 [2022-06-21T11:40:35.981Z]  docker-init:
11:40:35 [2022-06-21T11:40:35.981Z]   Version:          0.19.0
11:40:35 [2022-06-21T11:40:35.981Z]   GitCommit:        de40ad0
[Pipeline] sh
11:40:36 [2022-06-21T11:40:36.382Z] + docker info
11:40:49 [2022-06-21T11:40:49.295Z] Still waiting to schedule task
11:40:49 [2022-06-21T11:40:49.295Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-045663a3ae421ad8f)11:40:49 [2022-06-21T11:40:49.297Z] Still waiting to schedule task
11:40:49 [2022-06-21T11:40:49.298Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-045663a3ae421ad8f)11:40:49 [2022-06-21T11:40:49.298Z] Still waiting to schedule task
11:40:49 [2022-06-21T11:40:49.298Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline
11:40:49 [2022-06-21T11:40:49.302Z] Still waiting to schedule task
11:40:49 [2022-06-21T11:40:49.302Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline
11:41:03 [2022-06-21T11:41:03.000Z] Client:
11:41:03 [2022-06-21T11:41:03.000Z]  Context:    default
11:41:03 [2022-06-21T11:41:03.000Z]  Debug Mode: false
11:41:03 [2022-06-21T11:41:03.000Z]  Plugins:
11:41:03 [2022-06-21T11:41:03.000Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
11:41:03 [2022-06-21T11:41:03.000Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
11:41:03 [2022-06-21T11:41:03.000Z]   compose: Docker Compose (Docker Inc., v2.4.1)
11:41:03 [2022-06-21T11:41:03.000Z]   scan: Docker Scan (Docker Inc., v0.17.0)
11:41:03 [2022-06-21T11:41:03.000Z] 
11:41:03 [2022-06-21T11:41:03.000Z] Server:
11:41:03 [2022-06-21T11:41:03.000Z]  Containers: 0
11:41:03 [2022-06-21T11:41:03.000Z]   Running: 0
11:41:03 [2022-06-21T11:41:03.000Z]   Paused: 0
11:41:03 [2022-06-21T11:41:03.000Z]   Stopped: 0
11:41:03 [2022-06-21T11:41:03.000Z]  Images: 1
11:41:03 [2022-06-21T11:41:03.000Z]  Server Version: 20.10.14
11:41:03 [2022-06-21T11:41:03.000Z]  Storage Driver: overlay2
11:41:03 [2022-06-21T11:41:03.000Z]   Backing Filesystem: extfs
11:41:03 [2022-06-21T11:41:03.000Z]   Supports d_type: true
11:41:03 [2022-06-21T11:41:03.000Z]   Native Overlay Diff: true
11:41:03 [2022-06-21T11:41:03.000Z]   userxattr: false
11:41:03 [2022-06-21T11:41:03.000Z]  Logging Driver: json-file
11:41:03 [2022-06-21T11:41:03.000Z]  Cgroup Driver: cgroupfs
11:41:03 [2022-06-21T11:41:03.000Z]  Cgroup Version: 1
11:41:03 [2022-06-21T11:41:03.000Z]  Plugins:
11:41:03 [2022-06-21T11:41:03.000Z]   Volume: local
11:41:03 [2022-06-21T11:41:03.000Z]   Network: bridge host ipvlan macvlan null overlay
11:41:03 [2022-06-21T11:41:03.000Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:41:03 [2022-06-21T11:41:03.000Z]  Swarm: inactive
11:41:03 [2022-06-21T11:41:03.000Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:41:03 [2022-06-21T11:41:03.000Z]  Default Runtime: runc
11:41:03 [2022-06-21T11:41:03.000Z]  Init Binary: docker-init
11:41:03 [2022-06-21T11:41:03.000Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
11:41:03 [2022-06-21T11:41:03.000Z]  runc version: v1.0.3-0-gf46b6ba
11:41:03 [2022-06-21T11:41:03.000Z]  init version: de40ad0
11:41:03 [2022-06-21T11:41:03.000Z]  Security Options:
11:41:03 [2022-06-21T11:41:03.000Z]   apparmor
11:41:03 [2022-06-21T11:41:03.000Z]   seccomp
11:41:03 [2022-06-21T11:41:03.000Z]    Profile: default
11:41:03 [2022-06-21T11:41:03.000Z]  Kernel Version: 5.4.0-1071-aws
11:41:03 [2022-06-21T11:41:03.000Z]  Operating System: Ubuntu 18.04.6 LTS
11:41:03 [2022-06-21T11:41:03.000Z]  OSType: linux
11:41:03 [2022-06-21T11:41:03.000Z]  Architecture: x86_64
11:41:03 [2022-06-21T11:41:03.000Z]  CPUs: 2
11:41:03 [2022-06-21T11:41:03.001Z]  Total Memory: 7.565GiB
11:41:03 [2022-06-21T11:41:03.001Z]  Name: ip-10-100-118-20
11:41:03 [2022-06-21T11:41:03.001Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
11:41:03 [2022-06-21T11:41:03.001Z]  Docker Root Dir: /var/lib/docker
11:41:03 [2022-06-21T11:41:03.001Z]  Debug Mode: false
11:41:03 [2022-06-21T11:41:03.001Z]  Registry: https://index.docker.io/v1/
11:41:03 [2022-06-21T11:41:03.001Z]  Labels:
11:41:03 [2022-06-21T11:41:03.001Z]  Experimental: true
11:41:03 [2022-06-21T11:41:03.001Z]  Insecure Registries:
11:41:03 [2022-06-21T11:41:03.001Z]   127.0.0.0/8
11:41:03 [2022-06-21T11:41:03.001Z]  Live Restore Enabled: true
11:41:03 [2022-06-21T11:41:03.001Z] 
11:41:03 [2022-06-21T11:41:03.001Z] WARNING: No swap limit support
[Pipeline] sh
11:41:03 [2022-06-21T11:41:03.293Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
11:41:03 [2022-06-21T11:41:03.293Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
11:41:03 [2022-06-21T11:41:03.293Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43731/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
11:41:03 [2022-06-21T11:41:03.293Z] + bash /home/ubuntu/workspace/moby_PR-43731/check-config.sh
11:41:03 [2022-06-21T11:41:03.293Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
11:41:03 [2022-06-21T11:41:03.293Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
11:41:03 [2022-06-21T11:41:03.293Z] 
11:41:03 [2022-06-21T11:41:03.293Z] Generally Necessary:
11:41:03 [2022-06-21T11:41:03.293Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
11:41:03 [2022-06-21T11:41:03.293Z] - apparmor: enabled and tools installed
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_NAMESPACES: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_NET_NS: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_PID_NS: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_IPC_NS: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_UTS_NS: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_CGROUPS: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_CGROUP_CPUACCT: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_CGROUP_DEVICE: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_CGROUP_FREEZER: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_CGROUP_SCHED: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_CPUSETS: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_MEMCG: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_KEYS: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_VETH: enabled (as module)
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_BRIDGE: enabled (as module)
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_IP_NF_FILTER: enabled (as module)
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_IP_NF_NAT: enabled (as module)
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_NF_NAT: enabled (as module)
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_POSIX_MQUEUE: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_CGROUP_BPF: enabled
11:41:03 [2022-06-21T11:41:03.556Z] 
11:41:03 [2022-06-21T11:41:03.556Z] Optional Features:
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_USER_NS: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_SECCOMP: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_SECCOMP_FILTER: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_CGROUP_PIDS: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_MEMCG_SWAP: enabled
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
11:41:03 [2022-06-21T11:41:03.556Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
11:41:03 [2022-06-21T11:41:03.556Z] - CONFIG_BLK_CGROUP: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_BLK_DEV_THROTTLING: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_CGROUP_PERF: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_CGROUP_HUGETLB: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_CGROUP_NET_PRIO: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_CFS_BANDWIDTH: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_FAIR_GROUP_SCHED: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_RT_GROUP_SCHED: missing
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_IP_VS: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_IP_VS_NFCT: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_IP_VS_PROTO_TCP: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_IP_VS_PROTO_UDP: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_IP_VS_RR: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_SECURITY_SELINUX: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_SECURITY_APPARMOR: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_EXT4_FS: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - CONFIG_EXT4_FS_SECURITY: enabled
11:41:03 [2022-06-21T11:41:03.861Z] - Network Drivers:
11:41:03 [2022-06-21T11:41:03.861Z]   - "overlay":
11:41:03 [2022-06-21T11:41:03.861Z]     - CONFIG_VXLAN: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
11:41:03 [2022-06-21T11:41:03.861Z]       Optional (for encrypted networks):
11:41:03 [2022-06-21T11:41:03.861Z]       - CONFIG_CRYPTO: enabled
11:41:03 [2022-06-21T11:41:03.861Z]       - CONFIG_CRYPTO_AEAD: enabled
11:41:03 [2022-06-21T11:41:03.861Z]       - CONFIG_CRYPTO_GCM: enabled
11:41:03 [2022-06-21T11:41:03.861Z]       - CONFIG_CRYPTO_SEQIV: enabled
11:41:03 [2022-06-21T11:41:03.861Z]       - CONFIG_CRYPTO_GHASH: enabled
11:41:03 [2022-06-21T11:41:03.861Z]       - CONFIG_XFRM: enabled
11:41:03 [2022-06-21T11:41:03.861Z]       - CONFIG_XFRM_USER: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z]       - CONFIG_XFRM_ALGO: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z]       - CONFIG_INET_ESP: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z]   - "ipvlan":
11:41:03 [2022-06-21T11:41:03.861Z]     - CONFIG_IPVLAN: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z]   - "macvlan":
11:41:03 [2022-06-21T11:41:03.861Z]     - CONFIG_MACVLAN: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z]     - CONFIG_DUMMY: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z]   - "ftp,tftp client in container":
11:41:03 [2022-06-21T11:41:03.861Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
11:41:03 [2022-06-21T11:41:03.861Z] - Storage Drivers:
11:41:03 [2022-06-21T11:41:03.861Z]   - "aufs":
11:41:03 [2022-06-21T11:41:03.861Z]     - CONFIG_AUFS_FS: enabled (as module)
11:41:04 [2022-06-21T11:41:04.142Z]   - "btrfs":
11:41:04 [2022-06-21T11:41:04.142Z]     - CONFIG_BTRFS_FS: enabled (as module)
11:41:04 [2022-06-21T11:41:04.142Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
11:41:04 [2022-06-21T11:41:04.142Z]   - "devicemapper":
11:41:04 [2022-06-21T11:41:04.142Z]     - CONFIG_BLK_DEV_DM: enabled
11:41:04 [2022-06-21T11:41:04.142Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
11:41:04 [2022-06-21T11:41:04.142Z]   - "overlay":
11:41:04 [2022-06-21T11:41:04.142Z]     - CONFIG_OVERLAY_FS: enabled (as module)
11:41:04 [2022-06-21T11:41:04.142Z]   - "zfs":
11:41:04 [2022-06-21T11:41:04.142Z]     - /dev/zfs: present
11:41:04 [2022-06-21T11:41:04.142Z]     - zfs command: missing
11:41:04 [2022-06-21T11:41:04.142Z]     - zpool command: missing
11:41:04 [2022-06-21T11:41:04.142Z] 
11:41:04 [2022-06-21T11:41:04.142Z] Limits:
11:41:04 [2022-06-21T11:41:04.142Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
11:41:04 [2022-06-21T11:41:04.142Z] 
11:41:04 [2022-06-21T11:41:04.142Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
11:41:04 [2022-06-21T11:41:04.536Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:068ab5144244648bcba3b7261c41836a4ba5cf0f .
11:41:04 [2022-06-21T11:41:04.795Z] #1 [internal] load build definition from Dockerfile
11:41:04 [2022-06-21T11:41:04.795Z] #1 sha256:fc7a22dfe8f99cd92e9c6a6325e819687c8043c7074aff832cd4ac68c5313b7e
11:41:04 [2022-06-21T11:41:04.795Z] #1 transferring dockerfile: 18.90kB done
11:41:04 [2022-06-21T11:41:04.795Z] #1 DONE 0.2s
11:41:04 [2022-06-21T11:41:04.795Z] 
11:41:04 [2022-06-21T11:41:04.795Z] #2 [internal] load .dockerignore
11:41:04 [2022-06-21T11:41:04.795Z] #2 sha256:9e1f658b358640a4cf2bd7857e091b6a64c785074418dcb61b712cac3e3a039d
11:41:04 [2022-06-21T11:41:04.795Z] #2 transferring context: 145B done
11:41:04 [2022-06-21T11:41:04.795Z] #2 DONE 0.1s
11:41:04 [2022-06-21T11:41:04.795Z] 
11:41:04 [2022-06-21T11:41:04.795Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
11:41:04 [2022-06-21T11:41:04.795Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
11:41:05 [2022-06-21T11:41:05.364Z] #3 DONE 0.4s
11:41:05 [2022-06-21T11:41:05.364Z] 
11:41:05 [2022-06-21T11:41:05.364Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
11:41:05 [2022-06-21T11:41:05.364Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
11:41:05 [2022-06-21T11:41:05.364Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
11:41:05 [2022-06-21T11:41:05.364Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
11:41:05 [2022-06-21T11:41:05.364Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
11:41:05 [2022-06-21T11:41:05.364Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 3.15MB / 9.67MB 0.1s
11:41:05 [2022-06-21T11:41:05.364Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
11:41:05 [2022-06-21T11:41:05.364Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 5.24MB / 9.67MB 0.2s
11:41:05 [2022-06-21T11:41:05.633Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done
11:41:05 [2022-06-21T11:41:05.633Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
11:41:05 [2022-06-21T11:41:05.893Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done
11:41:06 [2022-06-21T11:41:06.154Z] #4 DONE 0.9s
11:41:06 [2022-06-21T11:41:06.414Z] 
11:41:06 [2022-06-21T11:41:06.414Z] #5 [internal] load .dockerignore
11:41:06 [2022-06-21T11:41:06.414Z] #5 sha256:f04fa6fc22d5845d3b5333bb7d828ea3b25f689159c4b78251ee6f032681a0aa
11:41:06 [2022-06-21T11:41:06.414Z] #5 DONE 0.0s
11:41:06 [2022-06-21T11:41:06.414Z] 
11:41:06 [2022-06-21T11:41:06.414Z] #6 [internal] load build definition from Dockerfile
11:41:06 [2022-06-21T11:41:06.414Z] #6 sha256:a55604be399f81a22d0dafcc35132092bc220c65fef793ce5cc3a8848c760426
11:41:06 [2022-06-21T11:41:06.414Z] #6 DONE 0.0s
11:41:06 [2022-06-21T11:41:06.414Z] 
11:41:06 [2022-06-21T11:41:06.414Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
11:41:06 [2022-06-21T11:41:06.414Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
11:41:07 [2022-06-21T11:41:07.356Z] #10 DONE 1.1s
11:41:07 [2022-06-21T11:41:07.356Z] 
11:41:07 [2022-06-21T11:41:07.356Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:41:07 [2022-06-21T11:41:07.356Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
11:41:07 [2022-06-21T11:41:07.356Z] #8 DONE 1.0s
11:41:07 [2022-06-21T11:41:07.356Z] 
11:41:07 [2022-06-21T11:41:07.356Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:41:07 [2022-06-21T11:41:07.356Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
11:41:07 [2022-06-21T11:41:07.615Z] #9 DONE 1.1s
11:41:07 [2022-06-21T11:41:07.615Z] 
11:41:07 [2022-06-21T11:41:07.615Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
11:41:07 [2022-06-21T11:41:07.615Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049
11:41:07 [2022-06-21T11:41:07.615Z] #7 DONE 1.1s
11:41:07 [2022-06-21T11:41:07.878Z] 
11:41:07 [2022-06-21T11:41:07.878Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:41:07 [2022-06-21T11:41:07.878Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:41:07 [2022-06-21T11:41:07.878Z] #35 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.1s done
11:41:08 [2022-06-21T11:41:08.139Z] #35 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done
11:41:08 [2022-06-21T11:41:08.139Z] #35 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done
11:41:08 [2022-06-21T11:41:08.139Z] #35 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done
11:41:08 [2022-06-21T11:41:08.139Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 0B / 55.01MB 0.3s
11:41:08 [2022-06-21T11:41:08.401Z] #35 ...
11:41:08 [2022-06-21T11:41:08.401Z] 
11:41:08 [2022-06-21T11:41:08.401Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
11:41:08 [2022-06-21T11:41:08.401Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
11:41:08 [2022-06-21T11:41:08.401Z] #56 DONE 0.0s
11:41:08 [2022-06-21T11:41:08.401Z] 
11:41:08 [2022-06-21T11:41:08.401Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:41:08 [2022-06-21T11:41:08.401Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:41:08 [2022-06-21T11:41:08.401Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 3.15MB / 55.01MB 0.4s
11:41:08 [2022-06-21T11:41:08.401Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 20.97MB / 55.01MB 0.6s
11:41:08 [2022-06-21T11:41:08.661Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 32.51MB / 55.01MB 0.8s
11:41:08 [2022-06-21T11:41:08.927Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 35.65MB / 55.01MB 0.9s
11:41:08 [2022-06-21T11:41:08.927Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 39.85MB / 55.01MB 1.1s
11:41:09 [2022-06-21T11:41:09.193Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 46.14MB / 55.01MB 1.3s
11:41:09 [2022-06-21T11:41:09.466Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 54.53MB / 55.01MB 1.5s
11:41:10 [2022-06-21T11:41:10.411Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.2s done
11:41:10 [2022-06-21T11:41:10.411Z] #35 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c
11:41:12 [2022-06-21T11:41:12.320Z] #35 ...
11:41:12 [2022-06-21T11:41:12.320Z] 
11:41:12 [2022-06-21T11:41:12.320Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:41:12 [2022-06-21T11:41:12.320Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
11:41:12 [2022-06-21T11:41:12.320Z] #78 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
11:41:12 [2022-06-21T11:41:12.320Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:41:12 [2022-06-21T11:41:12.320Z] #78 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
11:41:12 [2022-06-21T11:41:12.320Z] #78 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
11:41:12 [2022-06-21T11:41:12.320Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
11:41:12 [2022-06-21T11:41:12.320Z] #78 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.9s done
11:41:12 [2022-06-21T11:41:12.320Z] #78 DONE 4.4s
11:41:12 [2022-06-21T11:41:12.320Z] 
11:41:12 [2022-06-21T11:41:12.320Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:41:12 [2022-06-21T11:41:12.320Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:41:12 [2022-06-21T11:41:12.320Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.1s done
11:41:12 [2022-06-21T11:41:12.320Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done
11:41:12 [2022-06-21T11:41:12.320Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done
11:41:12 [2022-06-21T11:41:12.320Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done
11:41:12 [2022-06-21T11:41:12.320Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.2s done
11:41:12 [2022-06-21T11:41:12.320Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 1.3s done
11:41:12 [2022-06-21T11:41:12.320Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 1.6s done
11:41:12 [2022-06-21T11:41:12.320Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 3.1s done
11:41:12 [2022-06-21T11:41:12.320Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 4.2s done
11:41:12 [2022-06-21T11:41:12.320Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 110.10MB / 141.75MB 4.4s
11:41:12 [2022-06-21T11:41:12.320Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 4.2s done
11:41:12 [2022-06-21T11:41:12.578Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 117.44MB / 141.75MB 4.5s
11:41:12 [2022-06-21T11:41:12.579Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 134.22MB / 141.75MB 4.7s
11:41:12 [2022-06-21T11:41:12.838Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 4.8s
11:41:16 [2022-06-21T11:41:16.126Z] #11 ...
11:41:16 [2022-06-21T11:41:16.126Z] 
11:41:16 [2022-06-21T11:41:16.126Z] #31 [internal] load build context
11:41:16 [2022-06-21T11:41:16.126Z] #31 sha256:6d64d10c8ae82692afb811e89e0ed6e7677c5c1ae19fd409225c47c48778d437
11:41:16 [2022-06-21T11:41:16.126Z] #31 transferring context: 61.16MB 7.1s done
11:41:16 [2022-06-21T11:41:16.126Z] #31 DONE 7.8s
11:41:16 [2022-06-21T11:41:16.126Z] 
11:41:16 [2022-06-21T11:41:16.126Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:41:16 [2022-06-21T11:41:16.126Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
11:41:16 [2022-06-21T11:41:16.126Z] #80 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
11:41:16 [2022-06-21T11:41:16.126Z] #80 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:41:16 [2022-06-21T11:41:16.126Z] #80 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
11:41:16 [2022-06-21T11:41:16.126Z] #80 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
11:41:16 [2022-06-21T11:41:16.126Z] #80 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done
11:41:16 [2022-06-21T11:41:16.126Z] #80 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.4s done
11:41:16 [2022-06-21T11:41:16.126Z] #80 DONE 7.8s
11:41:16 [2022-06-21T11:41:16.126Z] 
11:41:16 [2022-06-21T11:41:16.126Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:41:16 [2022-06-21T11:41:16.126Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:41:16 [2022-06-21T11:41:16.126Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 7.4s done
11:41:16 [2022-06-21T11:41:16.126Z] #11 ...
11:41:16 [2022-06-21T11:41:16.126Z] 
11:41:16 [2022-06-21T11:41:16.126Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:41:16 [2022-06-21T11:41:16.126Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:41:16 [2022-06-21T11:41:16.126Z] #35 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.0s
11:41:18 [2022-06-21T11:41:18.031Z] #35 ...
11:41:18 [2022-06-21T11:41:18.031Z] 
11:41:18 [2022-06-21T11:41:18.031Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
11:41:18 [2022-06-21T11:41:18.031Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
11:41:18 [2022-06-21T11:41:18.031Z] #79 DONE 0.7s
11:41:18 [2022-06-21T11:41:18.031Z] 
11:41:18 [2022-06-21T11:41:18.031Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
11:41:18 [2022-06-21T11:41:18.031Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
11:41:18 [2022-06-21T11:41:18.970Z] #81 DONE 1.2s
11:41:18 [2022-06-21T11:41:18.970Z] 
11:41:18 [2022-06-21T11:41:18.970Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:41:18 [2022-06-21T11:41:18.970Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:41:18 [2022-06-21T11:41:18.970Z] #35 DONE 11.0s
11:41:18 [2022-06-21T11:41:18.970Z] 
11:41:18 [2022-06-21T11:41:18.970Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:41:18 [2022-06-21T11:41:18.970Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:41:18 [2022-06-21T11:41:18.970Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 7.4s done
11:41:18 [2022-06-21T11:41:18.970Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.1s
11:41:19 [2022-06-21T11:41:19.909Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.9s done
11:41:20 [2022-06-21T11:41:20.168Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f
11:41:20 [2022-06-21T11:41:20.736Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.7s done
11:41:21 [2022-06-21T11:41:21.305Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523
11:41:26 [2022-06-21T11:41:26.747Z] #11 ...
11:41:26 [2022-06-21T11:41:26.747Z] 
11:41:26 [2022-06-21T11:41:26.747Z] #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
11:41:26 [2022-06-21T11:41:26.747Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
11:41:26 [2022-06-21T11:41:26.747Z] #36 1.323 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 1.323 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 1.337 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 1.566 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 1.844 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 2.398 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:41:26 [2022-06-21T11:41:26.747Z] #36 3.849 Fetched 8544 kB in 3s (3054 kB/s)
11:41:26 [2022-06-21T11:41:26.747Z] #36 3.849 Reading package lists...
11:41:26 [2022-06-21T11:41:26.747Z] #36 4.734 Reading package lists...
11:41:26 [2022-06-21T11:41:26.747Z] #36 5.621 Building dependency tree...
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.060 The following additional packages will be installed:
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.060   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.060   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.060 Recommended packages:
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.060   libldap-common publicsuffix libsasl2-modules
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.198 The following NEW packages will be installed:
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.199   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.199   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.200   libssh2-1 openssl
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.493 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.493 Need to get 3040 kB of archives.
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.493 After this operation, 6651 kB of additional disk space will be used.
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.493 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.500 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.508 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.508 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.508 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.508 Get:6 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.512 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.512 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.512 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.513 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.516 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.519 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.523 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.536 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.536 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.829 debconf: delaying package configuration, since apt-utils is not installed
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.867 Fetched 3040 kB in 0s (9276 kB/s)
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.894 Selecting previously unselected package openssl.
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.894 (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 ... 6662 files and directories currently installed.)
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.902 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ...
11:41:26 [2022-06-21T11:41:26.747Z] #36 6.907 Unpacking openssl (1.1.1n-0+deb11u2) ...
11:41:26 [2022-06-21T11:41:26.747Z] #36 7.081 Selecting previously unselected package ca-certificates.
11:41:26 [2022-06-21T11:41:26.747Z] #36 7.081 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
11:41:26 [2022-06-21T11:41:26.747Z] #36 7.087 Unpacking ca-certificates (20210119) ...
11:41:26 [2022-06-21T11:41:26.747Z] #36 7.188 Selecting previously unselected package libbrotli1:amd64.
11:41:26 [2022-06-21T11:41:26.747Z] #36 7.188 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
11:41:26 [2022-06-21T11:41:26.747Z] #36 7.204 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
11:41:26 [2022-06-21T11:41:26.747Z] #36 7.287 Selecting previously unselected package libsasl2-modules-db:amd64.
11:41:26 [2022-06-21T11:41:26.747Z] #36 7.287 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:41:26 [2022-06-21T11:41:26.747Z] #36 ...
11:41:26 [2022-06-21T11:41:26.747Z] 
11:41:26 [2022-06-21T11:41:26.747Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:41:26 [2022-06-21T11:41:26.747Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:41:26 [2022-06-21T11:41:26.747Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 5.0s
11:41:29 [2022-06-21T11:41:29.297Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 7.5s done
11:41:29 [2022-06-21T11:41:29.297Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9
11:41:31 [2022-06-21T11:41:31.212Z] #11 ...
11:41:31 [2022-06-21T11:41:31.212Z] 
11:41:31 [2022-06-21T11:41:31.212Z] #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
11:41:31 [2022-06-21T11:41:31.212Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
11:41:31 [2022-06-21T11:41:31.212Z] #36 7.300 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:41:31 [2022-06-21T11:41:31.212Z] #36 7.363 Selecting previously unselected package libsasl2-2:amd64.
11:41:31 [2022-06-21T11:41:31.212Z] #36 7.363 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:41:31 [2022-06-21T11:41:31.212Z] #36 7.369 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:41:31 [2022-06-21T11:41:31.212Z] #36 7.430 Selecting previously unselected package libldap-2.4-2:amd64.
11:41:31 [2022-06-21T11:41:31.212Z] #36 7.430 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
11:41:31 [2022-06-21T11:41:31.212Z] #36 7.437 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:41:31 [2022-06-21T11:41:31.212Z] #36 7.514 Selecting previously unselected package libnghttp2-14:amd64.
11:41:31 [2022-06-21T11:41:31.212Z] #36 7.514 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
11:41:31 [2022-06-21T11:41:31.212Z] #36 7.521 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
11:41:31 [2022-06-21T11:41:31.212Z] #36 7.600 Selecting previously unselected package libpsl5:amd64.
11:41:31 [2022-06-21T11:41:31.212Z] #36 7.600 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.607 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.662 Selecting previously unselected package librtmp1:amd64.
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.662 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.666 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.739 Selecting previously unselected package libssh2-1:amd64.
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.739 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.745 Unpacking libssh2-1:amd64 (1.9.0-2) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.824 Selecting previously unselected package libcurl4:amd64.
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.824 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.825 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.910 Selecting previously unselected package curl.
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.910 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.917 Unpacking curl (7.74.0-1.3+deb11u1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.999 Selecting previously unselected package libonig5:amd64.
11:41:31 [2022-06-21T11:41:31.213Z] #36 7.999 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.005 Unpacking libonig5:amd64 (6.9.6-1.1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.094 Selecting previously unselected package libjq1:amd64.
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.094 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.099 Unpacking libjq1:amd64 (1.6-2.1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.158 Selecting previously unselected package jq.
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.158 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.164 Unpacking jq (1.6-2.1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.213 Setting up libpsl5:amd64 (0.21.0-1.2) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.228 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.239 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.252 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.266 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.282 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.296 Setting up libssh2-1:amd64 (1.9.0-2) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.309 Setting up openssl (1.1.1n-0+deb11u2) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.331 Setting up libonig5:amd64 (6.9.6-1.1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.346 Setting up libjq1:amd64 (1.6-2.1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.357 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 8.370 Setting up ca-certificates (20210119) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 9.014 Updating certificates in /etc/ssl/certs...
11:41:31 [2022-06-21T11:41:31.213Z] #36 9.940 129 added, 0 removed; done.
11:41:31 [2022-06-21T11:41:31.213Z] #36 10.01 Setting up jq (1.6-2.1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 10.03 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 10.05 Setting up curl (7.74.0-1.3+deb11u1) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 10.07 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 10.11 Processing triggers for ca-certificates (20210119) ...
11:41:31 [2022-06-21T11:41:31.213Z] #36 10.12 Updating certificates in /etc/ssl/certs...
11:41:31 [2022-06-21T11:41:31.213Z] #36 10.90 0 added, 0 removed; done.
11:41:31 [2022-06-21T11:41:31.213Z] #36 10.90 Running hooks in /etc/ca-certificates/update.d...
11:41:31 [2022-06-21T11:41:31.213Z] #36 10.90 done.
11:41:31 [2022-06-21T11:41:31.213Z] #36 DONE 12.1s
11:41:31 [2022-06-21T11:41:31.213Z] 
11:41:31 [2022-06-21T11:41:31.213Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:41:31 [2022-06-21T11:41:31.213Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:41:31 [2022-06-21T11:41:31.213Z] #11 ...
11:41:31 [2022-06-21T11:41:31.213Z] 
11:41:31 [2022-06-21T11:41:31.213Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
11:41:31 [2022-06-21T11:41:31.213Z] #37 sha256:fe7e6b84617c760522efec1dcd111c3c04dcdccbb6bc82959933c33462318a67
11:41:31 [2022-06-21T11:41:31.213Z] #37 DONE 0.1s
11:41:31 [2022-06-21T11:41:31.213Z] 
11:41:31 [2022-06-21T11:41:31.213Z] #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
11:41:31 [2022-06-21T11:41:31.213Z] #38 sha256:fc21ac8f91b7f7956613ac497b362f2c9b567b99bb91a6dd57c0fd7d1efbce8e
11:41:33 [2022-06-21T11:41:33.118Z] #38 1.825 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
11:41:33 [2022-06-21T11:41:33.119Z] #38 2.146 
11:41:33 [2022-06-21T11:41:33.119Z] #38 2.230 
######################################################################## 100.0%
11:41:33 [2022-06-21T11:41:33.377Z] #38 2.459 
11:41:33 [2022-06-21T11:41:33.833Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0793d5902d92242d3) in /home/ubuntu/workspace/moby_PR-43731
[Pipeline] {
[Pipeline] checkout
11:41:34 [2022-06-21T11:41:34.132Z] The recommended git tool is: git
11:41:34 [2022-06-21T11:41:34.314Z] #38 3.426 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
11:41:34 [2022-06-21T11:41:34.882Z] #38 3.771 
11:41:35 [2022-06-21T11:41:35.149Z] #38 4.003 #=#=#                                                                         

######################################                                    53.5%
######################################################################## 100.0%
11:41:35 [2022-06-21T11:41:35.414Z] #38 4.304 
11:41:36 [2022-06-21T11:41:36.356Z] #38 5.412 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
11:41:36 [2022-06-21T11:41:36.618Z] #38 5.759 
11:41:37 [2022-06-21T11:41:37.150Z] using credential docker-jenkins-github-credentials
11:41:37 [2022-06-21T11:41:37.159Z] Cloning the remote Git repository
11:41:37 [2022-06-21T11:41:37.159Z] Cloning with configured refspecs honoured and without tags
11:41:37 [2022-06-21T11:41:37.399Z] #38 5.996 #=#=#                                                                         

################                                                          23.1%
##########################################                                59.1%
#################################################################         91.2%
######################################################################## 100.0%
11:41:37 [2022-06-21T11:41:37.228Z] Cloning repository https://github.com/moby/moby.git
11:41:37 [2022-06-21T11:41:37.315Z]  > git init /home/ubuntu/workspace/moby_PR-43731 # timeout=10
11:41:37 [2022-06-21T11:41:37.665Z] #38 6.589 
11:41:37 [2022-06-21T11:41:37.665Z] #38 ...
11:41:37 [2022-06-21T11:41:37.665Z] 
11:41:37 [2022-06-21T11:41:37.665Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:41:37 [2022-06-21T11:41:37.665Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:41:37 [2022-06-21T11:41:37.665Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 7.6s done
11:41:37 [2022-06-21T11:41:37.665Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0.7s
11:41:37 [2022-06-21T11:41:37.717Z] Fetching upstream changes from https://github.com/moby/moby.git
11:41:37 [2022-06-21T11:41:37.717Z]  > git --version # timeout=10
11:41:37 [2022-06-21T11:41:37.763Z]  > git --version # 'git version 2.17.1'
11:41:37 [2022-06-21T11:41:37.763Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:41:37 [2022-06-21T11:41:37.765Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43731/head:refs/remotes/origin/PR-43731 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:41:42 [2022-06-21T11:41:42.716Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01f53be6a22634877) in /home/ubuntu/workspace/moby_PR-43731
[Pipeline] {
[Pipeline] checkout
11:41:42 [2022-06-21T11:41:42.796Z] The recommended git tool is: git
11:41:42 [2022-06-21T11:41:42.941Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.8s
11:41:44 [2022-06-21T11:41:44.954Z] using credential docker-jenkins-github-credentials
11:41:44 [2022-06-21T11:41:44.962Z] Cloning the remote Git repository
11:41:44 [2022-06-21T11:41:44.962Z] Cloning with configured refspecs honoured and without tags
11:41:44 [2022-06-21T11:41:44.157Z] Cloning repository https://github.com/moby/moby.git
11:41:45 [2022-06-21T11:41:45.531Z] #11 ...
11:41:45 [2022-06-21T11:41:45.531Z] 
11:41:45 [2022-06-21T11:41:45.531Z] #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
11:41:45 [2022-06-21T11:41:45.531Z] #38 sha256:fc21ac8f91b7f7956613ac497b362f2c9b567b99bb91a6dd57c0fd7d1efbce8e
11:41:45 [2022-06-21T11:41:45.531Z] #38 7.647 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
11:41:45 [2022-06-21T11:41:45.531Z] #38 7.980 
11:41:45 [2022-06-21T11:41:45.531Z] #38 8.197 #=#=#                                                                         

######################################################################## 100.0%
11:41:45 [2022-06-21T11:41:45.531Z] #38 8.523 
11:41:45 [2022-06-21T11:41:45.531Z] #38 9.296 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
11:41:45 [2022-06-21T11:41:45.531Z] #38 9.689 
11:41:45 [2022-06-21T11:41:45.531Z] #38 9.927 #=#=#                                                                         

######################################################################## 100.0%
11:41:45 [2022-06-21T11:41:45.531Z] #38 10.28 
11:41:45 [2022-06-21T11:41:45.531Z] #38 10.36 Download of images into '/build' complete.
11:41:45 [2022-06-21T11:41:45.531Z] #38 10.36 Use something like the following to load the result into a Docker daemon:
11:41:45 [2022-06-21T11:41:45.531Z] #38 10.36   tar -cC '/build' . | docker load
11:41:45 [2022-06-21T11:41:45.531Z] #38 DONE 14.1s
11:41:45 [2022-06-21T11:41:45.531Z] 
11:41:45 [2022-06-21T11:41:45.531Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:41:45 [2022-06-21T11:41:45.531Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:41:44 [2022-06-21T11:41:44.218Z]  > git init /home/ubuntu/workspace/moby_PR-43731 # timeout=10
11:41:44 [2022-06-21T11:41:44.479Z] Fetching upstream changes from https://github.com/moby/moby.git
11:41:44 [2022-06-21T11:41:44.479Z]  > git --version # timeout=10
11:41:44 [2022-06-21T11:41:44.503Z]  > git --version # 'git version 2.17.1'
11:41:44 [2022-06-21T11:41:44.504Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:41:44 [2022-06-21T11:41:44.505Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43731/head:refs/remotes/origin/PR-43731 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:41:48 [2022-06-21T11:41:48.067Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 10.9s
11:41:48 [2022-06-21T11:41:48.250Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04d6b939dd1ad7068) in /home/ubuntu/workspace/moby_PR-43731
[Pipeline] {
[Pipeline] checkout
11:41:48 [2022-06-21T11:41:48.520Z] The recommended git tool is: git
11:41:49 [2022-06-21T11:41:49.445Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 12.6s done
11:41:50 [2022-06-21T11:41:50.012Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718
11:41:50 [2022-06-21T11:41:50.012Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done
11:41:50 [2022-06-21T11:41:50.272Z] #11 DONE 42.5s
11:41:50 [2022-06-21T11:41:50.272Z] 
11:41:50 [2022-06-21T11:41:50.272Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
11:41:50 [2022-06-21T11:41:50.272Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d
11:41:51 [2022-06-21T11:41:51.659Z] #12 DONE 1.1s
11:41:51 [2022-06-21T11:41:51.659Z] 
11:41:51 [2022-06-21T11:41:51.659Z] #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
11:41:51 [2022-06-21T11:41:51.659Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669
11:41:52 [2022-06-21T11:41:52.185Z] using credential docker-jenkins-github-credentials
11:41:52 [2022-06-21T11:41:52.194Z] Cloning the remote Git repository
11:41:52 [2022-06-21T11:41:52.194Z] Cloning with configured refspecs honoured and without tags
11:41:52 [2022-06-21T11:41:52.230Z] #13 DONE 0.7s
11:41:52 [2022-06-21T11:41:52.230Z] 
11:41:52 [2022-06-21T11:41:52.230Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
11:41:52 [2022-06-21T11:41:52.230Z] #40 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b
11:41:52 [2022-06-21T11:41:52.230Z] #40 DONE 0.1s
11:41:52 [2022-06-21T11:41:52.230Z] 
11:41:52 [2022-06-21T11:41:52.230Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:41:52 [2022-06-21T11:41:52.230Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:41:52 [2022-06-21T11:41:52.191Z] Cloning repository https://github.com/moby/moby.git
11:41:52 [2022-06-21T11:41:52.496Z] #43 ...
11:41:52 [2022-06-21T11:41:52.496Z] 
11:41:52 [2022-06-21T11:41:52.496Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
11:41:52 [2022-06-21T11:41:52.496Z] #53 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de
11:41:52 [2022-06-21T11:41:52.496Z] #53 DONE 0.3s
11:41:52 [2022-06-21T11:41:52.496Z] 
11:41:52 [2022-06-21T11:41:52.496Z] #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
11:41:52 [2022-06-21T11:41:52.496Z] #57 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040
11:41:52 [2022-06-21T11:41:52.496Z] #57 DONE 0.4s
11:41:52 [2022-06-21T11:41:52.496Z] 
11:41:52 [2022-06-21T11:41:52.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
11:41:52 [2022-06-21T11:41:52.496Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:41:52 [2022-06-21T11:41:52.265Z]  > git init /home/ubuntu/workspace/moby_PR-43731 # timeout=10
11:41:52 [2022-06-21T11:41:52.619Z] Fetching upstream changes from https://github.com/moby/moby.git
11:41:52 [2022-06-21T11:41:52.620Z]  > git --version # timeout=10
11:41:52 [2022-06-21T11:41:52.639Z]  > git --version # 'git version 2.25.1'
11:41:52 [2022-06-21T11:41:52.640Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:41:52 [2022-06-21T11:41:52.641Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43731/head:refs/remotes/origin/PR-43731 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:41:55 [2022-06-21T11:41:55.793Z] #58 ...
11:41:55 [2022-06-21T11:41:55.793Z] 
11:41:55 [2022-06-21T11:41:55.793Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64
11:41:55 [2022-06-21T11:41:55.793Z] #14 sha256:c10cc1eea96998e41dccff613d787249f97bcf112d778877134a9a907562f09e
11:41:55 [2022-06-21T11:41:55.793Z] #14 DONE 3.4s
11:41:55 [2022-06-21T11:41:55.793Z] 
11:41:55 [2022-06-21T11:41:55.793Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel
11:41:55 [2022-06-21T11:41:55.793Z] #15 sha256:4e2832cac8359df2030cc4f9b7e7fdd97d03f8c9646678953e664314f0d89915
11:41:58 [2022-06-21T11:41:58.337Z] #15 DONE 2.7s
11:41:58 [2022-06-21T11:41:58.337Z] 
11:41:58 [2022-06-21T11:41:58.337Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf
11:41:58 [2022-06-21T11:41:58.337Z] #16 sha256:d0ce3404b8d1dfc9a599885e174278cca4a095ef61de2314bc2f15c61ec9115f
11:42:00 [2022-06-21T11:42:00.243Z] #16 DONE 2.0s
11:42:00 [2022-06-21T11:42:00.243Z] 
11:42:00 [2022-06-21T11:42:00.243Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
11:42:00 [2022-06-21T11:42:00.243Z] #17 sha256:efc919cfc56366da1ea346ec45b3af1a9368f7bd9e38fcaee84ed2f51352ae35
11:42:00 [2022-06-21T11:42:00.578Z] Fetching without tags
11:42:00 [2022-06-21T11:42:00.853Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 068ab5144244648bcba3b7261c41836a4ba5cf0f
11:42:01 [2022-06-21T11:42:01.582Z] Merge succeeded, producing 068ab5144244648bcba3b7261c41836a4ba5cf0f
11:42:01 [2022-06-21T11:42:01.582Z] Checking out Revision 068ab5144244648bcba3b7261c41836a4ba5cf0f (PR-43731)
11:42:02 [2022-06-21T11:42:02.155Z] #17 ...
11:42:02 [2022-06-21T11:42:02.155Z] 
11:42:02 [2022-06-21T11:42:02.155Z] #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
11:42:02 [2022-06-21T11:42:02.155Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
11:42:02 [2022-06-21T11:42:02.155Z] #47 5.452 go: downloading github.com/tc-hib/go-winres v0.2.3
11:42:02 [2022-06-21T11:42:02.155Z] #47 6.467 go: downloading github.com/tc-hib/winres v0.1.5
11:42:02 [2022-06-21T11:42:02.155Z] #47 8.546 go: downloading github.com/urfave/cli/v2 v2.3.0
11:42:02 [2022-06-21T11:42:02.155Z] #47 8.966 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
11:42:02 [2022-06-21T11:42:02.155Z] #47 9.006 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
11:42:02 [2022-06-21T11:42:02.155Z] #47 ...
11:42:02 [2022-06-21T11:42:02.155Z] 
11:42:02 [2022-06-21T11:42:02.155Z] #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
11:42:02 [2022-06-21T11:42:02.155Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
11:42:02 [2022-06-21T11:42:02.155Z] #64 4.797 go: downloading mvdan.cc/sh/v3 v3.0.2
11:42:02 [2022-06-21T11:42:02.155Z] #64 6.317 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
11:42:02 [2022-06-21T11:42:02.155Z] #64 6.428 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
11:42:02 [2022-06-21T11:42:02.155Z] #64 6.438 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
11:42:02 [2022-06-21T11:42:02.155Z] #64 8.942 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
11:42:02 [2022-06-21T11:42:02.415Z] #64 ...
11:42:02 [2022-06-21T11:42:02.415Z] 
11:42:02 [2022-06-21T11:42:02.415Z] #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
11:42:02 [2022-06-21T11:42:02.415Z] #45 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
11:42:02 [2022-06-21T11:42:02.415Z] #45 4.268 go: downloading github.com/pelletier/go-toml v1.8.1
11:42:02 [2022-06-21T11:42:02.415Z] #45 ...
11:42:02 [2022-06-21T11:42:02.415Z] 
11:42:02 [2022-06-21T11:42:02.415Z] #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
11:42:02 [2022-06-21T11:42:02.415Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:42:02 [2022-06-21T11:42:02.415Z] #41 5.264 + git clone https://github.com/kolyshkin/go-swagger.git .
11:42:02 [2022-06-21T11:42:02.415Z] #41 5.275 Cloning into '.'...
11:42:00 [2022-06-21T11:42:00.502Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:42:00 [2022-06-21T11:42:00.523Z]  > git config --add remote.origin.fetch +refs/pull/43731/head:refs/remotes/origin/PR-43731 # timeout=10
11:42:00 [2022-06-21T11:42:00.541Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:42:00 [2022-06-21T11:42:00.573Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:42:00 [2022-06-21T11:42:00.601Z] Fetching upstream changes from https://github.com/moby/moby.git
11:42:00 [2022-06-21T11:42:00.601Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:42:00 [2022-06-21T11:42:00.602Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43731/head:refs/remotes/origin/PR-43731 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:42:00 [2022-06-21T11:42:00.876Z]  > git config core.sparsecheckout # timeout=10
11:42:00 [2022-06-21T11:42:00.889Z]  > git checkout -f 068ab5144244648bcba3b7261c41836a4ba5cf0f # timeout=10
11:42:01 [2022-06-21T11:42:01.533Z]  > git remote # timeout=10
11:42:01 [2022-06-21T11:42:01.545Z]  > git config --get remote.origin.url # timeout=10
11:42:01 [2022-06-21T11:42:01.551Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:42:01 [2022-06-21T11:42:01.557Z]  > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10
11:42:01 [2022-06-21T11:42:01.576Z]  > git rev-parse HEAD^{commit} # timeout=10
11:42:01 [2022-06-21T11:42:01.599Z]  > git config core.sparsecheckout # timeout=10
11:42:01 [2022-06-21T11:42:01.610Z]  > git checkout -f 068ab5144244648bcba3b7261c41836a4ba5cf0f # timeout=10
11:42:02 [2022-06-21T11:42:02.676Z] #41 ...
11:42:02 [2022-06-21T11:42:02.676Z] 
11:42:02 [2022-06-21T11:42:02.676Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
11:42:02 [2022-06-21T11:42:02.676Z] #17 sha256:efc919cfc56366da1ea346ec45b3af1a9368f7bd9e38fcaee84ed2f51352ae35
11:42:02 [2022-06-21T11:42:02.676Z] #17 DONE 2.5s
11:42:02 [2022-06-21T11:42:02.676Z] 
11:42:02 [2022-06-21T11:42:02.676Z] #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.44.0"      && /build/golangci-lint --version
11:42:02 [2022-06-21T11:42:02.676Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:42:02 [2022-06-21T11:42:02.676Z] #62 5.280 go: downloading github.com/golangci/golangci-lint v1.44.0
11:42:02 [2022-06-21T11:42:02.935Z] #62 ...
11:42:02 [2022-06-21T11:42:02.935Z] 
11:42:02 [2022-06-21T11:42:02.935Z] #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
11:42:02 [2022-06-21T11:42:02.935Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:42:02 [2022-06-21T11:42:02.935Z] #60 5.458 go: downloading gotest.tools/gotestsum v1.8.1
11:42:02 [2022-06-21T11:42:02.935Z] #60 8.133 go: downloading github.com/fatih/color v1.10.0
11:42:02 [2022-06-21T11:42:02.935Z] #60 8.182 go: downloading github.com/dnephin/pflag v1.0.7
11:42:02 [2022-06-21T11:42:02.935Z] #60 8.314 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:42:02 [2022-06-21T11:42:02.935Z] #60 8.353 go: downloading github.com/pkg/errors v0.9.1
11:42:02 [2022-06-21T11:42:02.935Z] #60 8.756 go: downloading golang.org/x/tools v0.1.0
11:42:02 [2022-06-21T11:42:02.935Z] #60 9.366 go: downloading github.com/mattn/go-colorable v0.1.8
11:42:02 [2022-06-21T11:42:02.935Z] #60 9.430 go: downloading github.com/mattn/go-isatty v0.0.12
11:42:02 [2022-06-21T11:42:02.935Z] #60 9.822 go: downloading github.com/fsnotify/fsnotify v1.4.9
11:42:02 [2022-06-21T11:42:02.935Z] #60 10.10 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
11:42:02 [2022-06-21T11:42:02.935Z] #60 ...
11:42:02 [2022-06-21T11:42:02.935Z] 
11:42:02 [2022-06-21T11:42:02.935Z] #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
11:42:02 [2022-06-21T11:42:02.935Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:42:02 [2022-06-21T11:42:02.935Z] #54 4.455 + git clone https://github.com/docker/distribution.git .
11:42:02 [2022-06-21T11:42:02.935Z] #54 4.455 Cloning into '.'...
11:42:03 [2022-06-21T11:42:03.194Z] #54 ...
11:42:03 [2022-06-21T11:42:03.194Z] 
11:42:03 [2022-06-21T11:42:03.194Z] #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             ;
11:42:03 [2022-06-21T11:42:03.194Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:42:03 [2022-06-21T11:42:03.194Z] #83 5.170 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:42:03 [2022-06-21T11:42:03.194Z] #83 5.182 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:42:03 [2022-06-21T11:42:03.194Z] #83 5.182 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:42:03 [2022-06-21T11:42:03.194Z] #83 6.459 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:42:03 [2022-06-21T11:42:03.194Z] #83 9.749 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:42:03 [2022-06-21T11:42:03.194Z] #83 ...
11:42:03 [2022-06-21T11:42:03.194Z] 
11:42:03 [2022-06-21T11:42:03.194Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x
11:42:03 [2022-06-21T11:42:03.194Z] #18 sha256:368b0859bb9cccc4251ebc191ebeb6b5b9e001c40c490e12dc3c9ad1eb3af77d
11:42:05 [2022-06-21T11:42:05.103Z] #18 DONE 2.1s
11:42:05 [2022-06-21T11:42:05.103Z] 
11:42:05 [2022-06-21T11:42:05.103Z] #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
11:42:05 [2022-06-21T11:42:05.103Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:42:05 [2022-06-21T11:42:05.103Z] #58 5.281 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:42:05 [2022-06-21T11:42:05.103Z] #58 5.331 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:42:05 [2022-06-21T11:42:05.103Z] #58 5.331 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:42:05 [2022-06-21T11:42:05.103Z] #58 5.908 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
11:42:05 [2022-06-21T11:42:05.103Z] #58 6.817 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:42:05 [2022-06-21T11:42:05.103Z] #58 9.489 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:42:05 [2022-06-21T11:42:05.103Z] #58 12.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:42:05 [2022-06-21T11:42:05.103Z] #58 ...
11:42:05 [2022-06-21T11:42:05.103Z] 
11:42:05 [2022-06-21T11:42:05.103Z] #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             ;
11:42:05 [2022-06-21T11:42:05.103Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:42:05 [2022-06-21T11:42:05.103Z] #83 12.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:42:05 [2022-06-21T11:42:05.786Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05afce26813e2fab4) in /home/ubuntu/workspace/moby_PR-43731
[Pipeline] {
[Pipeline] checkout
11:42:05 [2022-06-21T11:42:05.864Z] The recommended git tool is: git
11:42:06 [2022-06-21T11:42:06.224Z] Commit message: "layer: layerstore.Cleanup(): improve some logging"
11:42:06 [2022-06-21T11:42:06.284Z]  > git --version # timeout=10
11:42:06 [2022-06-21T11:42:06.292Z]  > git --version # 'git version 2.17.1'
11:42:06 [2022-06-21T11:42:06.314Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
11:42:07 [2022-06-21T11:42:07.353Z] + docker version
11:42:07 [2022-06-21T11:42:07.896Z] Fetching without tags
11:42:08 [2022-06-21T11:42:08.132Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 068ab5144244648bcba3b7261c41836a4ba5cf0f
11:42:08 [2022-06-21T11:42:08.389Z] #83 ...
11:42:08 [2022-06-21T11:42:08.389Z] 
11:42:08 [2022-06-21T11:42:08.389Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:42:08 [2022-06-21T11:42:08.389Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:42:08 [2022-06-21T11:42:08.389Z] #43 5.792 go: downloading github.com/go-delve/delve v1.8.1
11:42:08 [2022-06-21T11:42:08.389Z] #43 ...
11:42:08 [2022-06-21T11:42:08.389Z] 
11:42:08 [2022-06-21T11:42:08.389Z] #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
11:42:08 [2022-06-21T11:42:08.389Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:42:08 [2022-06-21T11:42:08.389Z] #60 15.65 go: downloading github.com/jonboulle/clockwork v0.2.2
11:42:08 [2022-06-21T11:42:08.389Z] #60 15.66 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
11:42:08 [2022-06-21T11:42:08.389Z] #60 15.75 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
11:42:07 [2022-06-21T11:42:07.812Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:42:07 [2022-06-21T11:42:07.826Z]  > git config --add remote.origin.fetch +refs/pull/43731/head:refs/remotes/origin/PR-43731 # timeout=10
11:42:07 [2022-06-21T11:42:07.841Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:42:07 [2022-06-21T11:42:07.865Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:42:07 [2022-06-21T11:42:07.900Z] Fetching upstream changes from https://github.com/moby/moby.git
11:42:07 [2022-06-21T11:42:07.901Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:42:07 [2022-06-21T11:42:07.903Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43731/head:refs/remotes/origin/PR-43731 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:42:08 [2022-06-21T11:42:08.139Z]  > git config core.sparsecheckout # timeout=10
11:42:08 [2022-06-21T11:42:08.161Z]  > git checkout -f 068ab5144244648bcba3b7261c41836a4ba5cf0f # timeout=10
11:42:09 [2022-06-21T11:42:09.100Z] Merge succeeded, producing 068ab5144244648bcba3b7261c41836a4ba5cf0f
11:42:09 [2022-06-21T11:42:09.100Z] Checking out Revision 068ab5144244648bcba3b7261c41836a4ba5cf0f (PR-43731)
11:42:09 [2022-06-21T11:42:09.411Z] using credential docker-jenkins-github-credentials
11:42:09 [2022-06-21T11:42:09.421Z] Cloning the remote Git repository
11:42:09 [2022-06-21T11:42:09.421Z] Cloning with configured refspecs honoured and without tags
11:42:09 [2022-06-21T11:42:09.488Z] Cloning repository https://github.com/moby/moby.git
11:42:10 [2022-06-21T11:42:10.297Z] #60 18.19 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
11:42:10 [2022-06-21T11:42:10.297Z] #60 18.21 go: downloading golang.org/x/mod v0.3.0
11:42:09 [2022-06-21T11:42:09.543Z]  > git init /home/ubuntu/workspace/moby_PR-43731 # timeout=10
11:42:10 [2022-06-21T11:42:10.147Z] Fetching upstream changes from https://github.com/moby/moby.git
11:42:10 [2022-06-21T11:42:10.147Z]  > git --version # timeout=10
11:42:10 [2022-06-21T11:42:10.156Z]  > git --version # 'git version 2.25.1'
11:42:10 [2022-06-21T11:42:10.157Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:42:10 [2022-06-21T11:42:10.164Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43731/head:refs/remotes/origin/PR-43731 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:42:08 [2022-06-21T11:42:08.999Z]  > git remote # timeout=10
11:42:09 [2022-06-21T11:42:09.024Z]  > git config --get remote.origin.url # timeout=10
11:42:09 [2022-06-21T11:42:09.046Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:42:09 [2022-06-21T11:42:09.047Z]  > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10
11:42:09 [2022-06-21T11:42:09.076Z]  > git rev-parse HEAD^{commit} # timeout=10
11:42:09 [2022-06-21T11:42:09.103Z]  > git config core.sparsecheckout # timeout=10
11:42:09 [2022-06-21T11:42:09.130Z]  > git checkout -f 068ab5144244648bcba3b7261c41836a4ba5cf0f # timeout=10
11:42:13 [2022-06-21T11:42:13.585Z] #60 ...
11:42:13 [2022-06-21T11:42:13.585Z] 
11:42:13 [2022-06-21T11:42:13.585Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:42:13 [2022-06-21T11:42:13.585Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:42:13 [2022-06-21T11:42:13.585Z] #43 19.80 go: downloading github.com/sirupsen/logrus v1.6.0
11:42:13 [2022-06-21T11:42:13.585Z] #43 19.80 go: downloading github.com/spf13/cobra v1.1.3
11:42:13 [2022-06-21T11:42:13.585Z] #43 20.20 go: downloading github.com/mattn/go-isatty v0.0.3
11:42:13 [2022-06-21T11:42:13.585Z] #43 20.71 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
11:42:13 [2022-06-21T11:42:13.585Z] #43 20.94 go: downloading gopkg.in/yaml.v2 v2.4.0
11:42:13 [2022-06-21T11:42:13.585Z] #43 21.16 go: downloading github.com/cosiner/argv v0.1.0
11:42:13 [2022-06-21T11:42:13.585Z] #43 21.27 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
11:42:13 [2022-06-21T11:42:13.585Z] #43 21.41 go: downloading github.com/peterh/liner v1.2.2
11:42:13 [2022-06-21T11:42:13.760Z] Fetching without tags
11:42:13 [2022-06-21T11:42:13.805Z] Commit message: "layer: layerstore.Cleanup(): improve some logging"
11:42:13 [2022-06-21T11:42:13.847Z] #43 21.75 go: downloading github.com/google/go-dap v0.6.0
11:42:13 [2022-06-21T11:42:13.832Z]  > git --version # timeout=10
11:42:13 [2022-06-21T11:42:13.843Z]  > git --version # 'git version 2.17.1'
11:42:13 [2022-06-21T11:42:13.859Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
11:42:14 [2022-06-21T11:42:14.049Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 068ab5144244648bcba3b7261c41836a4ba5cf0f
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
11:42:14 [2022-06-21T11:42:14.422Z] #43 22.16 go: downloading github.com/spf13/pflag v1.0.5
11:42:14 [2022-06-21T11:42:14.682Z] #43 22.71 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
11:42:14 [2022-06-21T11:42:14.682Z] #43 ...
11:42:14 [2022-06-21T11:42:14.682Z] 
11:42:14 [2022-06-21T11:42:14.682Z] #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
11:42:14 [2022-06-21T11:42:14.682Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:42:14 [2022-06-21T11:42:14.682Z] #19 1.934 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:42:14 [2022-06-21T11:42:14.682Z] #19 1.997 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:42:14 [2022-06-21T11:42:14.682Z] #19 1.997 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:42:14 [2022-06-21T11:42:14.682Z] #19 3.085 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
11:42:14 [2022-06-21T11:42:14.682Z] #19 4.272 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
11:42:14 [2022-06-21T11:42:14.682Z] #19 6.398 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:42:14 [2022-06-21T11:42:14.682Z] #19 7.981 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
11:42:14 [2022-06-21T11:42:14.894Z] + docker version
11:42:13 [2022-06-21T11:42:13.642Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:42:13 [2022-06-21T11:42:13.668Z]  > git config --add remote.origin.fetch +refs/pull/43731/head:refs/remotes/origin/PR-43731 # timeout=10
11:42:13 [2022-06-21T11:42:13.692Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:42:13 [2022-06-21T11:42:13.722Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:42:13 [2022-06-21T11:42:13.748Z] Fetching upstream changes from https://github.com/moby/moby.git
11:42:13 [2022-06-21T11:42:13.748Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:42:13 [2022-06-21T11:42:13.749Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43731/head:refs/remotes/origin/PR-43731 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:42:14 [2022-06-21T11:42:14.055Z]  > git config core.sparsecheckout # timeout=10
11:42:14 [2022-06-21T11:42:14.078Z]  > git checkout -f 068ab5144244648bcba3b7261c41836a4ba5cf0f # timeout=10
11:42:14 [2022-06-21T11:42:14.942Z] #19 ...
11:42:14 [2022-06-21T11:42:14.942Z] 
11:42:14 [2022-06-21T11:42:14.942Z] #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
11:42:14 [2022-06-21T11:42:14.942Z] #45 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
11:42:14 [2022-06-21T11:42:14.942Z] #45 22.18 tomll can be used in two ways:
11:42:14 [2022-06-21T11:42:14.942Z] #45 22.18 Writing to STDIN and reading from STDOUT:
11:42:14 [2022-06-21T11:42:14.942Z] #45 22.18   cat file.toml | tomll > file.toml
11:42:14 [2022-06-21T11:42:14.942Z] #45 22.18 
11:42:14 [2022-06-21T11:42:14.942Z] #45 22.18 Reading and updating a list of files:
11:42:14 [2022-06-21T11:42:14.942Z] #45 22.18   tomll a.toml b.toml c.toml
11:42:14 [2022-06-21T11:42:14.942Z] #45 22.18 
11:42:14 [2022-06-21T11:42:14.942Z] #45 22.18 When given a list of files, tomll will modify all files in place without asking.
11:42:14 [2022-06-21T11:42:14.942Z] #45 ...
11:42:14 [2022-06-21T11:42:14.942Z] 
11:42:14 [2022-06-21T11:42:14.942Z] #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
11:42:14 [2022-06-21T11:42:14.942Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
11:42:14 [2022-06-21T11:42:14.942Z] #47 12.94 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:42:14 [2022-06-21T11:42:14.942Z] #47 13.32 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:42:15 [2022-06-21T11:42:15.043Z] Merge succeeded, producing 068ab5144244648bcba3b7261c41836a4ba5cf0f
11:42:15 [2022-06-21T11:42:15.043Z] Checking out Revision 068ab5144244648bcba3b7261c41836a4ba5cf0f (PR-43731)
11:42:15 [2022-06-21T11:42:15.202Z] #47 ...
11:42:15 [2022-06-21T11:42:15.202Z] 
11:42:15 [2022-06-21T11:42:15.202Z] #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
11:42:15 [2022-06-21T11:42:15.202Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:42:15 [2022-06-21T11:42:15.202Z] #19 10.31 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
11:42:15 [2022-06-21T11:42:15.507Z] Client: Docker Engine - Community
11:42:15 [2022-06-21T11:42:15.507Z]  Version:           20.10.14
11:42:15 [2022-06-21T11:42:15.507Z]  API version:       1.41
11:42:15 [2022-06-21T11:42:15.507Z]  Go version:        go1.16.15
11:42:15 [2022-06-21T11:42:15.507Z]  Git commit:        a224086
11:42:15 [2022-06-21T11:42:15.507Z]  Built:             Thu Mar 24 01:47:57 2022
11:42:15 [2022-06-21T11:42:15.507Z]  OS/Arch:           linux/amd64
11:42:15 [2022-06-21T11:42:15.507Z]  Context:           default
11:42:15 [2022-06-21T11:42:15.507Z]  Experimental:      true
11:42:15 [2022-06-21T11:42:15.507Z] 
11:42:15 [2022-06-21T11:42:15.507Z] Server: Docker Engine - Community
11:42:15 [2022-06-21T11:42:15.507Z]  Engine:
11:42:15 [2022-06-21T11:42:15.507Z]   Version:          20.10.14
11:42:15 [2022-06-21T11:42:15.507Z]   API version:      1.41 (minimum version 1.12)
11:42:15 [2022-06-21T11:42:15.507Z]   Go version:       go1.16.15
11:42:15 [2022-06-21T11:42:15.507Z]   Git commit:       87a90dc
11:42:15 [2022-06-21T11:42:15.507Z]   Built:            Thu Mar 24 01:45:46 2022
11:42:15 [2022-06-21T11:42:15.507Z]   OS/Arch:          linux/amd64
11:42:15 [2022-06-21T11:42:15.507Z]   Experimental:     true
11:42:15 [2022-06-21T11:42:15.507Z]  containerd:
11:42:15 [2022-06-21T11:42:15.507Z]   Version:          1.5.11
11:42:15 [2022-06-21T11:42:15.507Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
11:42:15 [2022-06-21T11:42:15.507Z]  runc:
11:42:15 [2022-06-21T11:42:15.507Z]   Version:          1.0.3
11:42:15 [2022-06-21T11:42:15.507Z]   GitCommit:        v1.0.3-0-gf46b6ba
11:42:15 [2022-06-21T11:42:15.507Z]  docker-init:
11:42:15 [2022-06-21T11:42:15.507Z]   Version:          0.19.0
11:42:15 [2022-06-21T11:42:15.507Z]   GitCommit:        de40ad0
[Pipeline] sh
11:42:15 [2022-06-21T11:42:15.849Z] + docker info
11:42:16 [2022-06-21T11:42:16.584Z] #19 11.72 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
11:42:16 [2022-06-21T11:42:16.584Z] #19 ...
11:42:16 [2022-06-21T11:42:16.584Z] 
11:42:16 [2022-06-21T11:42:16.584Z] #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
11:42:16 [2022-06-21T11:42:16.584Z] #45 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
11:42:16 [2022-06-21T11:42:16.584Z] #45 DONE 24.5s
11:42:16 [2022-06-21T11:42:16.844Z] 
11:42:16 [2022-06-21T11:42:16.844Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:42:16 [2022-06-21T11:42:16.844Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:42:16 [2022-06-21T11:42:16.844Z] #43 23.49 go: downloading github.com/mattn/go-runewidth v0.0.3
11:42:16 [2022-06-21T11:42:16.844Z] #43 23.70 go: downloading github.com/hashicorp/golang-lru v0.5.4
11:42:16 [2022-06-21T11:42:16.844Z] #43 23.76 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
11:42:14 [2022-06-21T11:42:14.972Z]  > git remote # timeout=10
11:42:14 [2022-06-21T11:42:14.986Z]  > git config --get remote.origin.url # timeout=10
11:42:14 [2022-06-21T11:42:14.997Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:42:14 [2022-06-21T11:42:14.998Z]  > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10
11:42:15 [2022-06-21T11:42:15.018Z]  > git rev-parse HEAD^{commit} # timeout=10
11:42:15 [2022-06-21T11:42:15.030Z]  > git config core.sparsecheckout # timeout=10
11:42:15 [2022-06-21T11:42:15.039Z]  > git checkout -f 068ab5144244648bcba3b7261c41836a4ba5cf0f # timeout=10
11:42:17 [2022-06-21T11:42:17.414Z] #43 ...
11:42:17 [2022-06-21T11:42:17.414Z] 
11:42:17 [2022-06-21T11:42:17.414Z] #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
11:42:17 [2022-06-21T11:42:17.414Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:42:17 [2022-06-21T11:42:17.414Z] #58 14.80 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2159 B]
11:42:17 [2022-06-21T11:42:17.414Z] #58 23.43 Fetched 8548 kB in 18s (462 kB/s)
11:42:17 [2022-06-21T11:42:17.414Z] #58 23.43 Reading package lists...
11:42:17 [2022-06-21T11:42:17.414Z] #58 ...
11:42:17 [2022-06-21T11:42:17.414Z] 
11:42:17 [2022-06-21T11:42:17.414Z] #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             ;
11:42:17 [2022-06-21T11:42:17.414Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:42:17 [2022-06-21T11:42:17.414Z] #83 23.41 Fetched 8544 kB in 19s (461 kB/s)
11:42:19 [2022-06-21T11:42:19.083Z] Client: Docker Engine - Community
11:42:19 [2022-06-21T11:42:19.083Z]  Version:           20.10.14
11:42:19 [2022-06-21T11:42:19.083Z]  API version:       1.41
11:42:19 [2022-06-21T11:42:19.083Z]  Go version:        go1.16.15
11:42:19 [2022-06-21T11:42:19.083Z]  Git commit:        a224086
11:42:19 [2022-06-21T11:42:19.083Z]  Built:             Thu Mar 24 01:47:57 2022
11:42:19 [2022-06-21T11:42:19.083Z]  OS/Arch:           linux/amd64
11:42:19 [2022-06-21T11:42:19.083Z]  Context:           default
11:42:19 [2022-06-21T11:42:19.083Z]  Experimental:      true
11:42:19 [2022-06-21T11:42:19.083Z] 
11:42:19 [2022-06-21T11:42:19.083Z] Server: Docker Engine - Community
11:42:19 [2022-06-21T11:42:19.083Z]  Engine:
11:42:19 [2022-06-21T11:42:19.083Z]   Version:          20.10.14
11:42:19 [2022-06-21T11:42:19.083Z]   API version:      1.41 (minimum version 1.12)
11:42:19 [2022-06-21T11:42:19.083Z]   Go version:       go1.16.15
11:42:19 [2022-06-21T11:42:19.083Z]   Git commit:       87a90dc
11:42:19 [2022-06-21T11:42:19.083Z]   Built:            Thu Mar 24 01:45:46 2022
11:42:19 [2022-06-21T11:42:19.083Z]   OS/Arch:          linux/amd64
11:42:19 [2022-06-21T11:42:19.083Z]   Experimental:     true
11:42:19 [2022-06-21T11:42:19.083Z]  containerd:
11:42:19 [2022-06-21T11:42:19.083Z]   Version:          1.5.11
11:42:19 [2022-06-21T11:42:19.083Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
11:42:19 [2022-06-21T11:42:19.083Z]  runc:
11:42:19 [2022-06-21T11:42:19.083Z]   Version:          1.0.3
11:42:19 [2022-06-21T11:42:19.083Z]   GitCommit:        v1.0.3-0-gf46b6ba
11:42:19 [2022-06-21T11:42:19.083Z]  docker-init:
11:42:19 [2022-06-21T11:42:19.083Z]   Version:          0.19.0
11:42:19 [2022-06-21T11:42:19.083Z]   GitCommit:        de40ad0
[Pipeline] sh
11:42:19 [2022-06-21T11:42:19.407Z] + docker info
11:42:19 [2022-06-21T11:42:19.810Z] Commit message: "layer: layerstore.Cleanup(): improve some logging"
11:42:19 [2022-06-21T11:42:19.817Z]  > git --version # timeout=10
11:42:19 [2022-06-21T11:42:19.827Z]  > git --version # 'git version 2.25.1'
11:42:19 [2022-06-21T11:42:19.842Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
11:42:20 [2022-06-21T11:42:20.683Z] + docker version
11:42:20 [2022-06-21T11:42:20.721Z] #83 23.41 Reading package lists...
11:42:20 [2022-06-21T11:42:20.721Z] #83 ...
11:42:20 [2022-06-21T11:42:20.721Z] 
11:42:20 [2022-06-21T11:42:20.721Z] #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
11:42:20 [2022-06-21T11:42:20.721Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:42:21 [2022-06-21T11:42:21.242Z] #54 27.87 Updating files:  63% (1383/2177)
Updating files:  64% (1394/2177)
Updating files:  65% (1416/2177)
Updating files:  66% (1437/2177)
Updating files:  67% (1459/2177)
Updating files:  68% (1481/2177)
Updating files:  69% (1503/2177)
Updating files:  70% (1524/2177)
Updating files:  71% (1546/2177)
Updating files:  72% (1568/2177)
Updating files:  73% (1590/2177)
Updating files:  74% (1611/2177)
Updating files:  75% (1633/2177)
Updating files:  76% (1655/2177)
Updating files:  77% (1677/2177)
Updating files:  78% (1699/2177)
Updating files:  79% (1720/2177)
Updating files:  80% (1742/2177)
Updating files:  81% (1764/2177)
Updating files:  82% (1786/2177)
Updating files:  83% (1807/2177)
Updating files:  84% (1829/2177)
Updating files:  85% (1851/2177)
Updating files:  86% (1873/2177)
Updating files:  87% (1894/2177)
Updating files:  88% (1916/2177)
Updating files:  89% (1938/2177)
Updating files:  90% (1960/2177)
Updating files:  91% (1982/2177)
Updating files:  92% (2003/2177)
Updating files:  93% (2025/2177)
Updating files:  94% (2047/2177)
Updating files:  95% (2069/2177)
Updating files:  96% (2090/2177)
Updating files:  97% (2112/2177)
Updating files:  98% (2134/2177)
Updating files:  99% (2156/2177)
Updating files: 100% (2177/2177)
Updating files: 100% (2177/2177), done.
11:42:21 [2022-06-21T11:42:21.242Z] #54 28.81 + git checkout -q v2.3.0
11:42:23 [2022-06-21T11:42:23.782Z] #54 30.96 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
11:42:27 [2022-06-21T11:42:27.974Z] #54 ...
11:42:27 [2022-06-21T11:42:27.974Z] 
11:42:27 [2022-06-21T11:42:27.974Z] #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
11:42:27 [2022-06-21T11:42:27.974Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:42:27 [2022-06-21T11:42:27.974Z] #19 13.18 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [160 kB]
11:42:27 [2022-06-21T11:42:27.974Z] #19 13.20 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [141 kB]
11:42:27 [2022-06-21T11:42:27.974Z] #19 13.29 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:42:27 [2022-06-21T11:42:27.974Z] #19 13.33 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
11:42:27 [2022-06-21T11:42:27.974Z] #19 13.33 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB]
11:42:27 [2022-06-21T11:42:27.974Z] #19 13.33 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB]
11:42:27 [2022-06-21T11:42:27.974Z] #19 13.42 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
11:42:27 [2022-06-21T11:42:27.974Z] #19 13.43 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
11:42:27 [2022-06-21T11:42:27.974Z] #19 13.43 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:42:27 [2022-06-21T11:42:27.974Z] #19 13.43 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
11:42:27 [2022-06-21T11:42:27.974Z] #19 13.43 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
11:42:27 [2022-06-21T11:42:27.974Z] #19 13.47 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
11:42:28 [2022-06-21T11:42:28.163Z] Fetching without tags
11:42:28 [2022-06-21T11:42:28.234Z] #19 ...
11:42:28 [2022-06-21T11:42:28.234Z] 
11:42:28 [2022-06-21T11:42:28.234Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:42:28 [2022-06-21T11:42:28.234Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:42:28 [2022-06-21T11:42:28.234Z] #43 26.02 go: downloading github.com/russross/blackfriday/v2 v2.0.1
11:42:28 [2022-06-21T11:42:28.234Z] #43 26.18 go: downloading github.com/cilium/ebpf v0.7.0
11:42:28 [2022-06-21T11:42:28.234Z] #43 27.46 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
11:42:28 [2022-06-21T11:42:28.234Z] #43 ...
11:42:28 [2022-06-21T11:42:28.234Z] 
11:42:28 [2022-06-21T11:42:28.234Z] #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
11:42:28 [2022-06-21T11:42:28.234Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:42:28 [2022-06-21T11:42:28.234Z] #58 23.43 Reading package lists...
11:42:28 [2022-06-21T11:42:28.458Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 068ab5144244648bcba3b7261c41836a4ba5cf0f
11:42:28 [2022-06-21T11:42:28.819Z] Client: Docker Engine - Community
11:42:28 [2022-06-21T11:42:28.819Z]  Version:           20.10.14
11:42:28 [2022-06-21T11:42:28.819Z]  API version:       1.41
11:42:28 [2022-06-21T11:42:28.819Z]  Go version:        go1.16.15
11:42:28 [2022-06-21T11:42:28.819Z]  Git commit:        a224086
11:42:28 [2022-06-21T11:42:28.819Z]  Built:             Thu Mar 24 01:48:02 2022
11:42:28 [2022-06-21T11:42:28.819Z]  OS/Arch:           linux/amd64
11:42:28 [2022-06-21T11:42:28.819Z]  Context:           default
11:42:28 [2022-06-21T11:42:28.819Z]  Experimental:      true
11:42:28 [2022-06-21T11:42:28.819Z] 
11:42:28 [2022-06-21T11:42:28.819Z] Server: Docker Engine - Community
11:42:28 [2022-06-21T11:42:28.819Z]  Engine:
11:42:28 [2022-06-21T11:42:28.819Z]   Version:          20.10.14
11:42:28 [2022-06-21T11:42:28.819Z]   API version:      1.41 (minimum version 1.12)
11:42:28 [2022-06-21T11:42:28.819Z]   Go version:       go1.16.15
11:42:28 [2022-06-21T11:42:28.819Z]   Git commit:       87a90dc
11:42:28 [2022-06-21T11:42:28.819Z]   Built:            Thu Mar 24 01:45:53 2022
11:42:28 [2022-06-21T11:42:28.819Z]   OS/Arch:          linux/amd64
11:42:28 [2022-06-21T11:42:28.819Z]   Experimental:     true
11:42:28 [2022-06-21T11:42:28.819Z]  containerd:
11:42:28 [2022-06-21T11:42:28.819Z]   Version:          1.5.11
11:42:28 [2022-06-21T11:42:28.819Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
11:42:28 [2022-06-21T11:42:28.819Z]  runc:
11:42:28 [2022-06-21T11:42:28.819Z]   Version:          1.0.3
11:42:28 [2022-06-21T11:42:28.819Z]   GitCommit:        v1.0.3-0-gf46b6ba
11:42:28 [2022-06-21T11:42:28.819Z]  docker-init:
11:42:28 [2022-06-21T11:42:28.819Z]   Version:          0.19.0
11:42:28 [2022-06-21T11:42:28.819Z]   GitCommit:        de40ad0
[Pipeline] sh
11:42:29 [2022-06-21T11:42:29.135Z] + docker info
11:42:29 [2022-06-21T11:42:29.361Z] Merge succeeded, producing 068ab5144244648bcba3b7261c41836a4ba5cf0f
11:42:29 [2022-06-21T11:42:29.361Z] Checking out Revision 068ab5144244648bcba3b7261c41836a4ba5cf0f (PR-43731)
11:42:28 [2022-06-21T11:42:28.086Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:42:28 [2022-06-21T11:42:28.103Z]  > git config --add remote.origin.fetch +refs/pull/43731/head:refs/remotes/origin/PR-43731 # timeout=10
11:42:28 [2022-06-21T11:42:28.121Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:42:28 [2022-06-21T11:42:28.139Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:42:28 [2022-06-21T11:42:28.166Z] Fetching upstream changes from https://github.com/moby/moby.git
11:42:28 [2022-06-21T11:42:28.167Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:42:28 [2022-06-21T11:42:28.227Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43731/head:refs/remotes/origin/PR-43731 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:42:28 [2022-06-21T11:42:28.467Z]  > git config core.sparsecheckout # timeout=10
11:42:28 [2022-06-21T11:42:28.480Z]  > git checkout -f 068ab5144244648bcba3b7261c41836a4ba5cf0f # timeout=10
11:42:29 [2022-06-21T11:42:29.332Z]  > git remote # timeout=10
11:42:29 [2022-06-21T11:42:29.341Z]  > git config --get remote.origin.url # timeout=10
11:42:29 [2022-06-21T11:42:29.347Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:42:29 [2022-06-21T11:42:29.348Z]  > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10
11:42:29 [2022-06-21T11:42:29.356Z]  > git rev-parse HEAD^{commit} # timeout=10
11:42:29 [2022-06-21T11:42:29.364Z]  > git config core.sparsecheckout # timeout=10
11:42:29 [2022-06-21T11:42:29.367Z]  > git checkout -f 068ab5144244648bcba3b7261c41836a4ba5cf0f # timeout=10
11:42:30 [2022-06-21T11:42:30.770Z] Client:
11:42:30 [2022-06-21T11:42:30.770Z]  Context:    default
11:42:30 [2022-06-21T11:42:30.770Z]  Debug Mode: false
11:42:30 [2022-06-21T11:42:30.770Z]  Plugins:
11:42:30 [2022-06-21T11:42:30.770Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
11:42:30 [2022-06-21T11:42:30.770Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
11:42:30 [2022-06-21T11:42:30.770Z]   compose: Docker Compose (Docker Inc., v2.4.1)
11:42:30 [2022-06-21T11:42:30.770Z]   scan: Docker Scan (Docker Inc., v0.17.0)
11:42:30 [2022-06-21T11:42:30.770Z] 
11:42:30 [2022-06-21T11:42:30.770Z] Server:
11:42:30 [2022-06-21T11:42:30.770Z]  Containers: 0
11:42:30 [2022-06-21T11:42:30.770Z]   Running: 0
11:42:30 [2022-06-21T11:42:30.770Z]   Paused: 0
11:42:30 [2022-06-21T11:42:30.770Z]   Stopped: 0
11:42:30 [2022-06-21T11:42:30.770Z]  Images: 0
11:42:30 [2022-06-21T11:42:30.770Z]  Server Version: 20.10.14
11:42:30 [2022-06-21T11:42:30.770Z]  Storage Driver: overlay2
11:42:30 [2022-06-21T11:42:30.770Z]   Backing Filesystem: extfs
11:42:30 [2022-06-21T11:42:30.770Z]   Supports d_type: true
11:42:30 [2022-06-21T11:42:30.770Z]   Native Overlay Diff: true
11:42:30 [2022-06-21T11:42:30.770Z]   userxattr: false
11:42:30 [2022-06-21T11:42:30.770Z]  Logging Driver: json-file
11:42:30 [2022-06-21T11:42:30.770Z]  Cgroup Driver: cgroupfs
11:42:30 [2022-06-21T11:42:30.770Z]  Cgroup Version: 1
11:42:30 [2022-06-21T11:42:30.770Z]  Plugins:
11:42:30 [2022-06-21T11:42:30.770Z]   Volume: local
11:42:30 [2022-06-21T11:42:30.770Z]   Network: bridge host ipvlan macvlan null overlay
11:42:30 [2022-06-21T11:42:30.770Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:42:30 [2022-06-21T11:42:30.770Z]  Swarm: inactive
11:42:30 [2022-06-21T11:42:30.770Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:42:30 [2022-06-21T11:42:30.770Z]  Default Runtime: runc
11:42:30 [2022-06-21T11:42:30.770Z]  Init Binary: docker-init
11:42:30 [2022-06-21T11:42:30.770Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
11:42:30 [2022-06-21T11:42:30.770Z]  runc version: v1.0.3-0-gf46b6ba
11:42:30 [2022-06-21T11:42:30.770Z]  init version: de40ad0
11:42:30 [2022-06-21T11:42:30.770Z]  Security Options:
11:42:30 [2022-06-21T11:42:30.770Z]   apparmor
11:42:30 [2022-06-21T11:42:30.770Z]   seccomp
11:42:30 [2022-06-21T11:42:30.770Z]    Profile: default
11:42:30 [2022-06-21T11:42:30.770Z]  Kernel Version: 5.4.0-1071-aws
11:42:30 [2022-06-21T11:42:30.770Z]  Operating System: Ubuntu 18.04.6 LTS
11:42:30 [2022-06-21T11:42:30.770Z]  OSType: linux
11:42:30 [2022-06-21T11:42:30.770Z]  Architecture: x86_64
11:42:30 [2022-06-21T11:42:30.770Z]  CPUs: 2
11:42:30 [2022-06-21T11:42:30.770Z]  Total Memory: 7.565GiB
11:42:30 [2022-06-21T11:42:30.770Z]  Name: ip-10-100-51-95
11:42:30 [2022-06-21T11:42:30.770Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
11:42:30 [2022-06-21T11:42:30.770Z]  Docker Root Dir: /var/lib/docker
11:42:30 [2022-06-21T11:42:30.770Z]  Debug Mode: false
11:42:30 [2022-06-21T11:42:30.770Z]  Registry: https://index.docker.io/v1/
11:42:30 [2022-06-21T11:42:30.770Z]  Labels:
11:42:30 [2022-06-21T11:42:30.770Z]  Experimental: true
11:42:30 [2022-06-21T11:42:30.770Z]  Insecure Registries:
11:42:30 [2022-06-21T11:42:30.770Z]   127.0.0.0/8
11:42:30 [2022-06-21T11:42:30.770Z]  Live Restore Enabled: true
11:42:30 [2022-06-21T11:42:30.770Z] 
11:42:30 [2022-06-21T11:42:30.770Z] WARNING: No swap limit support
[Pipeline] sh
11:42:31 [2022-06-21T11:42:31.106Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
11:42:31 [2022-06-21T11:42:31.106Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
11:42:31 [2022-06-21T11:42:31.106Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43731/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
11:42:31 [2022-06-21T11:42:31.106Z] + bash /home/ubuntu/workspace/moby_PR-43731/check-config.sh
11:42:31 [2022-06-21T11:42:31.106Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
11:42:31 [2022-06-21T11:42:31.106Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
11:42:31 [2022-06-21T11:42:31.106Z] 
11:42:31 [2022-06-21T11:42:31.106Z] Generally Necessary:
11:42:31 [2022-06-21T11:42:31.106Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
11:42:31 [2022-06-21T11:42:31.106Z] - apparmor: enabled and tools installed
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_NAMESPACES: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_NET_NS: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_PID_NS: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_IPC_NS: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_UTS_NS: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_CGROUPS: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_CGROUP_CPUACCT: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_CGROUP_DEVICE: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_CGROUP_FREEZER: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_CGROUP_SCHED: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_CPUSETS: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_MEMCG: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_KEYS: enabled
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_VETH: enabled (as module)
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_BRIDGE: enabled (as module)
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_IP_NF_FILTER: enabled (as module)
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
11:42:31 [2022-06-21T11:42:31.106Z] - CONFIG_IP_NF_NAT: enabled (as module)
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_NF_NAT: enabled (as module)
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_POSIX_MQUEUE: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_CGROUP_BPF: enabled
11:42:31 [2022-06-21T11:42:31.380Z] 
11:42:31 [2022-06-21T11:42:31.380Z] Optional Features:
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_USER_NS: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_SECCOMP: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_SECCOMP_FILTER: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_CGROUP_PIDS: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_MEMCG_SWAP: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
11:42:31 [2022-06-21T11:42:31.380Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_BLK_CGROUP: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_BLK_DEV_THROTTLING: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_CGROUP_PERF: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_CGROUP_HUGETLB: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_CGROUP_NET_PRIO: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_CFS_BANDWIDTH: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_FAIR_GROUP_SCHED: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_RT_GROUP_SCHED: missing
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_IP_VS: enabled (as module)
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_IP_VS_NFCT: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_IP_VS_PROTO_TCP: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_IP_VS_PROTO_UDP: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_IP_VS_RR: enabled (as module)
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_SECURITY_SELINUX: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_SECURITY_APPARMOR: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_EXT4_FS: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - CONFIG_EXT4_FS_SECURITY: enabled
11:42:31 [2022-06-21T11:42:31.380Z] - Network Drivers:
11:42:31 [2022-06-21T11:42:31.380Z]   - "overlay":
11:42:31 [2022-06-21T11:42:31.380Z]     - CONFIG_VXLAN: enabled (as module)
11:42:31 [2022-06-21T11:42:31.380Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
11:42:31 [2022-06-21T11:42:31.380Z]       Optional (for encrypted networks):
11:42:31 [2022-06-21T11:42:31.380Z]       - CONFIG_CRYPTO: enabled
11:42:31 [2022-06-21T11:42:31.380Z]       - CONFIG_CRYPTO_AEAD: enabled
11:42:31 [2022-06-21T11:42:31.380Z]       - CONFIG_CRYPTO_GCM: enabled
11:42:31 [2022-06-21T11:42:31.380Z]       - CONFIG_CRYPTO_SEQIV: enabled
11:42:31 [2022-06-21T11:42:31.380Z]       - CONFIG_CRYPTO_GHASH: enabled
11:42:31 [2022-06-21T11:42:31.380Z]       - CONFIG_XFRM: enabled
11:42:31 [2022-06-21T11:42:31.380Z]       - CONFIG_XFRM_USER: enabled (as module)
11:42:31 [2022-06-21T11:42:31.380Z]       - CONFIG_XFRM_ALGO: enabled (as module)
11:42:31 [2022-06-21T11:42:31.380Z]       - CONFIG_INET_ESP: enabled (as module)
11:42:31 [2022-06-21T11:42:31.380Z]   - "ipvlan":
11:42:31 [2022-06-21T11:42:31.521Z] #58 31.41 Reading package lists...
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_IPVLAN: enabled (as module)
11:42:31 [2022-06-21T11:42:31.652Z]   - "macvlan":
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_MACVLAN: enabled (as module)
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_DUMMY: enabled (as module)
11:42:31 [2022-06-21T11:42:31.652Z]   - "ftp,tftp client in container":
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
11:42:31 [2022-06-21T11:42:31.652Z] - Storage Drivers:
11:42:31 [2022-06-21T11:42:31.652Z]   - "aufs":
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_AUFS_FS: enabled (as module)
11:42:31 [2022-06-21T11:42:31.652Z]   - "btrfs":
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_BTRFS_FS: enabled (as module)
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
11:42:31 [2022-06-21T11:42:31.652Z]   - "devicemapper":
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_BLK_DEV_DM: enabled
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
11:42:31 [2022-06-21T11:42:31.652Z]   - "overlay":
11:42:31 [2022-06-21T11:42:31.652Z]     - CONFIG_OVERLAY_FS: enabled (as module)
11:42:31 [2022-06-21T11:42:31.652Z]   - "zfs":
11:42:31 [2022-06-21T11:42:31.652Z]     - /dev/zfs: present
11:42:31 [2022-06-21T11:42:31.652Z]     - zfs command: missing
11:42:31 [2022-06-21T11:42:31.652Z]     - zpool command: missing
11:42:31 [2022-06-21T11:42:31.652Z] 
11:42:31 [2022-06-21T11:42:31.652Z] Limits:
11:42:31 [2022-06-21T11:42:31.652Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
11:42:31 [2022-06-21T11:42:31.652Z] 
11:42:31 [2022-06-21T11:42:31.652Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
11:42:31 [2022-06-21T11:42:31.999Z] + sudo modprobe ip_vs
11:42:31 [2022-06-21T11:42:31.999Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:068ab5144244648bcba3b7261c41836a4ba5cf0f .
11:42:32 [2022-06-21T11:42:32.262Z] #1 [internal] load build definition from Dockerfile
11:42:32 [2022-06-21T11:42:32.262Z] #1 sha256:59ad645b69a4806e925e65e1eaec2b5bc7de5e17f03b0283bd5d33a99abdb6b4
11:42:32 [2022-06-21T11:42:32.262Z] #1 transferring dockerfile: 18.90kB done
11:42:32 [2022-06-21T11:42:32.526Z] #1 DONE 0.2s
11:42:32 [2022-06-21T11:42:32.526Z] 
11:42:32 [2022-06-21T11:42:32.526Z] #2 [internal] load .dockerignore
11:42:32 [2022-06-21T11:42:32.526Z] #2 sha256:4ed7fefdfb27a9118f69d675167c73194261b2c4774ee3582988682819ecad96
11:42:32 [2022-06-21T11:42:32.526Z] #2 transferring context: 145B done
11:42:32 [2022-06-21T11:42:32.526Z] #2 DONE 0.1s
11:42:32 [2022-06-21T11:42:32.526Z] 
11:42:32 [2022-06-21T11:42:32.526Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
11:42:32 [2022-06-21T11:42:32.526Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
11:42:32 [2022-06-21T11:42:32.717Z] #58 39.23 Building dependency tree...
11:42:32 [2022-06-21T11:42:32.717Z] #58 ...
11:42:32 [2022-06-21T11:42:32.717Z] 
11:42:32 [2022-06-21T11:42:32.717Z] #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             ;
11:42:32 [2022-06-21T11:42:32.717Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:42:32 [2022-06-21T11:42:32.717Z] #83 23.41 Reading package lists...
11:42:32 [2022-06-21T11:42:32.717Z] #83 30.65 Reading package lists...
11:42:32 [2022-06-21T11:42:32.717Z] #83 38.42 Building dependency tree...
11:42:32 [2022-06-21T11:42:32.717Z] #83 ...
11:42:32 [2022-06-21T11:42:32.717Z] 
11:42:32 [2022-06-21T11:42:32.717Z] #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.44.0"      && /build/golangci-lint --version
11:42:32 [2022-06-21T11:42:32.717Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:42:32 [2022-06-21T11:42:32.717Z] #62 40.55 go: downloading github.com/fatih/color v1.13.0
11:42:32 [2022-06-21T11:42:32.717Z] #62 40.55 go: downloading github.com/gofrs/flock v0.8.1
11:42:32 [2022-06-21T11:42:32.717Z] #62 40.70 go: downloading github.com/spf13/cobra v1.3.0
11:42:32 [2022-06-21T11:42:32.717Z] #62 40.76 go: downloading github.com/spf13/viper v1.10.1
11:42:33 [2022-06-21T11:42:33.101Z] #3 DONE 0.5s
11:42:33 [2022-06-21T11:42:33.101Z] 
11:42:33 [2022-06-21T11:42:33.101Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
11:42:33 [2022-06-21T11:42:33.101Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
11:42:33 [2022-06-21T11:42:33.101Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
11:42:33 [2022-06-21T11:42:33.101Z] #4 DONE 0.0s
11:42:33 [2022-06-21T11:42:33.101Z] 
11:42:33 [2022-06-21T11:42:33.101Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
11:42:33 [2022-06-21T11:42:33.101Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
11:42:33 [2022-06-21T11:42:33.101Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
11:42:33 [2022-06-21T11:42:33.101Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
11:42:33 [2022-06-21T11:42:33.101Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
11:42:33 [2022-06-21T11:42:33.101Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
11:42:33 [2022-06-21T11:42:33.319Z] Commit message: "layer: layerstore.Cleanup(): improve some logging"
11:42:33 [2022-06-21T11:42:33.348Z] #62 41.28 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
11:42:33 [2022-06-21T11:42:33.338Z]  > git --version # timeout=10
11:42:33 [2022-06-21T11:42:33.343Z]  > git --version # 'git version 2.25.1'
11:42:33 [2022-06-21T11:42:33.350Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
11:42:33 [2022-06-21T11:42:33.363Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done
11:42:33 [2022-06-21T11:42:33.363Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
11:42:33 [2022-06-21T11:42:33.917Z] #62 41.90 go: downloading github.com/mattn/go-colorable v0.1.12
11:42:33 [2022-06-21T11:42:33.941Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done
11:42:33 [2022-06-21T11:42:33.941Z] #4 DONE 0.9s
11:42:34 [2022-06-21T11:42:34.177Z] #62 41.91 go: downloading github.com/mattn/go-isatty v0.0.14
11:42:34 [2022-06-21T11:42:34.177Z] #62 42.05 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
11:42:34 [2022-06-21T11:42:34.177Z] #62 42.09 go: downloading github.com/go-critic/go-critic v0.6.2
11:42:34 [2022-06-21T11:42:34.205Z] 
11:42:34 [2022-06-21T11:42:34.205Z] #5 [internal] load build definition from Dockerfile
11:42:34 [2022-06-21T11:42:34.205Z] #5 sha256:201134e3214ec74d6edace2425224c14c63d9a2fee59af7c6f204616f47ac959
11:42:34 [2022-06-21T11:42:34.205Z] #5 DONE 0.0s
11:42:34 [2022-06-21T11:42:34.205Z] 
11:42:34 [2022-06-21T11:42:34.205Z] #6 [internal] load .dockerignore
11:42:34 [2022-06-21T11:42:34.205Z] #6 sha256:f6908b0b21a85046cbec1cd5143bca18311b2eb16e5cc4409c5e00672a031320
11:42:34 [2022-06-21T11:42:34.205Z] #6 DONE 0.0s
11:42:34 [2022-06-21T11:42:34.205Z] 
11:42:34 [2022-06-21T11:42:34.205Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
11:42:34 [2022-06-21T11:42:34.205Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
11:42:34 [2022-06-21T11:42:34.265Z] + docker version
11:42:34 [2022-06-21T11:42:34.278Z] Client:
11:42:34 [2022-06-21T11:42:34.278Z]  Context:    default
11:42:34 [2022-06-21T11:42:34.278Z]  Debug Mode: false
11:42:34 [2022-06-21T11:42:34.278Z]  Plugins:
11:42:34 [2022-06-21T11:42:34.278Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
11:42:34 [2022-06-21T11:42:34.278Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
11:42:34 [2022-06-21T11:42:34.278Z]   compose: Docker Compose (Docker Inc., v2.4.1)
11:42:34 [2022-06-21T11:42:34.278Z]   scan: Docker Scan (Docker Inc., v0.17.0)
11:42:34 [2022-06-21T11:42:34.278Z] 
11:42:34 [2022-06-21T11:42:34.278Z] Server:
11:42:34 [2022-06-21T11:42:34.278Z]  Containers: 0
11:42:34 [2022-06-21T11:42:34.278Z]   Running: 0
11:42:34 [2022-06-21T11:42:34.278Z]   Paused: 0
11:42:34 [2022-06-21T11:42:34.278Z]   Stopped: 0
11:42:34 [2022-06-21T11:42:34.278Z]  Images: 0
11:42:34 [2022-06-21T11:42:34.278Z]  Server Version: 20.10.14
11:42:34 [2022-06-21T11:42:34.278Z]  Storage Driver: overlay2
11:42:34 [2022-06-21T11:42:34.278Z]   Backing Filesystem: extfs
11:42:34 [2022-06-21T11:42:34.278Z]   Supports d_type: true
11:42:34 [2022-06-21T11:42:34.278Z]   Native Overlay Diff: true
11:42:34 [2022-06-21T11:42:34.278Z]   userxattr: false
11:42:34 [2022-06-21T11:42:34.278Z]  Logging Driver: json-file
11:42:34 [2022-06-21T11:42:34.278Z]  Cgroup Driver: cgroupfs
11:42:34 [2022-06-21T11:42:34.278Z]  Cgroup Version: 1
11:42:34 [2022-06-21T11:42:34.278Z]  Plugins:
11:42:34 [2022-06-21T11:42:34.278Z]   Volume: local
11:42:34 [2022-06-21T11:42:34.278Z]   Network: bridge host ipvlan macvlan null overlay
11:42:34 [2022-06-21T11:42:34.278Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:42:34 [2022-06-21T11:42:34.278Z]  Swarm: inactive
11:42:34 [2022-06-21T11:42:34.278Z]  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:42:34 [2022-06-21T11:42:34.278Z]  Default Runtime: runc
11:42:34 [2022-06-21T11:42:34.278Z]  Init Binary: docker-init
11:42:34 [2022-06-21T11:42:34.278Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
11:42:34 [2022-06-21T11:42:34.278Z]  runc version: v1.0.3-0-gf46b6ba
11:42:34 [2022-06-21T11:42:34.278Z]  init version: de40ad0
11:42:34 [2022-06-21T11:42:34.278Z]  Security Options:
11:42:34 [2022-06-21T11:42:34.278Z]   apparmor
11:42:34 [2022-06-21T11:42:34.278Z]   seccomp
11:42:34 [2022-06-21T11:42:34.278Z]    Profile: default
11:42:34 [2022-06-21T11:42:34.278Z]  Kernel Version: 5.4.0-1071-aws
11:42:34 [2022-06-21T11:42:34.278Z]  Operating System: Ubuntu 18.04.6 LTS
11:42:34 [2022-06-21T11:42:34.278Z]  OSType: linux
11:42:34 [2022-06-21T11:42:34.278Z]  Architecture: x86_64
11:42:34 [2022-06-21T11:42:34.278Z]  CPUs: 2
11:42:34 [2022-06-21T11:42:34.278Z]  Total Memory: 7.483GiB
11:42:34 [2022-06-21T11:42:34.278Z]  Name: ip-10-100-82-55
11:42:34 [2022-06-21T11:42:34.278Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
11:42:34 [2022-06-21T11:42:34.278Z]  Docker Root Dir: /var/lib/docker
11:42:34 [2022-06-21T11:42:34.278Z]  Debug Mode: false
11:42:34 [2022-06-21T11:42:34.278Z]  Registry: https://index.docker.io/v1/
11:42:34 [2022-06-21T11:42:34.278Z]  Labels:
11:42:34 [2022-06-21T11:42:34.278Z]  Experimental: true
11:42:34 [2022-06-21T11:42:34.278Z]  Insecure Registries:
11:42:34 [2022-06-21T11:42:34.278Z]   127.0.0.0/8
11:42:34 [2022-06-21T11:42:34.278Z]  Live Restore Enabled: true
11:42:34 [2022-06-21T11:42:34.278Z] 
11:42:34 [2022-06-21T11:42:34.278Z] WARNING: No swap limit support
[Pipeline] sh
11:42:34 [2022-06-21T11:42:34.572Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
11:42:34 [2022-06-21T11:42:34.572Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
11:42:34 [2022-06-21T11:42:34.572Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43731/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
11:42:34 [2022-06-21T11:42:34.572Z] + bash /home/ubuntu/workspace/moby_PR-43731/check-config.sh
11:42:34 [2022-06-21T11:42:34.572Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
11:42:34 [2022-06-21T11:42:34.572Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
11:42:34 [2022-06-21T11:42:34.572Z] 
11:42:34 [2022-06-21T11:42:34.572Z] Generally Necessary:
11:42:34 [2022-06-21T11:42:34.572Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
11:42:34 [2022-06-21T11:42:34.572Z] - apparmor: enabled and tools installed
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_NAMESPACES: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_NET_NS: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_PID_NS: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_IPC_NS: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_UTS_NS: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_CGROUPS: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_CGROUP_CPUACCT: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_CGROUP_DEVICE: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_CGROUP_FREEZER: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_CGROUP_SCHED: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_CPUSETS: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_MEMCG: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_KEYS: enabled
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_VETH: enabled (as module)
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_BRIDGE: enabled (as module)
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
11:42:34 [2022-06-21T11:42:34.572Z] - CONFIG_IP_NF_FILTER: enabled (as module)
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_IP_NF_NAT: enabled (as module)
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_NF_NAT: enabled (as module)
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_POSIX_MQUEUE: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_CGROUP_BPF: enabled
11:42:34 [2022-06-21T11:42:34.831Z] 
11:42:34 [2022-06-21T11:42:34.831Z] Optional Features:
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_USER_NS: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_SECCOMP: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_SECCOMP_FILTER: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_CGROUP_PIDS: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_MEMCG_SWAP: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
11:42:34 [2022-06-21T11:42:34.831Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_BLK_CGROUP: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_BLK_DEV_THROTTLING: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_CGROUP_PERF: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_CGROUP_HUGETLB: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_CGROUP_NET_PRIO: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_CFS_BANDWIDTH: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_FAIR_GROUP_SCHED: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_RT_GROUP_SCHED: missing
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_IP_VS: enabled (as module)
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_IP_VS_NFCT: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_IP_VS_PROTO_TCP: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_IP_VS_PROTO_UDP: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_IP_VS_RR: enabled (as module)
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_SECURITY_SELINUX: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_SECURITY_APPARMOR: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_EXT4_FS: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - CONFIG_EXT4_FS_SECURITY: enabled
11:42:34 [2022-06-21T11:42:34.831Z] - Network Drivers:
11:42:35 [2022-06-21T11:42:35.089Z]   - "overlay":
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_VXLAN: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
11:42:35 [2022-06-21T11:42:35.089Z]       Optional (for encrypted networks):
11:42:35 [2022-06-21T11:42:35.089Z]       - CONFIG_CRYPTO: enabled
11:42:35 [2022-06-21T11:42:35.089Z]       - CONFIG_CRYPTO_AEAD: enabled
11:42:35 [2022-06-21T11:42:35.089Z]       - CONFIG_CRYPTO_GCM: enabled
11:42:35 [2022-06-21T11:42:35.089Z]       - CONFIG_CRYPTO_SEQIV: enabled
11:42:35 [2022-06-21T11:42:35.089Z]       - CONFIG_CRYPTO_GHASH: enabled
11:42:35 [2022-06-21T11:42:35.089Z]       - CONFIG_XFRM: enabled
11:42:35 [2022-06-21T11:42:35.089Z]       - CONFIG_XFRM_USER: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]       - CONFIG_XFRM_ALGO: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]       - CONFIG_INET_ESP: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]   - "ipvlan":
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_IPVLAN: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]   - "macvlan":
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_MACVLAN: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_DUMMY: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]   - "ftp,tftp client in container":
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z] - Storage Drivers:
11:42:35 [2022-06-21T11:42:35.089Z]   - "aufs":
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_AUFS_FS: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]   - "btrfs":
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_BTRFS_FS: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
11:42:35 [2022-06-21T11:42:35.089Z]   - "devicemapper":
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_BLK_DEV_DM: enabled
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]   - "overlay":
11:42:35 [2022-06-21T11:42:35.089Z]     - CONFIG_OVERLAY_FS: enabled (as module)
11:42:35 [2022-06-21T11:42:35.089Z]   - "zfs":
11:42:35 [2022-06-21T11:42:35.089Z]     - /dev/zfs: present
11:42:35 [2022-06-21T11:42:35.089Z]     - zfs command: missing
11:42:35 [2022-06-21T11:42:35.089Z]     - zpool command: missing
11:42:35 [2022-06-21T11:42:35.089Z] 
11:42:35 [2022-06-21T11:42:35.089Z] Limits:
11:42:35 [2022-06-21T11:42:35.089Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
11:42:35 [2022-06-21T11:42:35.089Z] 
11:42:35 [2022-06-21T11:42:35.089Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
11:42:35 [2022-06-21T11:42:35.164Z] #10 ...
11:42:35 [2022-06-21T11:42:35.164Z] 
11:42:35 [2022-06-21T11:42:35.164Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:42:35 [2022-06-21T11:42:35.164Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
11:42:35 [2022-06-21T11:42:35.164Z] #9 DONE 0.9s
11:42:35 [2022-06-21T11:42:35.164Z] 
11:42:35 [2022-06-21T11:42:35.164Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:42:35 [2022-06-21T11:42:35.164Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
11:42:35 [2022-06-21T11:42:35.164Z] #8 DONE 0.9s
11:42:35 [2022-06-21T11:42:35.164Z] 
11:42:35 [2022-06-21T11:42:35.164Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
11:42:35 [2022-06-21T11:42:35.164Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
11:42:35 [2022-06-21T11:42:35.164Z] #10 DONE 1.0s
11:42:35 [2022-06-21T11:42:35.164Z] 
11:42:35 [2022-06-21T11:42:35.164Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
11:42:35 [2022-06-21T11:42:35.164Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049
11:42:35 [2022-06-21T11:42:35.164Z] #7 DONE 1.1s
11:42:35 [2022-06-21T11:42:35.424Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:068ab5144244648bcba3b7261c41836a4ba5cf0f .
11:42:35 [2022-06-21T11:42:35.681Z] #1 [internal] load build definition from Dockerfile
11:42:35 [2022-06-21T11:42:35.681Z] #1 sha256:98c34a91405156785f9b2c688b7514765af44337ae4cdaf28ce735b75d74f02a
11:42:35 [2022-06-21T11:42:35.681Z] #1 transferring dockerfile:
11:42:35 [2022-06-21T11:42:35.943Z] #1 transferring dockerfile: 18.90kB done
11:42:35 [2022-06-21T11:42:35.943Z] #1 DONE 0.2s
11:42:35 [2022-06-21T11:42:35.943Z] 
11:42:35 [2022-06-21T11:42:35.943Z] #2 [internal] load .dockerignore
11:42:35 [2022-06-21T11:42:35.943Z] #2 sha256:e6dc1b8917cfad0a468dd7876b2f87d595d32e8041a61154ac9c5587bfe51ec4
11:42:35 [2022-06-21T11:42:35.943Z] #2 transferring context: 145B done
11:42:35 [2022-06-21T11:42:35.943Z] #2 DONE 0.2s
11:42:35 [2022-06-21T11:42:35.943Z] 
11:42:35 [2022-06-21T11:42:35.943Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
11:42:35 [2022-06-21T11:42:35.943Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
11:42:36 [2022-06-21T11:42:36.081Z] #62 43.74 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:42:36 [2022-06-21T11:42:36.081Z] #62 43.78 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:42:36 [2022-06-21T11:42:36.201Z] #3 DONE 0.4s
11:42:36 [2022-06-21T11:42:36.460Z] 
11:42:36 [2022-06-21T11:42:36.460Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
11:42:36 [2022-06-21T11:42:36.460Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
11:42:36 [2022-06-21T11:42:36.460Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
11:42:36 [2022-06-21T11:42:36.460Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
11:42:36 [2022-06-21T11:42:36.460Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
11:42:36 [2022-06-21T11:42:36.460Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
11:42:36 [2022-06-21T11:42:36.460Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 5.24MB / 9.67MB 0.1s
11:42:36 [2022-06-21T11:42:36.460Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
11:42:36 [2022-06-21T11:42:36.694Z] 
11:42:36 [2022-06-21T11:42:36.695Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:42:36 [2022-06-21T11:42:36.695Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:42:36 [2022-06-21T11:42:36.695Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.1s done
11:42:36 [2022-06-21T11:42:36.695Z] #11 DONE 0.1s
11:42:36 [2022-06-21T11:42:36.695Z] 
11:42:36 [2022-06-21T11:42:36.695Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:42:36 [2022-06-21T11:42:36.695Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:42:36 [2022-06-21T11:42:36.695Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.1s done
11:42:36 [2022-06-21T11:42:36.695Z] #28 DONE 0.1s
11:42:36 [2022-06-21T11:42:36.695Z] 
11:42:36 [2022-06-21T11:42:36.695Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:42:36 [2022-06-21T11:42:36.695Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
11:42:36 [2022-06-21T11:42:36.695Z] #73 DONE 0.1s
11:42:36 [2022-06-21T11:42:36.695Z] 
11:42:36 [2022-06-21T11:42:36.695Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:42:36 [2022-06-21T11:42:36.695Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
11:42:36 [2022-06-21T11:42:36.695Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
11:42:36 [2022-06-21T11:42:36.695Z] #71 DONE 0.1s
11:42:36 [2022-06-21T11:42:36.695Z] 
11:42:36 [2022-06-21T11:42:36.695Z] #24 [internal] load build context
11:42:36 [2022-06-21T11:42:36.695Z] #24 sha256:695568f9f4da643be5ef76717a7397dc521ed95316afbe1001d8f8c9425312d8
11:42:36 [2022-06-21T11:42:36.718Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done
11:42:36 [2022-06-21T11:42:36.718Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
11:42:37 [2022-06-21T11:42:37.279Z] #24 ...
11:42:37 [2022-06-21T11:42:37.279Z] 
11:42:37 [2022-06-21T11:42:37.279Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
11:42:37 [2022-06-21T11:42:37.279Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
11:42:37 [2022-06-21T11:42:37.279Z] #49 DONE 0.0s
11:42:37 [2022-06-21T11:42:37.279Z] 
11:42:37 [2022-06-21T11:42:37.279Z] #24 [internal] load build context
11:42:37 [2022-06-21T11:42:37.279Z] #24 sha256:695568f9f4da643be5ef76717a7397dc521ed95316afbe1001d8f8c9425312d8
11:42:37 [2022-06-21T11:42:37.282Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done
11:42:37 [2022-06-21T11:42:37.551Z] #24 transferring context: 7.72MB 1.0s
11:42:38 [2022-06-21T11:42:38.219Z] #4 DONE 1.6s
11:42:38 [2022-06-21T11:42:38.219Z] 
11:42:38 [2022-06-21T11:42:38.219Z] #6 [internal] load build definition from Dockerfile
11:42:38 [2022-06-21T11:42:38.219Z] #6 sha256:1a94ad114b1825a626bca1bb3a16e8bd74df450284a76fd32ad889b31f9013a4
11:42:38 [2022-06-21T11:42:38.219Z] #6 DONE 0.0s
11:42:38 [2022-06-21T11:42:38.219Z] 
11:42:38 [2022-06-21T11:42:38.219Z] #5 [internal] load .dockerignore
11:42:38 [2022-06-21T11:42:38.219Z] #5 sha256:1c4104f3e73e5d1918e8610261cb311faa9139cd392cb11943fc4963f1833492
11:42:38 [2022-06-21T11:42:38.219Z] #5 DONE 0.0s
11:42:38 [2022-06-21T11:42:38.219Z] 
11:42:38 [2022-06-21T11:42:38.219Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:42:38 [2022-06-21T11:42:38.219Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
11:42:38 [2022-06-21T11:42:38.618Z] #62 ...
11:42:38 [2022-06-21T11:42:38.618Z] 
11:42:38 [2022-06-21T11:42:38.618Z] #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             ;
11:42:38 [2022-06-21T11:42:38.618Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:42:38 [2022-06-21T11:42:38.618Z] #83 43.73 python3 is already the newest version (3.9.2-3).
11:42:38 [2022-06-21T11:42:38.618Z] #83 43.73 The following additional packages will be installed:
11:42:38 [2022-06-21T11:42:38.618Z] #83 43.76   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
11:42:38 [2022-06-21T11:42:38.618Z] #83 43.77   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
11:42:38 [2022-06-21T11:42:38.618Z] #83 43.77 Suggested packages:
11:42:38 [2022-06-21T11:42:38.618Z] #83 43.80   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
11:42:38 [2022-06-21T11:42:38.618Z] #83 43.80   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
11:42:38 [2022-06-21T11:42:38.618Z] #83 43.80   m4-doc ed diffutils-doc
11:42:38 [2022-06-21T11:42:38.618Z] #83 43.80 Recommended packages:
11:42:38 [2022-06-21T11:42:38.618Z] #83 43.80   fakeroot libalgorithm-merge-perl libltdl-dev
11:42:38 [2022-06-21T11:42:38.618Z] #83 45.77 The following NEW packages will be installed:
11:42:38 [2022-06-21T11:42:38.618Z] #83 45.79   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
11:42:38 [2022-06-21T11:42:38.618Z] #83 45.79   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
11:42:38 [2022-06-21T11:42:38.618Z] #83 45.81   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
11:42:38 [2022-06-21T11:42:38.618Z] #83 45.81   libyajl2 m4 patch xz-utils
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.39 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.39 Need to get 5939 kB of archives.
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.39 After this operation, 18.7 MB of additional disk space will be used.
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.39 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.40 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.41 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.43 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.43 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.47 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.50 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.52 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.60 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:42:38 [2022-06-21T11:42:38.618Z] #83 46.61 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB]
11:42:38 [2022-06-21T11:42:38.784Z] #10 DONE 0.7s
11:42:38 [2022-06-21T11:42:38.784Z] 
11:42:38 [2022-06-21T11:42:38.784Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:42:38 [2022-06-21T11:42:38.784Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
11:42:38 [2022-06-21T11:42:38.878Z] #83 46.81 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
11:42:38 [2022-06-21T11:42:38.879Z] #83 46.82 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
11:42:38 [2022-06-21T11:42:38.879Z] #83 46.83 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
11:42:38 [2022-06-21T11:42:38.879Z] #83 46.84 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:42:38 [2022-06-21T11:42:38.879Z] #83 46.85 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
11:42:38 [2022-06-21T11:42:38.879Z] #83 46.85 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:42:38 [2022-06-21T11:42:38.879Z] #83 46.86 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
11:42:38 [2022-06-21T11:42:38.879Z] #83 46.90 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
11:42:38 [2022-06-21T11:42:38.879Z] #83 46.96 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
11:42:39 [2022-06-21T11:42:39.043Z] #9 DONE 0.8s
11:42:39 [2022-06-21T11:42:39.043Z] 
11:42:39 [2022-06-21T11:42:39.043Z] #8 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
11:42:39 [2022-06-21T11:42:39.043Z] #8 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049
11:42:39 [2022-06-21T11:42:39.043Z] #8 DONE 0.8s
11:42:39 [2022-06-21T11:42:39.043Z] 
11:42:39 [2022-06-21T11:42:39.043Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
11:42:39 [2022-06-21T11:42:39.043Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
11:42:39 [2022-06-21T11:42:39.043Z] #7 DONE 0.8s
11:42:39 [2022-06-21T11:42:39.138Z] #83 46.99 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
11:42:39 [2022-06-21T11:42:39.138Z] #83 46.99 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
11:42:39 [2022-06-21T11:42:39.611Z] 
11:42:39 [2022-06-21T11:42:39.611Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:42:39 [2022-06-21T11:42:39.611Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
11:42:39 [2022-06-21T11:42:39.611Z] #73 DONE 0.0s
11:42:39 [2022-06-21T11:42:39.611Z] 
11:42:39 [2022-06-21T11:42:39.611Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:42:39 [2022-06-21T11:42:39.611Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
11:42:39 [2022-06-21T11:42:39.611Z] #71 DONE 0.0s
11:42:39 [2022-06-21T11:42:39.611Z] 
11:42:39 [2022-06-21T11:42:39.611Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:42:39 [2022-06-21T11:42:39.611Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:42:39 [2022-06-21T11:42:39.611Z] #11 DONE 0.0s
11:42:39 [2022-06-21T11:42:39.611Z] 
11:42:39 [2022-06-21T11:42:39.611Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:42:39 [2022-06-21T11:42:39.611Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:42:39 [2022-06-21T11:42:39.611Z] #28 DONE 0.0s
11:42:39 [2022-06-21T11:42:39.611Z] 
11:42:39 [2022-06-21T11:42:39.611Z] #24 [internal] load build context
11:42:39 [2022-06-21T11:42:39.611Z] #24 sha256:212d96af1ebc178e90b4c080697995c42db164d4d1799511a8ded6d3e5660985
11:42:40 [2022-06-21T11:42:40.076Z] #83 ...
11:42:40 [2022-06-21T11:42:40.076Z] 
11:42:40 [2022-06-21T11:42:40.076Z] #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
11:42:40 [2022-06-21T11:42:40.076Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
11:42:40 [2022-06-21T11:42:40.076Z] #64 47.26 v3.0.2
11:42:40 [2022-06-21T11:42:40.076Z] #64 DONE 47.8s
11:42:40 [2022-06-21T11:42:40.076Z] 
11:42:40 [2022-06-21T11:42:40.076Z] #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
11:42:40 [2022-06-21T11:42:40.076Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:42:40 [2022-06-21T11:42:40.076Z] #58 39.23 Building dependency tree...
11:42:40 [2022-06-21T11:42:40.076Z] #58 44.70 The following additional packages will be installed:
11:42:40 [2022-06-21T11:42:40.076Z] #58 44.73   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
11:42:40 [2022-06-21T11:42:40.076Z] #58 44.74   python3-protobuf python3-six
11:42:40 [2022-06-21T11:42:40.076Z] #58 44.74 Suggested packages:
11:42:40 [2022-06-21T11:42:40.076Z] #58 44.78   python3-setuptools
11:42:40 [2022-06-21T11:42:40.076Z] #58 44.78 Recommended packages:
11:42:40 [2022-06-21T11:42:40.076Z] #58 44.78   iproute2 | iproute
11:42:40 [2022-06-21T11:42:40.076Z] #58 45.62 The following NEW packages will be installed:
11:42:40 [2022-06-21T11:42:40.076Z] #58 45.63   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
11:42:40 [2022-06-21T11:42:40.076Z] #58 45.64   python3-protobuf python3-six
11:42:40 [2022-06-21T11:42:40.076Z] #58 46.22 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
11:42:40 [2022-06-21T11:42:40.076Z] #58 46.22 Need to get 2314 kB of archives.
11:42:40 [2022-06-21T11:42:40.076Z] #58 46.22 After this operation, 11.1 MB of additional disk space will be used.
11:42:40 [2022-06-21T11:42:40.076Z] #58 46.22 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
11:42:40 [2022-06-21T11:42:40.077Z] #58 46.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:42:40 [2022-06-21T11:42:40.077Z] #58 46.29 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
11:42:40 [2022-06-21T11:42:40.077Z] #58 46.31 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
11:42:40 [2022-06-21T11:42:40.077Z] #58 46.35 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
11:42:40 [2022-06-21T11:42:40.077Z] #58 46.35 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
11:42:40 [2022-06-21T11:42:40.077Z] #58 46.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:42:40 [2022-06-21T11:42:40.180Z] #24 ...
11:42:40 [2022-06-21T11:42:40.180Z] 
11:42:40 [2022-06-21T11:42:40.180Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
11:42:40 [2022-06-21T11:42:40.180Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
11:42:40 [2022-06-21T11:42:40.180Z] #49 DONE 0.0s
11:42:40 [2022-06-21T11:42:40.180Z] 
11:42:40 [2022-06-21T11:42:40.180Z] #24 [internal] load build context
11:42:40 [2022-06-21T11:42:40.180Z] #24 sha256:212d96af1ebc178e90b4c080697995c42db164d4d1799511a8ded6d3e5660985
11:42:40 [2022-06-21T11:42:40.336Z] #58 ...
11:42:40 [2022-06-21T11:42:40.336Z] 
11:42:40 [2022-06-21T11:42:40.336Z] #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.44.0"      && /build/golangci-lint --version
11:42:40 [2022-06-21T11:42:40.336Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:42:40 [2022-06-21T11:42:40.336Z] #62 48.26 go: downloading github.com/sirupsen/logrus v1.8.1
11:42:40 [2022-06-21T11:42:40.336Z] #62 48.26 go: downloading github.com/stretchr/testify v1.7.0
11:42:40 [2022-06-21T11:42:40.596Z] #62 48.54 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
11:42:40 [2022-06-21T11:42:40.596Z] #62 48.55 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
11:42:40 [2022-06-21T11:42:40.758Z] #24 transferring context: 7.16MB 1.2s
11:42:40 [2022-06-21T11:42:40.858Z] #62 48.76 go: downloading github.com/fsnotify/fsnotify v1.5.1
11:42:40 [2022-06-21T11:42:40.858Z] #62 48.76 go: downloading github.com/magiconair/properties v1.8.5
11:42:40 [2022-06-21T11:42:40.858Z] #62 48.86 go: downloading github.com/mitchellh/mapstructure v1.4.3
11:42:41 [2022-06-21T11:42:41.117Z] #62 48.92 go: downloading github.com/spf13/afero v1.6.0
11:42:41 [2022-06-21T11:42:41.117Z] #62 48.92 go: downloading github.com/spf13/cast v1.4.1
11:42:41 [2022-06-21T11:42:41.117Z] #62 49.02 go: downloading github.com/spf13/jwalterweatherman v1.1.0
11:42:41 [2022-06-21T11:42:41.117Z] #62 49.11 go: downloading github.com/subosito/gotenv v1.2.0
11:42:41 [2022-06-21T11:42:41.376Z] #62 49.13 go: downloading gopkg.in/ini.v1 v1.66.2
11:42:41 [2022-06-21T11:42:41.376Z] #62 49.28 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
11:42:41 [2022-06-21T11:42:41.635Z] #62 49.42 go: downloading github.com/go-toolsmith/astcast v1.0.0
11:42:41 [2022-06-21T11:42:41.635Z] #62 49.49 go: downloading github.com/go-toolsmith/astcopy v1.0.0
11:42:41 [2022-06-21T11:42:41.635Z] #62 49.56 go: downloading github.com/go-toolsmith/astequal v1.0.1
11:42:41 [2022-06-21T11:42:41.895Z] #62 49.77 go: downloading github.com/go-toolsmith/astfmt v1.0.0
11:42:41 [2022-06-21T11:42:41.895Z] #62 49.80 go: downloading github.com/go-toolsmith/astp v1.0.0
11:42:41 [2022-06-21T11:42:41.895Z] #62 49.84 go: downloading github.com/go-toolsmith/strparse v1.0.0
11:42:42 [2022-06-21T11:42:42.154Z] #62 49.87 go: downloading github.com/go-toolsmith/typep v1.0.2
11:42:42 [2022-06-21T11:42:42.154Z] #62 49.93 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
11:42:42 [2022-06-21T11:42:42.881Z] #24 transferring context: 43.14MB 6.0s
11:42:43 [2022-06-21T11:42:43.091Z] #62 50.94 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
11:42:43 [2022-06-21T11:42:43.091Z] #62 51.13 go: downloading github.com/hashicorp/errwrap v1.0.0
11:42:43 [2022-06-21T11:42:43.350Z] #62 51.17 go: downloading 4d63.com/gochecknoglobals v0.1.0
11:42:43 [2022-06-21T11:42:43.350Z] #62 51.21 go: downloading github.com/Antonboom/errname v0.1.5
11:42:43 [2022-06-21T11:42:43.350Z] #62 51.29 go: downloading github.com/Antonboom/nilnil v0.1.0
11:42:43 [2022-06-21T11:42:43.350Z] #62 51.37 go: downloading github.com/BurntSushi/toml v1.0.0
11:42:43 [2022-06-21T11:42:43.453Z] #24 ...
11:42:43 [2022-06-21T11:42:43.453Z] 
11:42:43 [2022-06-21T11:42:43.453Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:42:43 [2022-06-21T11:42:43.453Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:42:43 [2022-06-21T11:42:43.453Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done
11:42:43 [2022-06-21T11:42:43.453Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done
11:42:43 [2022-06-21T11:42:43.453Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done
11:42:43 [2022-06-21T11:42:43.453Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.0s done
11:42:43 [2022-06-21T11:42:43.453Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.7s done
11:42:43 [2022-06-21T11:42:43.453Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 1.0s done
11:42:43 [2022-06-21T11:42:43.453Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 3.6s done
11:42:43 [2022-06-21T11:42:43.453Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 5.8s done
11:42:43 [2022-06-21T11:42:43.453Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 112.20MB / 141.75MB 6.6s
11:42:43 [2022-06-21T11:42:43.453Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 4.1s
11:42:43 [2022-06-21T11:42:43.453Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 3.8s done
11:42:44 [2022-06-21T11:42:44.035Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 121.29MB / 141.75MB 7.1s
11:42:44 [2022-06-21T11:42:44.217Z] Client: Docker Engine - Community
11:42:44 [2022-06-21T11:42:44.218Z]  Version:           20.10.14
11:42:44 [2022-06-21T11:42:44.218Z]  API version:       1.41
11:42:44 [2022-06-21T11:42:44.218Z]  Go version:        go1.16.15
11:42:44 [2022-06-21T11:42:44.218Z]  Git commit:        a224086
11:42:44 [2022-06-21T11:42:44.218Z]  Built:             Thu Mar 24 01:47:20 2022
11:42:44 [2022-06-21T11:42:44.218Z]  OS/Arch:           linux/arm64
11:42:44 [2022-06-21T11:42:44.218Z]  Context:           default
11:42:44 [2022-06-21T11:42:44.218Z]  Experimental:      true
11:42:44 [2022-06-21T11:42:44.218Z] 
11:42:44 [2022-06-21T11:42:44.218Z] Server: Docker Engine - Community
11:42:44 [2022-06-21T11:42:44.218Z]  Engine:
11:42:44 [2022-06-21T11:42:44.218Z]   Version:          20.10.14
11:42:44 [2022-06-21T11:42:44.218Z]   API version:      1.41 (minimum version 1.12)
11:42:44 [2022-06-21T11:42:44.218Z]   Go version:       go1.16.15
11:42:44 [2022-06-21T11:42:44.218Z]   Git commit:       87a90dc
11:42:44 [2022-06-21T11:42:44.218Z]   Built:            Thu Mar 24 01:45:39 2022
11:42:44 [2022-06-21T11:42:44.218Z]   OS/Arch:          linux/arm64
11:42:44 [2022-06-21T11:42:44.218Z]   Experimental:     true
11:42:44 [2022-06-21T11:42:44.218Z]  containerd:
11:42:44 [2022-06-21T11:42:44.218Z]   Version:          1.5.11
11:42:44 [2022-06-21T11:42:44.218Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
11:42:44 [2022-06-21T11:42:44.218Z]  runc:
11:42:44 [2022-06-21T11:42:44.218Z]   Version:          1.0.3
11:42:44 [2022-06-21T11:42:44.218Z]   GitCommit:        v1.0.3-0-gf46b6ba
11:42:44 [2022-06-21T11:42:44.218Z]  docker-init:
11:42:44 [2022-06-21T11:42:44.218Z]   Version:          0.19.0
11:42:44 [2022-06-21T11:42:44.218Z]   GitCommit:        de40ad0
[Pipeline] sh
11:42:44 [2022-06-21T11:42:44.555Z] + docker info
11:42:44 [2022-06-21T11:42:44.606Z] #11 ...
11:42:44 [2022-06-21T11:42:44.606Z] 
11:42:44 [2022-06-21T11:42:44.606Z] #24 [internal] load build context
11:42:44 [2022-06-21T11:42:44.606Z] #24 sha256:695568f9f4da643be5ef76717a7397dc521ed95316afbe1001d8f8c9425312d8
11:42:44 [2022-06-21T11:42:44.606Z] #24 transferring context: 61.16MB 7.7s done
11:42:44 [2022-06-21T11:42:44.606Z] #24 DONE 8.0s
11:42:44 [2022-06-21T11:42:44.606Z] 
11:42:44 [2022-06-21T11:42:44.606Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:42:44 [2022-06-21T11:42:44.606Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:42:44 [2022-06-21T11:42:44.606Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 132.12MB / 141.75MB 7.7s
11:42:44 [2022-06-21T11:42:44.606Z] #11 ...
11:42:44 [2022-06-21T11:42:44.606Z] 
11:42:44 [2022-06-21T11:42:44.606Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:42:44 [2022-06-21T11:42:44.606Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
11:42:44 [2022-06-21T11:42:44.606Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
11:42:44 [2022-06-21T11:42:44.606Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:42:44 [2022-06-21T11:42:44.606Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
11:42:44 [2022-06-21T11:42:44.606Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.2s done
11:42:44 [2022-06-21T11:42:44.606Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.2s
11:42:44 [2022-06-21T11:42:44.606Z] #71 ...
11:42:44 [2022-06-21T11:42:44.606Z] 
11:42:44 [2022-06-21T11:42:44.606Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:42:44 [2022-06-21T11:42:44.606Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:42:44 [2022-06-21T11:42:44.737Z] #62 ...
11:42:44 [2022-06-21T11:42:44.737Z] 
11:42:44 [2022-06-21T11:42:44.737Z] #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
11:42:44 [2022-06-21T11:42:44.737Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.14 NAME:
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15    go-winres - A tool for embedding resources in Windows executables
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15 
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15 USAGE:
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15    go-winres [global options] command [command options] [arguments...]
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15 
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15 COMMANDS:
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15    init     Create an initial ./winres/winres.json
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15    make     Make syso files for the "go build" command
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15    simply   Make syso files for the "go build" command (simplified)
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15    extract  Extract all resources from an executable
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15    patch    Replace resources in an executable file (exe, dll)
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15    help, h  Shows a list of commands or help for one command
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15 
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15 GLOBAL OPTIONS:
11:42:44 [2022-06-21T11:42:44.737Z] #47 52.15    --help, -h  show help (default: false)
11:42:44 [2022-06-21T11:42:44.737Z] #47 DONE 52.4s
11:42:44 [2022-06-21T11:42:44.737Z] 
11:42:44 [2022-06-21T11:42:44.737Z] #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.44.0"      && /build/golangci-lint --version
11:42:44 [2022-06-21T11:42:44.737Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:42:44 [2022-06-21T11:42:44.737Z] #62 52.55 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
11:42:44 [2022-06-21T11:42:44.737Z] #62 52.69 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
11:42:44 [2022-06-21T11:42:44.737Z] #62 52.74 go: downloading github.com/alexkohler/prealloc v1.0.0
11:42:44 [2022-06-21T11:42:44.737Z] #62 52.78 go: downloading github.com/ashanbrown/forbidigo v1.3.0
11:42:44 [2022-06-21T11:42:44.867Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 139.89MB / 141.75MB 8.1s
11:42:44 [2022-06-21T11:42:44.997Z] #62 52.80 go: downloading github.com/ashanbrown/makezero v1.1.0
11:42:44 [2022-06-21T11:42:44.997Z] #62 52.81 go: downloading github.com/bkielbasa/cyclop v1.2.0
11:42:44 [2022-06-21T11:42:44.997Z] #62 52.85 go: downloading github.com/blizzy78/varnamelen v0.5.0
11:42:44 [2022-06-21T11:42:44.997Z] #62 52.93 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
11:42:44 [2022-06-21T11:42:44.997Z] #62 53.04 go: downloading github.com/breml/bidichk v0.2.1
11:42:45 [2022-06-21T11:42:45.256Z] #62 53.14 go: downloading github.com/breml/errchkjson v0.2.1
11:42:45 [2022-06-21T11:42:45.256Z] #62 53.28 go: downloading github.com/butuzov/ireturn v0.1.1
11:42:45 [2022-06-21T11:42:45.526Z] #62 53.32 go: downloading github.com/charithe/durationcheck v0.0.9
11:42:45 [2022-06-21T11:42:45.526Z] #62 53.48 go: downloading github.com/daixiang0/gci v0.2.9
11:42:45 [2022-06-21T11:42:45.526Z] #62 53.55 go: downloading github.com/denis-tingajkin/go-header v0.4.2
11:42:45 [2022-06-21T11:42:45.790Z] #62 53.62 go: downloading github.com/esimonov/ifshort v1.0.4
11:42:45 [2022-06-21T11:42:45.790Z] #62 53.67 go: downloading github.com/fzipp/gocyclo v0.4.0
11:42:46 [2022-06-21T11:42:46.036Z] #24 transferring context: 46.76MB 6.2s
11:42:46 [2022-06-21T11:42:46.050Z] #62 53.92 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
11:42:46 [2022-06-21T11:42:46.258Z] #11 ...
11:42:46 [2022-06-21T11:42:46.258Z] 
11:42:46 [2022-06-21T11:42:46.258Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:42:46 [2022-06-21T11:42:46.258Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
11:42:46 [2022-06-21T11:42:46.258Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.8s done
11:42:46 [2022-06-21T11:42:46.258Z] #71 DONE 9.6s
11:42:46 [2022-06-21T11:42:46.258Z] 
11:42:46 [2022-06-21T11:42:46.258Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:42:46 [2022-06-21T11:42:46.258Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
11:42:46 [2022-06-21T11:42:46.258Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:42:46 [2022-06-21T11:42:46.258Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
11:42:46 [2022-06-21T11:42:46.258Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
11:42:46 [2022-06-21T11:42:46.258Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.6s done
11:42:46 [2022-06-21T11:42:46.258Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.3s done
11:42:46 [2022-06-21T11:42:46.258Z] #73 DONE 9.7s
11:42:46 [2022-06-21T11:42:46.258Z] 
11:42:46 [2022-06-21T11:42:46.258Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:42:46 [2022-06-21T11:42:46.258Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:42:46 [2022-06-21T11:42:46.258Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 9.3s done
11:42:46 [2022-06-21T11:42:46.311Z] #62 54.03 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
11:42:46 [2022-06-21T11:42:46.311Z] #62 54.03 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
11:42:46 [2022-06-21T11:42:46.311Z] #62 54.15 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
11:42:46 [2022-06-21T11:42:46.521Z] #11 ...
11:42:46 [2022-06-21T11:42:46.521Z] 
11:42:46 [2022-06-21T11:42:46.521Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:42:46 [2022-06-21T11:42:46.521Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:42:46 [2022-06-21T11:42:46.521Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done
11:42:46 [2022-06-21T11:42:46.521Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done
11:42:46 [2022-06-21T11:42:46.521Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done
11:42:46 [2022-06-21T11:42:46.521Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.7s done
11:42:46 [2022-06-21T11:42:46.570Z] #62 54.31 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
11:42:46 [2022-06-21T11:42:46.570Z] #62 54.31 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
11:42:46 [2022-06-21T11:42:46.570Z] #62 54.37 go: downloading github.com/golangci/misspell v0.3.5
11:42:46 [2022-06-21T11:42:46.570Z] #62 54.48 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
11:42:46 [2022-06-21T11:42:46.599Z] #24 ...
11:42:46 [2022-06-21T11:42:46.599Z] 
11:42:46 [2022-06-21T11:42:46.599Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:42:46 [2022-06-21T11:42:46.599Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:42:46 [2022-06-21T11:42:46.599Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done
11:42:46 [2022-06-21T11:42:46.599Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done
11:42:46 [2022-06-21T11:42:46.599Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done
11:42:46 [2022-06-21T11:42:46.599Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done
11:42:46 [2022-06-21T11:42:46.599Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.7s done
11:42:46 [2022-06-21T11:42:46.599Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.5s done
11:42:46 [2022-06-21T11:42:46.599Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.7s done
11:42:46 [2022-06-21T11:42:46.599Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 3.6s done
11:42:46 [2022-06-21T11:42:46.599Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 4.4s done
11:42:46 [2022-06-21T11:42:46.599Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 97.52MB / 141.75MB 6.7s
11:42:46 [2022-06-21T11:42:46.599Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 3.4s
11:42:46 [2022-06-21T11:42:46.599Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 4.5s done
11:42:46 [2022-06-21T11:42:46.782Z] #28 ...
11:42:46 [2022-06-21T11:42:46.782Z] 
11:42:46 [2022-06-21T11:42:46.782Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:42:46 [2022-06-21T11:42:46.782Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:42:46 [2022-06-21T11:42:46.830Z] #62 54.58 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
11:42:46 [2022-06-21T11:42:46.830Z] #62 54.69 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
11:42:46 [2022-06-21T11:42:46.830Z] #62 54.75 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
11:42:46 [2022-06-21T11:42:46.830Z] #62 54.81 go: downloading github.com/jgautheron/goconst v1.5.1
11:42:46 [2022-06-21T11:42:46.856Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 106.95MB / 141.75MB 7.2s
11:42:47 [2022-06-21T11:42:47.089Z] #62 54.89 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
11:42:47 [2022-06-21T11:42:47.089Z] #62 54.95 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
11:42:47 [2022-06-21T11:42:47.089Z] #62 55.01 go: downloading github.com/julz/importas v0.1.0
11:42:47 [2022-06-21T11:42:47.089Z] #62 55.04 go: downloading github.com/kisielk/errcheck v1.6.0
11:42:47 [2022-06-21T11:42:47.089Z] #62 55.05 go: downloading github.com/kulti/thelper v0.5.0
11:42:47 [2022-06-21T11:42:47.089Z] #62 55.06 go: downloading github.com/kunwardeep/paralleltest v1.0.3
11:42:47 [2022-06-21T11:42:47.089Z] #62 55.09 go: downloading github.com/kyoh86/exportloopref v0.1.8
11:42:47 [2022-06-21T11:42:47.089Z] #62 55.10 go: downloading github.com/ldez/gomoddirectives v0.2.2
11:42:47 [2022-06-21T11:42:47.089Z] #62 55.13 go: downloading github.com/ldez/tagliatelle v0.3.0
11:42:47 [2022-06-21T11:42:47.089Z] #62 55.15 go: downloading github.com/leonklingele/grouper v1.1.0
11:42:47 [2022-06-21T11:42:47.352Z] #62 55.16 go: downloading github.com/maratori/testpackage v1.0.1
11:42:47 [2022-06-21T11:42:47.352Z] #62 55.27 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
11:42:47 [2022-06-21T11:42:47.352Z] #62 55.37 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
11:42:47 [2022-06-21T11:42:47.352Z] #62 55.37 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
11:42:47 [2022-06-21T11:42:47.423Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 118.49MB / 141.75MB 7.7s
11:42:47 [2022-06-21T11:42:47.423Z] #11 ...
11:42:47 [2022-06-21T11:42:47.423Z] 
11:42:47 [2022-06-21T11:42:47.423Z] #24 [internal] load build context
11:42:47 [2022-06-21T11:42:47.423Z] #24 sha256:212d96af1ebc178e90b4c080697995c42db164d4d1799511a8ded6d3e5660985
11:42:47 [2022-06-21T11:42:47.423Z] #24 transferring context: 61.16MB 7.7s done
11:42:47 [2022-06-21T11:42:47.423Z] #24 DONE 7.9s
11:42:47 [2022-06-21T11:42:47.423Z] 
11:42:47 [2022-06-21T11:42:47.423Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:42:47 [2022-06-21T11:42:47.423Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:42:47 [2022-06-21T11:42:47.423Z] #11 ...
11:42:47 [2022-06-21T11:42:47.423Z] 
11:42:47 [2022-06-21T11:42:47.423Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:42:47 [2022-06-21T11:42:47.423Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:42:47 [2022-06-21T11:42:47.423Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done
11:42:47 [2022-06-21T11:42:47.423Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done
11:42:47 [2022-06-21T11:42:47.423Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done
11:42:47 [2022-06-21T11:42:47.423Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done
11:42:47 [2022-06-21T11:42:47.423Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.7s done
11:42:47 [2022-06-21T11:42:47.615Z] #62 55.39 go: downloading github.com/mgechev/revive v1.1.3
11:42:47 [2022-06-21T11:42:47.680Z] #28 ...
11:42:47 [2022-06-21T11:42:47.680Z] 
11:42:47 [2022-06-21T11:42:47.680Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:42:47 [2022-06-21T11:42:47.680Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:42:47 [2022-06-21T11:42:47.875Z] #62 55.76 go: downloading github.com/moricho/tparallel v0.2.1
11:42:47 [2022-06-21T11:42:47.875Z] #62 55.76 go: downloading github.com/nakabonne/nestif v0.3.1
11:42:47 [2022-06-21T11:42:47.875Z] #62 55.80 go: downloading github.com/nishanths/exhaustive v0.7.11
11:42:47 [2022-06-21T11:42:47.940Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 128.97MB / 141.75MB 8.1s
11:42:48 [2022-06-21T11:42:48.135Z] #62 55.86 go: downloading github.com/nishanths/predeclared v0.2.1
11:42:48 [2022-06-21T11:42:48.135Z] #62 55.92 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
11:42:48 [2022-06-21T11:42:48.135Z] #62 55.96 go: downloading github.com/ryancurrah/gomodguard v1.2.3
11:42:48 [2022-06-21T11:42:48.135Z] #62 55.98 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
11:42:48 [2022-06-21T11:42:48.135Z] #62 56.06 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
11:42:48 [2022-06-21T11:42:48.197Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 136.31MB / 141.75MB 8.5s
11:42:48 [2022-06-21T11:42:48.395Z] #62 56.10 go: downloading github.com/securego/gosec/v2 v2.9.6
11:42:48 [2022-06-21T11:42:48.395Z] #62 56.31 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
11:42:48 [2022-06-21T11:42:48.395Z] #62 56.31 go: downloading github.com/sivchari/containedctx v1.0.1
11:42:48 [2022-06-21T11:42:48.395Z] #62 56.33 go: downloading github.com/sivchari/tenv v1.4.7
11:42:48 [2022-06-21T11:42:48.395Z] #62 56.34 go: downloading github.com/sonatard/noctx v0.0.1
11:42:48 [2022-06-21T11:42:48.395Z] #62 56.37 go: downloading github.com/sourcegraph/go-diff v0.6.1
11:42:48 [2022-06-21T11:42:48.395Z] #62 56.40 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
11:42:48 [2022-06-21T11:42:48.395Z] #62 56.46 go: downloading github.com/sylvia7788/contextcheck v1.0.4
11:42:48 [2022-06-21T11:42:48.654Z] #62 56.49 go: downloading github.com/tdakkota/asciicheck v0.1.1
11:42:48 [2022-06-21T11:42:48.654Z] #62 56.54 go: downloading github.com/tetafro/godot v1.4.11
11:42:48 [2022-06-21T11:42:48.654Z] #62 56.56 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
11:42:48 [2022-06-21T11:42:48.704Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 9.1s
11:42:48 [2022-06-21T11:42:48.914Z] #62 56.61 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
11:42:48 [2022-06-21T11:42:48.914Z] #62 56.62 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
11:42:48 [2022-06-21T11:42:48.914Z] #62 56.82 go: downloading github.com/ultraware/funlen v0.0.3
11:42:48 [2022-06-21T11:42:48.914Z] #62 56.84 go: downloading github.com/ultraware/whitespace v0.0.4
11:42:48 [2022-06-21T11:42:48.965Z] #11 ...
11:42:48 [2022-06-21T11:42:48.965Z] 
11:42:48 [2022-06-21T11:42:48.965Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
11:42:48 [2022-06-21T11:42:48.965Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
11:42:48 [2022-06-21T11:42:48.965Z] #72 DONE 0.8s
11:42:48 [2022-06-21T11:42:48.965Z] 
11:42:48 [2022-06-21T11:42:48.965Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:42:48 [2022-06-21T11:42:48.965Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:42:49 [2022-06-21T11:42:49.173Z] #62 56.89 go: downloading github.com/uudashr/gocognit v1.0.5
11:42:49 [2022-06-21T11:42:49.173Z] #62 56.91 go: downloading github.com/yagipy/maintidx v1.0.0
11:42:49 [2022-06-21T11:42:49.173Z] #62 57.09 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
11:42:49 [2022-06-21T11:42:49.173Z] #62 57.17 go: downloading gitlab.com/bosi/decorder v0.2.1
11:42:49 [2022-06-21T11:42:49.432Z] #62 57.33 go: downloading honnef.co/go/tools v0.2.2
11:42:49 [2022-06-21T11:42:49.567Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 9.7s done
11:42:49 [2022-06-21T11:42:49.567Z] #11 ...
11:42:49 [2022-06-21T11:42:49.567Z] 
11:42:49 [2022-06-21T11:42:49.567Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:42:49 [2022-06-21T11:42:49.567Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
11:42:49 [2022-06-21T11:42:49.567Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
11:42:49 [2022-06-21T11:42:49.567Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:42:49 [2022-06-21T11:42:49.567Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
11:42:49 [2022-06-21T11:42:49.567Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
11:42:49 [2022-06-21T11:42:49.567Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.4s done
11:42:49 [2022-06-21T11:42:49.567Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.4s done
11:42:49 [2022-06-21T11:42:49.567Z] #73 DONE 9.8s
11:42:49 [2022-06-21T11:42:49.567Z] 
11:42:49 [2022-06-21T11:42:49.567Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:42:49 [2022-06-21T11:42:49.567Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
11:42:49 [2022-06-21T11:42:49.567Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
11:42:49 [2022-06-21T11:42:49.567Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
11:42:49 [2022-06-21T11:42:49.567Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
11:42:49 [2022-06-21T11:42:49.567Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:42:49 [2022-06-21T11:42:49.567Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.2s done
11:42:49 [2022-06-21T11:42:49.567Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.6s done
11:42:49 [2022-06-21T11:42:49.567Z] #71 DONE 9.9s
11:42:49 [2022-06-21T11:42:49.825Z] 
11:42:49 [2022-06-21T11:42:49.825Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:42:49 [2022-06-21T11:42:49.825Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:42:49 [2022-06-21T11:42:49.906Z] #11 ...
11:42:49 [2022-06-21T11:42:49.906Z] 
11:42:49 [2022-06-21T11:42:49.906Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
11:42:49 [2022-06-21T11:42:49.906Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
11:42:49 [2022-06-21T11:42:49.906Z] #74 DONE 1.0s
11:42:49 [2022-06-21T11:42:49.906Z] 
11:42:49 [2022-06-21T11:42:49.906Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:42:49 [2022-06-21T11:42:49.906Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:42:50 [2022-06-21T11:42:50.813Z] #62 ...
11:42:50 [2022-06-21T11:42:50.813Z] 
11:42:50 [2022-06-21T11:42:50.813Z] #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             ;
11:42:50 [2022-06-21T11:42:50.813Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:42:50 [2022-06-21T11:42:50.813Z] #83 48.47 debconf: delaying package configuration, since apt-utils is not installed
11:42:50 [2022-06-21T11:42:50.813Z] #83 48.77 Fetched 5939 kB in 1s (5502 kB/s)
11:42:50 [2022-06-21T11:42:50.813Z] #83 49.03 Selecting previously unselected package bzip2.
11:42:50 [2022-06-21T11:42:50.813Z] #83 49.03 (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 ... 15718 files and directories currently installed.)
11:42:50 [2022-06-21T11:42:50.813Z] #83 49.12 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 49.12 Unpacking bzip2 (1.0.8-4) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 49.43 Selecting previously unselected package libmagic-mgc.
11:42:50 [2022-06-21T11:42:50.813Z] #83 49.45 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 49.47 Unpacking libmagic-mgc (1:5.39-3) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 50.45 Selecting previously unselected package libmagic1:amd64.
11:42:50 [2022-06-21T11:42:50.813Z] #83 50.46 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 50.48 Unpacking libmagic1:amd64 (1:5.39-3) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 50.75 Selecting previously unselected package file.
11:42:50 [2022-06-21T11:42:50.813Z] #83 50.75 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 50.76 Unpacking file (1:5.39-3) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 51.00 Selecting previously unselected package xz-utils.
11:42:50 [2022-06-21T11:42:50.813Z] #83 51.00 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 51.03 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 51.41 Selecting previously unselected package libsigsegv2:amd64.
11:42:50 [2022-06-21T11:42:50.813Z] #83 51.41 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 51.41 Unpacking libsigsegv2:amd64 (2.13-1) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 51.57 Selecting previously unselected package m4.
11:42:50 [2022-06-21T11:42:50.813Z] #83 51.57 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 51.58 Unpacking m4 (1.4.18-5) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 51.98 Selecting previously unselected package autoconf.
11:42:50 [2022-06-21T11:42:50.813Z] #83 51.98 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 52.01 Unpacking autoconf (2.69-14) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 52.67 Selecting previously unselected package autotools-dev.
11:42:50 [2022-06-21T11:42:50.813Z] #83 52.67 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 52.67 Unpacking autotools-dev (20180224.1+nmu1) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 52.98 Selecting previously unselected package automake.
11:42:50 [2022-06-21T11:42:50.813Z] #83 52.98 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 53.04 Unpacking automake (1:1.16.3-2) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 53.98 Selecting previously unselected package patch.
11:42:50 [2022-06-21T11:42:50.813Z] #83 53.98 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 54.02 Unpacking patch (2.7.6-7) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 54.40 Selecting previously unselected package dpkg-dev.
11:42:50 [2022-06-21T11:42:50.813Z] #83 54.40 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 54.42 Unpacking dpkg-dev (1.20.10) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 55.61 Selecting previously unselected package build-essential.
11:42:50 [2022-06-21T11:42:50.813Z] #83 55.67 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 55.70 Unpacking build-essential (12.9) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 55.84 Selecting previously unselected package libcap2:amd64.
11:42:50 [2022-06-21T11:42:50.813Z] #83 55.84 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 55.85 Unpacking libcap2:amd64 (1:2.44-1) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 56.06 Selecting previously unselected package libcap-dev:amd64.
11:42:50 [2022-06-21T11:42:50.813Z] #83 56.06 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 56.07 Unpacking libcap-dev:amd64 (1:2.44-1) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 56.39 Selecting previously unselected package libprotobuf-c1:amd64.
11:42:50 [2022-06-21T11:42:50.813Z] #83 56.40 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 56.42 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 56.59 Selecting previously unselected package libprotobuf-c-dev:amd64.
11:42:50 [2022-06-21T11:42:50.813Z] #83 56.60 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 56.60 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 56.84 Selecting previously unselected package libseccomp-dev:amd64.
11:42:50 [2022-06-21T11:42:50.813Z] #83 56.87 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 56.92 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 57.28 Selecting previously unselected package libsystemd-dev:amd64.
11:42:50 [2022-06-21T11:42:50.813Z] #83 57.28 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 57.30 Unpacking libsystemd-dev:amd64 (247.3-7) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 58.25 Selecting previously unselected package libtool.
11:42:50 [2022-06-21T11:42:50.813Z] #83 58.25 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 58.26 Unpacking libtool (2.4.6-15) ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 58.70 Selecting previously unselected package libudev-dev:amd64.
11:42:50 [2022-06-21T11:42:50.813Z] #83 58.72 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
11:42:50 [2022-06-21T11:42:50.813Z] #83 58.74 Unpacking libudev-dev:amd64 (247.3-7) ...
11:42:51 [2022-06-21T11:42:51.072Z] #83 59.15 Selecting previously unselected package libyajl2:amd64.
11:42:51 [2022-06-21T11:42:51.300Z] #28 DONE 14.4s
11:42:51 [2022-06-21T11:42:51.300Z] 
11:42:51 [2022-06-21T11:42:51.300Z] #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
11:42:51 [2022-06-21T11:42:51.300Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
11:42:51 [2022-06-21T11:42:51.332Z] #83 59.17 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
11:42:51 [2022-06-21T11:42:51.332Z] #83 59.23 Unpacking libyajl2:amd64 (2.1.0-3) ...
11:42:51 [2022-06-21T11:42:51.332Z] #83 ...
11:42:51 [2022-06-21T11:42:51.332Z] 
11:42:51 [2022-06-21T11:42:51.332Z] #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
11:42:51 [2022-06-21T11:42:51.332Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:42:51 [2022-06-21T11:42:51.332Z] #58 48.87 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17-1 [683 kB]
11:42:51 [2022-06-21T11:42:51.332Z] #58 50.58 debconf: delaying package configuration, since apt-utils is not installed
11:42:51 [2022-06-21T11:42:51.332Z] #58 50.90 Fetched 2314 kB in 3s (669 kB/s)
11:42:51 [2022-06-21T11:42:51.332Z] #58 51.12 Selecting previously unselected package libprotobuf23:amd64.
11:42:51 [2022-06-21T11:42:51.332Z] #58 51.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 ... 15718 files and directories currently installed.)
11:42:51 [2022-06-21T11:42:51.332Z] #58 51.19 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 51.21 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 52.56 Selecting previously unselected package python3-pkg-resources.
11:42:51 [2022-06-21T11:42:51.332Z] #58 52.59 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 52.59 Unpacking python3-pkg-resources (52.0.0-4) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 52.93 Selecting previously unselected package python3-six.
11:42:51 [2022-06-21T11:42:51.332Z] #58 52.93 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 52.94 Unpacking python3-six (1.16.0-2) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 53.17 Selecting previously unselected package python3-protobuf.
11:42:51 [2022-06-21T11:42:51.332Z] #58 53.20 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 53.22 Unpacking python3-protobuf (3.12.4-1) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 54.27 Selecting previously unselected package libnet1:amd64.
11:42:51 [2022-06-21T11:42:51.332Z] #58 54.29 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 54.29 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 54.50 Selecting previously unselected package libnl-3-200:amd64.
11:42:51 [2022-06-21T11:42:51.332Z] #58 54.50 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 54.53 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 54.90 Selecting previously unselected package libprotobuf-c1:amd64.
11:42:51 [2022-06-21T11:42:51.332Z] #58 54.90 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 54.96 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 55.15 Selecting previously unselected package criu.
11:42:51 [2022-06-21T11:42:51.332Z] #58 55.15 Preparing to unpack .../7-criu_3.17-1_amd64.deb ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 55.16 Unpacking criu (3.17-1) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 56.39 Setting up python3-pkg-resources (52.0.0-4) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 58.66 Setting up libprotobuf23:amd64 (3.12.4-1) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 58.67 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 58.69 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 58.71 Setting up python3-six (1.16.0-2) ...
11:42:51 [2022-06-21T11:42:51.332Z] #58 ...
11:42:51 [2022-06-21T11:42:51.332Z] 
11:42:51 [2022-06-21T11:42:51.332Z] #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.44.0"      && /build/golangci-lint --version
11:42:51 [2022-06-21T11:42:51.332Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:42:51 [2022-06-21T11:42:51.332Z] #62 59.24 go: downloading mvdan.cc/gofumpt v0.2.1
11:42:51 [2022-06-21T11:42:51.332Z] #62 59.24 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
11:42:51 [2022-06-21T11:42:51.332Z] #62 59.41 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
11:42:51 [2022-06-21T11:42:51.591Z] #62 59.50 go: downloading github.com/pmezard/go-difflib v1.0.0
11:42:51 [2022-06-21T11:42:51.591Z] #62 59.52 go: downloading github.com/davecgh/go-spew v1.1.1
11:42:51 [2022-06-21T11:42:51.591Z] #62 59.54 go: downloading github.com/stretchr/objx v0.1.1
11:42:51 [2022-06-21T11:42:51.591Z] #62 59.63 go: downloading github.com/hashicorp/hcl v1.0.0
11:42:51 [2022-06-21T11:42:51.725Z] #28 ...
11:42:51 [2022-06-21T11:42:51.725Z] 
11:42:51 [2022-06-21T11:42:51.725Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
11:42:51 [2022-06-21T11:42:51.725Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
11:42:51 [2022-06-21T11:42:51.725Z] #72 DONE 0.6s
11:42:51 [2022-06-21T11:42:51.983Z] 
11:42:51 [2022-06-21T11:42:51.983Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:42:51 [2022-06-21T11:42:51.983Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:42:51 [2022-06-21T11:42:51.983Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 9.0s
11:42:52 [2022-06-21T11:42:52.165Z] #62 60.03 go: downloading github.com/pelletier/go-toml v1.9.4
11:42:52 [2022-06-21T11:42:52.165Z] #62 60.03 go: downloading golang.org/x/text v0.3.7
11:42:52 [2022-06-21T11:42:52.546Z] #11 ...
11:42:52 [2022-06-21T11:42:52.546Z] 
11:42:52 [2022-06-21T11:42:52.546Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
11:42:52 [2022-06-21T11:42:52.546Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
11:42:52 [2022-06-21T11:42:52.546Z] #74 DONE 0.7s
11:42:52 [2022-06-21T11:42:52.546Z] 
11:42:52 [2022-06-21T11:42:52.546Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:42:52 [2022-06-21T11:42:52.546Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:42:52 [2022-06-21T11:42:52.689Z] #29 1.703 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:42:52 [2022-06-21T11:42:52.689Z] #29 1.709 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:42:52 [2022-06-21T11:42:52.689Z] #29 1.709 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:42:52 [2022-06-21T11:42:52.951Z] #29 1.988 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:42:53 [2022-06-21T11:42:53.526Z] #29 2.305 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:42:53 [2022-06-21T11:42:53.526Z] #29 2.598 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:42:53 [2022-06-21T11:42:53.915Z] #28 DONE 13.9s
11:42:53 [2022-06-21T11:42:53.915Z] 
11:42:53 [2022-06-21T11:42:53.915Z] #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
11:42:53 [2022-06-21T11:42:53.915Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
11:42:54 [2022-06-21T11:42:54.725Z] #62 ...
11:42:54 [2022-06-21T11:42:54.725Z] 
11:42:54 [2022-06-21T11:42:54.725Z] #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             ;
11:42:54 [2022-06-21T11:42:54.725Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:42:54 [2022-06-21T11:42:54.725Z] #83 59.49 Selecting previously unselected package libyajl-dev:amd64.
11:42:54 [2022-06-21T11:42:54.725Z] #83 59.49 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 59.51 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 59.92 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.03 Setting up libmagic-mgc (1:5.39-3) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.09 Setting up libyajl2:amd64 (2.1.0-3) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.16 Setting up libmagic1:amd64 (1:5.39-3) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.21 Setting up file (1:5.39-3) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.26 Setting up bzip2 (1.0.8-4) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.29 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.37 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.41 Setting up libcap2:amd64 (1:2.44-1) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.45 Setting up autotools-dev (20180224.1+nmu1) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.50 Setting up libsigsegv2:amd64 (2.13-1) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.69 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.80 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.83 Setting up patch (2.7.6-7) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.85 Setting up libudev-dev:amd64 (247.3-7) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 60.98 Setting up libyajl-dev:amd64 (2.1.0-3) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 61.03 Setting up libcap-dev:amd64 (1:2.44-1) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 61.08 Setting up libsystemd-dev:amd64 (247.3-7) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 61.15 Setting up libtool (2.4.6-15) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 61.24 Setting up m4 (1.4.18-5) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 61.24 Setting up dpkg-dev (1.20.10) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 61.27 Setting up autoconf (2.69-14) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 61.30 Setting up build-essential (12.9) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 61.36 Setting up automake (1:1.16.3-2) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 61.38 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:42:54 [2022-06-21T11:42:54.725Z] #83 61.42 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:42:54 [2022-06-21T11:42:54.725Z] #83 DONE 62.6s
11:42:54 [2022-06-21T11:42:54.985Z] 
11:42:54 [2022-06-21T11:42:54.985Z] #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
11:42:54 [2022-06-21T11:42:54.985Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:42:55 [2022-06-21T11:42:55.284Z] #29 1.602 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:42:55 [2022-06-21T11:42:55.284Z] #29 1.602 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:42:55 [2022-06-21T11:42:55.284Z] #29 1.611 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:42:55 [2022-06-21T11:42:55.284Z] #29 1.792 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:42:55 [2022-06-21T11:42:55.444Z] #29 4.011 Fetched 8544 kB in 3s (3269 kB/s)
11:42:55 [2022-06-21T11:42:55.545Z] #29 1.972 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:42:55 [2022-06-21T11:42:55.693Z] Client:
11:42:55 [2022-06-21T11:42:55.693Z]  Context:    default
11:42:55 [2022-06-21T11:42:55.693Z]  Debug Mode: false
11:42:55 [2022-06-21T11:42:55.693Z]  Plugins:
11:42:55 [2022-06-21T11:42:55.693Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
11:42:55 [2022-06-21T11:42:55.693Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
11:42:55 [2022-06-21T11:42:55.693Z]   compose: Docker Compose (Docker Inc., v2.4.1)
11:42:55 [2022-06-21T11:42:55.693Z]   scan: Docker Scan (Docker Inc., v0.17.0)
11:42:55 [2022-06-21T11:42:55.693Z] 
11:42:55 [2022-06-21T11:42:55.693Z] Server:
11:42:55 [2022-06-21T11:42:55.693Z]  Containers: 0
11:42:55 [2022-06-21T11:42:55.693Z]   Running: 0
11:42:55 [2022-06-21T11:42:55.693Z]   Paused: 0
11:42:55 [2022-06-21T11:42:55.693Z]   Stopped: 0
11:42:55 [2022-06-21T11:42:55.693Z]  Images: 0
11:42:55 [2022-06-21T11:42:55.693Z]  Server Version: 20.10.14
11:42:55 [2022-06-21T11:42:55.693Z]  Storage Driver: overlay2
11:42:55 [2022-06-21T11:42:55.693Z]   Backing Filesystem: extfs
11:42:55 [2022-06-21T11:42:55.693Z]   Supports d_type: true
11:42:55 [2022-06-21T11:42:55.693Z]   Native Overlay Diff: true
11:42:55 [2022-06-21T11:42:55.693Z]   userxattr: false
11:42:55 [2022-06-21T11:42:55.693Z]  Logging Driver: json-file
11:42:55 [2022-06-21T11:42:55.693Z]  Cgroup Driver: systemd
11:42:55 [2022-06-21T11:42:55.693Z]  Cgroup Version: 2
11:42:55 [2022-06-21T11:42:55.693Z]  Plugins:
11:42:55 [2022-06-21T11:42:55.693Z]   Volume: local
11:42:55 [2022-06-21T11:42:55.693Z]   Network: bridge host ipvlan macvlan null overlay
11:42:55 [2022-06-21T11:42:55.693Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:42:55 [2022-06-21T11:42:55.693Z]  Swarm: inactive
11:42:55 [2022-06-21T11:42:55.693Z]  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:42:55 [2022-06-21T11:42:55.693Z]  Default Runtime: runc
11:42:55 [2022-06-21T11:42:55.693Z]  Init Binary: docker-init
11:42:55 [2022-06-21T11:42:55.693Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
11:42:55 [2022-06-21T11:42:55.693Z]  runc version: v1.0.3-0-gf46b6ba
11:42:55 [2022-06-21T11:42:55.693Z]  init version: de40ad0
11:42:55 [2022-06-21T11:42:55.693Z]  Security Options:
11:42:55 [2022-06-21T11:42:55.693Z]   apparmor
11:42:55 [2022-06-21T11:42:55.693Z]   seccomp
11:42:55 [2022-06-21T11:42:55.693Z]    Profile: default
11:42:55 [2022-06-21T11:42:55.693Z]   cgroupns
11:42:55 [2022-06-21T11:42:55.693Z]  Kernel Version: 5.13.0-1021-aws
11:42:55 [2022-06-21T11:42:55.693Z]  Operating System: Ubuntu 20.04.4 LTS
11:42:55 [2022-06-21T11:42:55.693Z]  OSType: linux
11:42:55 [2022-06-21T11:42:55.693Z]  Architecture: x86_64
11:42:55 [2022-06-21T11:42:55.693Z]  CPUs: 2
11:42:55 [2022-06-21T11:42:55.693Z]  Total Memory: 7.559GiB
11:42:55 [2022-06-21T11:42:55.693Z]  Name: ip-10-100-53-206
11:42:55 [2022-06-21T11:42:55.693Z]  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
11:42:55 [2022-06-21T11:42:55.693Z]  Docker Root Dir: /var/lib/docker
11:42:55 [2022-06-21T11:42:55.693Z]  Debug Mode: false
11:42:55 [2022-06-21T11:42:55.693Z]  Registry: https://index.docker.io/v1/
11:42:55 [2022-06-21T11:42:55.693Z]  Labels:
11:42:55 [2022-06-21T11:42:55.693Z]  Experimental: true
11:42:55 [2022-06-21T11:42:55.693Z]  Insecure Registries:
11:42:55 [2022-06-21T11:42:55.693Z]   127.0.0.0/8
11:42:55 [2022-06-21T11:42:55.693Z]  Live Restore Enabled: true
11:42:55 [2022-06-21T11:42:55.693Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
11:42:55 [2022-06-21T11:42:55.804Z] #29 2.350 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:42:56 [2022-06-21T11:42:56.018Z] #29 4.011 Reading package lists...
11:42:56 [2022-06-21T11:42:56.019Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:068ab5144244648bcba3b7261c41836a4ba5cf0f .
11:42:56 [2022-06-21T11:42:56.279Z] #2 [internal] load .dockerignore
11:42:56 [2022-06-21T11:42:56.279Z] #2 sha256:8bde139b3a56db0a7007f6d1acbaf7cc3820e390187fd66fb3d7092e1cab1004
11:42:56 [2022-06-21T11:42:56.279Z] #2 transferring context: 145B done
11:42:56 [2022-06-21T11:42:56.279Z] #2 DONE 0.1s
11:42:56 [2022-06-21T11:42:56.279Z] 
11:42:56 [2022-06-21T11:42:56.279Z] #1 [internal] load build definition from Dockerfile
11:42:56 [2022-06-21T11:42:56.279Z] #1 sha256:1b3cd3e27de6f3c94df1a9661e45e49a9bea6c4e9905e16f0060879972c88371
11:42:56 [2022-06-21T11:42:56.279Z] #1 transferring dockerfile: 18.90kB done
11:42:56 [2022-06-21T11:42:56.279Z] #1 DONE 0.2s
11:42:56 [2022-06-21T11:42:56.279Z] 
11:42:56 [2022-06-21T11:42:56.279Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
11:42:56 [2022-06-21T11:42:56.279Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
11:42:56 [2022-06-21T11:42:56.363Z] #84 1.505 Cloning into '/tmp/crun-build'...
11:42:56 [2022-06-21T11:42:56.599Z] #29 4.832 Reading package lists...
11:42:56 [2022-06-21T11:42:56.847Z] #3 DONE 0.4s
11:42:56 [2022-06-21T11:42:56.847Z] 
11:42:56 [2022-06-21T11:42:56.847Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
11:42:56 [2022-06-21T11:42:56.847Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
11:42:56 [2022-06-21T11:42:56.847Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
11:42:56 [2022-06-21T11:42:56.847Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
11:42:56 [2022-06-21T11:42:56.847Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
11:42:56 [2022-06-21T11:42:56.847Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
11:42:56 [2022-06-21T11:42:56.847Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
11:42:56 [2022-06-21T11:42:56.860Z] #29 5.661 Building dependency tree...
11:42:56 [2022-06-21T11:42:56.860Z] #29 6.028 The following additional packages will be installed:
11:42:56 [2022-06-21T11:42:56.860Z] #29 6.029   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
11:42:56 [2022-06-21T11:42:56.860Z] #29 6.030   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
11:42:56 [2022-06-21T11:42:56.860Z] #29 6.038 Recommended packages:
11:42:56 [2022-06-21T11:42:56.860Z] #29 6.038   libldap-common publicsuffix libsasl2-modules
11:42:57 [2022-06-21T11:42:57.107Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done
11:42:57 [2022-06-21T11:42:57.107Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s
11:42:57 [2022-06-21T11:42:57.126Z] #29 6.196 The following NEW packages will be installed:
11:42:57 [2022-06-21T11:42:57.126Z] #29 6.196   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
11:42:57 [2022-06-21T11:42:57.126Z] #29 6.196   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
11:42:57 [2022-06-21T11:42:57.126Z] #29 6.196   libssh2-1 openssl
11:42:57 [2022-06-21T11:42:57.368Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.488 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.488 Need to get 3040 kB of archives.
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.488 After this operation, 6651 kB of additional disk space will be used.
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.488 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB]
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.496 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.505 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.505 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.505 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.505 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.517 Get:7 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.517 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.517 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.517 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
11:42:57 [2022-06-21T11:42:57.388Z] #29 6.517 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
11:42:57 [2022-06-21T11:42:57.630Z] #4 DONE 0.7s
11:42:57 [2022-06-21T11:42:57.630Z] 
11:42:57 [2022-06-21T11:42:57.630Z] #5 [internal] load .dockerignore
11:42:57 [2022-06-21T11:42:57.630Z] #5 sha256:e1646649d85e6d4233fe27e4596aae8c415637a0500aa5b24d982db74e162e34
11:42:57 [2022-06-21T11:42:57.630Z] #5 DONE 0.0s
11:42:57 [2022-06-21T11:42:57.630Z] 
11:42:57 [2022-06-21T11:42:57.630Z] #6 [internal] load build definition from Dockerfile
11:42:57 [2022-06-21T11:42:57.630Z] #6 sha256:c94c823b5cdbfeb7a17b87bae4d72ad1f814ceb5c93cd8180208eb8b7312d8bf
11:42:57 [2022-06-21T11:42:57.630Z] #6 DONE 0.0s
11:42:57 [2022-06-21T11:42:57.630Z] 
11:42:57 [2022-06-21T11:42:57.630Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
11:42:57 [2022-06-21T11:42:57.630Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049
11:42:57 [2022-06-21T11:42:57.651Z] #29 6.535 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
11:42:57 [2022-06-21T11:42:57.651Z] #29 6.535 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
11:42:57 [2022-06-21T11:42:57.651Z] #29 6.535 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
11:42:57 [2022-06-21T11:42:57.651Z] #29 6.535 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
11:42:57 [2022-06-21T11:42:57.697Z] #29 3.681 Fetched 8544 kB in 2s (3633 kB/s)
11:42:57 [2022-06-21T11:42:57.743Z] #84 ...
11:42:57 [2022-06-21T11:42:57.743Z] 
11:42:57 [2022-06-21T11:42:57.743Z] #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
11:42:57 [2022-06-21T11:42:57.743Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:42:57 [2022-06-21T11:42:57.743Z] #41 55.36 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.
11:42:57 [2022-06-21T11:42:57.743Z] #41 55.53 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
11:42:57 [2022-06-21T11:42:57.743Z] #41 56.69 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
11:42:57 [2022-06-21T11:42:57.912Z] #29 6.843 debconf: delaying package configuration, since apt-utils is not installed
11:42:57 [2022-06-21T11:42:57.912Z] #29 6.873 Fetched 3040 kB in 0s (9051 kB/s)
11:42:57 [2022-06-21T11:42:57.912Z] #29 6.949 Selecting previously unselected package openssl.
11:42:57 [2022-06-21T11:42:57.912Z] #29 6.949 (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 ... 6662 files and directories currently installed.)
11:42:57 [2022-06-21T11:42:57.912Z] #29 6.954 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ...
11:42:57 [2022-06-21T11:42:57.912Z] #29 6.966 Unpacking openssl (1.1.1n-0+deb11u2) ...
11:42:57 [2022-06-21T11:42:57.954Z] #29 3.681 Reading package lists...
11:42:58 [2022-06-21T11:42:58.176Z] #29 7.197 Selecting previously unselected package ca-certificates.
11:42:58 [2022-06-21T11:42:58.176Z] #29 7.197 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
11:42:58 [2022-06-21T11:42:58.176Z] #29 7.240 Unpacking ca-certificates (20210119) ...
11:42:58 [2022-06-21T11:42:58.438Z] #29 7.387 Selecting previously unselected package libbrotli1:amd64.
11:42:58 [2022-06-21T11:42:58.439Z] #29 7.387 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
11:42:58 [2022-06-21T11:42:58.439Z] #29 7.425 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
11:42:58 [2022-06-21T11:42:58.700Z] #29 7.598 Selecting previously unselected package libsasl2-modules-db:amd64.
11:42:58 [2022-06-21T11:42:58.700Z] #29 7.598 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:42:58 [2022-06-21T11:42:58.700Z] #29 7.601 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:42:58 [2022-06-21T11:42:58.700Z] #29 7.709 Selecting previously unselected package libsasl2-2:amd64.
11:42:58 [2022-06-21T11:42:58.700Z] #29 7.710 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:42:58 [2022-06-21T11:42:58.700Z] #29 7.716 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:42:58 [2022-06-21T11:42:58.885Z] #29 4.484 Reading package lists...
11:42:58 [2022-06-21T11:42:58.961Z] #29 7.898 Selecting previously unselected package libldap-2.4-2:amd64.
11:42:58 [2022-06-21T11:42:58.961Z] #29 7.898 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
11:42:58 [2022-06-21T11:42:58.961Z] #29 7.906 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:42:58 [2022-06-21T11:42:58.961Z] #29 8.020 Selecting previously unselected package libnghttp2-14:amd64.
11:42:58 [2022-06-21T11:42:58.961Z] #29 8.020 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
11:42:59 [2022-06-21T11:42:59.131Z] #10 ...
11:42:59 [2022-06-21T11:42:59.131Z] 
11:42:59 [2022-06-21T11:42:59.131Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:42:59 [2022-06-21T11:42:59.131Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
11:42:59 [2022-06-21T11:42:59.131Z] #8 DONE 1.3s
11:42:59 [2022-06-21T11:42:59.131Z] 
11:42:59 [2022-06-21T11:42:59.131Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
11:42:59 [2022-06-21T11:42:59.131Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
11:42:59 [2022-06-21T11:42:59.131Z] #7 DONE 1.3s
11:42:59 [2022-06-21T11:42:59.131Z] 
11:42:59 [2022-06-21T11:42:59.131Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:42:59 [2022-06-21T11:42:59.131Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
11:42:59 [2022-06-21T11:42:59.131Z] #9 DONE 1.3s
11:42:59 [2022-06-21T11:42:59.131Z] 
11:42:59 [2022-06-21T11:42:59.131Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
11:42:59 [2022-06-21T11:42:59.131Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049
11:42:59 [2022-06-21T11:42:59.131Z] #10 DONE 1.3s
11:42:59 [2022-06-21T11:42:59.131Z] 
11:42:59 [2022-06-21T11:42:59.131Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:42:59 [2022-06-21T11:42:59.131Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
11:42:59 [2022-06-21T11:42:59.131Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
11:42:59 [2022-06-21T11:42:59.131Z] #73 DONE 0.0s
11:42:59 [2022-06-21T11:42:59.131Z] 
11:42:59 [2022-06-21T11:42:59.131Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:42:59 [2022-06-21T11:42:59.131Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:42:59 [2022-06-21T11:42:59.131Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done
11:42:59 [2022-06-21T11:42:59.141Z] #29 5.275 Building dependency tree...
11:42:59 [2022-06-21T11:42:59.141Z] #29 5.629 The following additional packages will be installed:
11:42:59 [2022-06-21T11:42:59.141Z] #29 5.629   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
11:42:59 [2022-06-21T11:42:59.141Z] #29 5.629   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
11:42:59 [2022-06-21T11:42:59.141Z] #29 5.630 Recommended packages:
11:42:59 [2022-06-21T11:42:59.141Z] #29 5.630   libldap-common publicsuffix libsasl2-modules
11:42:59 [2022-06-21T11:42:59.221Z] #29 8.033 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
11:42:59 [2022-06-21T11:42:59.221Z] #29 8.217 Selecting previously unselected package libpsl5:amd64.
11:42:59 [2022-06-21T11:42:59.221Z] #29 8.217 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
11:42:59 [2022-06-21T11:42:59.221Z] #29 8.227 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
11:42:59 [2022-06-21T11:42:59.221Z] #29 8.309 Selecting previously unselected package librtmp1:amd64.
11:42:59 [2022-06-21T11:42:59.221Z] #29 8.309 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
11:42:59 [2022-06-21T11:42:59.395Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done
11:42:59 [2022-06-21T11:42:59.395Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done
11:42:59 [2022-06-21T11:42:59.395Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done
11:42:59 [2022-06-21T11:42:59.413Z] #29 5.782 The following NEW packages will be installed:
11:42:59 [2022-06-21T11:42:59.413Z] #29 5.782   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
11:42:59 [2022-06-21T11:42:59.413Z] #29 5.782   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
11:42:59 [2022-06-21T11:42:59.413Z] #29 5.782   libssh2-1 openssl
11:42:59 [2022-06-21T11:42:59.461Z] Client:
11:42:59 [2022-06-21T11:42:59.461Z]  Context:    default
11:42:59 [2022-06-21T11:42:59.461Z]  Debug Mode: false
11:42:59 [2022-06-21T11:42:59.461Z]  Plugins:
11:42:59 [2022-06-21T11:42:59.461Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
11:42:59 [2022-06-21T11:42:59.461Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
11:42:59 [2022-06-21T11:42:59.461Z] 
11:42:59 [2022-06-21T11:42:59.461Z] Server:
11:42:59 [2022-06-21T11:42:59.461Z]  Containers: 0
11:42:59 [2022-06-21T11:42:59.461Z]   Running: 0
11:42:59 [2022-06-21T11:42:59.461Z]   Paused: 0
11:42:59 [2022-06-21T11:42:59.461Z]   Stopped: 0
11:42:59 [2022-06-21T11:42:59.461Z]  Images: 0
11:42:59 [2022-06-21T11:42:59.461Z]  Server Version: 20.10.14
11:42:59 [2022-06-21T11:42:59.461Z]  Storage Driver: overlay2
11:42:59 [2022-06-21T11:42:59.461Z]   Backing Filesystem: extfs
11:42:59 [2022-06-21T11:42:59.461Z]   Supports d_type: true
11:42:59 [2022-06-21T11:42:59.461Z]   Native Overlay Diff: true
11:42:59 [2022-06-21T11:42:59.461Z]   userxattr: false
11:42:59 [2022-06-21T11:42:59.461Z]  Logging Driver: json-file
11:42:59 [2022-06-21T11:42:59.461Z]  Cgroup Driver: cgroupfs
11:42:59 [2022-06-21T11:42:59.461Z]  Cgroup Version: 1
11:42:59 [2022-06-21T11:42:59.461Z]  Plugins:
11:42:59 [2022-06-21T11:42:59.461Z]   Volume: local
11:42:59 [2022-06-21T11:42:59.461Z]   Network: bridge host ipvlan macvlan null overlay
11:42:59 [2022-06-21T11:42:59.461Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:42:59 [2022-06-21T11:42:59.461Z]  Swarm: inactive
11:42:59 [2022-06-21T11:42:59.461Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:42:59 [2022-06-21T11:42:59.461Z]  Default Runtime: runc
11:42:59 [2022-06-21T11:42:59.461Z]  Init Binary: docker-init
11:42:59 [2022-06-21T11:42:59.462Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
11:42:59 [2022-06-21T11:42:59.462Z]  runc version: v1.0.3-0-gf46b6ba
11:42:59 [2022-06-21T11:42:59.462Z]  init version: de40ad0
11:42:59 [2022-06-21T11:42:59.462Z]  Security Options:
11:42:59 [2022-06-21T11:42:59.462Z]   apparmor
11:42:59 [2022-06-21T11:42:59.462Z]   seccomp
11:42:59 [2022-06-21T11:42:59.462Z]    Profile: default
11:42:59 [2022-06-21T11:42:59.462Z]  Kernel Version: 5.13.0-1021-aws
11:42:59 [2022-06-21T11:42:59.462Z]  Operating System: Ubuntu 20.04.4 LTS
11:42:59 [2022-06-21T11:42:59.462Z]  OSType: linux
11:42:59 [2022-06-21T11:42:59.462Z]  Architecture: aarch64
11:42:59 [2022-06-21T11:42:59.462Z]  CPUs: 2
11:42:59 [2022-06-21T11:42:59.462Z]  Total Memory: 7.562GiB
11:42:59 [2022-06-21T11:42:59.462Z]  Name: ip-10-100-93-17
11:42:59 [2022-06-21T11:42:59.462Z]  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
11:42:59 [2022-06-21T11:42:59.462Z]  Docker Root Dir: /var/lib/docker
11:42:59 [2022-06-21T11:42:59.462Z]  Debug Mode: false
11:42:59 [2022-06-21T11:42:59.462Z]  Registry: https://index.docker.io/v1/
11:42:59 [2022-06-21T11:42:59.462Z]  Labels:
11:42:59 [2022-06-21T11:42:59.462Z]  Experimental: true
11:42:59 [2022-06-21T11:42:59.462Z]  Insecure Registries:
11:42:59 [2022-06-21T11:42:59.462Z]   127.0.0.0/8
11:42:59 [2022-06-21T11:42:59.462Z]  Live Restore Enabled: true
11:42:59 [2022-06-21T11:42:59.462Z] 
[Pipeline] sh
11:42:59 [2022-06-21T11:42:59.483Z] #29 8.341 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:42:59 [2022-06-21T11:42:59.483Z] #29 8.419 Selecting previously unselected package libssh2-1:amd64.
11:42:59 [2022-06-21T11:42:59.483Z] #29 8.419 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
11:42:59 [2022-06-21T11:42:59.483Z] #29 8.425 Unpacking libssh2-1:amd64 (1.9.0-2) ...
11:42:59 [2022-06-21T11:42:59.652Z] #41 ...
11:42:59 [2022-06-21T11:42:59.652Z] 
11:42:59 [2022-06-21T11:42:59.652Z] #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.44.0"      && /build/golangci-lint --version
11:42:59 [2022-06-21T11:42:59.652Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:42:59 [2022-06-21T11:42:59.652Z] #62 67.34 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
11:42:59 [2022-06-21T11:42:59.652Z] #62 67.44 go: downloading github.com/gobwas/glob v0.2.3
11:42:59 [2022-06-21T11:42:59.652Z] #62 67.50 go: downloading github.com/kisielk/gotool v1.0.0
11:42:59 [2022-06-21T11:42:59.652Z] #62 67.55 go: downloading github.com/gostaticanalysis/comment v1.4.2
11:42:59 [2022-06-21T11:42:59.652Z] #62 67.58 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
11:42:59 [2022-06-21T11:42:59.652Z] #62 67.59 go: downloading golang.org/x/mod v0.5.1
11:42:59 [2022-06-21T11:42:59.652Z] #62 67.63 go: downloading github.com/ettle/strcase v0.1.1
11:42:59 [2022-06-21T11:42:59.657Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 0B / 55.01MB 0.1s
11:42:59 [2022-06-21T11:42:59.657Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 3.15MB / 55.01MB 0.2s
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.057 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.057 Need to get 3040 kB of archives.
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.057 After this operation, 6651 kB of additional disk space will be used.
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.057 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.073 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.073 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.085 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.085 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.085 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.085 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.085 Get:8 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.085 Get:9 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.090 Get:10 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.099 Get:11 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.099 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.099 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.105 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
11:42:59 [2022-06-21T11:42:59.669Z] #29 6.105 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
11:42:59 [2022-06-21T11:42:59.744Z] #29 8.656 Selecting previously unselected package libcurl4:amd64.
11:42:59 [2022-06-21T11:42:59.744Z] #29 8.656 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
11:42:59 [2022-06-21T11:42:59.744Z] #29 8.668 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
11:42:59 [2022-06-21T11:42:59.744Z] #29 8.796 Selecting previously unselected package curl.
11:42:59 [2022-06-21T11:42:59.744Z] #29 8.796 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
11:42:59 [2022-06-21T11:42:59.744Z] #29 8.808 Unpacking curl (7.74.0-1.3+deb11u1) ...
11:42:59 [2022-06-21T11:42:59.757Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
11:42:59 [2022-06-21T11:42:59.757Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
11:42:59 [2022-06-21T11:42:59.757Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43731/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
11:42:59 [2022-06-21T11:42:59.757Z] + bash /home/ubuntu/workspace/moby_PR-43731/check-config.sh
11:42:59 [2022-06-21T11:42:59.757Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
11:42:59 [2022-06-21T11:42:59.757Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ...
11:42:59 [2022-06-21T11:42:59.757Z] 
11:42:59 [2022-06-21T11:42:59.757Z] Generally Necessary:
11:42:59 [2022-06-21T11:42:59.757Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
11:42:59 [2022-06-21T11:42:59.757Z] - apparmor: enabled and tools installed
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_NAMESPACES: enabled
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_NET_NS: enabled
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_PID_NS: enabled
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_IPC_NS: enabled
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_UTS_NS: enabled
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_CGROUPS: enabled
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_CGROUP_CPUACCT: enabled
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_CGROUP_DEVICE: enabled
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_CGROUP_FREEZER: enabled
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_CGROUP_SCHED: enabled
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_CPUSETS: enabled
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_MEMCG: enabled
11:42:59 [2022-06-21T11:42:59.757Z] - CONFIG_KEYS: enabled
11:42:59 [2022-06-21T11:42:59.758Z] - CONFIG_VETH: enabled (as module)
11:42:59 [2022-06-21T11:42:59.758Z] - CONFIG_BRIDGE: enabled (as module)
11:42:59 [2022-06-21T11:42:59.758Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
11:42:59 [2022-06-21T11:42:59.758Z] - CONFIG_IP_NF_FILTER: enabled (as module)
11:42:59 [2022-06-21T11:42:59.758Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
11:42:59 [2022-06-21T11:42:59.758Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
11:42:59 [2022-06-21T11:42:59.911Z] #62 67.76 go: downloading github.com/fatih/structtag v1.2.0
11:42:59 [2022-06-21T11:42:59.911Z] #62 67.77 go: downloading github.com/Masterminds/semver v1.5.0
11:42:59 [2022-06-21T11:42:59.921Z] #28 ...
11:42:59 [2022-06-21T11:42:59.921Z] 
11:42:59 [2022-06-21T11:42:59.921Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
11:42:59 [2022-06-21T11:42:59.921Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
11:42:59 [2022-06-21T11:42:59.921Z] #49 DONE 0.0s
11:42:59 [2022-06-21T11:42:59.921Z] 
11:42:59 [2022-06-21T11:42:59.921Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:42:59 [2022-06-21T11:42:59.921Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:42:59 [2022-06-21T11:42:59.921Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 12.58MB / 55.01MB 0.4s
11:42:59 [2022-06-21T11:42:59.925Z] #29 6.380 debconf: delaying package configuration, since apt-utils is not installed
11:42:59 [2022-06-21T11:42:59.925Z] #29 6.422 Fetched 3040 kB in 0s (9260 kB/s)
11:42:59 [2022-06-21T11:42:59.925Z] #29 6.508 Selecting previously unselected package openssl.
11:42:59 [2022-06-21T11:42:59.925Z] #29 6.508 (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 ... 6662 files and directories currently installed.)
11:43:00 [2022-06-21T11:43:00.006Z] #29 8.908 Selecting previously unselected package libonig5:amd64.
11:43:00 [2022-06-21T11:43:00.006Z] #29 8.908 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
11:43:00 [2022-06-21T11:43:00.006Z] #29 8.959 Unpacking libonig5:amd64 (6.9.6-1.1) ...
11:43:00 [2022-06-21T11:43:00.006Z] #29 9.069 Selecting previously unselected package libjq1:amd64.
11:43:00 [2022-06-21T11:43:00.006Z] #29 9.069 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
11:43:00 [2022-06-21T11:43:00.006Z] #29 9.073 Unpacking libjq1:amd64 (1.6-2.1) ...
11:43:00 [2022-06-21T11:43:00.006Z] #29 9.187 Selecting previously unselected package jq.
11:43:00 [2022-06-21T11:43:00.006Z] #29 9.187 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_IP_NF_NAT: enabled (as module)
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_NF_NAT: enabled (as module)
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_POSIX_MQUEUE: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_CGROUP_BPF: enabled
11:43:00 [2022-06-21T11:43:00.017Z] 
11:43:00 [2022-06-21T11:43:00.017Z] Optional Features:
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_USER_NS: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_SECCOMP: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_SECCOMP_FILTER: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_CGROUP_PIDS: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_MEMCG_SWAP: enabled
11:43:00 [2022-06-21T11:43:00.017Z]     (cgroup swap accounting is currently enabled)
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_BLK_CGROUP: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_BLK_DEV_THROTTLING: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_CGROUP_PERF: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_CGROUP_HUGETLB: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_CGROUP_NET_PRIO: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_CFS_BANDWIDTH: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_FAIR_GROUP_SCHED: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_RT_GROUP_SCHED: missing
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_IP_VS: enabled (as module)
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_IP_VS_NFCT: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_IP_VS_PROTO_TCP: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_IP_VS_PROTO_UDP: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_IP_VS_RR: enabled (as module)
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_SECURITY_SELINUX: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_SECURITY_APPARMOR: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_EXT4_FS: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - CONFIG_EXT4_FS_SECURITY: enabled
11:43:00 [2022-06-21T11:43:00.017Z] - Network Drivers:
11:43:00 [2022-06-21T11:43:00.017Z]   - "overlay":
11:43:00 [2022-06-21T11:43:00.170Z] #62 67.86 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
11:43:00 [2022-06-21T11:43:00.170Z] #62 67.94 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
11:43:00 [2022-06-21T11:43:00.182Z] #29 6.510 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ...
11:43:00 [2022-06-21T11:43:00.182Z] #29 6.513 Unpacking openssl (1.1.1n-0+deb11u2) ...
11:43:00 [2022-06-21T11:43:00.184Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 30.61MB / 55.01MB 0.6s
11:43:00 [2022-06-21T11:43:00.184Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 42.99MB / 55.01MB 0.8s
11:43:00 [2022-06-21T11:43:00.268Z] #29 9.193 Unpacking jq (1.6-2.1) ...
11:43:00 [2022-06-21T11:43:00.268Z] #29 9.263 Setting up libpsl5:amd64 (0.21.0-1.2) ...
11:43:00 [2022-06-21T11:43:00.268Z] #29 9.275 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
11:43:00 [2022-06-21T11:43:00.268Z] #29 9.285 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
11:43:00 [2022-06-21T11:43:00.268Z] #29 ...
11:43:00 [2022-06-21T11:43:00.268Z] 
11:43:00 [2022-06-21T11:43:00.268Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:00 [2022-06-21T11:43:00.268Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:00 [2022-06-21T11:43:00.268Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 11.3s done
11:43:00 [2022-06-21T11:43:00.268Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.6s done
11:43:00 [2022-06-21T11:43:00.268Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.8s done
11:43:00 [2022-06-21T11:43:00.268Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 7.4s
11:43:00 [2022-06-21T11:43:00.268Z] #11 ...
11:43:00 [2022-06-21T11:43:00.268Z] 
11:43:00 [2022-06-21T11:43:00.268Z] #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
11:43:00 [2022-06-21T11:43:00.268Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
11:43:00 [2022-06-21T11:43:00.268Z] #29 9.300 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:00 [2022-06-21T11:43:00.268Z] #29 9.313 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:43:00 [2022-06-21T11:43:00.268Z] #29 9.325 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:00 [2022-06-21T11:43:00.268Z] #29 9.338 Setting up libssh2-1:amd64 (1.9.0-2) ...
11:43:00 [2022-06-21T11:43:00.268Z] #29 9.350 Setting up openssl (1.1.1n-0+deb11u2) ...
11:43:00 [2022-06-21T11:43:00.268Z] #29 9.371 Setting up libonig5:amd64 (6.9.6-1.1) ...
11:43:00 [2022-06-21T11:43:00.268Z] #29 9.380 Setting up libjq1:amd64 (1.6-2.1) ...
11:43:00 [2022-06-21T11:43:00.268Z] #29 9.392 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:43:00 [2022-06-21T11:43:00.273Z]     - CONFIG_VXLAN: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
11:43:00 [2022-06-21T11:43:00.274Z]       Optional (for encrypted networks):
11:43:00 [2022-06-21T11:43:00.274Z]       - CONFIG_CRYPTO: enabled
11:43:00 [2022-06-21T11:43:00.274Z]       - CONFIG_CRYPTO_AEAD: enabled
11:43:00 [2022-06-21T11:43:00.274Z]       - CONFIG_CRYPTO_GCM: enabled
11:43:00 [2022-06-21T11:43:00.274Z]       - CONFIG_CRYPTO_SEQIV: enabled
11:43:00 [2022-06-21T11:43:00.274Z]       - CONFIG_CRYPTO_GHASH: enabled
11:43:00 [2022-06-21T11:43:00.274Z]       - CONFIG_XFRM: enabled
11:43:00 [2022-06-21T11:43:00.274Z]       - CONFIG_XFRM_USER: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]       - CONFIG_XFRM_ALGO: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]       - CONFIG_INET_ESP: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]   - "ipvlan":
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_IPVLAN: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]   - "macvlan":
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_MACVLAN: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_DUMMY: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]   - "ftp,tftp client in container":
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z] - Storage Drivers:
11:43:00 [2022-06-21T11:43:00.274Z]   - "aufs":
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_AUFS_FS: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]   - "btrfs":
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_BTRFS_FS: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
11:43:00 [2022-06-21T11:43:00.274Z]   - "devicemapper":
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_BLK_DEV_DM: enabled
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]   - "overlay":
11:43:00 [2022-06-21T11:43:00.274Z]     - CONFIG_OVERLAY_FS: enabled (as module)
11:43:00 [2022-06-21T11:43:00.274Z]   - "zfs":
11:43:00 [2022-06-21T11:43:00.274Z]     - /dev/zfs: present
11:43:00 [2022-06-21T11:43:00.274Z]     - zfs command: missing
11:43:00 [2022-06-21T11:43:00.274Z]     - zpool command: missing
11:43:00 [2022-06-21T11:43:00.274Z] 
11:43:00 [2022-06-21T11:43:00.274Z] Limits:
11:43:00 [2022-06-21T11:43:00.274Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
11:43:00 [2022-06-21T11:43:00.274Z] 
11:43:00 [2022-06-21T11:43:00.274Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
11:43:00 [2022-06-21T11:43:00.429Z] #62 68.17 go: downloading github.com/prometheus/client_golang v1.7.1
11:43:00 [2022-06-21T11:43:00.438Z] #29 6.744 Selecting previously unselected package ca-certificates.
11:43:00 [2022-06-21T11:43:00.438Z] #29 6.744 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
11:43:00 [2022-06-21T11:43:00.438Z] #29 6.749 Unpacking ca-certificates (20210119) ...
11:43:00 [2022-06-21T11:43:00.438Z] #29 6.944 Selecting previously unselected package libbrotli1:amd64.
11:43:00 [2022-06-21T11:43:00.444Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 0.9s
11:43:00 [2022-06-21T11:43:00.531Z] #29 9.405 Setting up ca-certificates (20210119) ...
11:43:00 [2022-06-21T11:43:00.592Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:068ab5144244648bcba3b7261c41836a4ba5cf0f .
11:43:00 [2022-06-21T11:43:00.695Z] #29 6.945 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
11:43:00 [2022-06-21T11:43:00.695Z] #29 6.953 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
11:43:00 [2022-06-21T11:43:00.695Z] #29 7.136 Selecting previously unselected package libsasl2-modules-db:amd64.
11:43:00 [2022-06-21T11:43:00.695Z] #29 7.136 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:43:00 [2022-06-21T11:43:00.695Z] #29 7.140 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:00 [2022-06-21T11:43:00.860Z] #2 [internal] load .dockerignore
11:43:00 [2022-06-21T11:43:00.860Z] #2 sha256:864ba90afa99dfb30a99aa09d731070e0caca20e6b540f49e4b9e67de98c600b
11:43:00 [2022-06-21T11:43:00.860Z] #2 transferring context: 145B done
11:43:00 [2022-06-21T11:43:00.860Z] #2 DONE 0.1s
11:43:00 [2022-06-21T11:43:00.860Z] 
11:43:00 [2022-06-21T11:43:00.860Z] #1 [internal] load build definition from Dockerfile
11:43:00 [2022-06-21T11:43:00.860Z] #1 sha256:522e1daee0b6b8e0a5f3308ec9e570f78a76f1913e34cc789ddfb1169f33ecf4
11:43:00 [2022-06-21T11:43:00.860Z] #1 transferring dockerfile: 18.90kB done
11:43:00 [2022-06-21T11:43:00.860Z] #1 DONE 0.2s
11:43:00 [2022-06-21T11:43:00.860Z] 
11:43:00 [2022-06-21T11:43:00.860Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
11:43:00 [2022-06-21T11:43:00.860Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a
11:43:00 [2022-06-21T11:43:00.952Z] #29 7.278 Selecting previously unselected package libsasl2-2:amd64.
11:43:00 [2022-06-21T11:43:00.952Z] #29 7.278 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:43:00 [2022-06-21T11:43:00.952Z] #29 7.283 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:00 [2022-06-21T11:43:00.952Z] #29 7.418 Selecting previously unselected package libldap-2.4-2:amd64.
11:43:00 [2022-06-21T11:43:00.952Z] #29 7.419 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
11:43:00 [2022-06-21T11:43:00.952Z] #29 7.423 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:43:00 [2022-06-21T11:43:00.997Z] #62 68.83 go: downloading github.com/prometheus/client_model v0.2.0
11:43:00 [2022-06-21T11:43:00.997Z] #62 68.90 go: downloading github.com/google/go-cmp v0.5.6
11:43:01 [2022-06-21T11:43:01.106Z] #29 10.20 Updating certificates in /etc/ssl/certs...
11:43:01 [2022-06-21T11:43:01.215Z] #29 7.553 Selecting previously unselected package libnghttp2-14:amd64.
11:43:01 [2022-06-21T11:43:01.215Z] #29 7.553 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
11:43:01 [2022-06-21T11:43:01.215Z] #29 7.559 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
11:43:01 [2022-06-21T11:43:01.215Z] #29 7.698 Selecting previously unselected package libpsl5:amd64.
11:43:01 [2022-06-21T11:43:01.215Z] #29 7.698 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
11:43:01 [2022-06-21T11:43:01.215Z] #29 7.702 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
11:43:01 [2022-06-21T11:43:01.215Z] #29 7.810 Selecting previously unselected package librtmp1:amd64.
11:43:01 [2022-06-21T11:43:01.215Z] #29 7.810 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
11:43:01 [2022-06-21T11:43:01.415Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.6s done
11:43:01 [2022-06-21T11:43:01.416Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c
11:43:01 [2022-06-21T11:43:01.422Z] #3 DONE 0.6s
11:43:01 [2022-06-21T11:43:01.422Z] 
11:43:01 [2022-06-21T11:43:01.422Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
11:43:01 [2022-06-21T11:43:01.422Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120
11:43:01 [2022-06-21T11:43:01.422Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
11:43:01 [2022-06-21T11:43:01.472Z] #29 7.816 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:43:01 [2022-06-21T11:43:01.472Z] #29 7.943 Selecting previously unselected package libssh2-1:amd64.
11:43:01 [2022-06-21T11:43:01.472Z] #29 7.943 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
11:43:01 [2022-06-21T11:43:01.472Z] #29 7.976 Unpacking libssh2-1:amd64 (1.9.0-2) ...
11:43:01 [2022-06-21T11:43:01.565Z] #62 69.23 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
11:43:01 [2022-06-21T11:43:01.565Z] #62 69.28 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
11:43:01 [2022-06-21T11:43:01.565Z] #62 69.37 go: downloading github.com/olekukonko/tablewriter v0.0.5
11:43:01 [2022-06-21T11:43:01.565Z] #62 ...
11:43:01 [2022-06-21T11:43:01.565Z] 
11:43:01 [2022-06-21T11:43:01.565Z] #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
11:43:01 [2022-06-21T11:43:01.565Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:43:01 [2022-06-21T11:43:01.565Z] #58 59.99 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
11:43:01 [2022-06-21T11:43:01.565Z] #58 60.06 Setting up python3-protobuf (3.12.4-1) ...
11:43:01 [2022-06-21T11:43:01.565Z] #58 65.44 Setting up criu (3.17-1) ...
11:43:01 [2022-06-21T11:43:01.565Z] #58 67.99 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:43:01 [2022-06-21T11:43:01.565Z] #58 DONE 69.2s
11:43:01 [2022-06-21T11:43:01.679Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done
11:43:01 [2022-06-21T11:43:01.679Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 5.24MB / 9.06MB 0.2s
11:43:01 [2022-06-21T11:43:01.679Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
11:43:01 [2022-06-21T11:43:01.679Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done
11:43:01 [2022-06-21T11:43:01.679Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.3s
11:43:01 [2022-06-21T11:43:01.730Z] #29 8.078 Selecting previously unselected package libcurl4:amd64.
11:43:01 [2022-06-21T11:43:01.730Z] #29 8.078 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
11:43:01 [2022-06-21T11:43:01.730Z] #29 8.085 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
11:43:01 [2022-06-21T11:43:01.730Z] #29 8.256 Selecting previously unselected package curl.
11:43:01 [2022-06-21T11:43:01.730Z] #29 8.256 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
11:43:01 [2022-06-21T11:43:01.730Z] #29 8.260 Unpacking curl (7.74.0-1.3+deb11u1) ...
11:43:01 [2022-06-21T11:43:01.825Z] 
11:43:01 [2022-06-21T11:43:01.825Z] #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.44.0"      && /build/golangci-lint --version
11:43:01 [2022-06-21T11:43:01.825Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:43:01 [2022-06-21T11:43:01.825Z] #62 69.64 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:43:01 [2022-06-21T11:43:01.825Z] #62 69.66 go: downloading github.com/beorn7/perks v1.0.1
11:43:01 [2022-06-21T11:43:01.938Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s
11:43:01 [2022-06-21T11:43:01.987Z] #29 8.369 Selecting previously unselected package libonig5:amd64.
11:43:01 [2022-06-21T11:43:01.987Z] #29 8.369 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
11:43:01 [2022-06-21T11:43:01.987Z] #29 8.374 Unpacking libonig5:amd64 (6.9.6-1.1) ...
11:43:02 [2022-06-21T11:43:02.083Z] #62 69.78 go: downloading github.com/golang/protobuf v1.5.2
11:43:02 [2022-06-21T11:43:02.083Z] #62 69.78 go: downloading github.com/cespare/xxhash v1.1.0
11:43:02 [2022-06-21T11:43:02.083Z] #62 70.03 go: downloading github.com/prometheus/common v0.10.0
11:43:02 [2022-06-21T11:43:02.195Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s done
11:43:02 [2022-06-21T11:43:02.195Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c
11:43:02 [2022-06-21T11:43:02.245Z] #29 8.505 Selecting previously unselected package libjq1:amd64.
11:43:02 [2022-06-21T11:43:02.245Z] #29 8.505 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
11:43:02 [2022-06-21T11:43:02.245Z] #29 8.513 Unpacking libjq1:amd64 (1.6-2.1) ...
11:43:02 [2022-06-21T11:43:02.245Z] #29 8.640 Selecting previously unselected package jq.
11:43:02 [2022-06-21T11:43:02.245Z] #29 8.640 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
11:43:02 [2022-06-21T11:43:02.245Z] #29 8.645 Unpacking jq (1.6-2.1) ...
11:43:02 [2022-06-21T11:43:02.245Z] #29 8.733 Setting up libpsl5:amd64 (0.21.0-1.2) ...
11:43:02 [2022-06-21T11:43:02.245Z] #29 8.806 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
11:43:02 [2022-06-21T11:43:02.245Z] #29 8.837 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
11:43:02 [2022-06-21T11:43:02.452Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done
11:43:02 [2022-06-21T11:43:02.452Z] #4 DONE 0.9s
11:43:02 [2022-06-21T11:43:02.502Z] #29 8.873 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:02 [2022-06-21T11:43:02.502Z] #29 8.886 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:43:02 [2022-06-21T11:43:02.502Z] #29 8.926 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:02 [2022-06-21T11:43:02.502Z] #29 8.930 Setting up libssh2-1:amd64 (1.9.0-2) ...
11:43:02 [2022-06-21T11:43:02.502Z] #29 8.943 Setting up openssl (1.1.1n-0+deb11u2) ...
11:43:02 [2022-06-21T11:43:02.502Z] #29 9.006 Setting up libonig5:amd64 (6.9.6-1.1) ...
11:43:02 [2022-06-21T11:43:02.502Z] #29 9.021 Setting up libjq1:amd64 (1.6-2.1) ...
11:43:02 [2022-06-21T11:43:02.502Z] #29 9.035 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:43:02 [2022-06-21T11:43:02.502Z] #29 9.048 Setting up ca-certificates (20210119) ...
11:43:02 [2022-06-21T11:43:02.506Z] #29 11.22 129 added, 0 removed; done.
11:43:02 [2022-06-21T11:43:02.506Z] #29 11.30 Setting up jq (1.6-2.1) ...
11:43:02 [2022-06-21T11:43:02.506Z] #29 11.31 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
11:43:02 [2022-06-21T11:43:02.506Z] #29 11.32 Setting up curl (7.74.0-1.3+deb11u1) ...
11:43:02 [2022-06-21T11:43:02.506Z] #29 11.33 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:43:02 [2022-06-21T11:43:02.506Z] #29 11.35 Processing triggers for ca-certificates (20210119) ...
11:43:02 [2022-06-21T11:43:02.506Z] #29 11.36 Updating certificates in /etc/ssl/certs...
11:43:02 [2022-06-21T11:43:02.651Z] #62 70.35 go: downloading github.com/prometheus/procfs v0.6.0
11:43:02 [2022-06-21T11:43:02.651Z] #62 70.48 go: downloading github.com/mattn/go-runewidth v0.0.9
11:43:02 [2022-06-21T11:43:02.651Z] #62 70.61 go: downloading google.golang.org/protobuf v1.27.1
11:43:02 [2022-06-21T11:43:02.708Z] 
11:43:02 [2022-06-21T11:43:02.708Z] #5 [internal] load .dockerignore
11:43:02 [2022-06-21T11:43:02.708Z] #5 sha256:f1f478db91df59e59393e92ad49e5d0a47aa6cf7bd9059d351ba2cdbefd182ac
11:43:02 [2022-06-21T11:43:02.708Z] #5 DONE 0.0s
11:43:02 [2022-06-21T11:43:02.708Z] 
11:43:02 [2022-06-21T11:43:02.708Z] #6 [internal] load build definition from Dockerfile
11:43:02 [2022-06-21T11:43:02.708Z] #6 sha256:d3a23b11d5bb1493bd54b335e3b6f40d125ec7acb8d7126d696a846bcc1c330f
11:43:02 [2022-06-21T11:43:02.708Z] #6 DONE 0.0s
11:43:02 [2022-06-21T11:43:02.708Z] 
11:43:02 [2022-06-21T11:43:02.708Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
11:43:02 [2022-06-21T11:43:02.708Z] #10 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
11:43:02 [2022-06-21T11:43:02.760Z] #29 ...
11:43:02 [2022-06-21T11:43:02.760Z] 
11:43:02 [2022-06-21T11:43:02.760Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:02 [2022-06-21T11:43:02.760Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:02 [2022-06-21T11:43:02.760Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 10.4s done
11:43:02 [2022-06-21T11:43:02.760Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.8s done
11:43:02 [2022-06-21T11:43:02.760Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.7s done
11:43:02 [2022-06-21T11:43:02.760Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 7.3s
11:43:03 [2022-06-21T11:43:03.341Z] #11 ...
11:43:03 [2022-06-21T11:43:03.341Z] 
11:43:03 [2022-06-21T11:43:03.341Z] #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
11:43:03 [2022-06-21T11:43:03.341Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
11:43:03 [2022-06-21T11:43:03.341Z] #29 9.802 Updating certificates in /etc/ssl/certs...
11:43:03 [2022-06-21T11:43:03.451Z] #29 12.28 0 added, 0 removed; done.
11:43:03 [2022-06-21T11:43:03.451Z] #29 12.28 Running hooks in /etc/ca-certificates/update.d...
11:43:03 [2022-06-21T11:43:03.451Z] #29 12.28 done.
11:43:03 [2022-06-21T11:43:03.969Z] #28 ...
11:43:03 [2022-06-21T11:43:03.969Z] 
11:43:03 [2022-06-21T11:43:03.969Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:43:03 [2022-06-21T11:43:03.969Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
11:43:03 [2022-06-21T11:43:03.969Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done
11:43:03 [2022-06-21T11:43:03.969Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:43:03 [2022-06-21T11:43:03.969Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
11:43:03 [2022-06-21T11:43:03.969Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
11:43:03 [2022-06-21T11:43:03.969Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done
11:43:03 [2022-06-21T11:43:03.969Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.5s done
11:43:03 [2022-06-21T11:43:03.969Z] #71 DONE 4.2s
11:43:03 [2022-06-21T11:43:03.969Z] 
11:43:03 [2022-06-21T11:43:03.969Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:43:03 [2022-06-21T11:43:03.969Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:43:04 [2022-06-21T11:43:04.764Z] #29 10.89 129 added, 0 removed; done.
11:43:04 [2022-06-21T11:43:04.764Z] #29 10.96 Setting up jq (1.6-2.1) ...
11:43:04 [2022-06-21T11:43:04.764Z] #29 10.97 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
11:43:04 [2022-06-21T11:43:04.764Z] #29 10.98 Setting up curl (7.74.0-1.3+deb11u1) ...
11:43:04 [2022-06-21T11:43:04.764Z] #29 11.00 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:43:04 [2022-06-21T11:43:04.764Z] #29 11.01 Processing triggers for ca-certificates (20210119) ...
11:43:04 [2022-06-21T11:43:04.764Z] #29 11.03 Updating certificates in /etc/ssl/certs...
11:43:05 [2022-06-21T11:43:05.186Z] #62 72.72 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
11:43:05 [2022-06-21T11:43:05.230Z] #10 DONE 2.5s
11:43:05 [2022-06-21T11:43:05.230Z] 
11:43:05 [2022-06-21T11:43:05.230Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:43:05 [2022-06-21T11:43:05.230Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
11:43:05 [2022-06-21T11:43:05.230Z] #9 DONE 2.6s
11:43:05 [2022-06-21T11:43:05.230Z] 
11:43:05 [2022-06-21T11:43:05.230Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:43:05 [2022-06-21T11:43:05.230Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
11:43:05 [2022-06-21T11:43:05.230Z] #8 DONE 2.8s
11:43:05 [2022-06-21T11:43:05.230Z] 
11:43:05 [2022-06-21T11:43:05.230Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
11:43:05 [2022-06-21T11:43:05.230Z] #7 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7
11:43:05 [2022-06-21T11:43:05.365Z] #29 DONE 14.3s
11:43:05 [2022-06-21T11:43:05.366Z] 
11:43:05 [2022-06-21T11:43:05.366Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
11:43:05 [2022-06-21T11:43:05.366Z] #30 sha256:ade5e49e06d269de02881dc139259eb22b2749218b10bbed5d812a198e11d2c6
11:43:05 [2022-06-21T11:43:05.493Z] #7 DONE 2.9s
11:43:05 [2022-06-21T11:43:05.771Z] #29 11.98 0 added, 0 removed; done.
11:43:05 [2022-06-21T11:43:05.771Z] #29 11.98 Running hooks in /etc/ca-certificates/update.d...
11:43:05 [2022-06-21T11:43:05.771Z] #29 11.99 done.
11:43:06 [2022-06-21T11:43:06.310Z] #30 DONE 0.9s
11:43:06 [2022-06-21T11:43:06.310Z] 
11:43:06 [2022-06-21T11:43:06.310Z] #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
11:43:06 [2022-06-21T11:43:06.310Z] #31 sha256:491d8eebb8a6a71e79c1da895fb6fec6cc0cac2d484973fead4b8f8416a29a70
11:43:06 [2022-06-21T11:43:06.524Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.1s
11:43:06 [2022-06-21T11:43:06.709Z] #29 DONE 13.0s
11:43:06 [2022-06-21T11:43:06.709Z] 
11:43:06 [2022-06-21T11:43:06.709Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
11:43:06 [2022-06-21T11:43:06.709Z] #30 sha256:f2610bfab338229ea9a9663fe465a92ea350130a545c4b0c29ae07dcc81830a9
11:43:06 [2022-06-21T11:43:06.709Z] #30 DONE 0.1s
11:43:06 [2022-06-21T11:43:06.709Z] 
11:43:06 [2022-06-21T11:43:06.709Z] #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
11:43:06 [2022-06-21T11:43:06.709Z] #31 sha256:d5bbdeed4e1b9db50878daead0d84abe85d5286b5fe72972de2a0f7ff8f311e0
11:43:07 [2022-06-21T11:43:07.094Z] #28 ...
11:43:07 [2022-06-21T11:43:07.094Z] 
11:43:07 [2022-06-21T11:43:07.094Z] #24 [internal] load build context
11:43:07 [2022-06-21T11:43:07.094Z] #24 sha256:4785b44f5ecb7ec07444351af162fd41eb40db8052e6b31d3597f0880c5f4761
11:43:07 [2022-06-21T11:43:07.094Z] #24 transferring context: 61.15MB 6.1s done
11:43:07 [2022-06-21T11:43:07.094Z] #24 DONE 8.0s
11:43:07 [2022-06-21T11:43:07.094Z] 
11:43:07 [2022-06-21T11:43:07.094Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:43:07 [2022-06-21T11:43:07.094Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:43:07 [2022-06-21T11:43:07.094Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.8s done
11:43:07 [2022-06-21T11:43:07.094Z] #28 ...
11:43:07 [2022-06-21T11:43:07.094Z] 
11:43:07 [2022-06-21T11:43:07.094Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:43:07 [2022-06-21T11:43:07.094Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
11:43:07 [2022-06-21T11:43:07.094Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:43:07 [2022-06-21T11:43:07.094Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
11:43:07 [2022-06-21T11:43:07.094Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
11:43:07 [2022-06-21T11:43:07.094Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done
11:43:07 [2022-06-21T11:43:07.094Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.3s done
11:43:07 [2022-06-21T11:43:07.094Z] #73 DONE 7.8s
11:43:07 [2022-06-21T11:43:07.354Z] 
11:43:07 [2022-06-21T11:43:07.354Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:43:07 [2022-06-21T11:43:07.354Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
11:43:07 [2022-06-21T11:43:07.354Z] #28 DONE 8.1s
11:43:07 [2022-06-21T11:43:07.354Z] 
11:43:07 [2022-06-21T11:43:07.354Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:07 [2022-06-21T11:43:07.354Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:07 [2022-06-21T11:43:07.354Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.2s done
11:43:07 [2022-06-21T11:43:07.354Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done
11:43:07 [2022-06-21T11:43:07.354Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done
11:43:07 [2022-06-21T11:43:07.354Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done
11:43:07 [2022-06-21T11:43:07.354Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.5s done
11:43:07 [2022-06-21T11:43:07.354Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 2.3s done
11:43:07 [2022-06-21T11:43:07.354Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 3.6s done
11:43:07 [2022-06-21T11:43:07.354Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 1.9s done
11:43:07 [2022-06-21T11:43:07.354Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 5.2s done
11:43:07 [2022-06-21T11:43:07.354Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 7.4s done
11:43:07 [2022-06-21T11:43:07.354Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 3.9s done
11:43:07 [2022-06-21T11:43:07.354Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272
11:43:07 [2022-06-21T11:43:07.696Z] #31 1.619 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
11:43:07 [2022-06-21T11:43:07.924Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.5s done
11:43:07 [2022-06-21T11:43:07.924Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f
11:43:07 [2022-06-21T11:43:07.924Z] #11 ...
11:43:07 [2022-06-21T11:43:07.924Z] 
11:43:07 [2022-06-21T11:43:07.924Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
11:43:07 [2022-06-21T11:43:07.924Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
11:43:07 [2022-06-21T11:43:07.924Z] #72 DONE 0.7s
11:43:07 [2022-06-21T11:43:07.924Z] 
11:43:07 [2022-06-21T11:43:07.924Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:07 [2022-06-21T11:43:07.924Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:07 [2022-06-21T11:43:07.924Z] #11 ...
11:43:07 [2022-06-21T11:43:07.924Z] 
11:43:07 [2022-06-21T11:43:07.924Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
11:43:07 [2022-06-21T11:43:07.924Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
11:43:07 [2022-06-21T11:43:07.959Z] #31 1.919 
11:43:08 [2022-06-21T11:43:08.022Z] 
11:43:08 [2022-06-21T11:43:08.022Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:43:08 [2022-06-21T11:43:08.022Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
11:43:08 [2022-06-21T11:43:08.022Z] #73 DONE 0.0s
11:43:08 [2022-06-21T11:43:08.022Z] 
11:43:08 [2022-06-21T11:43:08.022Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:43:08 [2022-06-21T11:43:08.022Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
11:43:08 [2022-06-21T11:43:08.022Z] #71 DONE 0.0s
11:43:08 [2022-06-21T11:43:08.022Z] 
11:43:08 [2022-06-21T11:43:08.022Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:08 [2022-06-21T11:43:08.022Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
11:43:08 [2022-06-21T11:43:08.022Z] #11 DONE 0.0s
11:43:08 [2022-06-21T11:43:08.022Z] 
11:43:08 [2022-06-21T11:43:08.022Z] #24 [internal] load build context
11:43:08 [2022-06-21T11:43:08.022Z] #24 sha256:07983ad642d05368093547900d9072d30f272184196b32539f4f30e465d9c25c
11:43:08 [2022-06-21T11:43:08.022Z] #24 transferring context:
11:43:08 [2022-06-21T11:43:08.532Z] #31 2.140 #=#=#                                                                         

######################################################################## 100.0%
11:43:08 [2022-06-21T11:43:08.794Z] #31 2.412 
11:43:08 [2022-06-21T11:43:08.868Z] #74 DONE 0.8s
11:43:08 [2022-06-21T11:43:08.868Z] 
11:43:08 [2022-06-21T11:43:08.868Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:08 [2022-06-21T11:43:08.868Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:08 [2022-06-21T11:43:08.868Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.4s done
11:43:08 [2022-06-21T11:43:08.868Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523
11:43:08 [2022-06-21T11:43:08.953Z] #24 ...
11:43:08 [2022-06-21T11:43:08.953Z] 
11:43:08 [2022-06-21T11:43:08.953Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
11:43:08 [2022-06-21T11:43:08.953Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
11:43:08 [2022-06-21T11:43:08.953Z] #49 DONE 0.6s
11:43:08 [2022-06-21T11:43:08.953Z] 
11:43:08 [2022-06-21T11:43:08.953Z] #24 [internal] load build context
11:43:08 [2022-06-21T11:43:08.953Z] #24 sha256:07983ad642d05368093547900d9072d30f272184196b32539f4f30e465d9c25c
11:43:08 [2022-06-21T11:43:08.953Z] #24 ...
11:43:08 [2022-06-21T11:43:08.953Z] 
11:43:08 [2022-06-21T11:43:08.953Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
11:43:08 [2022-06-21T11:43:08.953Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
11:43:08 [2022-06-21T11:43:08.953Z] #49 DONE 0.0s
11:43:08 [2022-06-21T11:43:08.953Z] 
11:43:08 [2022-06-21T11:43:08.954Z] #24 [internal] load build context
11:43:08 [2022-06-21T11:43:08.954Z] #24 sha256:07983ad642d05368093547900d9072d30f272184196b32539f4f30e465d9c25c
11:43:09 [2022-06-21T11:43:09.239Z] #31 2.657 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
11:43:09 [2022-06-21T11:43:09.377Z] #62 ...
11:43:09 [2022-06-21T11:43:09.377Z] 
11:43:09 [2022-06-21T11:43:09.377Z] #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
11:43:09 [2022-06-21T11:43:09.377Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:43:09 [2022-06-21T11:43:09.377Z] #60 77.44 gotestsum version dev
11:43:09 [2022-06-21T11:43:09.738Z] #31 3.416 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
11:43:09 [2022-06-21T11:43:09.803Z] #31 2.965 
11:43:09 [2022-06-21T11:43:09.946Z] #60 DONE 77.7s
11:43:09 [2022-06-21T11:43:09.946Z] 
11:43:09 [2022-06-21T11:43:09.946Z] #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
11:43:09 [2022-06-21T11:43:09.946Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:43:09 [2022-06-21T11:43:09.946Z] #84 9.236 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
11:43:09 [2022-06-21T11:43:09.946Z] #84 9.250 Cloning into '/tmp/crun-build/libocispec'...
11:43:09 [2022-06-21T11:43:09.946Z] #84 10.55 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
11:43:09 [2022-06-21T11:43:09.946Z] #84 10.57 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
11:43:09 [2022-06-21T11:43:09.946Z] #84 10.58 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
11:43:09 [2022-06-21T11:43:09.946Z] #84 10.59 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
11:43:09 [2022-06-21T11:43:09.946Z] #84 10.60 Cloning into '/tmp/crun-build/libocispec/image-spec'...
11:43:09 [2022-06-21T11:43:09.946Z] #84 13.26 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
11:43:09 [2022-06-21T11:43:09.998Z] #31 3.755 
11:43:10 [2022-06-21T11:43:10.062Z] #31 3.185 #=#=#                                                                         

######################################################################## 100.0%
11:43:10 [2022-06-21T11:43:10.062Z] #31 3.498 
11:43:10 [2022-06-21T11:43:10.205Z] #84 15.61 Cloning into '/tmp/crun-build/libocispec/yajl'...
11:43:10 [2022-06-21T11:43:10.259Z] #31 3.993 #=#=#                                                                         

######################################################################## 100.0%
11:43:10 [2022-06-21T11:43:10.327Z] #24 transferring context: 61.16MB 2.0s done
11:43:10 [2022-06-21T11:43:10.519Z] #31 ...
11:43:10 [2022-06-21T11:43:10.519Z] 
11:43:10 [2022-06-21T11:43:10.519Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:10 [2022-06-21T11:43:10.519Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:10 [2022-06-21T11:43:10.519Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 8.7s done
11:43:10 [2022-06-21T11:43:10.519Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 4.4s done
11:43:10 [2022-06-21T11:43:10.519Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 3.9s
11:43:10 [2022-06-21T11:43:10.519Z] #11 ...
11:43:10 [2022-06-21T11:43:10.519Z] 
11:43:10 [2022-06-21T11:43:10.519Z] #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
11:43:10 [2022-06-21T11:43:10.519Z] #31 sha256:491d8eebb8a6a71e79c1da895fb6fec6cc0cac2d484973fead4b8f8416a29a70
11:43:10 [2022-06-21T11:43:10.519Z] #31 4.336 
11:43:10 [2022-06-21T11:43:10.890Z] #24 DONE 2.6s
11:43:10 [2022-06-21T11:43:10.890Z] 
11:43:10 [2022-06-21T11:43:10.890Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:10 [2022-06-21T11:43:10.890Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
11:43:10 [2022-06-21T11:43:10.890Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done
11:43:10 [2022-06-21T11:43:10.890Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done
11:43:10 [2022-06-21T11:43:10.890Z] #11 sha256:c6edb1d568eeb978f3273dd71d09a0ea574227b20e310f00a895b8fc2ecc35cf 7.12kB / 7.12kB done
11:43:10 [2022-06-21T11:43:10.890Z] #11 sha256:f9dd8baf438f408e37393c61dcd6daa467d87014c98def6469f369e825152aa1 1.80kB / 1.80kB done
11:43:10 [2022-06-21T11:43:10.890Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 2.2s
11:43:10 [2022-06-21T11:43:10.890Z] #11 sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 4.94MB / 4.94MB 0.6s done
11:43:10 [2022-06-21T11:43:10.890Z] #11 sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 10.66MB / 10.66MB 1.2s done
11:43:10 [2022-06-21T11:43:10.890Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 54.67MB / 54.67MB 2.2s
11:43:10 [2022-06-21T11:43:10.890Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 2.3s done
11:43:10 [2022-06-21T11:43:10.890Z] #11 extracting sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8
11:43:10 [2022-06-21T11:43:10.890Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 0B / 81.08MB 2.4s
11:43:10 [2022-06-21T11:43:10.890Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 0B / 108.88MB 2.4s
11:43:11 [2022-06-21T11:43:11.147Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 12.58MB / 81.08MB 2.5s
11:43:11 [2022-06-21T11:43:11.147Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 16.78MB / 81.08MB 2.6s
11:43:11 [2022-06-21T11:43:11.147Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 16.78MB / 108.88MB 2.6s
11:43:11 [2022-06-21T11:43:11.147Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 29.36MB / 81.08MB 2.7s
11:43:11 [2022-06-21T11:43:11.147Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 24.85MB / 108.88MB 2.7s
11:43:11 [2022-06-21T11:43:11.404Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 50.33MB / 81.08MB 2.9s
11:43:11 [2022-06-21T11:43:11.404Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 50.33MB / 108.88MB 2.9s
11:43:11 [2022-06-21T11:43:11.404Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 62.91MB / 81.08MB 3.0s
11:43:11 [2022-06-21T11:43:11.404Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 58.74MB / 108.88MB 3.0s
11:43:11 [2022-06-21T11:43:11.429Z] #31 4.573 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
11:43:11 [2022-06-21T11:43:11.429Z] #31 4.886 
11:43:11 [2022-06-21T11:43:11.662Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 73.46MB / 81.08MB 3.1s
11:43:11 [2022-06-21T11:43:11.662Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 66.06MB / 108.88MB 3.1s
11:43:11 [2022-06-21T11:43:11.662Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 81.08MB / 81.08MB 3.2s
11:43:11 [2022-06-21T11:43:11.909Z] #31 5.444 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
11:43:11 [2022-06-21T11:43:11.919Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 72.35MB / 108.88MB 3.3s
11:43:11 [2022-06-21T11:43:11.920Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 54.67MB / 54.67MB 3.4s done
11:43:11 [2022-06-21T11:43:11.920Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 84.93MB / 108.88MB 3.4s
11:43:11 [2022-06-21T11:43:11.920Z] #11 sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 0B / 127B 3.4s
11:43:11 [2022-06-21T11:43:11.920Z] #11 sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 127B / 127B 3.5s
11:43:11 [2022-06-21T11:43:11.941Z] #31 5.108 #=#=#                                                                         

######################################################################## 100.0%
11:43:11 [2022-06-21T11:43:11.941Z] #31 5.400 
11:43:12 [2022-06-21T11:43:12.110Z] #84 17.36 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
11:43:12 [2022-06-21T11:43:12.171Z] #31 5.769 
11:43:12 [2022-06-21T11:43:12.176Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 94.37MB / 108.88MB 3.8s
11:43:12 [2022-06-21T11:43:12.436Z] #31 5.999 #=#=#                                                                         

#########                                                                 12.9%
#########################################                                 57.1%
###############################################################           88.8%
######################################################################## 100.0%
11:43:12 [2022-06-21T11:43:12.684Z] #84 17.83 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
11:43:12 [2022-06-21T11:43:12.697Z] #31 6.560 
11:43:12 [2022-06-21T11:43:12.739Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 108.88MB / 108.88MB 4.1s
11:43:12 [2022-06-21T11:43:12.872Z] #31 ...
11:43:12 [2022-06-21T11:43:12.872Z] 
11:43:12 [2022-06-21T11:43:12.872Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:12 [2022-06-21T11:43:12.872Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:12 [2022-06-21T11:43:12.872Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 9.2s done
11:43:12 [2022-06-21T11:43:12.872Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 7.5s done
11:43:12 [2022-06-21T11:43:12.872Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0.1s
11:43:12 [2022-06-21T11:43:12.872Z] #11 ...
11:43:12 [2022-06-21T11:43:12.872Z] 
11:43:12 [2022-06-21T11:43:12.872Z] #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
11:43:12 [2022-06-21T11:43:12.872Z] #31 sha256:d5bbdeed4e1b9db50878daead0d84abe85d5286b5fe72972de2a0f7ff8f311e0
11:43:12 [2022-06-21T11:43:12.872Z] #31 6.265 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
11:43:12 [2022-06-21T11:43:12.943Z] #84 18.16 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
11:43:13 [2022-06-21T11:43:13.131Z] #31 6.582 
11:43:13 [2022-06-21T11:43:13.202Z] #84 ...
11:43:13 [2022-06-21T11:43:13.202Z] 
11:43:13 [2022-06-21T11:43:13.202Z] #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
11:43:13 [2022-06-21T11:43:13.202Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:43:13 [2022-06-21T11:43:13.202Z] #19 68.43 Fetched 49.1 MB in 1min 7s (735 kB/s)
11:43:13 [2022-06-21T11:43:13.301Z] #11 extracting sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788
11:43:13 [2022-06-21T11:43:13.301Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 81.08MB / 81.08MB 4.9s done
11:43:13 [2022-06-21T11:43:13.301Z] #11 sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 127B / 127B 4.9s done
11:43:13 [2022-06-21T11:43:13.563Z] #11 extracting sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 0.2s done
11:43:13 [2022-06-21T11:43:13.901Z] #31 6.795 #=#=#                                                                         

###################                                                       27.7%
##########################################                                59.6%
##################################################################        91.7%
######################################################################## 100.0%
11:43:13 [2022-06-21T11:43:13.902Z] #31 7.373 
11:43:14 [2022-06-21T11:43:14.087Z] #31 7.604 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
11:43:14 [2022-06-21T11:43:14.087Z] #31 7.921 
11:43:14 [2022-06-21T11:43:14.161Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 4.8s done
11:43:14 [2022-06-21T11:43:14.161Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9
11:43:14 [2022-06-21T11:43:14.348Z] #31 8.148 #=#=#                                                                         

######################################################################## 100.0%
11:43:14 [2022-06-21T11:43:14.610Z] #31 8.449 
11:43:14 [2022-06-21T11:43:14.832Z] #31 8.293 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
11:43:14 [2022-06-21T11:43:14.948Z] #11 extracting sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 0.1s
11:43:14 [2022-06-21T11:43:14.948Z] #11 extracting sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 0.2s done
11:43:15 [2022-06-21T11:43:15.400Z] #31 8.585 
11:43:15 [2022-06-21T11:43:15.400Z] #31 8.810 #=#=#                                                                         

######################################################################## 100.0%
11:43:15 [2022-06-21T11:43:15.513Z] #11 ...
11:43:15 [2022-06-21T11:43:15.513Z] 
11:43:15 [2022-06-21T11:43:15.513Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
11:43:15 [2022-06-21T11:43:15.513Z] #28 sha256:9102157671b3104ca121d5c382a6ea755fd191d2d0d9235b3ccd435febac3c72
11:43:15 [2022-06-21T11:43:15.513Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done
11:43:15 [2022-06-21T11:43:15.513Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done
11:43:15 [2022-06-21T11:43:15.513Z] #28 sha256:1623b714f66926243b9b946d59d200082a1b86043169f4d6602b6e64bc20a38a 529B / 529B done
11:43:15 [2022-06-21T11:43:15.513Z] #28 sha256:e38a1b1bebd53396928bac3000fcc9fee3970cd022eae1e79fbd08d46a1a6ea8 1.48kB / 1.48kB done
11:43:15 [2022-06-21T11:43:15.513Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 2.3s done
11:43:15 [2022-06-21T11:43:15.513Z] #28 extracting sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 2.0s done
11:43:15 [2022-06-21T11:43:15.513Z] #28 DONE 7.2s
11:43:15 [2022-06-21T11:43:15.513Z] 
11:43:15 [2022-06-21T11:43:15.513Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:15 [2022-06-21T11:43:15.513Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
11:43:15 [2022-06-21T11:43:15.513Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 108.88MB / 108.88MB 6.9s done
11:43:15 [2022-06-21T11:43:15.513Z] #11 extracting sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb
11:43:15 [2022-06-21T11:43:15.513Z] #11 ...
11:43:15 [2022-06-21T11:43:15.513Z] 
11:43:15 [2022-06-21T11:43:15.513Z] #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
11:43:15 [2022-06-21T11:43:15.513Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087
11:43:15 [2022-06-21T11:43:15.555Z] #31 9.176 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
11:43:15 [2022-06-21T11:43:15.555Z] #31 9.502 
11:43:15 [2022-06-21T11:43:15.657Z] #31 9.078 
11:43:16 [2022-06-21T11:43:16.128Z] #31 9.726 #=#=#                                                                         

######################################################################## 100.0%
11:43:16 [2022-06-21T11:43:16.128Z] #31 10.03 
11:43:16 [2022-06-21T11:43:16.390Z] #31 10.14 Download of images into '/build' complete.
11:43:16 [2022-06-21T11:43:16.390Z] #31 10.14 Use something like the following to load the result into a Docker daemon:
11:43:16 [2022-06-21T11:43:16.390Z] #31 10.14   tar -cC '/build' . | docker load
11:43:16 [2022-06-21T11:43:16.445Z] #29 0.974 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:16 [2022-06-21T11:43:16.445Z] #29 0.974 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:43:16 [2022-06-21T11:43:16.445Z] #29 0.982 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:16 [2022-06-21T11:43:16.585Z] #31 9.848 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
11:43:16 [2022-06-21T11:43:16.703Z] #29 1.135 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
11:43:16 [2022-06-21T11:43:16.703Z] #29 1.301 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
11:43:16 [2022-06-21T11:43:16.843Z] #31 10.22 
11:43:16 [2022-06-21T11:43:16.961Z] #29 1.523 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
11:43:16 [2022-06-21T11:43:16.961Z] #29 ...
11:43:16 [2022-06-21T11:43:16.961Z] 
11:43:16 [2022-06-21T11:43:16.961Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:43:16 [2022-06-21T11:43:16.961Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
11:43:16 [2022-06-21T11:43:16.961Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
11:43:16 [2022-06-21T11:43:16.961Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:43:16 [2022-06-21T11:43:16.961Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
11:43:16 [2022-06-21T11:43:16.961Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
11:43:16 [2022-06-21T11:43:16.961Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 7.5s done
11:43:16 [2022-06-21T11:43:16.961Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s done
11:43:16 [2022-06-21T11:43:16.961Z] #73 DONE 8.9s
11:43:17 [2022-06-21T11:43:17.100Z] #31 10.44 #=#=#                                                                         

######################################################################## 100.0%
11:43:17 [2022-06-21T11:43:17.221Z] 
11:43:17 [2022-06-21T11:43:17.221Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:17 [2022-06-21T11:43:17.221Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
11:43:17 [2022-06-21T11:43:17.357Z] #31 10.76 
11:43:17 [2022-06-21T11:43:17.357Z] #31 10.84 Download of images into '/build' complete.
11:43:17 [2022-06-21T11:43:17.455Z] #11 ...
11:43:17 [2022-06-21T11:43:17.455Z] 
11:43:17 [2022-06-21T11:43:17.455Z] #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
11:43:17 [2022-06-21T11:43:17.455Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
11:43:17 [2022-06-21T11:43:17.455Z] #29 0.967 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 0.967 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 0.978 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 1.127 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 1.319 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 1.621 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:17 [2022-06-21T11:43:17.455Z] #29 3.192 Fetched 8544 kB in 3s (3417 kB/s)
11:43:17 [2022-06-21T11:43:17.455Z] #29 3.192 Reading package lists...
11:43:17 [2022-06-21T11:43:17.455Z] #29 4.017 Reading package lists...
11:43:17 [2022-06-21T11:43:17.455Z] #29 4.815 Building dependency tree...
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.194 The following additional packages will be installed:
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.194   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.194   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.194 Recommended packages:
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.194   libldap-common publicsuffix libsasl2-modules
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.318 The following NEW packages will be installed:
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.319   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.320   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.320   libssh2-1 openssl
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.601 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.601 Need to get 3040 kB of archives.
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.601 After this operation, 6651 kB of additional disk space will be used.
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.601 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.605 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.615 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.615 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.616 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.617 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.620 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.622 Get:8 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.624 Get:9 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.626 Get:10 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.627 Get:11 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.651 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.651 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.651 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.653 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.830 debconf: delaying package configuration, since apt-utils is not installed
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.856 Fetched 3040 kB in 0s (9228 kB/s)
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.883 Selecting previously unselected package openssl.
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.883 (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 ... 6662 files and directories currently installed.)
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.888 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 5.892 Unpacking openssl (1.1.1n-0+deb11u2) ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.051 Selecting previously unselected package ca-certificates.
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.051 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.063 Unpacking ca-certificates (20210119) ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.158 Selecting previously unselected package libbrotli1:amd64.
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.158 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.158 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.229 Selecting previously unselected package libsasl2-modules-db:amd64.
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.229 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.240 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.274 Selecting previously unselected package libsasl2-2:amd64.
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.274 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.281 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.331 Selecting previously unselected package libldap-2.4-2:amd64.
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.331 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.348 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.425 Selecting previously unselected package libnghttp2-14:amd64.
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.425 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.425 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.471 Selecting previously unselected package libpsl5:amd64.
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.471 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.476 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.525 Selecting previously unselected package librtmp1:amd64.
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.525 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.536 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.571 Selecting previously unselected package libssh2-1:amd64.
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.571 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.576 Unpacking libssh2-1:amd64 (1.9.0-2) ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.633 Selecting previously unselected package libcurl4:amd64.
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.633 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.455Z] #29 6.637 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.696 Selecting previously unselected package curl.
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.696 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.703 Unpacking curl (7.74.0-1.3+deb11u1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.753 Selecting previously unselected package libonig5:amd64.
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.755 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.759 Unpacking libonig5:amd64 (6.9.6-1.1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.817 Selecting previously unselected package libjq1:amd64.
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.817 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.822 Unpacking libjq1:amd64 (1.6-2.1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.867 Selecting previously unselected package jq.
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.867 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.872 Unpacking jq (1.6-2.1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.910 Setting up libpsl5:amd64 (0.21.0-1.2) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.921 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.932 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.943 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.956 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.968 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.980 Setting up libssh2-1:amd64 (1.9.0-2) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 6.990 Setting up openssl (1.1.1n-0+deb11u2) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 7.036 Setting up libonig5:amd64 (6.9.6-1.1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 7.046 Setting up libjq1:amd64 (1.6-2.1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 7.065 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 7.074 Setting up ca-certificates (20210119) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 7.685 Updating certificates in /etc/ssl/certs...
11:43:17 [2022-06-21T11:43:17.456Z] #29 8.422 129 added, 0 removed; done.
11:43:17 [2022-06-21T11:43:17.456Z] #29 8.487 Setting up jq (1.6-2.1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 8.499 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 8.511 Setting up curl (7.74.0-1.3+deb11u1) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 8.523 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 8.540 Processing triggers for ca-certificates (20210119) ...
11:43:17 [2022-06-21T11:43:17.456Z] #29 8.550 Updating certificates in /etc/ssl/certs...
11:43:17 [2022-06-21T11:43:17.456Z] #29 9.152 0 added, 0 removed; done.
11:43:17 [2022-06-21T11:43:17.456Z] #29 9.152 Running hooks in /etc/ca-certificates/update.d...
11:43:17 [2022-06-21T11:43:17.456Z] #29 9.154 done.
11:43:17 [2022-06-21T11:43:17.456Z] #29 ...
11:43:17 [2022-06-21T11:43:17.456Z] 
11:43:17 [2022-06-21T11:43:17.456Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:17 [2022-06-21T11:43:17.456Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:17 [2022-06-21T11:43:17.614Z] #31 10.84 Use something like the following to load the result into a Docker daemon:
11:43:17 [2022-06-21T11:43:17.614Z] #31 10.84   tar -cC '/build' . | docker load
11:43:17 [2022-06-21T11:43:17.715Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 4.0s done
11:43:17 [2022-06-21T11:43:17.777Z] #31 ...
11:43:17 [2022-06-21T11:43:17.777Z] 
11:43:17 [2022-06-21T11:43:17.777Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:17 [2022-06-21T11:43:17.777Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:17 [2022-06-21T11:43:17.777Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 11.0s
11:43:17 [2022-06-21T11:43:17.977Z] #11 ...
11:43:17 [2022-06-21T11:43:17.977Z] 
11:43:17 [2022-06-21T11:43:17.977Z] #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
11:43:17 [2022-06-21T11:43:17.977Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
11:43:17 [2022-06-21T11:43:17.977Z] #29 DONE 10.7s
11:43:17 [2022-06-21T11:43:17.977Z] 
11:43:17 [2022-06-21T11:43:17.977Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:17 [2022-06-21T11:43:17.977Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:17 [2022-06-21T11:43:17.977Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9
11:43:18 [2022-06-21T11:43:18.155Z] #11 ...
11:43:18 [2022-06-21T11:43:18.155Z] 
11:43:18 [2022-06-21T11:43:18.156Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:43:18 [2022-06-21T11:43:18.156Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
11:43:18 [2022-06-21T11:43:18.156Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
11:43:18 [2022-06-21T11:43:18.156Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:43:18 [2022-06-21T11:43:18.156Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
11:43:18 [2022-06-21T11:43:18.156Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
11:43:18 [2022-06-21T11:43:18.156Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 7.7s done
11:43:18 [2022-06-21T11:43:18.156Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.1s done
11:43:18 [2022-06-21T11:43:18.244Z] #11 ...
11:43:18 [2022-06-21T11:43:18.244Z] 
11:43:18 [2022-06-21T11:43:18.244Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
11:43:18 [2022-06-21T11:43:18.244Z] #30 sha256:46170c58c872835bc1893e3fbc94a1ebead78e2b461bab72d69f53726c855b84
11:43:18 [2022-06-21T11:43:18.244Z] #30 DONE 0.3s
11:43:18 [2022-06-21T11:43:18.244Z] 
11:43:18 [2022-06-21T11:43:18.244Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:18 [2022-06-21T11:43:18.244Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:18 [2022-06-21T11:43:18.352Z] #11 ...
11:43:18 [2022-06-21T11:43:18.352Z] 
11:43:18 [2022-06-21T11:43:18.352Z] #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
11:43:18 [2022-06-21T11:43:18.352Z] #31 sha256:491d8eebb8a6a71e79c1da895fb6fec6cc0cac2d484973fead4b8f8416a29a70
11:43:18 [2022-06-21T11:43:18.352Z] #31 DONE 12.0s
11:43:18 [2022-06-21T11:43:18.352Z] 
11:43:18 [2022-06-21T11:43:18.352Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:18 [2022-06-21T11:43:18.352Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:18 [2022-06-21T11:43:18.414Z] #71 ...
11:43:18 [2022-06-21T11:43:18.414Z] 
11:43:18 [2022-06-21T11:43:18.414Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:18 [2022-06-21T11:43:18.414Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
11:43:18 [2022-06-21T11:43:18.414Z] #11 ...
11:43:18 [2022-06-21T11:43:18.414Z] 
11:43:18 [2022-06-21T11:43:18.414Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:43:18 [2022-06-21T11:43:18.414Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
11:43:18 [2022-06-21T11:43:18.414Z] #71 DONE 10.2s
11:43:18 [2022-06-21T11:43:18.414Z] 
11:43:18 [2022-06-21T11:43:18.414Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:18 [2022-06-21T11:43:18.414Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
11:43:19 [2022-06-21T11:43:19.798Z] #11 extracting sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 4.2s done
11:43:19 [2022-06-21T11:43:19.798Z] #11 extracting sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3
11:43:20 [2022-06-21T11:43:20.134Z] #31 ...
11:43:20 [2022-06-21T11:43:20.134Z] 
11:43:20 [2022-06-21T11:43:20.134Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:20 [2022-06-21T11:43:20.134Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:20 [2022-06-21T11:43:20.134Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 6.8s
11:43:20 [2022-06-21T11:43:20.272Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 13.4s done
11:43:20 [2022-06-21T11:43:20.272Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done
11:43:20 [2022-06-21T11:43:20.853Z] #11 DONE 44.1s
11:43:20 [2022-06-21T11:43:20.853Z] 
11:43:20 [2022-06-21T11:43:20.853Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
11:43:20 [2022-06-21T11:43:20.853Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d
11:43:21 [2022-06-21T11:43:21.068Z] #11 ...
11:43:21 [2022-06-21T11:43:21.068Z] 
11:43:21 [2022-06-21T11:43:21.068Z] #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
11:43:21 [2022-06-21T11:43:21.068Z] #31 sha256:d5bbdeed4e1b9db50878daead0d84abe85d5286b5fe72972de2a0f7ff8f311e0
11:43:21 [2022-06-21T11:43:21.068Z] #31 DONE 14.1s
11:43:21 [2022-06-21T11:43:21.068Z] 
11:43:21 [2022-06-21T11:43:21.068Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:21 [2022-06-21T11:43:21.068Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
11:43:21 [2022-06-21T11:43:21.796Z] #12 DONE 0.9s
11:43:21 [2022-06-21T11:43:21.796Z] 
11:43:21 [2022-06-21T11:43:21.796Z] #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
11:43:21 [2022-06-21T11:43:21.796Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669
11:43:22 [2022-06-21T11:43:22.059Z] #13 DONE 0.6s
11:43:22 [2022-06-21T11:43:22.059Z] 
11:43:22 [2022-06-21T11:43:22.059Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
11:43:22 [2022-06-21T11:43:22.059Z] #66 sha256:25169294aa7a209efdbe44ae243d8b5e9b33f5d94be9abda15470a12dcc1db86
11:43:22 [2022-06-21T11:43:22.059Z] #66 DONE 0.1s
11:43:22 [2022-06-21T11:43:22.059Z] 
11:43:22 [2022-06-21T11:43:22.059Z] #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
11:43:22 [2022-06-21T11:43:22.059Z] #67 sha256:e372149e69b1c805fe62427142dded79b3a0ed39e57e3a504950772efbe5a893
11:43:22 [2022-06-21T11:43:22.321Z] #67 ...
11:43:22 [2022-06-21T11:43:22.321Z] 
11:43:22 [2022-06-21T11:43:22.321Z] #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
11:43:22 [2022-06-21T11:43:22.321Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040
11:43:22 [2022-06-21T11:43:22.321Z] #50 DONE 0.1s
11:43:22 [2022-06-21T11:43:22.321Z] 
11:43:22 [2022-06-21T11:43:22.321Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
11:43:22 [2022-06-21T11:43:22.321Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de
11:43:22 [2022-06-21T11:43:22.321Z] #46 DONE 0.3s
11:43:22 [2022-06-21T11:43:22.321Z] 
11:43:22 [2022-06-21T11:43:22.321Z] #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
11:43:22 [2022-06-21T11:43:22.321Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:43:22 [2022-06-21T11:43:22.585Z] #51 ...
11:43:22 [2022-06-21T11:43:22.585Z] 
11:43:22 [2022-06-21T11:43:22.585Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
11:43:22 [2022-06-21T11:43:22.585Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b
11:43:22 [2022-06-21T11:43:22.585Z] #33 DONE 0.4s
11:43:22 [2022-06-21T11:43:22.585Z] 
11:43:22 [2022-06-21T11:43:22.585Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
11:43:22 [2022-06-21T11:43:22.585Z] #25 sha256:10a142213f2e422e217413b76a1b649c5ff7b56c9b7041f1f16ed79122c257e8
11:43:22 [2022-06-21T11:43:22.585Z] #25 DONE 0.4s
11:43:22 [2022-06-21T11:43:22.585Z] 
11:43:22 [2022-06-21T11:43:22.585Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
11:43:22 [2022-06-21T11:43:22.585Z] #26 sha256:df9b35ee23df63ccd6797823530b1fd0acfa5c032eeebad9fc5ad310840b4d61
11:43:23 [2022-06-21T11:43:23.533Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.0s
11:43:23 [2022-06-21T11:43:23.972Z] #11 extracting sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 4.0s done
11:43:23 [2022-06-21T11:43:23.972Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1
11:43:25 [2022-06-21T11:43:25.244Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 11.8s done
11:43:25 [2022-06-21T11:43:25.244Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done
11:43:25 [2022-06-21T11:43:25.244Z] #11 DONE 45.5s
11:43:25 [2022-06-21T11:43:25.244Z] 
11:43:25 [2022-06-21T11:43:25.244Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
11:43:25 [2022-06-21T11:43:25.244Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d
11:43:25 [2022-06-21T11:43:25.864Z] #11 ...
11:43:25 [2022-06-21T11:43:25.864Z] 
11:43:25 [2022-06-21T11:43:25.864Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
11:43:25 [2022-06-21T11:43:25.864Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
11:43:25 [2022-06-21T11:43:25.864Z] #72 DONE 1.8s
11:43:25 [2022-06-21T11:43:25.864Z] 
11:43:25 [2022-06-21T11:43:25.864Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:25 [2022-06-21T11:43:25.864Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
11:43:25 [2022-06-21T11:43:25.864Z] #11 ...
11:43:25 [2022-06-21T11:43:25.864Z] 
11:43:25 [2022-06-21T11:43:25.864Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
11:43:25 [2022-06-21T11:43:25.864Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
11:43:26 [2022-06-21T11:43:26.172Z] #12 DONE 0.8s
11:43:26 [2022-06-21T11:43:26.172Z] 
11:43:26 [2022-06-21T11:43:26.172Z] #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
11:43:26 [2022-06-21T11:43:26.172Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669
11:43:26 [2022-06-21T11:43:26.738Z] #13 DONE 0.9s
11:43:26 [2022-06-21T11:43:26.836Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 8.4s done
11:43:26 [2022-06-21T11:43:26.836Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718
11:43:26 [2022-06-21T11:43:26.836Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done
11:43:26 [2022-06-21T11:43:26.994Z] 
11:43:26 [2022-06-21T11:43:26.994Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
11:43:26 [2022-06-21T11:43:26.994Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b
11:43:26 [2022-06-21T11:43:26.994Z] #33 DONE 0.1s
11:43:26 [2022-06-21T11:43:26.994Z] 
11:43:26 [2022-06-21T11:43:26.995Z] #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
11:43:26 [2022-06-21T11:43:26.995Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:43:27 [2022-06-21T11:43:27.098Z] #11 DONE 27.7s
11:43:27 [2022-06-21T11:43:27.098Z] 
11:43:27 [2022-06-21T11:43:27.098Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
11:43:27 [2022-06-21T11:43:27.098Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d
11:43:27 [2022-06-21T11:43:27.253Z] #34 ...
11:43:27 [2022-06-21T11:43:27.253Z] 
11:43:27 [2022-06-21T11:43:27.253Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
11:43:27 [2022-06-21T11:43:27.253Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de
11:43:27 [2022-06-21T11:43:27.253Z] #46 DONE 0.3s
11:43:27 [2022-06-21T11:43:27.253Z] 
11:43:27 [2022-06-21T11:43:27.253Z] #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
11:43:27 [2022-06-21T11:43:27.253Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040
11:43:27 [2022-06-21T11:43:27.253Z] #50 DONE 0.3s
11:43:27 [2022-06-21T11:43:27.253Z] 
11:43:27 [2022-06-21T11:43:27.253Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
11:43:27 [2022-06-21T11:43:27.253Z] #25 sha256:63b4198b7a85bfe96a7d91c10177621d67734a9f5fa1b6be6b63239d00080078
11:43:27 [2022-06-21T11:43:27.253Z] #25 DONE 0.3s
11:43:27 [2022-06-21T11:43:27.253Z] 
11:43:27 [2022-06-21T11:43:27.253Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
11:43:27 [2022-06-21T11:43:27.253Z] #66 sha256:6ae77f2fac49795fca03e23c0ecc32646cfdbd9e08a0b680c9f33713445950f0
11:43:27 [2022-06-21T11:43:27.253Z] #66 DONE 0.3s
11:43:27 [2022-06-21T11:43:27.253Z] 
11:43:27 [2022-06-21T11:43:27.253Z] #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
11:43:27 [2022-06-21T11:43:27.253Z] #67 sha256:a1f324366dde943c9bf07f0b781e7cda7a14252db9bdffd143d2dc3e440500fb
11:43:27 [2022-06-21T11:43:27.889Z] #26 ...
11:43:27 [2022-06-21T11:43:27.889Z] 
11:43:27 [2022-06-21T11:43:27.889Z] #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
11:43:27 [2022-06-21T11:43:27.889Z] #67 sha256:e372149e69b1c805fe62427142dded79b3a0ed39e57e3a504950772efbe5a893
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + RM_GOPATH=0
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + TMP_GOPATH=
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + : /build
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + '[' -z '' ']'
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 ++ mktemp -d
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + export GOPATH=/tmp/tmp.qu8Qu5xNYR
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + GOPATH=/tmp/tmp.qu8Qu5xNYR
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + RM_GOPATH=1
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + case "$(go env GOARCH)" in
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 ++ go env GOARCH
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + export GO_BUILDMODE=-buildmode=pie
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + GO_BUILDMODE=-buildmode=pie
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 ++ dirname /install.sh
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + dir=/
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + bin=rootlesskit
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + shift
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + '[' '!' -f //rootlesskit.installer ']'
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + . //rootlesskit.installer
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 ++ : 1920341cd41e047834a21007424162a2dc946315
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + install_rootlesskit
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + case "$1" in
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + export CGO_ENABLED=0
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + CGO_ENABLED=0
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + _install_rootlesskit
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + for f in rootlesskit rootlesskit-docker-proxy
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + GOBIN=/build
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + GO111MODULE=on
11:43:27 [2022-06-21T11:43:27.889Z] #67 5.743 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
11:43:28 [2022-06-21T11:43:28.037Z] #12 DONE 1.1s
11:43:28 [2022-06-21T11:43:28.037Z] 
11:43:28 [2022-06-21T11:43:28.037Z] #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
11:43:28 [2022-06-21T11:43:28.037Z] #31 sha256:46887abf57165b98cffa7736db162dae2c75b42f6c16fdd0ced9a5ce3473f908
11:43:28 [2022-06-21T11:43:28.037Z] #31 1.434 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
11:43:28 [2022-06-21T11:43:28.037Z] #31 1.704 
11:43:28 [2022-06-21T11:43:28.037Z] #31 1.924 #=#=#                                                                         

######################################################################## 100.0%
11:43:28 [2022-06-21T11:43:28.037Z] #31 2.184 
11:43:28 [2022-06-21T11:43:28.037Z] #31 3.055 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
11:43:28 [2022-06-21T11:43:28.037Z] #31 3.319 
11:43:28 [2022-06-21T11:43:28.037Z] #31 3.536 #=#=#                                                                         

######################################################################## 100.0%
11:43:28 [2022-06-21T11:43:28.037Z] #31 3.831 
11:43:28 [2022-06-21T11:43:28.037Z] #31 4.743 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
11:43:28 [2022-06-21T11:43:28.037Z] #31 5.020 
11:43:28 [2022-06-21T11:43:28.037Z] #31 5.236 #=#=#                                                                         

###################                                                       27.2%
##########################################                                59.0%
#################################################################         91.0%
######################################################################## 100.0%
11:43:28 [2022-06-21T11:43:28.037Z] #31 5.780 
11:43:28 [2022-06-21T11:43:28.037Z] #31 6.759 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
11:43:28 [2022-06-21T11:43:28.037Z] #31 7.024 
11:43:28 [2022-06-21T11:43:28.037Z] #31 7.250 #=#=#                                                                         

######################################################################## 100.0%
11:43:28 [2022-06-21T11:43:28.037Z] #31 7.520 
11:43:28 [2022-06-21T11:43:28.037Z] #31 8.220 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
11:43:28 [2022-06-21T11:43:28.037Z] #31 8.492 
11:43:28 [2022-06-21T11:43:28.037Z] #31 8.713 #=#=#                                                                         

######################################################################## 100.0%
11:43:28 [2022-06-21T11:43:28.037Z] #31 8.962 
11:43:28 [2022-06-21T11:43:28.037Z] #31 9.025 Download of images into '/build' complete.
11:43:28 [2022-06-21T11:43:28.037Z] #31 9.025 Use something like the following to load the result into a Docker daemon:
11:43:28 [2022-06-21T11:43:28.037Z] #31 9.025   tar -cC '/build' . | docker load
11:43:28 [2022-06-21T11:43:28.037Z] #31 DONE 9.9s
11:43:28 [2022-06-21T11:43:28.037Z] 
11:43:28 [2022-06-21T11:43:28.037Z] #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
11:43:28 [2022-06-21T11:43:28.037Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669
11:43:28 [2022-06-21T11:43:28.439Z] #74 ...
11:43:28 [2022-06-21T11:43:28.439Z] 
11:43:28 [2022-06-21T11:43:28.439Z] #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
11:43:28 [2022-06-21T11:43:28.439Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087
11:43:28 [2022-06-21T11:43:28.439Z] #29 2.546 Fetched 8431 kB in 2s (4583 kB/s)
11:43:28 [2022-06-21T11:43:28.439Z] #29 2.546 Reading package lists...
11:43:28 [2022-06-21T11:43:28.439Z] #29 3.095 Reading package lists...
11:43:28 [2022-06-21T11:43:28.439Z] #29 3.622 Building dependency tree...
11:43:28 [2022-06-21T11:43:28.439Z] #29 3.970 The following additional packages will be installed:
11:43:28 [2022-06-21T11:43:28.439Z] #29 3.970   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
11:43:28 [2022-06-21T11:43:28.439Z] #29 3.972   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
11:43:28 [2022-06-21T11:43:28.439Z] #29 3.975 Recommended packages:
11:43:28 [2022-06-21T11:43:28.439Z] #29 3.975   libldap-common publicsuffix libsasl2-modules
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.072 The following NEW packages will be installed:
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.072   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.072   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.072   libssh2-1 openssl
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.356 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.356 Need to get 2935 kB of archives.
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.356 After this operation, 6476 kB of additional disk space will be used.
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.356 Get:1 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.358 Get:2 http://security.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u2 [831 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.365 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.393 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.395 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.407 Get:6 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.410 Get:7 http://security.debian.org/debian-security bullseye-security/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.425 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.427 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.449 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.463 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.463 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.463 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.510 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.510 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.706 debconf: delaying package configuration, since apt-utils is not installed
11:43:28 [2022-06-21T11:43:28.439Z] #29 4.789 Fetched 2935 kB in 0s (6816 kB/s)
11:43:28 [2022-06-21T11:43:28.439Z] #29 5.453 Selecting previously unselected package openssl.
11:43:28 [2022-06-21T11:43:28.439Z] #29 5.453 (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 ... 6654 files and directories currently installed.)
11:43:28 [2022-06-21T11:43:28.439Z] #29 5.459 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.439Z] #29 5.520 Unpacking openssl (1.1.1n-0+deb11u2) ...
11:43:28 [2022-06-21T11:43:28.439Z] #29 6.150 Selecting previously unselected package ca-certificates.
11:43:28 [2022-06-21T11:43:28.439Z] #29 6.150 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
11:43:28 [2022-06-21T11:43:28.439Z] #29 6.158 Unpacking ca-certificates (20210119) ...
11:43:28 [2022-06-21T11:43:28.439Z] #29 6.290 Selecting previously unselected package libbrotli1:arm64.
11:43:28 [2022-06-21T11:43:28.440Z] #29 6.290 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 6.310 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 6.776 Selecting previously unselected package libsasl2-modules-db:arm64.
11:43:28 [2022-06-21T11:43:28.440Z] #29 6.776 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 6.789 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 7.077 Selecting previously unselected package libsasl2-2:arm64.
11:43:28 [2022-06-21T11:43:28.440Z] #29 7.077 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 7.228 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 8.536 Selecting previously unselected package libldap-2.4-2:arm64.
11:43:28 [2022-06-21T11:43:28.440Z] #29 8.536 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 8.540 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 8.606 Selecting previously unselected package libnghttp2-14:arm64.
11:43:28 [2022-06-21T11:43:28.440Z] #29 8.606 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 8.611 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 8.663 Selecting previously unselected package libpsl5:arm64.
11:43:28 [2022-06-21T11:43:28.440Z] #29 8.663 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 8.668 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 8.718 Selecting previously unselected package librtmp1:arm64.
11:43:28 [2022-06-21T11:43:28.440Z] #29 8.718 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 8.731 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 9.130 Selecting previously unselected package libssh2-1:arm64.
11:43:28 [2022-06-21T11:43:28.440Z] #29 9.130 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 9.215 Unpacking libssh2-1:arm64 (1.9.0-2) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 9.671 Selecting previously unselected package libcurl4:arm64.
11:43:28 [2022-06-21T11:43:28.440Z] #29 9.671 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 9.678 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.14 Selecting previously unselected package curl.
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.14 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.16 Unpacking curl (7.74.0-1.3+deb11u1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.38 Selecting previously unselected package libonig5:arm64.
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.38 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.38 Unpacking libonig5:arm64 (6.9.6-1.1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.44 Selecting previously unselected package libjq1:arm64.
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.44 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.44 Unpacking libjq1:arm64 (1.6-2.1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.50 Selecting previously unselected package jq.
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.50 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.51 Unpacking jq (1.6-2.1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 10.86 Setting up libpsl5:arm64 (0.21.0-1.2) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 11.07 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 11.28 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 11.50 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 11.71 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 11.89 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 12.19 Setting up libssh2-1:arm64 (1.9.0-2) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 12.54 Setting up openssl (1.1.1n-0+deb11u2) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 12.57 Setting up libonig5:arm64 (6.9.6-1.1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 12.58 Setting up libjq1:arm64 (1.6-2.1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 12.60 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 12.73 Setting up ca-certificates (20210119) ...
11:43:28 [2022-06-21T11:43:28.440Z] #29 ...
11:43:28 [2022-06-21T11:43:28.440Z] 
11:43:28 [2022-06-21T11:43:28.440Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:28 [2022-06-21T11:43:28.440Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
11:43:28 [2022-06-21T11:43:28.440Z] #11 ...
11:43:28 [2022-06-21T11:43:28.440Z] 
11:43:28 [2022-06-21T11:43:28.440Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
11:43:28 [2022-06-21T11:43:28.440Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
11:43:28 [2022-06-21T11:43:28.440Z] #74 DONE 2.4s
11:43:28 [2022-06-21T11:43:28.440Z] 
11:43:28 [2022-06-21T11:43:28.440Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
11:43:28 [2022-06-21T11:43:28.440Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
11:43:28 [2022-06-21T11:43:28.462Z] #67 6.169 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
11:43:28 [2022-06-21T11:43:28.976Z] #13 DONE 0.6s
11:43:28 [2022-06-21T11:43:28.977Z] 
11:43:28 [2022-06-21T11:43:28.977Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
11:43:28 [2022-06-21T11:43:28.977Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b
11:43:28 [2022-06-21T11:43:28.977Z] #33 ...
11:43:28 [2022-06-21T11:43:28.977Z] 
11:43:28 [2022-06-21T11:43:28.977Z] #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
11:43:28 [2022-06-21T11:43:28.977Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040
11:43:28 [2022-06-21T11:43:28.977Z] #50 DONE 0.2s
11:43:28 [2022-06-21T11:43:28.977Z] 
11:43:28 [2022-06-21T11:43:28.977Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
11:43:28 [2022-06-21T11:43:28.977Z] #66 sha256:9f745d73dd0469170b32a52b4b090933fd6019b63b70146315a0bd35b4147c07
11:43:28 [2022-06-21T11:43:28.977Z] #66 DONE 0.2s
11:43:28 [2022-06-21T11:43:28.977Z] 
11:43:28 [2022-06-21T11:43:28.977Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
11:43:28 [2022-06-21T11:43:28.977Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de
11:43:28 [2022-06-21T11:43:28.977Z] #46 DONE 0.3s
11:43:28 [2022-06-21T11:43:28.977Z] 
11:43:28 [2022-06-21T11:43:28.977Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
11:43:28 [2022-06-21T11:43:28.977Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b
11:43:28 [2022-06-21T11:43:28.977Z] #33 DONE 0.3s
11:43:28 [2022-06-21T11:43:28.977Z] 
11:43:28 [2022-06-21T11:43:28.977Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
11:43:28 [2022-06-21T11:43:28.977Z] #25 sha256:73304e01db0be73d24125cd2a2415deae52bd5e12f667e95417bd6f51c0f2b14
11:43:28 [2022-06-21T11:43:28.977Z] #25 DONE 0.3s
11:43:28 [2022-06-21T11:43:28.977Z] 
11:43:28 [2022-06-21T11:43:28.977Z] #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
11:43:28 [2022-06-21T11:43:28.977Z] #26 sha256:3a91ea96fd70eb0ace7ac6570ae76dbc82f90d155907862ad32c71ffdac2cbbf
11:43:29 [2022-06-21T11:43:29.370Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 5.0s
11:43:29 [2022-06-21T11:43:29.937Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 5.8s done
11:43:30 [2022-06-21T11:43:30.196Z] #11 extracting sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 done
11:43:30 [2022-06-21T11:43:30.196Z] #11 DONE 22.1s
11:43:30 [2022-06-21T11:43:30.196Z] 
11:43:30 [2022-06-21T11:43:30.196Z] #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
11:43:30 [2022-06-21T11:43:30.196Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087
11:43:30 [2022-06-21T11:43:30.196Z] #29 13.46 Updating certificates in /etc/ssl/certs...
11:43:30 [2022-06-21T11:43:30.196Z] #29 14.39 129 added, 0 removed; done.
11:43:30 [2022-06-21T11:43:30.196Z] #29 14.60 Setting up jq (1.6-2.1) ...
11:43:30 [2022-06-21T11:43:30.196Z] #29 14.61 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
11:43:30 [2022-06-21T11:43:30.196Z] #29 14.62 Setting up curl (7.74.0-1.3+deb11u1) ...
11:43:30 [2022-06-21T11:43:30.196Z] #29 14.63 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:43:30 [2022-06-21T11:43:30.196Z] #29 14.66 Processing triggers for ca-certificates (20210119) ...
11:43:30 [2022-06-21T11:43:30.196Z] #29 14.67 Updating certificates in /etc/ssl/certs...
11:43:30 [2022-06-21T11:43:30.761Z] #29 15.32 0 added, 0 removed; done.
11:43:30 [2022-06-21T11:43:30.761Z] #29 15.32 Running hooks in /etc/ca-certificates/update.d...
11:43:30 [2022-06-21T11:43:30.761Z] #29 15.33 done.
11:43:31 [2022-06-21T11:43:31.018Z] #29 DONE 15.6s
11:43:31 [2022-06-21T11:43:31.018Z] 
11:43:31 [2022-06-21T11:43:31.018Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
11:43:31 [2022-06-21T11:43:31.018Z] #12 sha256:54b314417559edbcdea5659c3b7136c8c3478f2f0e8096325afc4bd620cdae4f
11:43:31 [2022-06-21T11:43:31.018Z] #12 DONE 0.7s
11:43:31 [2022-06-21T11:43:31.018Z] 
11:43:31 [2022-06-21T11:43:31.018Z] #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
11:43:31 [2022-06-21T11:43:31.018Z] #13 sha256:5d780856290c42c0e8530631e54379e4e8b15891a237aafc9f65ee88ded8c44b
11:43:31 [2022-06-21T11:43:31.274Z] #13 ...
11:43:31 [2022-06-21T11:43:31.274Z] 
11:43:31 [2022-06-21T11:43:31.274Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
11:43:31 [2022-06-21T11:43:31.274Z] #30 sha256:363441dc7239c8f34c2eb66245bef924211080379576d5811dce350a2c376d58
11:43:31 [2022-06-21T11:43:31.274Z] #30 DONE 0.1s
11:43:31 [2022-06-21T11:43:31.274Z] 
11:43:31 [2022-06-21T11:43:31.274Z] #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
11:43:31 [2022-06-21T11:43:31.274Z] #31 sha256:7b932d51433e0c07dd567931880623d1ba67f30d4c587ef9e5ea9e0a1b708f60
11:43:31 [2022-06-21T11:43:31.356Z] #19 68.43 Reading package lists...
11:43:31 [2022-06-21T11:43:31.356Z] #19 ...
11:43:31 [2022-06-21T11:43:31.356Z] 
11:43:31 [2022-06-21T11:43:31.356Z] #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
11:43:31 [2022-06-21T11:43:31.356Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:43:31 [2022-06-21T11:43:31.356Z] #84 35.99 aclocal: warning: couldn't open directory 'm4': No such file or directory
11:43:31 [2022-06-21T11:43:31.842Z] #31 ...
11:43:31 [2022-06-21T11:43:31.842Z] 
11:43:31 [2022-06-21T11:43:31.842Z] #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
11:43:31 [2022-06-21T11:43:31.842Z] #13 sha256:5d780856290c42c0e8530631e54379e4e8b15891a237aafc9f65ee88ded8c44b
11:43:31 [2022-06-21T11:43:31.842Z] #13 DONE 0.7s
11:43:31 [2022-06-21T11:43:31.842Z] 
11:43:31 [2022-06-21T11:43:31.842Z] #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
11:43:31 [2022-06-21T11:43:31.842Z] #50 sha256:09d3390f173ffd2393382e684a37165de6586e9a40139587235f6dc12aae5495
11:43:31 [2022-06-21T11:43:31.842Z] #50 DONE 0.1s
11:43:31 [2022-06-21T11:43:31.842Z] 
11:43:31 [2022-06-21T11:43:31.842Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
11:43:31 [2022-06-21T11:43:31.842Z] #33 sha256:ca884a2f8afbbc4349ad089dd6ac0c836f904bcb6c733add7f628d7833378c9c
11:43:31 [2022-06-21T11:43:31.842Z] #33 DONE 0.3s
11:43:31 [2022-06-21T11:43:31.842Z] 
11:43:31 [2022-06-21T11:43:31.842Z] #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
11:43:31 [2022-06-21T11:43:31.842Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27
11:43:32 [2022-06-21T11:43:32.100Z] #51 ...
11:43:32 [2022-06-21T11:43:32.100Z] 
11:43:32 [2022-06-21T11:43:32.100Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
11:43:32 [2022-06-21T11:43:32.100Z] #66 sha256:43cf4cfe55e64bda45eba6df7c8ed3301c6f6de14e395b2ed402024e709cf35b
11:43:32 [2022-06-21T11:43:32.100Z] #66 DONE 0.4s
11:43:32 [2022-06-21T11:43:32.100Z] 
11:43:32 [2022-06-21T11:43:32.100Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
11:43:32 [2022-06-21T11:43:32.100Z] #46 sha256:cacbf2cfa4ab13dff562c28782e871e97f9ff85babc531eb8d72b550b2a830c2
11:43:32 [2022-06-21T11:43:32.100Z] #46 DONE 0.4s
11:43:32 [2022-06-21T11:43:32.100Z] 
11:43:32 [2022-06-21T11:43:32.100Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
11:43:32 [2022-06-21T11:43:32.100Z] #25 sha256:2329c2dc322e414cecb086e561dada15ab82e2dae696c9c276c82d0938c94bb4
11:43:32 [2022-06-21T11:43:32.100Z] #25 DONE 0.4s
11:43:32 [2022-06-21T11:43:32.100Z] 
11:43:32 [2022-06-21T11:43:32.100Z] #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
11:43:32 [2022-06-21T11:43:32.100Z] #26 sha256:933f3a7aeddd5ec736323fdc4679df473084685bfdf7befb18fd18b4f9ecebb5
11:43:32 [2022-06-21T11:43:32.713Z] #67 ...
11:43:32 [2022-06-21T11:43:32.713Z] 
11:43:32 [2022-06-21T11:43:32.713Z] #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
11:43:32 [2022-06-21T11:43:32.713Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:43:32 [2022-06-21T11:43:32.713Z] #62 7.789 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:32 [2022-06-21T11:43:32.713Z] #62 7.868 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:32 [2022-06-21T11:43:32.713Z] #62 7.871 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:32 [2022-06-21T11:43:32.713Z] #62 ...
11:43:32 [2022-06-21T11:43:32.713Z] 
11:43:32 [2022-06-21T11:43:32.713Z] #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
11:43:32 [2022-06-21T11:43:32.713Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
11:43:32 [2022-06-21T11:43:32.713Z] #40 7.139 go: downloading github.com/tc-hib/go-winres v0.2.3
11:43:32 [2022-06-21T11:43:32.713Z] #40 8.651 go: downloading github.com/tc-hib/winres v0.1.5
11:43:32 [2022-06-21T11:43:32.713Z] #40 ...
11:43:32 [2022-06-21T11:43:32.713Z] 
11:43:32 [2022-06-21T11:43:32.713Z] #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
11:43:32 [2022-06-21T11:43:32.713Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:43:32 [2022-06-21T11:43:32.713Z] #14 5.925 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:32 [2022-06-21T11:43:32.713Z] #14 5.931 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:32 [2022-06-21T11:43:32.713Z] #14 5.931 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:32 [2022-06-21T11:43:32.713Z] #14 6.456 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:32 [2022-06-21T11:43:32.713Z] #14 9.472 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:32 [2022-06-21T11:43:32.713Z] #14 ...
11:43:32 [2022-06-21T11:43:32.713Z] 
11:43:32 [2022-06-21T11:43:32.713Z] #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
11:43:32 [2022-06-21T11:43:32.713Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
11:43:32 [2022-06-21T11:43:32.713Z] #38 5.836 go: downloading github.com/pelletier/go-toml v1.8.1
11:43:32 [2022-06-21T11:43:32.713Z] #38 ...
11:43:32 [2022-06-21T11:43:32.713Z] 
11:43:32 [2022-06-21T11:43:32.713Z] #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
11:43:32 [2022-06-21T11:43:32.713Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
11:43:32 [2022-06-21T11:43:32.713Z] #57 6.552 go: downloading mvdan.cc/sh/v3 v3.0.2
11:43:32 [2022-06-21T11:43:32.713Z] #57 8.019 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
11:43:32 [2022-06-21T11:43:32.713Z] #57 8.026 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
11:43:32 [2022-06-21T11:43:32.713Z] #57 8.070 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
11:43:32 [2022-06-21T11:43:32.713Z] #57 10.52 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
11:43:32 [2022-06-21T11:43:32.713Z] #57 ...
11:43:32 [2022-06-21T11:43:32.713Z] 
11:43:32 [2022-06-21T11:43:32.713Z] #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
11:43:32 [2022-06-21T11:43:32.713Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:43:32 [2022-06-21T11:43:32.713Z] #53 6.431 go: downloading gotest.tools/gotestsum v1.8.1
11:43:32 [2022-06-21T11:43:32.713Z] #53 9.307 go: downloading github.com/fatih/color v1.10.0
11:43:32 [2022-06-21T11:43:32.713Z] #53 9.386 go: downloading github.com/dnephin/pflag v1.0.7
11:43:32 [2022-06-21T11:43:32.713Z] #53 9.405 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:43:32 [2022-06-21T11:43:32.713Z] #53 9.576 go: downloading github.com/pkg/errors v0.9.1
11:43:32 [2022-06-21T11:43:32.713Z] #53 10.21 go: downloading golang.org/x/tools v0.1.0
11:43:33 [2022-06-21T11:43:33.175Z] #53 10.71 go: downloading github.com/mattn/go-colorable v0.1.8
11:43:33 [2022-06-21T11:43:33.175Z] #53 ...
11:43:33 [2022-06-21T11:43:33.175Z] 
11:43:33 [2022-06-21T11:43:33.175Z] #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             ;
11:43:33 [2022-06-21T11:43:33.175Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:43:33 [2022-06-21T11:43:33.175Z] #76 8.019 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:33 [2022-06-21T11:43:33.175Z] #76 8.232 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:33 [2022-06-21T11:43:33.175Z] #76 8.232 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:33 [2022-06-21T11:43:33.175Z] #76 10.17 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:33 [2022-06-21T11:43:33.175Z] #76 ...
11:43:33 [2022-06-21T11:43:33.175Z] 
11:43:33 [2022-06-21T11:43:33.175Z] #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
11:43:33 [2022-06-21T11:43:33.175Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:43:33 [2022-06-21T11:43:33.175Z] #42 7.914 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:33 [2022-06-21T11:43:33.175Z] #42 7.961 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:33 [2022-06-21T11:43:33.175Z] #42 7.973 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:33 [2022-06-21T11:43:33.175Z] #42 9.851 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:33 [2022-06-21T11:43:33.175Z] #42 ...
11:43:33 [2022-06-21T11:43:33.175Z] 
11:43:33 [2022-06-21T11:43:33.175Z] #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
11:43:33 [2022-06-21T11:43:33.175Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:43:33 [2022-06-21T11:43:33.175Z] #34 5.705 + git clone https://github.com/kolyshkin/go-swagger.git .
11:43:33 [2022-06-21T11:43:33.175Z] #34 5.705 Cloning into '.'...
11:43:33 [2022-06-21T11:43:33.439Z] #34 ...
11:43:33 [2022-06-21T11:43:33.439Z] 
11:43:33 [2022-06-21T11:43:33.439Z] #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.44.0"      && /build/golangci-lint --version
11:43:33 [2022-06-21T11:43:33.439Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:43:33 [2022-06-21T11:43:33.439Z] #55 6.708 go: downloading github.com/golangci/golangci-lint v1.44.0
11:43:33 [2022-06-21T11:43:33.439Z] #55 ...
11:43:33 [2022-06-21T11:43:33.439Z] 
11:43:33 [2022-06-21T11:43:33.439Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:33 [2022-06-21T11:43:33.439Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:43:33 [2022-06-21T11:43:33.439Z] #36 7.489 go: downloading github.com/go-delve/delve v1.8.1
11:43:33 [2022-06-21T11:43:33.716Z] #36 ...
11:43:33 [2022-06-21T11:43:33.716Z] 
11:43:33 [2022-06-21T11:43:33.716Z] #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
11:43:33 [2022-06-21T11:43:33.716Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:43:33 [2022-06-21T11:43:33.716Z] #47 6.920 + git clone https://github.com/docker/distribution.git .
11:43:33 [2022-06-21T11:43:33.716Z] #47 6.935 Cloning into '.'...
11:43:33 [2022-06-21T11:43:33.716Z] #47 ...
11:43:33 [2022-06-21T11:43:33.716Z] 
11:43:33 [2022-06-21T11:43:33.716Z] #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
11:43:33 [2022-06-21T11:43:33.716Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:43:33 [2022-06-21T11:43:33.716Z] #53 11.12 go: downloading github.com/mattn/go-isatty v0.0.12
11:43:33 [2022-06-21T11:43:33.716Z] #53 11.36 go: downloading github.com/fsnotify/fsnotify v1.4.9
11:43:33 [2022-06-21T11:43:33.716Z] #53 11.63 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
11:43:33 [2022-06-21T11:43:33.816Z] #67 ...
11:43:33 [2022-06-21T11:43:33.816Z] 
11:43:33 [2022-06-21T11:43:33.816Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:33 [2022-06-21T11:43:33.816Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:43:33 [2022-06-21T11:43:33.816Z] #36 5.401 go: downloading github.com/go-delve/delve v1.8.1
11:43:33 [2022-06-21T11:43:33.816Z] #36 ...
11:43:33 [2022-06-21T11:43:33.816Z] 
11:43:33 [2022-06-21T11:43:33.816Z] #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
11:43:33 [2022-06-21T11:43:33.816Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:43:33 [2022-06-21T11:43:33.816Z] #34 5.963 + git clone https://github.com/kolyshkin/go-swagger.git .
11:43:33 [2022-06-21T11:43:33.816Z] #34 5.963 Cloning into '.'...
11:43:34 [2022-06-21T11:43:34.264Z] #26 4.372 + RM_GOPATH=0
11:43:34 [2022-06-21T11:43:34.264Z] #26 4.372 + TMP_GOPATH=
11:43:34 [2022-06-21T11:43:34.264Z] #26 4.372 + : /build
11:43:34 [2022-06-21T11:43:34.264Z] #26 4.372 + '[' -z '' ']'
11:43:34 [2022-06-21T11:43:34.264Z] #26 4.372 ++ mktemp -d
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.372 + export GOPATH=/tmp/tmp.fCcy3Z3xJw
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.372 + GOPATH=/tmp/tmp.fCcy3Z3xJw
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.372 + RM_GOPATH=1
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.372 + case "$(go env GOARCH)" in
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.381 ++ go env GOARCH
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 Install docker/cli version 17.06.2-ce from stable
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + export GO_BUILDMODE=-buildmode=pie
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + GO_BUILDMODE=-buildmode=pie
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 ++ dirname /install.sh
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + dir=/
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + bin=dockercli
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + shift
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + '[' '!' -f //dockercli.installer ']'
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + . //dockercli.installer
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 ++ : stable
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 ++ : 17.06.2-ce
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + install_dockercli
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + echo 'Install docker/cli version 17.06.2-ce from stable'
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 ++ uname -m
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + arch=x86_64
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + '[' x86_64 '!=' x86_64 ']'
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + url=https://download.docker.com/linux/static
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.399 + tar -xz docker/docker
11:43:34 [2022-06-21T11:43:34.265Z] #26 4.409 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
11:43:34 [2022-06-21T11:43:34.836Z] #26 ...
11:43:34 [2022-06-21T11:43:34.836Z] 
11:43:34 [2022-06-21T11:43:34.836Z] #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
11:43:34 [2022-06-21T11:43:34.836Z] #67 sha256:50dae82884a6325614a39de349dfb4ff10e7cc4df99e0944a406c88c11e71ca4
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.926 + RM_GOPATH=0
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.926 + TMP_GOPATH=
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.926 + : /build
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.926 + '[' -z '' ']'
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.926 ++ mktemp -d
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.926 + export GOPATH=/tmp/tmp.FYOIHfoLwj
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.926 + GOPATH=/tmp/tmp.FYOIHfoLwj
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.926 + RM_GOPATH=1
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.926 + case "$(go env GOARCH)" in
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.926 ++ go env GOARCH
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.926 + export GO_BUILDMODE=-buildmode=pie
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.926 + GO_BUILDMODE=-buildmode=pie
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.927 ++ dirname /install.sh
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + dir=/
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + bin=rootlesskit
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + shift
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + '[' '!' -f //rootlesskit.installer ']'
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + . //rootlesskit.installer
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 ++ : 1920341cd41e047834a21007424162a2dc946315
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + install_rootlesskit
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + case "$1" in
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + export CGO_ENABLED=0
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + CGO_ENABLED=0
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + _install_rootlesskit
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + for f in rootlesskit rootlesskit-docker-proxy
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + GOBIN=/build
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + GO111MODULE=on
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
11:43:34 [2022-06-21T11:43:34.836Z] #67 2.931 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
11:43:34 [2022-06-21T11:43:34.836Z] #67 3.319 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
11:43:34 [2022-06-21T11:43:34.836Z] #67 4.788 go: downloading github.com/sirupsen/logrus v1.8.1
11:43:34 [2022-06-21T11:43:34.836Z] #67 4.788 go: downloading github.com/urfave/cli/v2 v2.4.0
11:43:34 [2022-06-21T11:43:34.836Z] #67 5.218 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
11:43:35 [2022-06-21T11:43:35.405Z] #67 ...
11:43:35 [2022-06-21T11:43:35.405Z] 
11:43:35 [2022-06-21T11:43:35.405Z] #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
11:43:35 [2022-06-21T11:43:35.405Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:43:35 [2022-06-21T11:43:35.405Z] #53 4.706 go: downloading gotest.tools/gotestsum v1.8.1
11:43:35 [2022-06-21T11:43:35.405Z] #53 6.058 go: downloading github.com/dnephin/pflag v1.0.7
11:43:35 [2022-06-21T11:43:35.405Z] #53 6.077 go: downloading github.com/fatih/color v1.10.0
11:43:35 [2022-06-21T11:43:35.405Z] #53 6.144 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:43:35 [2022-06-21T11:43:35.405Z] #53 6.219 go: downloading github.com/pkg/errors v0.9.1
11:43:35 [2022-06-21T11:43:35.405Z] #53 6.503 go: downloading github.com/mattn/go-colorable v0.1.8
11:43:35 [2022-06-21T11:43:35.405Z] #53 6.577 go: downloading github.com/mattn/go-isatty v0.0.12
11:43:35 [2022-06-21T11:43:35.405Z] #53 6.631 go: downloading github.com/fsnotify/fsnotify v1.4.9
11:43:35 [2022-06-21T11:43:35.405Z] #53 6.643 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
11:43:35 [2022-06-21T11:43:35.665Z] #53 6.785 go: downloading github.com/jonboulle/clockwork v0.2.2
11:43:35 [2022-06-21T11:43:35.665Z] #53 6.910 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
11:43:35 [2022-06-21T11:43:35.665Z] #53 7.046 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
11:43:36 [2022-06-21T11:43:36.235Z] #53 7.453 go: downloading golang.org/x/tools v0.1.0
11:43:36 [2022-06-21T11:43:36.630Z] #84 ...
11:43:36 [2022-06-21T11:43:36.630Z] 
11:43:36 [2022-06-21T11:43:36.630Z] #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
11:43:36 [2022-06-21T11:43:36.630Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:43:36 [2022-06-21T11:43:36.630Z] #19 68.43 Reading package lists...
11:43:37 [2022-06-21T11:43:37.091Z] #34 ...
11:43:37 [2022-06-21T11:43:37.091Z] 
11:43:37 [2022-06-21T11:43:37.091Z] #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
11:43:37 [2022-06-21T11:43:37.091Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
11:43:37 [2022-06-21T11:43:37.091Z] #57 6.382 go: downloading mvdan.cc/sh/v3 v3.0.2
11:43:37 [2022-06-21T11:43:37.091Z] #57 8.311 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
11:43:37 [2022-06-21T11:43:37.091Z] #57 8.311 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
11:43:37 [2022-06-21T11:43:37.091Z] #57 8.425 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
11:43:37 [2022-06-21T11:43:37.091Z] #57 ...
11:43:37 [2022-06-21T11:43:37.091Z] 
11:43:37 [2022-06-21T11:43:37.091Z] #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.44.0"      && /build/golangci-lint --version
11:43:37 [2022-06-21T11:43:37.091Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:43:37 [2022-06-21T11:43:37.091Z] #55 7.505 go: downloading github.com/golangci/golangci-lint v1.44.0
11:43:37 [2022-06-21T11:43:37.091Z] #55 ...
11:43:37 [2022-06-21T11:43:37.091Z] 
11:43:37 [2022-06-21T11:43:37.091Z] #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
11:43:37 [2022-06-21T11:43:37.091Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
11:43:37 [2022-06-21T11:43:37.091Z] #38 8.265 go: downloading github.com/pelletier/go-toml v1.8.1
11:43:37 [2022-06-21T11:43:37.348Z] #38 ...
11:43:37 [2022-06-21T11:43:37.348Z] 
11:43:37 [2022-06-21T11:43:37.348Z] #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
11:43:37 [2022-06-21T11:43:37.348Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:43:37 [2022-06-21T11:43:37.348Z] #14 6.349 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:37 [2022-06-21T11:43:37.348Z] #14 6.459 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:37 [2022-06-21T11:43:37.348Z] #14 6.496 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:37 [2022-06-21T11:43:37.348Z] #14 7.513 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.454 + RM_GOPATH=0
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.454 + TMP_GOPATH=
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.454 + : /build
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.454 + '[' -z '' ']'
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.461 ++ mktemp -d
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.463 + export GOPATH=/tmp/tmp.aeJpx0Wt9B
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.463 + GOPATH=/tmp/tmp.aeJpx0Wt9B
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.463 + RM_GOPATH=1
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.463 + case "$(go env GOARCH)" in
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.464 ++ go env GOARCH
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.491 + export GO_BUILDMODE=-buildmode=pie
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.491 + GO_BUILDMODE=-buildmode=pie
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.504 ++ dirname /install.sh
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.512 + dir=/
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.512 + bin=dockercli
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.512 + shift
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.512 + '[' '!' -f //dockercli.installer ']'
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.513 + . //dockercli.installer
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.513 ++ : stable
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.513 ++ : 17.06.2-ce
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.514 + install_dockercli
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.514 + echo 'Install docker/cli version 17.06.2-ce from stable'
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.514 Install docker/cli version 17.06.2-ce from stable
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.523 ++ uname -m
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.526 + arch=aarch64
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.526 + '[' aarch64 '!=' x86_64 ']'
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.546 + '[' aarch64 '!=' s390x ']'
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.546 + '[' aarch64 '!=' armhf ']'
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.546 + build_dockercli
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.546 + git clone https://github.com/docker/docker-ce /tmp/tmp.aeJpx0Wt9B/tmp/docker-ce
11:43:37 [2022-06-21T11:43:37.390Z] #26 4.548 Cloning into '/tmp/tmp.aeJpx0Wt9B/tmp/docker-ce'...
11:43:37 [2022-06-21T11:43:37.605Z] #14 ...
11:43:37 [2022-06-21T11:43:37.605Z] 
11:43:37 [2022-06-21T11:43:37.605Z] #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
11:43:37 [2022-06-21T11:43:37.605Z] #26 sha256:4b0c550a80bfd9c3b9bb4420e312dcba1483d86231d70076e99b1613c5179ebc
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.749 + RM_GOPATH=0
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.749 + TMP_GOPATH=
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.749 + : /build
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.749 + '[' -z '' ']'
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.749 ++ mktemp -d
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.757 + export GOPATH=/tmp/tmp.jdMJepH7i2
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.757 + GOPATH=/tmp/tmp.jdMJepH7i2
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.757 + RM_GOPATH=1
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.757 + case "$(go env GOARCH)" in
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.757 ++ go env GOARCH
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.807 + export GO_BUILDMODE=-buildmode=pie
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.807 + GO_BUILDMODE=-buildmode=pie
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.807 ++ dirname /install.sh
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.818 + dir=/
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.818 + bin=dockercli
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.818 + shift
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.818 + '[' '!' -f //dockercli.installer ']'
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.818 + . //dockercli.installer
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.818 ++ : stable
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.818 ++ : 17.06.2-ce
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.818 + install_dockercli
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.818 + echo 'Install docker/cli version 17.06.2-ce from stable'
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.820 Install docker/cli version 17.06.2-ce from stable
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.845 ++ uname -m
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.845 + arch=x86_64
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.845 + '[' x86_64 '!=' x86_64 ']'
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.845 + url=https://download.docker.com/linux/static
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.854 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
11:43:37 [2022-06-21T11:43:37.605Z] #26 6.870 + tar -xz docker/docker
11:43:37 [2022-06-21T11:43:37.605Z] #26 ...
11:43:37 [2022-06-21T11:43:37.605Z] 
11:43:37 [2022-06-21T11:43:37.605Z] #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
11:43:37 [2022-06-21T11:43:37.605Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:43:37 [2022-06-21T11:43:37.605Z] #53 6.554 go: downloading gotest.tools/gotestsum v1.8.1
11:43:37 [2022-06-21T11:43:37.605Z] #53 8.925 go: downloading github.com/fatih/color v1.10.0
11:43:37 [2022-06-21T11:43:37.605Z] #53 8.938 go: downloading github.com/dnephin/pflag v1.0.7
11:43:37 [2022-06-21T11:43:37.605Z] #53 8.971 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:43:37 [2022-06-21T11:43:37.605Z] #53 9.089 go: downloading github.com/pkg/errors v0.9.1
11:43:37 [2022-06-21T11:43:37.605Z] #53 9.629 go: downloading github.com/mattn/go-colorable v0.1.8
11:43:37 [2022-06-21T11:43:37.605Z] #53 9.655 go: downloading github.com/mattn/go-isatty v0.0.12
11:43:37 [2022-06-21T11:43:37.605Z] #53 9.728 go: downloading github.com/fsnotify/fsnotify v1.4.9
11:43:37 [2022-06-21T11:43:37.605Z] #53 9.824 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
11:43:37 [2022-06-21T11:43:37.605Z] #53 10.07 go: downloading github.com/jonboulle/clockwork v0.2.2
11:43:37 [2022-06-21T11:43:37.605Z] #53 10.24 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
11:43:37 [2022-06-21T11:43:37.605Z] #53 10.34 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
11:43:37 [2022-06-21T11:43:37.617Z] #53 ...
11:43:37 [2022-06-21T11:43:37.617Z] 
11:43:37 [2022-06-21T11:43:37.617Z] #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
11:43:37 [2022-06-21T11:43:37.617Z] #67 sha256:50dae82884a6325614a39de349dfb4ff10e7cc4df99e0944a406c88c11e71ca4
11:43:37 [2022-06-21T11:43:37.617Z] #67 8.733 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:43:37 [2022-06-21T11:43:37.862Z] #53 ...
11:43:37 [2022-06-21T11:43:37.863Z] 
11:43:37 [2022-06-21T11:43:37.863Z] #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             ;
11:43:37 [2022-06-21T11:43:37.863Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:43:37 [2022-06-21T11:43:37.863Z] #76 7.949 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:37 [2022-06-21T11:43:37.863Z] #76 8.026 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:37 [2022-06-21T11:43:37.863Z] #76 8.027 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:37 [2022-06-21T11:43:37.863Z] #76 10.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:37 [2022-06-21T11:43:37.863Z] #76 ...
11:43:37 [2022-06-21T11:43:37.863Z] 
11:43:37 [2022-06-21T11:43:37.863Z] #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
11:43:37 [2022-06-21T11:43:37.863Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:43:37 [2022-06-21T11:43:37.863Z] #42 7.930 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:37 [2022-06-21T11:43:37.863Z] #42 8.039 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:37 [2022-06-21T11:43:37.863Z] #42 8.040 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:37 [2022-06-21T11:43:37.863Z] #42 10.54 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:38 [2022-06-21T11:43:38.120Z] #42 ...
11:43:38 [2022-06-21T11:43:38.120Z] 
11:43:38 [2022-06-21T11:43:38.120Z] #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
11:43:38 [2022-06-21T11:43:38.120Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:43:38 [2022-06-21T11:43:38.120Z] #47 5.898 + git clone https://github.com/docker/distribution.git .
11:43:38 [2022-06-21T11:43:38.120Z] #47 5.909 Cloning into '.'...
11:43:38 [2022-06-21T11:43:38.377Z] #47 ...
11:43:38 [2022-06-21T11:43:38.377Z] 
11:43:38 [2022-06-21T11:43:38.377Z] #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
11:43:38 [2022-06-21T11:43:38.377Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
11:43:38 [2022-06-21T11:43:38.377Z] #40 6.904 go: downloading github.com/tc-hib/go-winres v0.2.3
11:43:38 [2022-06-21T11:43:38.377Z] #40 7.985 go: downloading github.com/tc-hib/winres v0.1.5
11:43:38 [2022-06-21T11:43:38.377Z] #40 9.998 go: downloading github.com/urfave/cli/v2 v2.3.0
11:43:38 [2022-06-21T11:43:38.377Z] #40 10.40 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
11:43:38 [2022-06-21T11:43:38.377Z] #40 10.54 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
11:43:38 [2022-06-21T11:43:38.377Z] #40 ...
11:43:38 [2022-06-21T11:43:38.377Z] 
11:43:38 [2022-06-21T11:43:38.377Z] #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
11:43:38 [2022-06-21T11:43:38.377Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:43:38 [2022-06-21T11:43:38.377Z] #62 6.335 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:38 [2022-06-21T11:43:38.377Z] #62 6.382 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:38 [2022-06-21T11:43:38.377Z] #62 6.505 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:38 [2022-06-21T11:43:38.377Z] #62 7.581 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:38 [2022-06-21T11:43:38.377Z] #62 11.53 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:38 [2022-06-21T11:43:38.634Z] #62 ...
11:43:38 [2022-06-21T11:43:38.635Z] 
11:43:38 [2022-06-21T11:43:38.635Z] #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
11:43:38 [2022-06-21T11:43:38.635Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:43:38 [2022-06-21T11:43:38.635Z] #51 7.750 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:38 [2022-06-21T11:43:38.635Z] #51 7.845 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:38 [2022-06-21T11:43:38.635Z] #51 7.850 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:38 [2022-06-21T11:43:38.635Z] #51 8.658 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
11:43:38 [2022-06-21T11:43:38.635Z] #51 10.53 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:38 [2022-06-21T11:43:38.635Z] #51 ...
11:43:38 [2022-06-21T11:43:38.635Z] 
11:43:38 [2022-06-21T11:43:38.635Z] #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
11:43:38 [2022-06-21T11:43:38.635Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
11:43:38 [2022-06-21T11:43:38.635Z] #57 11.75 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
11:43:38 [2022-06-21T11:43:38.999Z] #67 9.686 go: downloading github.com/google/uuid v1.3.0
11:43:38 [2022-06-21T11:43:38.999Z] #67 ...
11:43:38 [2022-06-21T11:43:38.999Z] 
11:43:38 [2022-06-21T11:43:38.999Z] #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
11:43:38 [2022-06-21T11:43:38.999Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
11:43:38 [2022-06-21T11:43:38.999Z] #40 4.791 go: downloading github.com/tc-hib/go-winres v0.2.3
11:43:38 [2022-06-21T11:43:38.999Z] #40 5.807 go: downloading github.com/tc-hib/winres v0.1.5
11:43:38 [2022-06-21T11:43:38.999Z] #40 7.154 go: downloading github.com/urfave/cli/v2 v2.3.0
11:43:38 [2022-06-21T11:43:38.999Z] #40 7.374 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
11:43:38 [2022-06-21T11:43:38.999Z] #40 7.483 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
11:43:38 [2022-06-21T11:43:38.999Z] #40 ...
11:43:38 [2022-06-21T11:43:38.999Z] 
11:43:38 [2022-06-21T11:43:38.999Z] #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
11:43:38 [2022-06-21T11:43:38.999Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:43:38 [2022-06-21T11:43:38.999Z] #42 3.343 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:38 [2022-06-21T11:43:38.999Z] #42 3.357 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:38 [2022-06-21T11:43:38.999Z] #42 3.366 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:38 [2022-06-21T11:43:38.999Z] #42 3.583 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:38 [2022-06-21T11:43:38.999Z] #42 3.857 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:38 [2022-06-21T11:43:38.999Z] #42 4.549 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:38 [2022-06-21T11:43:38.999Z] #42 ...
11:43:38 [2022-06-21T11:43:38.999Z] 
11:43:38 [2022-06-21T11:43:38.999Z] #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
11:43:38 [2022-06-21T11:43:38.999Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:43:38 [2022-06-21T11:43:38.999Z] #51 4.885 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:38 [2022-06-21T11:43:38.999Z] #51 4.906 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:38 [2022-06-21T11:43:38.999Z] #51 4.907 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:38 [2022-06-21T11:43:38.999Z] #51 5.536 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
11:43:38 [2022-06-21T11:43:38.999Z] #51 5.868 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:38 [2022-06-21T11:43:38.999Z] #51 8.237 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:39 [2022-06-21T11:43:39.012Z] #53 ...
11:43:39 [2022-06-21T11:43:39.012Z] 
11:43:39 [2022-06-21T11:43:39.012Z] #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
11:43:39 [2022-06-21T11:43:39.012Z] #26 sha256:df9b35ee23df63ccd6797823530b1fd0acfa5c032eeebad9fc5ad310840b4d61
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.152 + RM_GOPATH=0
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.152 + TMP_GOPATH=
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.152 + : /build
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.152 + '[' -z '' ']'
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.152 ++ mktemp -d
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.152 + export GOPATH=/tmp/tmp.h31PxZOc1n
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.152 + GOPATH=/tmp/tmp.h31PxZOc1n
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.152 + RM_GOPATH=1
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.152 + case "$(go env GOARCH)" in
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.152 ++ go env GOARCH
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.187 Install docker/cli version 17.06.2-ce from stable
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.188 + export GO_BUILDMODE=-buildmode=pie
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.188 + GO_BUILDMODE=-buildmode=pie
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.188 ++ dirname /install.sh
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.188 + dir=/
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.188 + bin=dockercli
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.188 + shift
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.188 + '[' '!' -f //dockercli.installer ']'
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.188 + . //dockercli.installer
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.188 ++ : stable
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.188 ++ : 17.06.2-ce
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.188 + install_dockercli
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.188 + echo 'Install docker/cli version 17.06.2-ce from stable'
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.196 ++ uname -m
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.196 + arch=x86_64
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.196 + '[' x86_64 '!=' x86_64 ']'
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.196 + url=https://download.docker.com/linux/static
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.196 + tar -xz docker/docker
11:43:39 [2022-06-21T11:43:39.012Z] #26 6.218 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
11:43:39 [2022-06-21T11:43:39.012Z] #26 ...
11:43:39 [2022-06-21T11:43:39.012Z] 
11:43:39 [2022-06-21T11:43:39.012Z] #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
11:43:39 [2022-06-21T11:43:39.012Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:43:39 [2022-06-21T11:43:39.012Z] #51 7.760 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:39 [2022-06-21T11:43:39.012Z] #51 8.157 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:39 [2022-06-21T11:43:39.012Z] #51 8.261 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:39 [2022-06-21T11:43:39.012Z] #51 8.657 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
11:43:39 [2022-06-21T11:43:39.012Z] #51 10.45 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:39 [2022-06-21T11:43:39.012Z] #51 15.16 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:39 [2022-06-21T11:43:39.012Z] #51 ...
11:43:39 [2022-06-21T11:43:39.012Z] 
11:43:39 [2022-06-21T11:43:39.012Z] #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
11:43:39 [2022-06-21T11:43:39.012Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
11:43:39 [2022-06-21T11:43:39.012Z] #40 10.98 go: downloading github.com/urfave/cli/v2 v2.3.0
11:43:39 [2022-06-21T11:43:39.012Z] #40 11.63 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
11:43:39 [2022-06-21T11:43:39.012Z] #40 11.87 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
11:43:39 [2022-06-21T11:43:39.012Z] #40 16.83 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:43:39 [2022-06-21T11:43:39.012Z] #40 17.03 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:43:39 [2022-06-21T11:43:39.260Z] #51 ...
11:43:39 [2022-06-21T11:43:39.260Z] 
11:43:39 [2022-06-21T11:43:39.260Z] #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
11:43:39 [2022-06-21T11:43:39.260Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:43:39 [2022-06-21T11:43:39.260Z] #62 6.144 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:39 [2022-06-21T11:43:39.260Z] #62 6.206 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:39 [2022-06-21T11:43:39.260Z] #62 6.206 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:39 [2022-06-21T11:43:39.260Z] #62 7.193 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:39 [2022-06-21T11:43:39.260Z] #62 9.630 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:39 [2022-06-21T11:43:39.260Z] #62 ...
11:43:39 [2022-06-21T11:43:39.260Z] 
11:43:39 [2022-06-21T11:43:39.260Z] #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
11:43:39 [2022-06-21T11:43:39.260Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:43:39 [2022-06-21T11:43:39.260Z] #47 5.279 + git clone https://github.com/docker/distribution.git .
11:43:39 [2022-06-21T11:43:39.260Z] #47 5.279 Cloning into '.'...
11:43:39 [2022-06-21T11:43:39.520Z] #47 ...
11:43:39 [2022-06-21T11:43:39.520Z] 
11:43:39 [2022-06-21T11:43:39.520Z] #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
11:43:39 [2022-06-21T11:43:39.520Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
11:43:39 [2022-06-21T11:43:39.520Z] #57 4.567 go: downloading mvdan.cc/sh/v3 v3.0.2
11:43:39 [2022-06-21T11:43:39.520Z] #57 5.807 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
11:43:39 [2022-06-21T11:43:39.520Z] #57 5.807 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
11:43:39 [2022-06-21T11:43:39.520Z] #57 5.898 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
11:43:39 [2022-06-21T11:43:39.520Z] #57 7.841 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
11:43:39 [2022-06-21T11:43:39.520Z] #57 ...
11:43:39 [2022-06-21T11:43:39.520Z] 
11:43:39 [2022-06-21T11:43:39.520Z] #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.44.0"      && /build/golangci-lint --version
11:43:39 [2022-06-21T11:43:39.520Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:43:39 [2022-06-21T11:43:39.520Z] #55 4.272 go: downloading github.com/golangci/golangci-lint v1.44.0
11:43:39 [2022-06-21T11:43:39.782Z] #55 ...
11:43:39 [2022-06-21T11:43:39.782Z] 
11:43:39 [2022-06-21T11:43:39.782Z] #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
11:43:39 [2022-06-21T11:43:39.782Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:43:39 [2022-06-21T11:43:39.782Z] #14 6.618 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:39 [2022-06-21T11:43:39.782Z] #14 6.680 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:39 [2022-06-21T11:43:39.782Z] #14 6.681 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:39 [2022-06-21T11:43:39.782Z] #14 7.766 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:39 [2022-06-21T11:43:39.782Z] #14 10.33 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:39 [2022-06-21T11:43:39.782Z] #14 ...
11:43:39 [2022-06-21T11:43:39.782Z] 
11:43:39 [2022-06-21T11:43:39.782Z] #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             ;
11:43:39 [2022-06-21T11:43:39.782Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:43:39 [2022-06-21T11:43:39.782Z] #76 5.839 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:39 [2022-06-21T11:43:39.782Z] #76 5.904 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:39 [2022-06-21T11:43:39.782Z] #76 5.904 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:39 [2022-06-21T11:43:39.782Z] #76 6.903 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:39 [2022-06-21T11:43:39.782Z] #76 9.409 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:40 [2022-06-21T11:43:40.043Z] #76 ...
11:43:40 [2022-06-21T11:43:40.043Z] 
11:43:40 [2022-06-21T11:43:40.043Z] #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
11:43:40 [2022-06-21T11:43:40.043Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
11:43:40 [2022-06-21T11:43:40.043Z] #38 7.062 go: downloading github.com/pelletier/go-toml v1.8.1
11:43:40 [2022-06-21T11:43:40.043Z] #38 ...
11:43:40 [2022-06-21T11:43:40.043Z] 
11:43:40 [2022-06-21T11:43:40.043Z] #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
11:43:40 [2022-06-21T11:43:40.043Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:43:40 [2022-06-21T11:43:40.043Z] #34 6.282 + git clone https://github.com/kolyshkin/go-swagger.git .
11:43:40 [2022-06-21T11:43:40.043Z] #34 6.282 Cloning into '.'...
11:43:40 [2022-06-21T11:43:40.305Z] #34 ...
11:43:40 [2022-06-21T11:43:40.305Z] 
11:43:40 [2022-06-21T11:43:40.305Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:40 [2022-06-21T11:43:40.305Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:43:40 [2022-06-21T11:43:40.305Z] #36 4.312 go: downloading github.com/go-delve/delve v1.8.1
11:43:40 [2022-06-21T11:43:40.305Z] #36 ...
11:43:40 [2022-06-21T11:43:40.305Z] 
11:43:40 [2022-06-21T11:43:40.305Z] #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
11:43:40 [2022-06-21T11:43:40.305Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
11:43:40 [2022-06-21T11:43:40.305Z] #40 11.47 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:43:40 [2022-06-21T11:43:40.305Z] #40 11.70 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:43:41 [2022-06-21T11:43:41.566Z] #40 ...
11:43:41 [2022-06-21T11:43:41.566Z] 
11:43:41 [2022-06-21T11:43:41.566Z] #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
11:43:41 [2022-06-21T11:43:41.566Z] #67 sha256:e372149e69b1c805fe62427142dded79b3a0ed39e57e3a504950772efbe5a893
11:43:41 [2022-06-21T11:43:41.566Z] #67 10.50 go: downloading github.com/sirupsen/logrus v1.8.1
11:43:41 [2022-06-21T11:43:41.566Z] #67 10.51 go: downloading github.com/urfave/cli/v2 v2.4.0
11:43:41 [2022-06-21T11:43:41.566Z] #67 12.12 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
11:43:41 [2022-06-21T11:43:41.566Z] #67 17.08 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:43:41 [2022-06-21T11:43:41.566Z] #67 18.58 go: downloading github.com/google/uuid v1.3.0
11:43:41 [2022-06-21T11:43:41.566Z] #67 18.94 go: downloading github.com/moby/vpnkit v0.5.0
11:43:41 [2022-06-21T11:43:41.566Z] #67 19.25 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:43:41 [2022-06-21T11:43:41.566Z] #67 ...
11:43:41 [2022-06-21T11:43:41.566Z] 
11:43:41 [2022-06-21T11:43:41.566Z] #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
11:43:41 [2022-06-21T11:43:41.566Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:43:41 [2022-06-21T11:43:41.566Z] #53 19.29 go: downloading github.com/jonboulle/clockwork v0.2.2
11:43:41 [2022-06-21T11:43:41.566Z] #53 19.33 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
11:43:41 [2022-06-21T11:43:41.566Z] #53 19.43 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
11:43:42 [2022-06-21T11:43:42.642Z] #26 ...
11:43:42 [2022-06-21T11:43:42.642Z] 
11:43:42 [2022-06-21T11:43:42.642Z] #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
11:43:42 [2022-06-21T11:43:42.642Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8
11:43:42 [2022-06-21T11:43:42.642Z] #38 4.950 go: downloading github.com/pelletier/go-toml v1.8.1
11:43:42 [2022-06-21T11:43:42.642Z] #38 ...
11:43:42 [2022-06-21T11:43:42.642Z] 
11:43:42 [2022-06-21T11:43:42.642Z] #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.44.0"      && /build/golangci-lint --version
11:43:42 [2022-06-21T11:43:42.642Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
11:43:42 [2022-06-21T11:43:42.642Z] #55 4.265 go: downloading github.com/golangci/golangci-lint v1.44.0
11:43:42 [2022-06-21T11:43:42.642Z] #55 ...
11:43:42 [2022-06-21T11:43:42.642Z] 
11:43:42 [2022-06-21T11:43:42.642Z] #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
11:43:42 [2022-06-21T11:43:42.642Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
11:43:42 [2022-06-21T11:43:42.642Z] #42 5.333 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:42 [2022-06-21T11:43:42.642Z] #42 5.370 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:42 [2022-06-21T11:43:42.642Z] #42 5.370 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:42 [2022-06-21T11:43:42.642Z] #42 6.536 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
11:43:42 [2022-06-21T11:43:42.642Z] #42 9.073 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
11:43:42 [2022-06-21T11:43:42.642Z] #42 ...
11:43:42 [2022-06-21T11:43:42.642Z] 
11:43:42 [2022-06-21T11:43:42.643Z] #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
11:43:42 [2022-06-21T11:43:42.643Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6
11:43:42 [2022-06-21T11:43:42.643Z] #57 5.063 go: downloading mvdan.cc/sh/v3 v3.0.2
11:43:42 [2022-06-21T11:43:42.643Z] #57 5.948 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
11:43:42 [2022-06-21T11:43:42.643Z] #57 5.979 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
11:43:42 [2022-06-21T11:43:42.643Z] #57 5.983 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
11:43:42 [2022-06-21T11:43:42.643Z] #57 7.465 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
11:43:42 [2022-06-21T11:43:42.643Z] #57 ...
11:43:42 [2022-06-21T11:43:42.643Z] 
11:43:42 [2022-06-21T11:43:42.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
11:43:42 [2022-06-21T11:43:42.643Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:43:42 [2022-06-21T11:43:42.643Z] #14 4.934 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:42 [2022-06-21T11:43:42.643Z] #14 4.960 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:42 [2022-06-21T11:43:42.643Z] #14 4.974 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:42 [2022-06-21T11:43:42.643Z] #14 5.967 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
11:43:42 [2022-06-21T11:43:42.643Z] #14 8.471 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
11:43:42 [2022-06-21T11:43:42.643Z] #14 ...
11:43:42 [2022-06-21T11:43:42.643Z] 
11:43:42 [2022-06-21T11:43:42.643Z] #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
11:43:42 [2022-06-21T11:43:42.643Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef
11:43:42 [2022-06-21T11:43:42.643Z] #40 3.821 go: downloading github.com/tc-hib/go-winres v0.2.3
11:43:42 [2022-06-21T11:43:42.643Z] #40 4.613 go: downloading github.com/tc-hib/winres v0.1.5
11:43:42 [2022-06-21T11:43:42.643Z] #40 5.389 go: downloading github.com/urfave/cli/v2 v2.3.0
11:43:42 [2022-06-21T11:43:42.643Z] #40 5.590 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
11:43:42 [2022-06-21T11:43:42.643Z] #40 5.635 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
11:43:42 [2022-06-21T11:43:42.643Z] #40 7.978 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:43:42 [2022-06-21T11:43:42.643Z] #40 8.087 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:43:42 [2022-06-21T11:43:42.643Z] #40 ...
11:43:42 [2022-06-21T11:43:42.643Z] 
11:43:42 [2022-06-21T11:43:42.643Z] #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
11:43:42 [2022-06-21T11:43:42.643Z] #67 sha256:16fba54ac4fa1de30b5f3adb891d88b53c46978c27eae6363c913b4c8b9ce78e
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.409 + RM_GOPATH=0
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.409 + TMP_GOPATH=
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.409 + : /build
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.409 + '[' -z '' ']'
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.409 ++ mktemp -d
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.412 + export GOPATH=/tmp/tmp.nIwsMVaPdc
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.412 + GOPATH=/tmp/tmp.nIwsMVaPdc
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.412 + RM_GOPATH=1
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.412 + case "$(go env GOARCH)" in
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.412 ++ go env GOARCH
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.511 + export GO_BUILDMODE=-buildmode=pie
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.511 + GO_BUILDMODE=-buildmode=pie
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.511 ++ dirname /install.sh
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.521 + dir=/
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.521 + bin=rootlesskit
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.521 + shift
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.521 + '[' '!' -f //rootlesskit.installer ']'
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.521 + . //rootlesskit.installer
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.524 ++ : 1920341cd41e047834a21007424162a2dc946315
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.524 + install_rootlesskit
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.524 + case "$1" in
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.524 + export CGO_ENABLED=0
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.524 + CGO_ENABLED=0
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.524 + _install_rootlesskit
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.524 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.524 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.525 + for f in rootlesskit rootlesskit-docker-proxy
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.525 + GOBIN=/build
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.525 + GO111MODULE=on
11:43:42 [2022-06-21T11:43:42.643Z] #67 4.525 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
11:43:42 [2022-06-21T11:43:42.643Z] #67 5.019 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
11:43:42 [2022-06-21T11:43:42.643Z] #67 7.530 go: downloading github.com/sirupsen/logrus v1.8.1
11:43:42 [2022-06-21T11:43:42.643Z] #67 7.603 go: downloading github.com/urfave/cli/v2 v2.4.0
11:43:42 [2022-06-21T11:43:42.643Z] #67 7.990 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
11:43:42 [2022-06-21T11:43:42.643Z] #67 10.27 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:43:42 [2022-06-21T11:43:42.847Z] #40 ...
11:43:42 [2022-06-21T11:43:42.847Z] 
11:43:42 [2022-06-21T11:43:42.847Z] #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
11:43:42 [2022-06-21T11:43:42.847Z] #26 sha256:3a91ea96fd70eb0ace7ac6570ae76dbc82f90d155907862ad32c71ffdac2cbbf
11:43:42 [2022-06-21T11:43:42.847Z] #26 12.58 + mkdir -p /build
11:43:42 [2022-06-21T11:43:42.847Z] #26 12.60 + mv docker/docker /build/
11:43:42 [2022-06-21T11:43:42.847Z] #26 12.60 + rmdir docker
11:43:42 [2022-06-21T11:43:42.847Z] #26 DONE 13.7s
11:43:42 [2022-06-21T11:43:42.900Z] #67 ...
11:43:42 [2022-06-21T11:43:42.900Z] 
11:43:42 [2022-06-21T11:43:42.900Z] #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
11:43:42 [2022-06-21T11:43:42.900Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e
11:43:42 [2022-06-21T11:43:42.900Z] #47 3.218 + git clone https://github.com/docker/distribution.git .
11:43:42 [2022-06-21T11:43:42.900Z] #47 3.218 Cloning into '.'...
11:43:42 [2022-06-21T11:43:42.900Z] #47 ...
11:43:42 [2022-06-21T11:43:42.900Z] 
11:43:42 [2022-06-21T11:43:42.900Z] #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
11:43:42 [2022-06-21T11:43:42.900Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242
11:43:42 [2022-06-21T11:43:42.900Z] #34 3.273 + git clone https://github.com/kolyshkin/go-swagger.git .
11:43:42 [2022-06-21T11:43:42.900Z] #34 3.273 Cloning into '.'...
11:43:42 [2022-06-21T11:43:42.956Z] #53 ...
11:43:42 [2022-06-21T11:43:42.956Z] 
11:43:42 [2022-06-21T11:43:42.956Z] #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
11:43:42 [2022-06-21T11:43:42.956Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:43:42 [2022-06-21T11:43:42.956Z] #62 10.55 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:43:42 [2022-06-21T11:43:42.956Z] #62 14.51 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:42 [2022-06-21T11:43:42.956Z] #62 18.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:42 [2022-06-21T11:43:42.956Z] #62 ...
11:43:42 [2022-06-21T11:43:42.956Z] 
11:43:42 [2022-06-21T11:43:42.956Z] #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
11:43:42 [2022-06-21T11:43:42.956Z] #67 sha256:e372149e69b1c805fe62427142dded79b3a0ed39e57e3a504950772efbe5a893
11:43:42 [2022-06-21T11:43:42.956Z] #67 19.39 go: downloading github.com/gofrs/flock v0.8.1
11:43:42 [2022-06-21T11:43:42.956Z] #67 19.60 go: downloading github.com/gorilla/mux v1.8.0
11:43:42 [2022-06-21T11:43:42.956Z] #67 19.87 go: downloading github.com/moby/sys/mountinfo v0.6.0
11:43:42 [2022-06-21T11:43:42.956Z] #67 20.84 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:43:43 [2022-06-21T11:43:43.107Z] 
11:43:43 [2022-06-21T11:43:43.107Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:43 [2022-06-21T11:43:43.107Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:43:43 [2022-06-21T11:43:43.107Z] #36 14.28 go: downloading github.com/sirupsen/logrus v1.6.0
11:43:43 [2022-06-21T11:43:43.107Z] #36 14.28 go: downloading github.com/spf13/cobra v1.1.3
11:43:43 [2022-06-21T11:43:43.161Z] #34 ...
11:43:43 [2022-06-21T11:43:43.161Z] 
11:43:43 [2022-06-21T11:43:43.161Z] #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
11:43:43 [2022-06-21T11:43:43.161Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199
11:43:43 [2022-06-21T11:43:43.161Z] #53 2.810 go: downloading gotest.tools/gotestsum v1.8.1
11:43:43 [2022-06-21T11:43:43.161Z] #53 3.722 go: downloading github.com/fatih/color v1.10.0
11:43:43 [2022-06-21T11:43:43.161Z] #53 3.722 go: downloading github.com/dnephin/pflag v1.0.7
11:43:43 [2022-06-21T11:43:43.161Z] #53 3.729 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
11:43:43 [2022-06-21T11:43:43.161Z] #53 3.748 go: downloading github.com/pkg/errors v0.9.1
11:43:43 [2022-06-21T11:43:43.161Z] #53 3.903 go: downloading golang.org/x/tools v0.1.0
11:43:43 [2022-06-21T11:43:43.161Z] #53 3.974 go: downloading github.com/mattn/go-colorable v0.1.8
11:43:43 [2022-06-21T11:43:43.161Z] #53 3.994 go: downloading github.com/mattn/go-isatty v0.0.12
11:43:43 [2022-06-21T11:43:43.161Z] #53 4.014 go: downloading github.com/fsnotify/fsnotify v1.4.9
11:43:43 [2022-06-21T11:43:43.161Z] #53 4.076 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
11:43:43 [2022-06-21T11:43:43.161Z] #53 6.113 go: downloading github.com/jonboulle/clockwork v0.2.2
11:43:43 [2022-06-21T11:43:43.161Z] #53 6.192 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
11:43:43 [2022-06-21T11:43:43.161Z] #53 6.258 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
11:43:43 [2022-06-21T11:43:43.161Z] #53 8.222 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
11:43:43 [2022-06-21T11:43:43.161Z] #53 8.260 go: downloading golang.org/x/mod v0.3.0
11:43:43 [2022-06-21T11:43:43.161Z] #53 ...
11:43:43 [2022-06-21T11:43:43.161Z] 
11:43:43 [2022-06-21T11:43:43.161Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:43 [2022-06-21T11:43:43.161Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c
11:43:43 [2022-06-21T11:43:43.161Z] #36 4.771 go: downloading github.com/go-delve/delve v1.8.1
11:43:43 [2022-06-21T11:43:43.418Z] #36 ...
11:43:43 [2022-06-21T11:43:43.419Z] 
11:43:43 [2022-06-21T11:43:43.419Z] #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
11:43:43 [2022-06-21T11:43:43.419Z] #31 sha256:7b932d51433e0c07dd567931880623d1ba67f30d4c587ef9e5ea9e0a1b708f60
11:43:43 [2022-06-21T11:43:43.419Z] #31 1.743 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
11:43:43 [2022-06-21T11:43:43.419Z] #31 2.108 
11:43:43 [2022-06-21T11:43:43.419Z] #31 2.361 #=#=#                                                                         

#########                                                                 12.6%
######################################################################## 100.0%
11:43:43 [2022-06-21T11:43:43.419Z] #31 2.761 
11:43:43 [2022-06-21T11:43:43.419Z] #31 4.060 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
11:43:43 [2022-06-21T11:43:43.419Z] #31 4.764 
11:43:43 [2022-06-21T11:43:43.419Z] #31 5.120 #=#=#                                                                         

                                                                           0.8%
######################################################################## 100.0%
11:43:43 [2022-06-21T11:43:43.419Z] #31 6.409 
11:43:43 [2022-06-21T11:43:43.419Z] #31 12.00 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
11:43:43 [2022-06-21T11:43:43.419Z] #31 ...
11:43:43 [2022-06-21T11:43:43.419Z] 
11:43:43 [2022-06-21T11:43:43.419Z] #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             ;
11:43:43 [2022-06-21T11:43:43.419Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
11:43:43 [2022-06-21T11:43:43.419Z] #76 5.334 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:43 [2022-06-21T11:43:43.419Z] #76 5.372 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:43 [2022-06-21T11:43:43.419Z] #76 5.374 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:43 [2022-06-21T11:43:43.419Z] #76 6.325 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
11:43:43 [2022-06-21T11:43:43.419Z] #76 8.847 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
11:43:43 [2022-06-21T11:43:43.419Z] #76 11.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
11:43:43 [2022-06-21T11:43:43.528Z] #67 21.17 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:43:43 [2022-06-21T11:43:43.528Z] #67 21.28 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
11:43:43 [2022-06-21T11:43:43.678Z] #36 14.94 go: downloading github.com/mattn/go-isatty v0.0.3
11:43:43 [2022-06-21T11:43:43.826Z] #76 ...
11:43:43 [2022-06-21T11:43:43.826Z] 
11:43:43 [2022-06-21T11:43:43.827Z] #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
11:43:43 [2022-06-21T11:43:43.827Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4
11:43:43 [2022-06-21T11:43:43.827Z] #62 5.334 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:43 [2022-06-21T11:43:43.827Z] #62 5.365 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:43 [2022-06-21T11:43:43.827Z] #62 5.366 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:43 [2022-06-21T11:43:43.827Z] #62 6.415 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
11:43:43 [2022-06-21T11:43:43.827Z] #62 8.704 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
11:43:43 [2022-06-21T11:43:43.827Z] #62 11.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
11:43:43 [2022-06-21T11:43:43.827Z] #62 ...
11:43:43 [2022-06-21T11:43:43.827Z] 
11:43:43 [2022-06-21T11:43:43.827Z] #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
11:43:43 [2022-06-21T11:43:43.827Z] #67 sha256:16fba54ac4fa1de30b5f3adb891d88b53c46978c27eae6363c913b4c8b9ce78e
11:43:43 [2022-06-21T11:43:43.827Z] #67 10.97 go: downloading github.com/google/uuid v1.3.0
11:43:43 [2022-06-21T11:43:43.827Z] #67 10.97 go: downloading github.com/moby/vpnkit v0.5.0
11:43:43 [2022-06-21T11:43:43.827Z] #67 11.05 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:43:43 [2022-06-21T11:43:43.827Z] #67 11.18 go: downloading github.com/gofrs/flock v0.8.1
11:43:43 [2022-06-21T11:43:43.827Z] #67 11.27 go: downloading github.com/gorilla/mux v1.8.0
11:43:43 [2022-06-21T11:43:43.827Z] #67 11.53 go: downloading github.com/moby/sys/mountinfo v0.6.0
11:43:43 [2022-06-21T11:43:43.890Z] #57 ...
11:43:43 [2022-06-21T11:43:43.890Z] 
11:43:43 [2022-06-21T11:43:43.890Z] #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
11:43:43 [2022-06-21T11:43:43.890Z] #67 sha256:a1f324366dde943c9bf07f0b781e7cda7a14252db9bdffd143d2dc3e440500fb
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.094 + RM_GOPATH=0
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.095 + TMP_GOPATH=
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.095 + : /build
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.096 + '[' -z '' ']'
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.097 ++ mktemp -d
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.098 + export GOPATH=/tmp/tmp.19VIIePfnJ
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.098 + GOPATH=/tmp/tmp.19VIIePfnJ
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.099 + RM_GOPATH=1
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.099 + case "$(go env GOARCH)" in
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.100 ++ go env GOARCH
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.184 + export GO_BUILDMODE=-buildmode=pie
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.184 + GO_BUILDMODE=-buildmode=pie
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.185 ++ dirname /install.sh
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.187 + dir=/
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.189 + bin=rootlesskit
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.189 + shift
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.189 + '[' '!' -f //rootlesskit.installer ']'
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.190 + . //rootlesskit.installer
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.190 ++ : 1920341cd41e047834a21007424162a2dc946315
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.191 + install_rootlesskit
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.191 + case "$1" in
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.191 + export CGO_ENABLED=0
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.192 + CGO_ENABLED=0
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.192 + _install_rootlesskit
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.196 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.198 + for f in rootlesskit rootlesskit-docker-proxy
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.198 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.199 + GOBIN=/build
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.199 + GO111MODULE=on
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.199 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
11:43:43 [2022-06-21T11:43:43.890Z] #67 7.945 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
11:43:43 [2022-06-21T11:43:43.890Z] #67 11.66 go: downloading github.com/sirupsen/logrus v1.8.1
11:43:43 [2022-06-21T11:43:43.890Z] #67 11.66 go: downloading github.com/urfave/cli/v2 v2.4.0
11:43:43 [2022-06-21T11:43:43.890Z] #67 12.84 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
11:43:43 [2022-06-21T11:43:43.939Z] #36 15.15 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
11:43:44 [2022-06-21T11:43:44.093Z] #67 12.04 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:43:44 [2022-06-21T11:43:44.354Z] #67 12.22 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:43:44 [2022-06-21T11:43:44.511Z] #36 15.59 go: downloading gopkg.in/yaml.v2 v2.4.0
11:43:44 [2022-06-21T11:43:44.612Z] #67 12.52 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
11:43:44 [2022-06-21T11:43:44.771Z] #36 15.87 go: downloading github.com/cosiner/argv v0.1.0
11:43:44 [2022-06-21T11:43:44.771Z] #36 15.90 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
11:43:44 [2022-06-21T11:43:44.771Z] #36 15.99 go: downloading github.com/peterh/liner v1.2.2
11:43:45 [2022-06-21T11:43:45.032Z] #36 16.34 go: downloading github.com/google/go-dap v0.6.0
11:43:45 [2022-06-21T11:43:45.257Z] #67 17.88 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:43:45 [2022-06-21T11:43:45.292Z] #36 16.54 go: downloading github.com/spf13/pflag v1.0.5
11:43:45 [2022-06-21T11:43:45.863Z] #36 17.03 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
11:43:46 [2022-06-21T11:43:46.087Z] #67 ...
11:43:46 [2022-06-21T11:43:46.087Z] 
11:43:46 [2022-06-21T11:43:46.087Z] #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
11:43:46 [2022-06-21T11:43:46.087Z] #26 sha256:df9b35ee23df63ccd6797823530b1fd0acfa5c032eeebad9fc5ad310840b4d61
11:43:46 [2022-06-21T11:43:46.087Z] #26 21.81 + mkdir -p /build
11:43:46 [2022-06-21T11:43:46.087Z] #26 21.81 + mv docker/docker /build/
11:43:46 [2022-06-21T11:43:46.087Z] #26 21.81 + rmdir docker
11:43:46 [2022-06-21T11:43:46.087Z] #26 DONE 23.1s
11:43:46 [2022-06-21T11:43:46.087Z] 
11:43:46 [2022-06-21T11:43:46.087Z] #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
11:43:46 [2022-06-21T11:43:46.087Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:43:46 [2022-06-21T11:43:46.087Z] #51 19.90 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:46 [2022-06-21T11:43:46.087Z] #51 20.78 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2159 B]
11:43:46 [2022-06-21T11:43:46.087Z] #51 ...
11:43:46 [2022-06-21T11:43:46.087Z] 
11:43:46 [2022-06-21T11:43:46.087Z] #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
11:43:46 [2022-06-21T11:43:46.087Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:43:46 [2022-06-21T11:43:46.087Z] #14 13.76 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:46 [2022-06-21T11:43:46.087Z] #14 ...
11:43:46 [2022-06-21T11:43:46.087Z] 
11:43:46 [2022-06-21T11:43:46.087Z] #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
11:43:46 [2022-06-21T11:43:46.087Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:43:46 [2022-06-21T11:43:46.087Z] #53 23.77 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
11:43:46 [2022-06-21T11:43:46.087Z] #53 23.78 go: downloading golang.org/x/mod v0.3.0
11:43:46 [2022-06-21T11:43:46.349Z] #53 ...
11:43:46 [2022-06-21T11:43:46.349Z] 
11:43:46 [2022-06-21T11:43:46.349Z] #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
11:43:46 [2022-06-21T11:43:46.349Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:43:46 [2022-06-21T11:43:46.349Z] #42 14.24 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:46 [2022-06-21T11:43:46.349Z] #42 18.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:46 [2022-06-21T11:43:46.438Z] #36 17.69 go: downloading github.com/mattn/go-runewidth v0.0.3
11:43:46 [2022-06-21T11:43:46.507Z] #67 14.46 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:43:46 [2022-06-21T11:43:46.610Z] #19 91.46 Reading package lists...
11:43:46 [2022-06-21T11:43:46.610Z] #19 ...
11:43:46 [2022-06-21T11:43:46.610Z] 
11:43:46 [2022-06-21T11:43:46.610Z] #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
11:43:46 [2022-06-21T11:43:46.610Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:43:46 [2022-06-21T11:43:46.610Z] #84 50.30 libtoolize: putting auxiliary files in '.'.
11:43:46 [2022-06-21T11:43:46.610Z] #84 50.30 libtoolize: copying file './ltmain.sh'
11:43:46 [2022-06-21T11:43:46.610Z] #42 ...
11:43:46 [2022-06-21T11:43:46.610Z] 
11:43:46 [2022-06-21T11:43:46.610Z] #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             ;
11:43:46 [2022-06-21T11:43:46.610Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:43:46 [2022-06-21T11:43:46.610Z] #76 14.74 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:46 [2022-06-21T11:43:46.610Z] #76 17.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:46 [2022-06-21T11:43:46.702Z] #36 17.87 go: downloading github.com/hashicorp/golang-lru v0.5.4
11:43:46 [2022-06-21T11:43:46.702Z] #36 18.03 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
11:43:46 [2022-06-21T11:43:46.869Z] #84 52.20 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
11:43:46 [2022-06-21T11:43:46.869Z] #84 52.20 libtoolize: and rerunning libtoolize and aclocal.
11:43:46 [2022-06-21T11:43:46.869Z] #84 52.21 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
11:43:47 [2022-06-21T11:43:47.070Z] #67 ...
11:43:47 [2022-06-21T11:43:47.070Z] 
11:43:47 [2022-06-21T11:43:47.070Z] #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
11:43:47 [2022-06-21T11:43:47.070Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27
11:43:47 [2022-06-21T11:43:47.070Z] #51 5.293 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:43:47 [2022-06-21T11:43:47.070Z] #51 5.382 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:43:47 [2022-06-21T11:43:47.070Z] #51 5.403 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:43:47 [2022-06-21T11:43:47.070Z] #51 5.819 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
11:43:47 [2022-06-21T11:43:47.070Z] #51 6.611 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
11:43:47 [2022-06-21T11:43:47.070Z] #51 9.723 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
11:43:47 [2022-06-21T11:43:47.070Z] #51 13.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
11:43:47 [2022-06-21T11:43:47.154Z] #67 ...
11:43:47 [2022-06-21T11:43:47.154Z] 
11:43:47 [2022-06-21T11:43:47.154Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:47 [2022-06-21T11:43:47.154Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:43:47 [2022-06-21T11:43:47.154Z] #36 19.98 go: downloading github.com/sirupsen/logrus v1.6.0
11:43:47 [2022-06-21T11:43:47.154Z] #36 20.00 go: downloading github.com/spf13/cobra v1.1.3
11:43:47 [2022-06-21T11:43:47.328Z] #51 ...
11:43:47 [2022-06-21T11:43:47.328Z] 
11:43:47 [2022-06-21T11:43:47.328Z] #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
11:43:47 [2022-06-21T11:43:47.328Z] #31 sha256:7b932d51433e0c07dd567931880623d1ba67f30d4c587ef9e5ea9e0a1b708f60
11:43:47 [2022-06-21T11:43:47.328Z] #31 14.14 #=#=#                                                                         
11:43:47 [2022-06-21T11:43:47.328Z] #31 14.48 #=#=#                                                                         

                                                                           0.0%
#################                                                         24.4%
############################                                              39.7%
#########################################                                 58.1%
###################################################                       71.8%
#################################################################         90.9%
######################################################################## 100.0%
11:43:47 [2022-06-21T11:43:47.554Z] #76 ...
11:43:47 [2022-06-21T11:43:47.554Z] 
11:43:47 [2022-06-21T11:43:47.554Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:47 [2022-06-21T11:43:47.554Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:43:47 [2022-06-21T11:43:47.554Z] #36 25.58 go: downloading github.com/sirupsen/logrus v1.6.0
11:43:47 [2022-06-21T11:43:47.585Z] #31 16.58 
11:43:47 [2022-06-21T11:43:47.722Z] #36 20.93 go: downloading github.com/mattn/go-isatty v0.0.3
11:43:47 [2022-06-21T11:43:47.815Z] #36 25.64 go: downloading github.com/spf13/cobra v1.1.3
11:43:47 [2022-06-21T11:43:47.980Z] #36 21.22 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
11:43:48 [2022-06-21T11:43:48.544Z] #36 ...
11:43:48 [2022-06-21T11:43:48.544Z] 
11:43:48 [2022-06-21T11:43:48.544Z] #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
11:43:48 [2022-06-21T11:43:48.544Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:43:48 [2022-06-21T11:43:48.544Z] #53 11.48 go: downloading golang.org/x/tools v0.1.0
11:43:48 [2022-06-21T11:43:48.544Z] #53 ...
11:43:48 [2022-06-21T11:43:48.544Z] 
11:43:48 [2022-06-21T11:43:48.544Z] #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
11:43:48 [2022-06-21T11:43:48.544Z] #67 sha256:a1f324366dde943c9bf07f0b781e7cda7a14252db9bdffd143d2dc3e440500fb
11:43:48 [2022-06-21T11:43:48.544Z] #67 19.70 go: downloading github.com/google/uuid v1.3.0
11:43:48 [2022-06-21T11:43:48.544Z] #67 19.77 go: downloading github.com/moby/vpnkit v0.5.0
11:43:48 [2022-06-21T11:43:48.544Z] #67 19.82 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:43:48 [2022-06-21T11:43:48.544Z] #67 20.04 go: downloading github.com/gofrs/flock v0.8.1
11:43:48 [2022-06-21T11:43:48.544Z] #67 20.10 go: downloading github.com/gorilla/mux v1.8.0
11:43:48 [2022-06-21T11:43:48.544Z] #67 20.59 go: downloading github.com/moby/sys/mountinfo v0.6.0
11:43:48 [2022-06-21T11:43:48.544Z] #67 21.35 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:43:48 [2022-06-21T11:43:48.609Z] #36 19.89 go: downloading github.com/russross/blackfriday/v2 v2.0.1
11:43:48 [2022-06-21T11:43:48.759Z] #36 26.41 go: downloading github.com/mattn/go-isatty v0.0.3
11:43:48 [2022-06-21T11:43:48.869Z] #36 20.13 go: downloading github.com/cilium/ebpf v0.7.0
11:43:48 [2022-06-21T11:43:48.869Z] #36 ...
11:43:48 [2022-06-21T11:43:48.869Z] 
11:43:48 [2022-06-21T11:43:48.869Z] #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
11:43:48 [2022-06-21T11:43:48.869Z] #67 sha256:50dae82884a6325614a39de349dfb4ff10e7cc4df99e0944a406c88c11e71ca4
11:43:48 [2022-06-21T11:43:48.869Z] #67 9.874 go: downloading github.com/moby/vpnkit v0.5.0
11:43:48 [2022-06-21T11:43:48.869Z] #67 9.952 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:43:48 [2022-06-21T11:43:48.869Z] #67 10.15 go: downloading github.com/gofrs/flock v0.8.1
11:43:48 [2022-06-21T11:43:48.869Z] #67 10.27 go: downloading github.com/gorilla/mux v1.8.0
11:43:48 [2022-06-21T11:43:48.869Z] #67 10.51 go: downloading github.com/moby/sys/mountinfo v0.6.0
11:43:48 [2022-06-21T11:43:48.869Z] #67 11.00 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:43:48 [2022-06-21T11:43:48.869Z] #67 11.22 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:43:48 [2022-06-21T11:43:48.869Z] #67 11.31 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
11:43:48 [2022-06-21T11:43:48.869Z] #67 14.62 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:43:49 [2022-06-21T11:43:49.037Z] #36 26.87 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
11:43:49 [2022-06-21T11:43:49.121Z] #67 21.79 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:43:49 [2022-06-21T11:43:49.379Z] #67 ...
11:43:49 [2022-06-21T11:43:49.379Z] 
11:43:49 [2022-06-21T11:43:49.379Z] #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
11:43:49 [2022-06-21T11:43:49.379Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:43:49 [2022-06-21T11:43:49.379Z] #14 12.36 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:49 [2022-06-21T11:43:49.379Z] #14 15.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:49 [2022-06-21T11:43:49.379Z] #14 ...
11:43:49 [2022-06-21T11:43:49.379Z] 
11:43:49 [2022-06-21T11:43:49.379Z] #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
11:43:49 [2022-06-21T11:43:49.379Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:43:49 [2022-06-21T11:43:49.379Z] #53 22.27 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
11:43:49 [2022-06-21T11:43:49.379Z] #53 22.29 go: downloading golang.org/x/mod v0.3.0
11:43:49 [2022-06-21T11:43:49.619Z] #36 ...
11:43:49 [2022-06-21T11:43:49.619Z] 
11:43:49 [2022-06-21T11:43:49.619Z] #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
11:43:49 [2022-06-21T11:43:49.619Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
11:43:49 [2022-06-21T11:43:49.619Z] #38 27.15 tomll can be used in two ways:
11:43:49 [2022-06-21T11:43:49.619Z] #38 27.19 Writing to STDIN and reading from STDOUT:
11:43:49 [2022-06-21T11:43:49.619Z] #38 27.19   cat file.toml | tomll > file.toml
11:43:49 [2022-06-21T11:43:49.619Z] #38 27.19 
11:43:49 [2022-06-21T11:43:49.619Z] #38 27.19 Reading and updating a list of files:
11:43:49 [2022-06-21T11:43:49.619Z] #38 27.19   tomll a.toml b.toml c.toml
11:43:49 [2022-06-21T11:43:49.619Z] #38 27.19 
11:43:49 [2022-06-21T11:43:49.619Z] #38 27.19 When given a list of files, tomll will modify all files in place without asking.
11:43:49 [2022-06-21T11:43:49.619Z] #38 DONE 27.4s
11:43:49 [2022-06-21T11:43:49.619Z] 
11:43:49 [2022-06-21T11:43:49.619Z] #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
11:43:49 [2022-06-21T11:43:49.619Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:43:49 [2022-06-21T11:43:49.619Z] #14 27.46 Fetched 8544 kB in 22s (392 kB/s)
11:43:49 [2022-06-21T11:43:49.638Z] #53 ...
11:43:49 [2022-06-21T11:43:49.638Z] 
11:43:49 [2022-06-21T11:43:49.638Z] #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
11:43:49 [2022-06-21T11:43:49.638Z] #26 sha256:4b0c550a80bfd9c3b9bb4420e312dcba1483d86231d70076e99b1613c5179ebc
11:43:49 [2022-06-21T11:43:49.638Z] #26 21.37 + mkdir -p /build
11:43:49 [2022-06-21T11:43:49.638Z] #26 21.38 + mv docker/docker /build/
11:43:49 [2022-06-21T11:43:49.638Z] #26 21.39 + rmdir docker
11:43:49 [2022-06-21T11:43:49.638Z] #26 DONE 22.4s
11:43:49 [2022-06-21T11:43:49.819Z] #67 ...
11:43:49 [2022-06-21T11:43:49.819Z] 
11:43:49 [2022-06-21T11:43:49.819Z] #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
11:43:49 [2022-06-21T11:43:49.819Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:43:49 [2022-06-21T11:43:49.819Z] #51 10.89 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:49 [2022-06-21T11:43:49.819Z] #51 13.10 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2159 B]
11:43:49 [2022-06-21T11:43:49.895Z] 
11:43:49 [2022-06-21T11:43:49.895Z] #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
11:43:49 [2022-06-21T11:43:49.895Z] #67 sha256:a1f324366dde943c9bf07f0b781e7cda7a14252db9bdffd143d2dc3e440500fb
11:43:49 [2022-06-21T11:43:49.895Z] #67 22.32 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
11:43:50 [2022-06-21T11:43:50.080Z] #51 21.12 Fetched 8548 kB in 16s (518 kB/s)
11:43:50 [2022-06-21T11:43:50.080Z] #51 21.12 Reading package lists...
11:43:50 [2022-06-21T11:43:50.080Z] #51 ...
11:43:50 [2022-06-21T11:43:50.080Z] 
11:43:50 [2022-06-21T11:43:50.080Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:50 [2022-06-21T11:43:50.080Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:43:50 [2022-06-21T11:43:50.080Z] #36 21.20 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
11:43:50 [2022-06-21T11:43:50.828Z] #67 ...
11:43:50 [2022-06-21T11:43:50.828Z] 
11:43:50 [2022-06-21T11:43:50.828Z] #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
11:43:50 [2022-06-21T11:43:50.828Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:43:50 [2022-06-21T11:43:50.828Z] #42 13.88 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:50 [2022-06-21T11:43:50.828Z] #42 18.82 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:51 [2022-06-21T11:43:51.019Z] #36 ...
11:43:51 [2022-06-21T11:43:51.019Z] 
11:43:51 [2022-06-21T11:43:51.019Z] #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
11:43:51 [2022-06-21T11:43:51.019Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:43:51 [2022-06-21T11:43:51.019Z] #62 12.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:51 [2022-06-21T11:43:51.019Z] #62 21.86 Fetched 8544 kB in 16s (533 kB/s)
11:43:51 [2022-06-21T11:43:51.019Z] #62 21.86 Reading package lists...
11:43:51 [2022-06-21T11:43:51.019Z] #62 ...
11:43:51 [2022-06-21T11:43:51.019Z] 
11:43:51 [2022-06-21T11:43:51.019Z] #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             ;
11:43:51 [2022-06-21T11:43:51.019Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:43:51 [2022-06-21T11:43:51.019Z] #76 12.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:51 [2022-06-21T11:43:51.019Z] #76 21.94 Fetched 8544 kB in 16s (524 kB/s)
11:43:51 [2022-06-21T11:43:51.085Z] #42 ...
11:43:51 [2022-06-21T11:43:51.086Z] 
11:43:51 [2022-06-21T11:43:51.086Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:51 [2022-06-21T11:43:51.086Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:43:51 [2022-06-21T11:43:51.086Z] #36 21.96 go: downloading github.com/spf13/pflag v1.0.5
11:43:51 [2022-06-21T11:43:51.086Z] #36 22.71 go: downloading gopkg.in/yaml.v2 v2.4.0
11:43:51 [2022-06-21T11:43:51.086Z] #36 23.58 go: downloading github.com/cosiner/argv v0.1.0
11:43:51 [2022-06-21T11:43:51.086Z] #36 23.58 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
11:43:51 [2022-06-21T11:43:51.086Z] #36 23.72 go: downloading github.com/peterh/liner v1.2.2
11:43:51 [2022-06-21T11:43:51.086Z] #36 24.12 go: downloading github.com/google/go-dap v0.6.0
11:43:51 [2022-06-21T11:43:51.279Z] #76 21.94 Reading package lists...
11:43:51 [2022-06-21T11:43:51.279Z] #76 ...
11:43:51 [2022-06-21T11:43:51.279Z] 
11:43:51 [2022-06-21T11:43:51.279Z] #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
11:43:51 [2022-06-21T11:43:51.279Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
11:43:51 [2022-06-21T11:43:51.279Z] #38 22.32 tomll can be used in two ways:
11:43:51 [2022-06-21T11:43:51.279Z] #38 22.32 Writing to STDIN and reading from STDOUT:
11:43:51 [2022-06-21T11:43:51.279Z] #38 22.32   cat file.toml | tomll > file.toml
11:43:51 [2022-06-21T11:43:51.279Z] #38 22.32 
11:43:51 [2022-06-21T11:43:51.279Z] #38 22.32 Reading and updating a list of files:
11:43:51 [2022-06-21T11:43:51.279Z] #38 22.32   tomll a.toml b.toml c.toml
11:43:51 [2022-06-21T11:43:51.279Z] #38 22.32 
11:43:51 [2022-06-21T11:43:51.279Z] #38 22.32 When given a list of files, tomll will modify all files in place without asking.
11:43:51 [2022-06-21T11:43:51.539Z] #38 ...
11:43:51 [2022-06-21T11:43:51.539Z] 
11:43:51 [2022-06-21T11:43:51.539Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
11:43:51 [2022-06-21T11:43:51.539Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:43:51 [2022-06-21T11:43:51.539Z] #42 12.82 Fetched 8544 kB in 10s (869 kB/s)
11:43:51 [2022-06-21T11:43:51.539Z] #42 12.82 Reading package lists...
11:43:51 [2022-06-21T11:43:51.650Z] #36 24.74 go: downloading github.com/russross/blackfriday/v2 v2.0.1
11:43:51 [2022-06-21T11:43:51.765Z] #31 ...
11:43:51 [2022-06-21T11:43:51.765Z] 
11:43:51 [2022-06-21T11:43:51.765Z] #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
11:43:51 [2022-06-21T11:43:51.765Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8
11:43:51 [2022-06-21T11:43:51.765Z] #38 16.33 tomll can be used in two ways:
11:43:51 [2022-06-21T11:43:51.765Z] #38 16.33 Writing to STDIN and reading from STDOUT:
11:43:51 [2022-06-21T11:43:51.765Z] #38 16.33   cat file.toml | tomll > file.toml
11:43:51 [2022-06-21T11:43:51.765Z] #38 16.33 
11:43:51 [2022-06-21T11:43:51.765Z] #38 16.33 Reading and updating a list of files:
11:43:51 [2022-06-21T11:43:51.765Z] #38 16.33   tomll a.toml b.toml c.toml
11:43:51 [2022-06-21T11:43:51.766Z] #38 16.33 
11:43:51 [2022-06-21T11:43:51.766Z] #38 16.33 When given a list of files, tomll will modify all files in place without asking.
11:43:51 [2022-06-21T11:43:51.766Z] #38 DONE 19.9s
11:43:51 [2022-06-21T11:43:51.766Z] 
11:43:51 [2022-06-21T11:43:51.766Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:51 [2022-06-21T11:43:51.766Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c
11:43:51 [2022-06-21T11:43:51.766Z] #36 12.70 go: downloading github.com/sirupsen/logrus v1.6.0
11:43:51 [2022-06-21T11:43:51.766Z] #36 12.70 go: downloading github.com/spf13/cobra v1.1.3
11:43:51 [2022-06-21T11:43:51.766Z] #36 13.13 go: downloading github.com/mattn/go-isatty v0.0.3
11:43:51 [2022-06-21T11:43:51.766Z] #36 13.31 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
11:43:51 [2022-06-21T11:43:51.766Z] #36 13.70 go: downloading gopkg.in/yaml.v2 v2.4.0
11:43:51 [2022-06-21T11:43:51.766Z] #36 13.97 go: downloading github.com/cosiner/argv v0.1.0
11:43:51 [2022-06-21T11:43:51.766Z] #36 14.22 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
11:43:51 [2022-06-21T11:43:51.766Z] #36 14.37 go: downloading github.com/peterh/liner v1.2.2
11:43:51 [2022-06-21T11:43:51.766Z] #36 14.47 go: downloading github.com/google/go-dap v0.6.0
11:43:51 [2022-06-21T11:43:51.766Z] #36 14.82 go: downloading github.com/spf13/pflag v1.0.5
11:43:51 [2022-06-21T11:43:51.766Z] #36 15.38 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
11:43:51 [2022-06-21T11:43:51.766Z] #36 15.87 go: downloading github.com/mattn/go-runewidth v0.0.3
11:43:51 [2022-06-21T11:43:51.766Z] #36 16.14 go: downloading github.com/hashicorp/golang-lru v0.5.4
11:43:51 [2022-06-21T11:43:51.766Z] #36 16.15 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
11:43:51 [2022-06-21T11:43:51.766Z] #36 16.96 go: downloading github.com/russross/blackfriday/v2 v2.0.1
11:43:51 [2022-06-21T11:43:51.766Z] #36 17.27 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
11:43:51 [2022-06-21T11:43:51.800Z] #42 20.45 Reading package lists...
11:43:51 [2022-06-21T11:43:51.800Z] #42 ...
11:43:51 [2022-06-21T11:43:51.800Z] 
11:43:51 [2022-06-21T11:43:51.800Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
11:43:51 [2022-06-21T11:43:51.800Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:43:51 [2022-06-21T11:43:51.800Z] #14 13.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:51 [2022-06-21T11:43:51.800Z] #14 22.37 Fetched 8544 kB in 16s (533 kB/s)
11:43:51 [2022-06-21T11:43:51.907Z] #36 ...
11:43:51 [2022-06-21T11:43:51.907Z] 
11:43:51 [2022-06-21T11:43:51.907Z] #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             ;
11:43:51 [2022-06-21T11:43:51.907Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:43:51 [2022-06-21T11:43:51.907Z] #76 14.96 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:51 [2022-06-21T11:43:51.907Z] #76 18.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:52 [2022-06-21T11:43:52.023Z] #36 ...
11:43:52 [2022-06-21T11:43:52.023Z] 
11:43:52 [2022-06-21T11:43:52.023Z] #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
11:43:52 [2022-06-21T11:43:52.023Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e
11:43:52 [2022-06-21T11:43:52.165Z] #76 ...
11:43:52 [2022-06-21T11:43:52.165Z] 
11:43:52 [2022-06-21T11:43:52.165Z] #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
11:43:52 [2022-06-21T11:43:52.165Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:43:52 [2022-06-21T11:43:52.165Z] #51 14.66 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:43:52 [2022-06-21T11:43:52.165Z] #51 19.27 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:52 [2022-06-21T11:43:52.165Z] #51 22.30 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2159 B]
11:43:52 [2022-06-21T11:43:52.455Z] #51 ...
11:43:52 [2022-06-21T11:43:52.455Z] 
11:43:52 [2022-06-21T11:43:52.455Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:52 [2022-06-21T11:43:52.455Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:43:52 [2022-06-21T11:43:52.455Z] #36 25.42 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
11:43:52 [2022-06-21T11:43:52.455Z] #36 ...
11:43:52 [2022-06-21T11:43:52.455Z] 
11:43:52 [2022-06-21T11:43:52.455Z] #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
11:43:52 [2022-06-21T11:43:52.455Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
11:43:52 [2022-06-21T11:43:52.455Z] #40 15.53 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:43:52 [2022-06-21T11:43:52.455Z] #40 16.06 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:43:52 [2022-06-21T11:43:52.540Z] #47 19.74 Updating files:  76% (1659/2177)
Updating files:  77% (1677/2177)
Updating files:  78% (1699/2177)
Updating files:  79% (1720/2177)
Updating files:  80% (1742/2177)
Updating files:  81% (1764/2177)
Updating files:  82% (1786/2177)
Updating files:  83% (1807/2177)
Updating files:  84% (1829/2177)
Updating files:  85% (1851/2177)
Updating files:  86% (1873/2177)
Updating files:  87% (1894/2177)
Updating files:  88% (1916/2177)
Updating files:  89% (1938/2177)
Updating files:  90% (1960/2177)
Updating files:  91% (1982/2177)
Updating files:  92% (2003/2177)
Updating files:  93% (2025/2177)
Updating files:  94% (2047/2177)
Updating files:  95% (2069/2177)
Updating files:  96% (2090/2177)
Updating files:  97% (2112/2177)
Updating files:  98% (2134/2177)
Updating files:  99% (2156/2177)
Updating files: 100% (2177/2177)
Updating files: 100% (2177/2177), done.
11:43:52 [2022-06-21T11:43:52.759Z] #40 ...
11:43:52 [2022-06-21T11:43:52.759Z] 
11:43:52 [2022-06-21T11:43:52.759Z] #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
11:43:52 [2022-06-21T11:43:52.759Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:43:52 [2022-06-21T11:43:52.759Z] #62 15.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:43:52 [2022-06-21T11:43:52.798Z] #47 20.51 + git checkout -q v2.3.0
11:43:52 [2022-06-21T11:43:52.798Z] #47 ...
11:43:52 [2022-06-21T11:43:52.798Z] 
11:43:52 [2022-06-21T11:43:52.798Z] #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
11:43:52 [2022-06-21T11:43:52.798Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:43:52 [2022-06-21T11:43:52.798Z] #14 11.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
11:43:52 [2022-06-21T11:43:52.798Z] #14 15.85 Fetched 8431 kB in 11s (752 kB/s)
11:43:52 [2022-06-21T11:43:52.798Z] #14 15.85 Reading package lists...
11:43:52 [2022-06-21T11:43:52.798Z] #14 ...
11:43:52 [2022-06-21T11:43:52.798Z] 
11:43:52 [2022-06-21T11:43:52.798Z] #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
11:43:52 [2022-06-21T11:43:52.798Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27
11:43:52 [2022-06-21T11:43:52.798Z] #51 15.79 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2159 B]
11:43:52 [2022-06-21T11:43:52.798Z] #51 17.87 Fetched 8435 kB in 13s (655 kB/s)
11:43:53 [2022-06-21T11:43:53.055Z] #51 17.87 Reading package lists...
11:43:53 [2022-06-21T11:43:53.055Z] #51 ...
11:43:53 [2022-06-21T11:43:53.055Z] 
11:43:53 [2022-06-21T11:43:53.055Z] #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
11:43:53 [2022-06-21T11:43:53.055Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:43:53 [2022-06-21T11:43:53.250Z] #14 22.37 Reading package lists...
11:43:53 [2022-06-21T11:43:53.250Z] #14 ...
11:43:53 [2022-06-21T11:43:53.250Z] 
11:43:53 [2022-06-21T11:43:53.250Z] #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
11:43:53 [2022-06-21T11:43:53.250Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
11:43:53 [2022-06-21T11:43:53.250Z] #38 DONE 24.1s
11:43:53 [2022-06-21T11:43:53.250Z] 
11:43:53 [2022-06-21T11:43:53.250Z] #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
11:43:53 [2022-06-21T11:43:53.250Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:43:53 [2022-06-21T11:43:53.250Z] #53 14.56 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
11:43:53 [2022-06-21T11:43:53.250Z] #53 14.56 go: downloading golang.org/x/mod v0.3.0
11:43:53 [2022-06-21T11:43:53.312Z] #14 21.32 Reading package lists...
11:43:53 [2022-06-21T11:43:53.312Z] #14 ...
11:43:53 [2022-06-21T11:43:53.312Z] 
11:43:53 [2022-06-21T11:43:53.312Z] #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
11:43:53 [2022-06-21T11:43:53.312Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
11:43:53 [2022-06-21T11:43:53.312Z] #42 11.50 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
11:43:53 [2022-06-21T11:43:53.312Z] #42 17.45 Fetched 8431 kB in 12s (676 kB/s)
11:43:53 [2022-06-21T11:43:53.312Z] #42 17.45 Reading package lists...
11:43:53 [2022-06-21T11:43:53.312Z] #42 ...
11:43:53 [2022-06-21T11:43:53.312Z] 
11:43:53 [2022-06-21T11:43:53.312Z] #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             ;
11:43:53 [2022-06-21T11:43:53.312Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
11:43:53 [2022-06-21T11:43:53.312Z] #76 17.19 Fetched 8431 kB in 12s (696 kB/s)
11:43:53 [2022-06-21T11:43:53.697Z] #62 ...
11:43:53 [2022-06-21T11:43:53.697Z] 
11:43:53 [2022-06-21T11:43:53.697Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:53 [2022-06-21T11:43:53.697Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:43:53 [2022-06-21T11:43:53.697Z] #36 26.68 go: downloading github.com/mattn/go-runewidth v0.0.3
11:43:54 [2022-06-21T11:43:54.243Z] #76 17.19 Reading package lists...
11:43:54 [2022-06-21T11:43:54.243Z] #76 ...
11:43:54 [2022-06-21T11:43:54.243Z] 
11:43:54 [2022-06-21T11:43:54.243Z] #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
11:43:54 [2022-06-21T11:43:54.243Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
11:43:54 [2022-06-21T11:43:54.243Z] #42 17.45 Reading package lists...
11:43:54 [2022-06-21T11:43:54.261Z] #36 27.15 go: downloading github.com/hashicorp/golang-lru v0.5.4
11:43:54 [2022-06-21T11:43:54.261Z] #36 27.23 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
11:43:54 [2022-06-21T11:43:54.920Z] #14 27.46 Reading package lists...
11:43:54 [2022-06-21T11:43:54.920Z] #14 ...
11:43:54 [2022-06-21T11:43:54.920Z] 
11:43:54 [2022-06-21T11:43:54.920Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:43:54 [2022-06-21T11:43:54.920Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:43:54 [2022-06-21T11:43:54.920Z] #36 27.68 go: downloading gopkg.in/yaml.v2 v2.4.0
11:43:54 [2022-06-21T11:43:54.920Z] #36 27.99 go: downloading github.com/cosiner/argv v0.1.0
11:43:54 [2022-06-21T11:43:54.920Z] #36 28.20 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
11:43:54 [2022-06-21T11:43:54.920Z] #36 28.25 go: downloading github.com/peterh/liner v1.2.2
11:43:54 [2022-06-21T11:43:54.920Z] #36 28.62 go: downloading github.com/google/go-dap v0.6.0
11:43:54 [2022-06-21T11:43:54.920Z] #36 29.28 go: downloading github.com/spf13/pflag v1.0.5
11:43:54 [2022-06-21T11:43:54.920Z] #36 29.80 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
11:43:54 [2022-06-21T11:43:54.920Z] #36 31.14 go: downloading github.com/mattn/go-runewidth v0.0.3
11:43:54 [2022-06-21T11:43:54.920Z] #36 31.56 go: downloading github.com/hashicorp/golang-lru v0.5.4
11:43:54 [2022-06-21T11:43:54.920Z] #36 31.57 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
11:43:56 [2022-06-21T11:43:56.552Z] #53 ...
11:43:56 [2022-06-21T11:43:56.552Z] 
11:43:56 [2022-06-21T11:43:56.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
11:43:56 [2022-06-21T11:43:56.552Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:43:56 [2022-06-21T11:43:56.552Z] #42 20.45 Reading package lists...
11:43:56 [2022-06-21T11:43:56.785Z] #36 29.55 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
11:43:56 [2022-06-21T11:43:56.785Z] #36 29.72 go: downloading github.com/cilium/ebpf v0.7.0
11:43:56 [2022-06-21T11:43:56.839Z] #36 34.54 go: downloading github.com/russross/blackfriday/v2 v2.0.1
11:43:56 [2022-06-21T11:43:56.839Z] #36 34.72 go: downloading github.com/cilium/ebpf v0.7.0
11:43:57 [2022-06-21T11:43:57.783Z] #36 ...
11:43:57 [2022-06-21T11:43:57.783Z] 
11:43:57 [2022-06-21T11:43:57.783Z] #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
11:43:57 [2022-06-21T11:43:57.783Z] #67 sha256:e372149e69b1c805fe62427142dded79b3a0ed39e57e3a504950772efbe5a893
11:43:57 [2022-06-21T11:43:57.783Z] #67 25.42 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:43:57 [2022-06-21T11:43:57.783Z] #67 ...
11:43:57 [2022-06-21T11:43:57.783Z] 
11:43:57 [2022-06-21T11:43:57.783Z] #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
11:43:57 [2022-06-21T11:43:57.783Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:43:57 [2022-06-21T11:43:57.783Z] #51 33.13 Fetched 8548 kB in 26s (333 kB/s)
11:43:57 [2022-06-21T11:43:57.932Z] #42 27.51 Building dependency tree...
11:43:58 [2022-06-21T11:43:58.692Z] #36 ...
11:43:58 [2022-06-21T11:43:58.692Z] 
11:43:58 [2022-06-21T11:43:58.692Z] #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
11:43:58 [2022-06-21T11:43:58.692Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
11:43:58 [2022-06-21T11:43:58.692Z] #38 31.33 tomll can be used in two ways:
11:43:58 [2022-06-21T11:43:58.692Z] #38 31.33 Writing to STDIN and reading from STDOUT:
11:43:58 [2022-06-21T11:43:58.692Z] #38 31.33   cat file.toml | tomll > file.toml
11:43:58 [2022-06-21T11:43:58.692Z] #38 31.33 
11:43:58 [2022-06-21T11:43:58.692Z] #38 31.33 Reading and updating a list of files:
11:43:58 [2022-06-21T11:43:58.692Z] #38 31.33   tomll a.toml b.toml c.toml
11:43:58 [2022-06-21T11:43:58.692Z] #38 31.33 
11:43:58 [2022-06-21T11:43:58.692Z] #38 31.33 When given a list of files, tomll will modify all files in place without asking.
11:43:58 [2022-06-21T11:43:58.692Z] #38 DONE 31.7s
11:43:58 [2022-06-21T11:43:58.692Z] 
11:43:58 [2022-06-21T11:43:58.692Z] #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
11:43:58 [2022-06-21T11:43:58.692Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:43:58 [2022-06-21T11:43:58.692Z] #62 30.52 Fetched 8544 kB in 24s (350 kB/s)
11:43:59 [2022-06-21T11:43:59.083Z] #84 ...
11:43:59 [2022-06-21T11:43:59.083Z] 
11:43:59 [2022-06-21T11:43:59.083Z] #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
11:43:59 [2022-06-21T11:43:59.083Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:43:59 [2022-06-21T11:43:59.083Z] #19 91.46 Reading package lists...
11:43:59 [2022-06-21T11:43:59.757Z] #42 22.73 Reading package lists...
11:43:59 [2022-06-21T11:43:59.757Z] #42 ...
11:43:59 [2022-06-21T11:43:59.757Z] 
11:43:59 [2022-06-21T11:43:59.757Z] #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
11:43:59 [2022-06-21T11:43:59.757Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4
11:43:59 [2022-06-21T11:43:59.757Z] #62 17.09 Fetched 8431 kB in 12s (698 kB/s)
11:43:59 [2022-06-21T11:43:59.757Z] #62 17.09 Reading package lists...
11:43:59 [2022-06-21T11:43:59.758Z] #62 22.59 Reading package lists...
11:43:59 [2022-06-21T11:43:59.758Z] #62 27.13 Building dependency tree...
11:43:59 [2022-06-21T11:43:59.758Z] #62 ...
11:43:59 [2022-06-21T11:43:59.758Z] 
11:43:59 [2022-06-21T11:43:59.758Z] #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
11:43:59 [2022-06-21T11:43:59.758Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
11:43:59 [2022-06-21T11:43:59.758Z] #42 22.73 Reading package lists...
11:44:00 [2022-06-21T11:44:00.334Z] #42 27.38 Building dependency tree...
11:44:00 [2022-06-21T11:44:00.473Z] #42 31.72 The following additional packages will be installed:
11:44:00 [2022-06-21T11:44:00.473Z] #42 31.75   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
11:44:00 [2022-06-21T11:44:00.473Z] #42 31.78 Suggested packages:
11:44:00 [2022-06-21T11:44:00.473Z] #42 31.78   cmake-doc ninja-build lrzip
11:44:00 [2022-06-21T11:44:00.473Z] #42 31.78 Recommended packages:
11:44:00 [2022-06-21T11:44:00.473Z] #42 31.78   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
11:44:01 [2022-06-21T11:44:01.092Z] #51 33.13 Reading package lists...
11:44:01 [2022-06-21T11:44:01.092Z] #51 ...
11:44:01 [2022-06-21T11:44:01.092Z] 
11:44:01 [2022-06-21T11:44:01.092Z] #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
11:44:01 [2022-06-21T11:44:01.092Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:01 [2022-06-21T11:44:01.092Z] #14 27.46 Reading package lists...
11:44:01 [2022-06-21T11:44:01.415Z] #42 32.66 The following NEW packages will be installed:
11:44:01 [2022-06-21T11:44:01.415Z] #42 32.69   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
11:44:01 [2022-06-21T11:44:01.415Z] #42 32.70   vim-common xxd
11:44:01 [2022-06-21T11:44:01.675Z] #42 ...
11:44:01 [2022-06-21T11:44:01.675Z] 
11:44:01 [2022-06-21T11:44:01.675Z] #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.44.0"      && /build/golangci-lint --version
11:44:01 [2022-06-21T11:44:01.675Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:01 [2022-06-21T11:44:01.675Z] #55 32.80 go: downloading github.com/fatih/color v1.13.0
11:44:01 [2022-06-21T11:44:01.675Z] #55 32.87 go: downloading github.com/gofrs/flock v0.8.1
11:44:01 [2022-06-21T11:44:01.675Z] #55 32.99 go: downloading github.com/spf13/cobra v1.3.0
11:44:01 [2022-06-21T11:44:01.935Z] #55 33.07 go: downloading github.com/spf13/viper v1.10.1
11:44:02 [2022-06-21T11:44:02.195Z] #55 33.34 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
11:44:02 [2022-06-21T11:44:02.473Z] #55 33.77 go: downloading github.com/mattn/go-colorable v0.1.12
11:44:02 [2022-06-21T11:44:02.473Z] #55 33.82 go: downloading github.com/mattn/go-isatty v0.0.14
11:44:02 [2022-06-21T11:44:02.473Z] #55 33.87 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
11:44:02 [2022-06-21T11:44:02.754Z] #55 33.88 go: downloading github.com/go-critic/go-critic v0.6.2
11:44:02 [2022-06-21T11:44:02.858Z] #42 31.15 The following additional packages will be installed:
11:44:02 [2022-06-21T11:44:02.858Z] #42 31.17   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
11:44:02 [2022-06-21T11:44:02.858Z] #42 31.18 Suggested packages:
11:44:02 [2022-06-21T11:44:02.858Z] #42 31.19   cmake-doc ninja-build lrzip
11:44:02 [2022-06-21T11:44:02.858Z] #42 31.19 Recommended packages:
11:44:02 [2022-06-21T11:44:02.858Z] #42 31.19   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
11:44:03 [2022-06-21T11:44:03.643Z] #14 36.86 Reading package lists...
11:44:03 [2022-06-21T11:44:03.643Z] #14 ...
11:44:03 [2022-06-21T11:44:03.643Z] 
11:44:03 [2022-06-21T11:44:03.643Z] #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
11:44:03 [2022-06-21T11:44:03.643Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:03 [2022-06-21T11:44:03.643Z] #42 31.29 Fetched 8544 kB in 24s (362 kB/s)
11:44:03 [2022-06-21T11:44:03.643Z] #42 31.29 Reading package lists...
11:44:03 [2022-06-21T11:44:03.643Z] #42 40.84 Reading package lists...
11:44:03 [2022-06-21T11:44:03.643Z] #42 ...
11:44:03 [2022-06-21T11:44:03.643Z] 
11:44:03 [2022-06-21T11:44:03.643Z] #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
11:44:03 [2022-06-21T11:44:03.643Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:44:03 [2022-06-21T11:44:03.643Z] #47 39.34 Updating files:  45% (985/2177)
Updating files:  46% (1002/2177)
Updating files:  47% (1024/2177)
Updating files:  48% (1045/2177)
Updating files:  49% (1067/2177)
Updating files:  50% (1089/2177)
Updating files:  51% (1111/2177)
Updating files:  52% (1133/2177)
Updating files:  53% (1154/2177)
Updating files:  54% (1176/2177)
Updating files:  55% (1198/2177)
Updating files:  56% (1220/2177)
Updating files:  57% (1241/2177)
Updating files:  58% (1263/2177)
Updating files:  59% (1285/2177)
Updating files:  60% (1307/2177)
Updating files:  61% (1328/2177)
Updating files:  62% (1350/2177)
Updating files:  63% (1372/2177)
Updating files:  64% (1394/2177)
Updating files:  65% (1416/2177)
Updating files:  66% (1437/2177)
Updating files:  67% (1459/2177)
Updating files:  68% (1481/2177)
Updating files:  69% (1503/2177)
Updating files:  70% (1524/2177)
Updating files:  71% (1546/2177)
Updating files:  72% (1568/2177)
Updating files:  73% (1590/2177)
Updating files:  74% (1611/2177)
Updating files:  75% (1633/2177)
Updating files:  76% (1655/2177)
Updating files:  77% (1677/2177)
Updating files:  78% (1699/2177)
Updating files:  79% (1720/2177)
Updating files:  80% (1742/2177)
Updating files:  81% (1764/2177)
Updating files:  81% (1778/2177)
Updating files:  82% (1786/2177)
Updating files:  83% (1807/2177)
Updating files:  84% (1829/2177)
Updating files:  85% (1851/2177)
Updating files:  86% (1873/2177)
Updating files:  87% (1894/2177)
Updating files:  88% (1916/2177)
Updating files:  89% (1938/2177)
Updating files:  90% (1960/2177)
Updating files:  91% (1982/2177)
Updating files:  92% (2003/2177)
Updating files:  93% (2025/2177)
Updating files:  94% (2047/2177)
Updating files:  95% (2069/2177)
Updating files:  96% (2090/2177)
Updating files:  97% (2112/2177)
Updating files:  98% (2134/2177)
Updating files:  99% (2156/2177)
Updating files: 100% (2177/2177)
Updating files: 100% (2177/2177), done.
11:44:03 [2022-06-21T11:44:03.643Z] #47 41.02 + git checkout -q v2.3.0
11:44:03 [2022-06-21T11:44:03.790Z] #42 31.98 The following NEW packages will be installed:
11:44:03 [2022-06-21T11:44:03.790Z] #42 32.00   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
11:44:03 [2022-06-21T11:44:03.790Z] #42 32.02   vim-common xxd
11:44:03 [2022-06-21T11:44:03.790Z] #42 ...
11:44:03 [2022-06-21T11:44:03.790Z] 
11:44:03 [2022-06-21T11:44:03.790Z] #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
11:44:03 [2022-06-21T11:44:03.790Z] #31 sha256:7b932d51433e0c07dd567931880623d1ba67f30d4c587ef9e5ea9e0a1b708f60
11:44:03 [2022-06-21T11:44:03.790Z] #31 22.60 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
11:44:03 [2022-06-21T11:44:03.790Z] #31 24.43 
11:44:03 [2022-06-21T11:44:03.790Z] #31 24.78 #=#=#                                                                         

######################################################################## 100.0%
11:44:03 [2022-06-21T11:44:03.790Z] #31 26.15 
11:44:03 [2022-06-21T11:44:03.790Z] #31 29.10 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
11:44:03 [2022-06-21T11:44:03.790Z] #31 30.88 #=#=#                                                                         
11:44:03 [2022-06-21T11:44:03.790Z] #31 31.27 #=#=#                                                                         

######################################################################## 100.0%
11:44:03 [2022-06-21T11:44:03.790Z] #31 32.67 
11:44:03 [2022-06-21T11:44:03.906Z] #47 ...
11:44:03 [2022-06-21T11:44:03.906Z] 
11:44:03 [2022-06-21T11:44:03.906Z] #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
11:44:03 [2022-06-21T11:44:03.906Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:44:03 [2022-06-21T11:44:03.906Z] #62 31.70 Fetched 8544 kB in 24s (352 kB/s)
11:44:03 [2022-06-21T11:44:03.906Z] #62 31.70 Reading package lists...
11:44:03 [2022-06-21T11:44:03.940Z] #62 30.52 Reading package lists...
11:44:03 [2022-06-21T11:44:03.940Z] #62 ...
11:44:03 [2022-06-21T11:44:03.940Z] 
11:44:03 [2022-06-21T11:44:03.940Z] #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
11:44:03 [2022-06-21T11:44:03.940Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:03 [2022-06-21T11:44:03.940Z] #51 33.42 Fetched 8548 kB in 26s (327 kB/s)
11:44:04 [2022-06-21T11:44:04.168Z] #62 41.29 Reading package lists...
11:44:04 [2022-06-21T11:44:04.168Z] #62 ...
11:44:04 [2022-06-21T11:44:04.168Z] 
11:44:04 [2022-06-21T11:44:04.168Z] #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             ;
11:44:04 [2022-06-21T11:44:04.168Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:04 [2022-06-21T11:44:04.168Z] #76 31.70 Fetched 8544 kB in 24s (356 kB/s)
11:44:04 [2022-06-21T11:44:04.168Z] #76 31.70 Reading package lists...
11:44:04 [2022-06-21T11:44:04.169Z] #55 35.55 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:44:04 [2022-06-21T11:44:04.196Z] #51 33.42 Reading package lists...
11:44:04 [2022-06-21T11:44:04.196Z] #51 ...
11:44:04 [2022-06-21T11:44:04.196Z] 
11:44:04 [2022-06-21T11:44:04.196Z] #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
11:44:04 [2022-06-21T11:44:04.196Z] #67 sha256:a1f324366dde943c9bf07f0b781e7cda7a14252db9bdffd143d2dc3e440500fb
11:44:04 [2022-06-21T11:44:04.196Z] #67 27.09 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:44:04 [2022-06-21T11:44:04.357Z] #31 33.02 Download of images into '/build' complete.
11:44:04 [2022-06-21T11:44:04.357Z] #31 33.02 Use something like the following to load the result into a Docker daemon:
11:44:04 [2022-06-21T11:44:04.357Z] #31 33.02   tar -cC '/build' . | docker load
11:44:04 [2022-06-21T11:44:04.357Z] #31 ...
11:44:04 [2022-06-21T11:44:04.357Z] 
11:44:04 [2022-06-21T11:44:04.357Z] #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
11:44:04 [2022-06-21T11:44:04.357Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
11:44:04 [2022-06-21T11:44:04.357Z] #42 32.47 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
11:44:04 [2022-06-21T11:44:04.357Z] #42 32.47 Need to get 15.6 MB of archives.
11:44:04 [2022-06-21T11:44:04.357Z] #42 32.47 After this operation, 67.4 MB of additional disk space will be used.
11:44:04 [2022-06-21T11:44:04.357Z] #42 32.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
11:44:04 [2022-06-21T11:44:04.357Z] #42 32.55 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:44:04 [2022-06-21T11:44:04.357Z] #42 32.59 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:44:04 [2022-06-21T11:44:04.357Z] #42 ...
11:44:04 [2022-06-21T11:44:04.357Z] 
11:44:04 [2022-06-21T11:44:04.357Z] #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             ;
11:44:04 [2022-06-21T11:44:04.357Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
11:44:04 [2022-06-21T11:44:04.357Z] #76 22.60 Reading package lists...
11:44:04 [2022-06-21T11:44:04.357Z] #76 27.07 Building dependency tree...
11:44:04 [2022-06-21T11:44:04.357Z] #76 30.92 python3 is already the newest version (3.9.2-3).
11:44:04 [2022-06-21T11:44:04.357Z] #76 30.92 The following additional packages will be installed:
11:44:04 [2022-06-21T11:44:04.357Z] #76 30.95   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
11:44:04 [2022-06-21T11:44:04.357Z] #76 30.96   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
11:44:04 [2022-06-21T11:44:04.357Z] #76 30.99 Suggested packages:
11:44:04 [2022-06-21T11:44:04.357Z] #76 30.99   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
11:44:04 [2022-06-21T11:44:04.357Z] #76 30.99   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
11:44:04 [2022-06-21T11:44:04.357Z] #76 30.99   m4-doc ed diffutils-doc
11:44:04 [2022-06-21T11:44:04.357Z] #76 30.99 Recommended packages:
11:44:04 [2022-06-21T11:44:04.357Z] #76 31.00   fakeroot libalgorithm-merge-perl libltdl-dev
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.03 The following NEW packages will be installed:
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.07   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.08   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.09   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.09   libyajl2 m4 patch xz-utils
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.56 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.56 Need to get 5914 kB of archives.
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.56 After this operation, 18.6 MB of additional disk space will be used.
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.56 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.63 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.71 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
11:44:04 [2022-06-21T11:44:04.357Z] #76 32.76 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
11:44:04 [2022-06-21T11:44:04.357Z] #76 ...
11:44:04 [2022-06-21T11:44:04.357Z] 
11:44:04 [2022-06-21T11:44:04.357Z] #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
11:44:04 [2022-06-21T11:44:04.357Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e
11:44:04 [2022-06-21T11:44:04.357Z] #47 22.18 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
11:44:04 [2022-06-21T11:44:04.428Z] #55 35.57 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:44:04 [2022-06-21T11:44:04.452Z] #67 ...
11:44:04 [2022-06-21T11:44:04.452Z] 
11:44:04 [2022-06-21T11:44:04.452Z] #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             ;
11:44:04 [2022-06-21T11:44:04.452Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:04 [2022-06-21T11:44:04.452Z] #76 32.52 Fetched 8544 kB in 25s (346 kB/s)
11:44:04 [2022-06-21T11:44:04.614Z] #47 ...
11:44:04 [2022-06-21T11:44:04.614Z] 
11:44:04 [2022-06-21T11:44:04.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             ;
11:44:04 [2022-06-21T11:44:04.614Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
11:44:04 [2022-06-21T11:44:04.614Z] #76 32.78 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
11:44:04 [2022-06-21T11:44:04.614Z] #76 32.82 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
11:44:04 [2022-06-21T11:44:04.614Z] #76 32.83 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:44:04 [2022-06-21T11:44:04.614Z] #76 32.87 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
11:44:04 [2022-06-21T11:44:04.614Z] #76 32.98 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
11:44:04 [2022-06-21T11:44:04.618Z] #19 114.4 Building dependency tree...
11:44:04 [2022-06-21T11:44:04.618Z] #19 ...
11:44:04 [2022-06-21T11:44:04.618Z] 
11:44:04 [2022-06-21T11:44:04.618Z] #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
11:44:04 [2022-06-21T11:44:04.618Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:44:04 [2022-06-21T11:44:04.618Z] #84 64.48 configure.ac:7: installing './compile'
11:44:04 [2022-06-21T11:44:04.618Z] #84 64.48 configure.ac:11: installing './config.guess'
11:44:04 [2022-06-21T11:44:04.618Z] #84 64.50 configure.ac:11: installing './config.sub'
11:44:04 [2022-06-21T11:44:04.618Z] #84 64.51 configure.ac:8: installing './install-sh'
11:44:04 [2022-06-21T11:44:04.618Z] #84 64.57 configure.ac:8: installing './missing'
11:44:04 [2022-06-21T11:44:04.618Z] #84 64.75 Makefile.am: installing './depcomp'
11:44:04 [2022-06-21T11:44:04.618Z] #84 66.73 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
11:44:04 [2022-06-21T11:44:04.618Z] #84 66.73 libtoolize: copying file 'build-aux/ltmain.sh'
11:44:04 [2022-06-21T11:44:04.618Z] #84 67.02 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
11:44:04 [2022-06-21T11:44:04.618Z] #84 67.02 libtoolize: copying file 'm4/libtool.m4'
11:44:04 [2022-06-21T11:44:04.618Z] #84 67.22 libtoolize: copying file 'm4/ltoptions.m4'
11:44:04 [2022-06-21T11:44:04.618Z] #84 67.32 libtoolize: copying file 'm4/ltsugar.m4'
11:44:04 [2022-06-21T11:44:04.618Z] #84 67.60 libtoolize: copying file 'm4/ltversion.m4'
11:44:04 [2022-06-21T11:44:04.618Z] #84 67.78 libtoolize: copying file 'm4/lt~obsolete.m4'
11:44:04 [2022-06-21T11:44:04.618Z] #84 67.88 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
11:44:04 [2022-06-21T11:44:04.891Z] #76 32.99 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 dpkg-dev all 1.20.10 [2306 kB]
11:44:05 [2022-06-21T11:44:05.118Z] #76 41.50 Reading package lists...
11:44:05 [2022-06-21T11:44:05.118Z] #76 ...
11:44:05 [2022-06-21T11:44:05.118Z] 
11:44:05 [2022-06-21T11:44:05.118Z] #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
11:44:05 [2022-06-21T11:44:05.118Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:05 [2022-06-21T11:44:05.118Z] #51 33.13 Reading package lists...
11:44:05 [2022-06-21T11:44:05.148Z] #76 33.19 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
11:44:05 [2022-06-21T11:44:05.148Z] #76 33.20 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
11:44:05 [2022-06-21T11:44:05.148Z] #76 33.20 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
11:44:05 [2022-06-21T11:44:05.148Z] #76 33.23 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
11:44:05 [2022-06-21T11:44:05.148Z] #76 33.23 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
11:44:05 [2022-06-21T11:44:05.148Z] #76 ...
11:44:05 [2022-06-21T11:44:05.148Z] 
11:44:05 [2022-06-21T11:44:05.148Z] #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
11:44:05 [2022-06-21T11:44:05.148Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27
11:44:05 [2022-06-21T11:44:05.148Z] #51 17.87 Reading package lists...
11:44:05 [2022-06-21T11:44:05.148Z] #51 23.33 Reading package lists...
11:44:05 [2022-06-21T11:44:05.148Z] #51 27.81 Building dependency tree...
11:44:05 [2022-06-21T11:44:05.148Z] #51 31.68 The following additional packages will be installed:
11:44:05 [2022-06-21T11:44:05.148Z] #51 31.70   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
11:44:05 [2022-06-21T11:44:05.148Z] #51 31.70   python3-protobuf python3-six
11:44:05 [2022-06-21T11:44:05.148Z] #51 31.71 Suggested packages:
11:44:05 [2022-06-21T11:44:05.148Z] #51 31.72   python3-setuptools
11:44:05 [2022-06-21T11:44:05.148Z] #51 31.72 Recommended packages:
11:44:05 [2022-06-21T11:44:05.148Z] #51 31.72   iproute2 | iproute
11:44:05 [2022-06-21T11:44:05.148Z] #51 32.39 The following NEW packages will be installed:
11:44:05 [2022-06-21T11:44:05.148Z] #51 32.41   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
11:44:05 [2022-06-21T11:44:05.148Z] #51 32.42   python3-protobuf python3-six
11:44:05 [2022-06-21T11:44:05.148Z] #51 33.24 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
11:44:05 [2022-06-21T11:44:05.148Z] #51 33.24 Need to get 2136 kB of archives.
11:44:05 [2022-06-21T11:44:05.148Z] #51 33.24 After this operation, 10.8 MB of additional disk space will be used.
11:44:05 [2022-06-21T11:44:05.148Z] #51 33.24 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
11:44:05 [2022-06-21T11:44:05.148Z] #51 ...
11:44:05 [2022-06-21T11:44:05.148Z] 
11:44:05 [2022-06-21T11:44:05.148Z] #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             ;
11:44:05 [2022-06-21T11:44:05.148Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
11:44:05 [2022-06-21T11:44:05.148Z] #76 33.35 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
11:44:05 [2022-06-21T11:44:05.148Z] #76 33.37 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
11:44:05 [2022-06-21T11:44:05.148Z] #76 33.39 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
11:44:05 [2022-06-21T11:44:05.148Z] #76 33.42 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
11:44:05 [2022-06-21T11:44:05.148Z] #76 33.42 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
11:44:05 [2022-06-21T11:44:05.148Z] #76 33.44 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
11:44:05 [2022-06-21T11:44:05.554Z] #84 ...
11:44:05 [2022-06-21T11:44:05.554Z] 
11:44:05 [2022-06-21T11:44:05.554Z] #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
11:44:05 [2022-06-21T11:44:05.554Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:44:05 [2022-06-21T11:44:05.554Z] #19 114.4 Building dependency tree...
11:44:05 [2022-06-21T11:44:05.710Z] #76 ...
11:44:05 [2022-06-21T11:44:05.710Z] 
11:44:05 [2022-06-21T11:44:05.710Z] #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
11:44:05 [2022-06-21T11:44:05.710Z] #31 sha256:7b932d51433e0c07dd567931880623d1ba67f30d4c587ef9e5ea9e0a1b708f60
11:44:05 [2022-06-21T11:44:05.710Z] #31 DONE 34.6s
11:44:05 [2022-06-21T11:44:05.710Z] 
11:44:05 [2022-06-21T11:44:05.710Z] #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
11:44:05 [2022-06-21T11:44:05.710Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6
11:44:05 [2022-06-21T11:44:05.710Z] #57 33.64 v3.0.2
11:44:05 [2022-06-21T11:44:05.710Z] #57 DONE 34.0s
11:44:05 [2022-06-21T11:44:05.967Z] 
11:44:05 [2022-06-21T11:44:05.967Z] #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
11:44:05 [2022-06-21T11:44:05.967Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27
11:44:05 [2022-06-21T11:44:05.967Z] #51 33.29 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:44:05 [2022-06-21T11:44:05.967Z] #51 33.30 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
11:44:05 [2022-06-21T11:44:05.967Z] #51 33.30 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
11:44:05 [2022-06-21T11:44:05.967Z] #51 33.32 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
11:44:05 [2022-06-21T11:44:05.967Z] #51 33.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
11:44:05 [2022-06-21T11:44:05.967Z] #51 33.33 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
11:44:06 [2022-06-21T11:44:06.351Z] #76 32.52 Reading package lists...
11:44:06 [2022-06-21T11:44:06.352Z] #76 ...
11:44:06 [2022-06-21T11:44:06.352Z] 
11:44:06 [2022-06-21T11:44:06.352Z] #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
11:44:06 [2022-06-21T11:44:06.352Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:06 [2022-06-21T11:44:06.352Z] #14 28.96 Fetched 8544 kB in 23s (374 kB/s)
11:44:06 [2022-06-21T11:44:06.352Z] #14 28.96 Reading package lists...
11:44:06 [2022-06-21T11:44:06.352Z] #14 38.86 Reading package lists...
11:44:06 [2022-06-21T11:44:06.352Z] #14 ...
11:44:06 [2022-06-21T11:44:06.352Z] 
11:44:06 [2022-06-21T11:44:06.352Z] #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
11:44:06 [2022-06-21T11:44:06.352Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:44:06 [2022-06-21T11:44:06.909Z] #51 ...
11:44:06 [2022-06-21T11:44:06.909Z] 
11:44:06 [2022-06-21T11:44:06.909Z] #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.44.0"      && /build/golangci-lint --version
11:44:06 [2022-06-21T11:44:06.909Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
11:44:06 [2022-06-21T11:44:06.909Z] #55 25.08 go: downloading github.com/fatih/color v1.13.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 25.13 go: downloading github.com/gofrs/flock v0.8.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 25.28 go: downloading github.com/spf13/cobra v1.3.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 25.32 go: downloading github.com/spf13/viper v1.10.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 25.41 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
11:44:06 [2022-06-21T11:44:06.909Z] #55 25.89 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
11:44:06 [2022-06-21T11:44:06.909Z] #55 25.92 go: downloading github.com/go-critic/go-critic v0.6.2
11:44:06 [2022-06-21T11:44:06.909Z] #55 26.88 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 26.91 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 26.93 go: downloading github.com/mattn/go-colorable v0.1.12
11:44:06 [2022-06-21T11:44:06.909Z] #55 26.94 go: downloading github.com/mattn/go-isatty v0.0.14
11:44:06 [2022-06-21T11:44:06.909Z] #55 29.62 go: downloading github.com/sirupsen/logrus v1.8.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 29.63 go: downloading github.com/stretchr/testify v1.7.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 29.70 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
11:44:06 [2022-06-21T11:44:06.909Z] #55 29.80 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
11:44:06 [2022-06-21T11:44:06.909Z] #55 29.88 go: downloading github.com/fsnotify/fsnotify v1.5.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 29.90 go: downloading github.com/magiconair/properties v1.8.5
11:44:06 [2022-06-21T11:44:06.909Z] #55 29.93 go: downloading github.com/mitchellh/mapstructure v1.4.3
11:44:06 [2022-06-21T11:44:06.909Z] #55 29.98 go: downloading github.com/spf13/afero v1.6.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.03 go: downloading github.com/spf13/cast v1.4.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.18 go: downloading github.com/spf13/jwalterweatherman v1.1.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.25 go: downloading github.com/subosito/gotenv v1.2.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.26 go: downloading gopkg.in/ini.v1 v1.66.2
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.34 go: downloading github.com/go-toolsmith/astcast v1.0.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.37 go: downloading github.com/go-toolsmith/astcopy v1.0.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.38 go: downloading github.com/go-toolsmith/astequal v1.0.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.41 go: downloading github.com/go-toolsmith/astfmt v1.0.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.44 go: downloading github.com/go-toolsmith/astp v1.0.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.44 go: downloading github.com/go-toolsmith/strparse v1.0.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.52 go: downloading github.com/go-toolsmith/typep v1.0.2
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.57 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.57 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.66 go: downloading github.com/hashicorp/errwrap v1.0.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 30.69 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
11:44:06 [2022-06-21T11:44:06.909Z] #55 31.15 go: downloading 4d63.com/gochecknoglobals v0.1.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 31.24 go: downloading github.com/Antonboom/errname v0.1.5
11:44:06 [2022-06-21T11:44:06.909Z] #55 31.46 go: downloading github.com/Antonboom/nilnil v0.1.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 31.57 go: downloading github.com/BurntSushi/toml v1.0.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 32.30 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
11:44:06 [2022-06-21T11:44:06.909Z] #55 32.33 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 32.38 go: downloading github.com/alexkohler/prealloc v1.0.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 32.39 go: downloading github.com/ashanbrown/forbidigo v1.3.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 32.43 go: downloading github.com/ashanbrown/makezero v1.1.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 32.45 go: downloading github.com/bkielbasa/cyclop v1.2.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 32.55 go: downloading github.com/blizzy78/varnamelen v0.5.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 32.71 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 32.76 go: downloading github.com/breml/bidichk v0.2.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 32.83 go: downloading github.com/breml/errchkjson v0.2.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 32.90 go: downloading github.com/butuzov/ireturn v0.1.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 32.97 go: downloading github.com/charithe/durationcheck v0.0.9
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.05 go: downloading github.com/daixiang0/gci v0.2.9
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.07 go: downloading github.com/denis-tingajkin/go-header v0.4.2
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.15 go: downloading github.com/esimonov/ifshort v1.0.4
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.15 go: downloading github.com/fzipp/gocyclo v0.4.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.17 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.20 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.20 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.35 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.40 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.46 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.59 go: downloading github.com/golangci/misspell v0.3.5
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.71 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.76 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.91 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.95 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 33.96 go: downloading github.com/jgautheron/goconst v1.5.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.02 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.08 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.08 go: downloading github.com/julz/importas v0.1.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.09 go: downloading github.com/kisielk/errcheck v1.6.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.18 go: downloading github.com/kulti/thelper v0.5.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.22 go: downloading github.com/kunwardeep/paralleltest v1.0.3
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.26 go: downloading github.com/kyoh86/exportloopref v0.1.8
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.32 go: downloading github.com/ldez/gomoddirectives v0.2.2
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.35 go: downloading github.com/ldez/tagliatelle v0.3.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.43 go: downloading github.com/leonklingele/grouper v1.1.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.62 go: downloading github.com/maratori/testpackage v1.0.1
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.62 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.79 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.82 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
11:44:06 [2022-06-21T11:44:06.909Z] #55 34.83 go: downloading github.com/mgechev/revive v1.1.3
11:44:06 [2022-06-21T11:44:06.965Z] #55 ...
11:44:06 [2022-06-21T11:44:06.965Z] 
11:44:06 [2022-06-21T11:44:06.965Z] #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             ;
11:44:06 [2022-06-21T11:44:06.965Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:06 [2022-06-21T11:44:06.965Z] #76 21.94 Reading package lists...
11:44:06 [2022-06-21T11:44:06.965Z] #76 28.01 Reading package lists...
11:44:06 [2022-06-21T11:44:06.965Z] #76 34.35 Building dependency tree...
11:44:06 [2022-06-21T11:44:06.965Z] #76 ...
11:44:06 [2022-06-21T11:44:06.965Z] 
11:44:06 [2022-06-21T11:44:06.965Z] #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
11:44:06 [2022-06-21T11:44:06.965Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:44:06 [2022-06-21T11:44:06.965Z] #47 27.56 Updating files:  70% (1541/2177)
Updating files:  71% (1546/2177)
Updating files:  72% (1568/2177)
Updating files:  73% (1590/2177)
Updating files:  74% (1611/2177)
Updating files:  75% (1633/2177)
Updating files:  76% (1655/2177)
Updating files:  77% (1677/2177)
Updating files:  78% (1699/2177)
Updating files:  79% (1720/2177)
Updating files:  80% (1742/2177)
Updating files:  81% (1764/2177)
Updating files:  82% (1786/2177)
Updating files:  83% (1807/2177)
Updating files:  84% (1829/2177)
Updating files:  85% (1851/2177)
Updating files:  86% (1873/2177)
Updating files:  87% (1894/2177)
Updating files:  88% (1916/2177)
Updating files:  89% (1938/2177)
Updating files:  90% (1960/2177)
Updating files:  91% (1982/2177)
Updating files:  92% (2003/2177)
Updating files:  93% (2025/2177)
Updating files:  94% (2047/2177)
Updating files:  95% (2069/2177)
Updating files:  96% (2090/2177)
Updating files:  97% (2112/2177)
Updating files:  98% (2134/2177)
Updating files:  99% (2156/2177)
Updating files: 100% (2177/2177)
Updating files: 100% (2177/2177), done.
11:44:06 [2022-06-21T11:44:06.965Z] #47 28.35 + git checkout -q v2.3.0
11:44:06 [2022-06-21T11:44:06.965Z] #47 30.42 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
11:44:06 [2022-06-21T11:44:06.965Z] #47 ...
11:44:06 [2022-06-21T11:44:06.965Z] 
11:44:06 [2022-06-21T11:44:06.965Z] #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
11:44:06 [2022-06-21T11:44:06.965Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:06 [2022-06-21T11:44:06.965Z] #51 21.12 Reading package lists...
11:44:06 [2022-06-21T11:44:06.965Z] #51 28.19 Reading package lists...
11:44:06 [2022-06-21T11:44:06.965Z] #51 34.48 Building dependency tree...
11:44:06 [2022-06-21T11:44:06.965Z] #51 ...
11:44:06 [2022-06-21T11:44:06.965Z] 
11:44:06 [2022-06-21T11:44:06.965Z] #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             ;
11:44:06 [2022-06-21T11:44:06.965Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:06 [2022-06-21T11:44:06.965Z] #76 38.30 python3 is already the newest version (3.9.2-3).
11:44:06 [2022-06-21T11:44:06.965Z] #76 38.30 The following additional packages will be installed:
11:44:07 [2022-06-21T11:44:07.166Z] #55 ...
11:44:07 [2022-06-21T11:44:07.166Z] 
11:44:07 [2022-06-21T11:44:07.166Z] #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
11:44:07 [2022-06-21T11:44:07.166Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.44 NAME:
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.44    go-winres - A tool for embedding resources in Windows executables
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.44 
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.44 USAGE:
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.44    go-winres [global options] command [command options] [arguments...]
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.44 
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.44 COMMANDS:
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.44    init     Create an initial ./winres/winres.json
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.44    make     Make syso files for the "go build" command
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.44    simply   Make syso files for the "go build" command (simplified)
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.44    extract  Extract all resources from an executable
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.45    patch    Replace resources in an executable file (exe, dll)
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.45    help, h  Shows a list of commands or help for one command
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.45 
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.45 GLOBAL OPTIONS:
11:44:07 [2022-06-21T11:44:07.166Z] #40 35.45    --help, -h  show help (default: false)
11:44:07 [2022-06-21T11:44:07.225Z] #76 38.32   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
11:44:07 [2022-06-21T11:44:07.225Z] #76 38.33   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
11:44:07 [2022-06-21T11:44:07.225Z] #76 38.35 Suggested packages:
11:44:07 [2022-06-21T11:44:07.225Z] #76 38.35   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
11:44:07 [2022-06-21T11:44:07.225Z] #76 38.35   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
11:44:07 [2022-06-21T11:44:07.225Z] #76 38.35   m4-doc ed diffutils-doc
11:44:07 [2022-06-21T11:44:07.225Z] #76 38.35 Recommended packages:
11:44:07 [2022-06-21T11:44:07.225Z] #76 38.35   fakeroot libalgorithm-merge-perl libltdl-dev
11:44:07 [2022-06-21T11:44:07.225Z] #76 ...
11:44:07 [2022-06-21T11:44:07.225Z] 
11:44:07 [2022-06-21T11:44:07.225Z] #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
11:44:07 [2022-06-21T11:44:07.225Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:44:07 [2022-06-21T11:44:07.225Z] #62 21.86 Reading package lists...
11:44:07 [2022-06-21T11:44:07.225Z] #62 28.53 Reading package lists...
11:44:07 [2022-06-21T11:44:07.225Z] #62 34.74 Building dependency tree...
11:44:07 [2022-06-21T11:44:07.225Z] #62 ...
11:44:07 [2022-06-21T11:44:07.225Z] 
11:44:07 [2022-06-21T11:44:07.225Z] #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
11:44:07 [2022-06-21T11:44:07.225Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:07 [2022-06-21T11:44:07.225Z] #42 33.19 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
11:44:07 [2022-06-21T11:44:07.225Z] #42 33.19 Need to get 17.7 MB of archives.
11:44:07 [2022-06-21T11:44:07.225Z] #42 33.19 After this operation, 70.7 MB of additional disk space will be used.
11:44:07 [2022-06-21T11:44:07.225Z] #42 33.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
11:44:07 [2022-06-21T11:44:07.225Z] #42 33.20 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:44:07 [2022-06-21T11:44:07.225Z] #42 33.20 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:44:07 [2022-06-21T11:44:07.225Z] #42 33.32 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:44:07 [2022-06-21T11:44:07.225Z] #42 34.02 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
11:44:07 [2022-06-21T11:44:07.225Z] #42 34.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
11:44:07 [2022-06-21T11:44:07.225Z] #42 34.15 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
11:44:07 [2022-06-21T11:44:07.225Z] #42 34.15 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
11:44:07 [2022-06-21T11:44:07.225Z] #42 34.16 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
11:44:07 [2022-06-21T11:44:07.225Z] #42 34.16 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
11:44:07 [2022-06-21T11:44:07.225Z] #42 35.83 debconf: delaying package configuration, since apt-utils is not installed
11:44:07 [2022-06-21T11:44:07.225Z] #42 36.14 Fetched 17.7 MB in 2s (9932 kB/s)
11:44:07 [2022-06-21T11:44:07.225Z] #42 36.32 Selecting previously unselected package xxd.
11:44:07 [2022-06-21T11:44:07.225Z] #42 36.32 (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 ... 15718 files and directories currently installed.)
11:44:07 [2022-06-21T11:44:07.225Z] #42 36.37 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:44:07 [2022-06-21T11:44:07.225Z] #42 36.38 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:44:07 [2022-06-21T11:44:07.225Z] #42 36.58 Selecting previously unselected package vim-common.
11:44:07 [2022-06-21T11:44:07.225Z] #42 36.59 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:44:07 [2022-06-21T11:44:07.225Z] #42 36.60 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:44:07 [2022-06-21T11:44:07.225Z] #42 37.01 Selecting previously unselected package cmake-data.
11:44:07 [2022-06-21T11:44:07.225Z] #42 37.02 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:44:07 [2022-06-21T11:44:07.225Z] #42 37.02 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:44:07 [2022-06-21T11:44:07.379Z] #47 38.85 Updating files:  47% (1034/2177)
Updating files:  48% (1045/2177)
Updating files:  49% (1067/2177)
Updating files:  50% (1089/2177)
Updating files:  51% (1111/2177)
Updating files:  52% (1133/2177)
Updating files:  53% (1154/2177)
Updating files:  54% (1176/2177)
Updating files:  55% (1198/2177)
Updating files:  56% (1220/2177)
Updating files:  57% (1241/2177)
Updating files:  58% (1263/2177)
Updating files:  59% (1285/2177)
Updating files:  60% (1307/2177)
Updating files:  61% (1328/2177)
Updating files:  62% (1350/2177)
Updating files:  63% (1372/2177)
Updating files:  64% (1394/2177)
Updating files:  65% (1416/2177)
Updating files:  66% (1437/2177)
Updating files:  67% (1459/2177)
Updating files:  68% (1481/2177)
Updating files:  69% (1503/2177)
Updating files:  70% (1524/2177)
Updating files:  71% (1546/2177)
Updating files:  72% (1568/2177)
Updating files:  73% (1590/2177)
Updating files:  74% (1611/2177)
Updating files:  75% (1633/2177)
Updating files:  76% (1655/2177)
Updating files:  77% (1677/2177)
Updating files:  78% (1699/2177)
Updating files:  79% (1720/2177)
Updating files:  80% (1742/2177)
Updating files:  81% (1764/2177)
Updating files:  82% (1786/2177)
Updating files:  82% (1806/2177)
Updating files:  83% (1807/2177)
Updating files:  84% (1829/2177)
Updating files:  85% (1851/2177)
Updating files:  86% (1873/2177)
Updating files:  87% (1894/2177)
Updating files:  88% (1916/2177)
Updating files:  89% (1938/2177)
Updating files:  90% (1960/2177)
Updating files:  91% (1982/2177)
Updating files:  92% (2003/2177)
Updating files:  93% (2025/2177)
Updating files:  94% (2047/2177)
Updating files:  95% (2069/2177)
Updating files:  96% (2090/2177)
Updating files:  97% (2112/2177)
Updating files:  98% (2134/2177)
Updating files:  99% (2156/2177)
Updating files: 100% (2177/2177)
Updating files: 100% (2177/2177), done.
11:44:07 [2022-06-21T11:44:07.422Z] #40 DONE 35.6s
11:44:07 [2022-06-21T11:44:07.422Z] 
11:44:07 [2022-06-21T11:44:07.422Z] #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.44.0"      && /build/golangci-lint --version
11:44:07 [2022-06-21T11:44:07.422Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
11:44:07 [2022-06-21T11:44:07.422Z] #55 35.57 go: downloading github.com/moricho/tparallel v0.2.1
11:44:07 [2022-06-21T11:44:07.422Z] #55 35.57 go: downloading github.com/nakabonne/nestif v0.3.1
11:44:07 [2022-06-21T11:44:07.422Z] #55 35.59 go: downloading github.com/nishanths/exhaustive v0.7.11
11:44:07 [2022-06-21T11:44:07.422Z] #55 35.75 go: downloading github.com/nishanths/predeclared v0.2.1
11:44:07 [2022-06-21T11:44:07.422Z] #55 35.75 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
11:44:07 [2022-06-21T11:44:07.485Z] #42 ...
11:44:07 [2022-06-21T11:44:07.485Z] 
11:44:07 [2022-06-21T11:44:07.485Z] #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.44.0"      && /build/golangci-lint --version
11:44:07 [2022-06-21T11:44:07.485Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:07 [2022-06-21T11:44:07.485Z] #55 38.74 go: downloading github.com/sirupsen/logrus v1.8.1
11:44:07 [2022-06-21T11:44:07.485Z] #55 38.76 go: downloading github.com/stretchr/testify v1.7.0
11:44:07 [2022-06-21T11:44:07.636Z] #47 40.35 + git checkout -q v2.3.0
11:44:07 [2022-06-21T11:44:07.680Z] #55 ...
11:44:07 [2022-06-21T11:44:07.680Z] 
11:44:07 [2022-06-21T11:44:07.680Z] #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
11:44:07 [2022-06-21T11:44:07.680Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4
11:44:07 [2022-06-21T11:44:07.680Z] #62 27.13 Building dependency tree...
11:44:07 [2022-06-21T11:44:07.680Z] #62 30.97 The following additional packages will be installed:
11:44:07 [2022-06-21T11:44:07.680Z] #62 30.99   libbtrfs0
11:44:07 [2022-06-21T11:44:07.680Z] #62 31.21 The following NEW packages will be installed:
11:44:07 [2022-06-21T11:44:07.680Z] #62 31.24   libbtrfs-dev libbtrfs0
11:44:07 [2022-06-21T11:44:07.680Z] #62 31.66 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
11:44:07 [2022-06-21T11:44:07.680Z] #62 31.66 Need to get 454 kB of archives.
11:44:07 [2022-06-21T11:44:07.680Z] #62 31.66 After this operation, 1275 kB of additional disk space will be used.
11:44:07 [2022-06-21T11:44:07.680Z] #62 31.66 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
11:44:07 [2022-06-21T11:44:07.680Z] #62 31.67 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
11:44:07 [2022-06-21T11:44:07.680Z] #62 33.43 debconf: delaying package configuration, since apt-utils is not installed
11:44:07 [2022-06-21T11:44:07.680Z] #62 33.79 Fetched 454 kB in 0s (1414 kB/s)
11:44:07 [2022-06-21T11:44:07.680Z] #62 33.99 Selecting previously unselected package libbtrfs0:arm64.
11:44:07 [2022-06-21T11:44:07.680Z] #62 33.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 ... 15709 files and directories currently installed.)
11:44:07 [2022-06-21T11:44:07.680Z] #62 34.06 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
11:44:07 [2022-06-21T11:44:07.680Z] #62 34.10 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
11:44:07 [2022-06-21T11:44:07.680Z] #62 34.72 Selecting previously unselected package libbtrfs-dev:arm64.
11:44:07 [2022-06-21T11:44:07.680Z] #62 34.72 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
11:44:07 [2022-06-21T11:44:07.680Z] #62 34.73 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
11:44:07 [2022-06-21T11:44:07.680Z] #62 35.28 Setting up libbtrfs0:arm64 (5.10.1-2) ...
11:44:07 [2022-06-21T11:44:07.680Z] #62 35.31 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
11:44:07 [2022-06-21T11:44:07.680Z] #62 35.32 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:07 [2022-06-21T11:44:07.680Z] #62 DONE 35.8s
11:44:07 [2022-06-21T11:44:07.680Z] 
11:44:07 [2022-06-21T11:44:07.680Z] #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.44.0"      && /build/golangci-lint --version
11:44:07 [2022-06-21T11:44:07.680Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
11:44:07 [2022-06-21T11:44:07.680Z] #55 35.77 go: downloading github.com/ryancurrah/gomodguard v1.2.3
11:44:07 [2022-06-21T11:44:07.680Z] #55 35.83 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
11:44:07 [2022-06-21T11:44:07.680Z] #55 35.83 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
11:44:07 [2022-06-21T11:44:07.680Z] #55 ...
11:44:07 [2022-06-21T11:44:07.680Z] 
11:44:07 [2022-06-21T11:44:07.680Z] #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
11:44:07 [2022-06-21T11:44:07.680Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:44:07 [2022-06-21T11:44:07.680Z] #14 21.32 Reading package lists...
11:44:07 [2022-06-21T11:44:07.680Z] #14 25.85 Building dependency tree...
11:44:07 [2022-06-21T11:44:07.680Z] #14 29.85 The following additional packages will be installed:
11:44:07 [2022-06-21T11:44:07.680Z] #14 29.87   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:44:07 [2022-06-21T11:44:07.680Z] #14 29.87   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
11:44:07 [2022-06-21T11:44:07.680Z] #14 29.87   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
11:44:07 [2022-06-21T11:44:07.680Z] #14 29.87   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
11:44:07 [2022-06-21T11:44:07.680Z] #14 29.88   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
11:44:07 [2022-06-21T11:44:07.680Z] #14 29.88   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
11:44:07 [2022-06-21T11:44:07.680Z] #14 29.88   mingw-w64-common mingw-w64-x86-64-dev
11:44:07 [2022-06-21T11:44:07.680Z] #14 29.89 Suggested packages:
11:44:07 [2022-06-21T11:44:07.680Z] #14 29.90   gcc-10-locales seccomp wine64
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.14 The following NEW packages will be installed:
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.14   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.14   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.14   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.14   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.14   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.14   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.15   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.15   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.17   mingw-w64-x86-64-dev
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.64 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.64 Need to get 108 MB of archives.
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.64 After this operation, 620 MB of additional disk space will be used.
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.64 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]
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.78 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]
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.92 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.92 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.93 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
11:44:07 [2022-06-21T11:44:07.680Z] #14 31.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
11:44:07 [2022-06-21T11:44:07.680Z] #14 32.16 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
11:44:07 [2022-06-21T11:44:07.680Z] #14 32.28 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]
11:44:07 [2022-06-21T11:44:07.680Z] #14 32.28 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]
11:44:07 [2022-06-21T11:44:07.680Z] #14 33.43 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]
11:44:07 [2022-06-21T11:44:07.680Z] #14 34.54 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]
11:44:07 [2022-06-21T11:44:07.680Z] #14 35.00 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]
11:44:07 [2022-06-21T11:44:07.680Z] #14 35.56 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]
11:44:07 [2022-06-21T11:44:07.680Z] #14 ...
11:44:07 [2022-06-21T11:44:07.680Z] 
11:44:07 [2022-06-21T11:44:07.680Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
11:44:07 [2022-06-21T11:44:07.680Z] #63 sha256:b6a79152c512a974444697d24dc350de150ebee071ac22e74d9e670f026fb214
11:44:07 [2022-06-21T11:44:07.680Z] #63 DONE 0.2s
11:44:07 [2022-06-21T11:44:07.680Z] 
11:44:07 [2022-06-21T11:44:07.680Z] #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             ;
11:44:07 [2022-06-21T11:44:07.680Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
11:44:07 [2022-06-21T11:44:07.680Z] #76 35.02 debconf: delaying package configuration, since apt-utils is not installed
11:44:07 [2022-06-21T11:44:07.680Z] #76 35.40 Fetched 5914 kB in 1s (4675 kB/s)
11:44:07 [2022-06-21T11:44:07.680Z] #76 35.55 Selecting previously unselected package bzip2.
11:44:07 [2022-06-21T11:44:07.680Z] #76 35.55 (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 ... 15709 files and directories currently installed.)
11:44:07 [2022-06-21T11:44:07.680Z] #76 35.58 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
11:44:07 [2022-06-21T11:44:07.680Z] #76 35.61 Unpacking bzip2 (1.0.8-4) ...
11:44:07 [2022-06-21T11:44:07.680Z] #76 35.77 Selecting previously unselected package libmagic-mgc.
11:44:07 [2022-06-21T11:44:07.680Z] #76 35.77 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ...
11:44:07 [2022-06-21T11:44:07.680Z] #76 35.80 Unpacking libmagic-mgc (1:5.39-3) ...
11:44:07 [2022-06-21T11:44:07.744Z] #55 38.94 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
11:44:07 [2022-06-21T11:44:07.744Z] #55 38.97 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
11:44:07 [2022-06-21T11:44:07.744Z] #55 39.09 go: downloading github.com/fsnotify/fsnotify v1.5.1
11:44:07 [2022-06-21T11:44:07.744Z] #55 39.16 go: downloading github.com/magiconair/properties v1.8.5
11:44:07 [2022-06-21T11:44:07.744Z] #55 ...
11:44:07 [2022-06-21T11:44:07.744Z] 
11:44:07 [2022-06-21T11:44:07.744Z] #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
11:44:07 [2022-06-21T11:44:07.744Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:07 [2022-06-21T11:44:07.744Z] #14 22.37 Reading package lists...
11:44:07 [2022-06-21T11:44:07.744Z] #14 29.47 Reading package lists...
11:44:07 [2022-06-21T11:44:07.744Z] #14 35.87 Building dependency tree...
11:44:08 [2022-06-21T11:44:08.003Z] #14 ...
11:44:08 [2022-06-21T11:44:08.003Z] 
11:44:08 [2022-06-21T11:44:08.003Z] #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.44.0"      && /build/golangci-lint --version
11:44:08 [2022-06-21T11:44:08.003Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:08 [2022-06-21T11:44:08.003Z] #55 39.28 go: downloading github.com/mitchellh/mapstructure v1.4.3
11:44:08 [2022-06-21T11:44:08.003Z] #55 39.33 go: downloading github.com/spf13/afero v1.6.0
11:44:08 [2022-06-21T11:44:08.003Z] #55 39.37 go: downloading github.com/spf13/cast v1.4.1
11:44:08 [2022-06-21T11:44:08.263Z] #55 39.42 go: downloading github.com/spf13/jwalterweatherman v1.1.0
11:44:08 [2022-06-21T11:44:08.263Z] #55 39.47 go: downloading github.com/subosito/gotenv v1.2.0
11:44:08 [2022-06-21T11:44:08.263Z] #55 39.52 go: downloading gopkg.in/ini.v1 v1.66.2
11:44:08 [2022-06-21T11:44:08.263Z] #55 39.59 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
11:44:08 [2022-06-21T11:44:08.263Z] #55 39.65 go: downloading github.com/go-toolsmith/astcast v1.0.0
11:44:08 [2022-06-21T11:44:08.422Z] #51 42.87 Reading package lists...
11:44:08 [2022-06-21T11:44:08.422Z] #51 ...
11:44:08 [2022-06-21T11:44:08.422Z] 
11:44:08 [2022-06-21T11:44:08.422Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:44:08 [2022-06-21T11:44:08.422Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:44:08 [2022-06-21T11:44:08.422Z] #36 36.16 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
11:44:08 [2022-06-21T11:44:08.422Z] #36 ...
11:44:08 [2022-06-21T11:44:08.422Z] 
11:44:08 [2022-06-21T11:44:08.422Z] #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
11:44:08 [2022-06-21T11:44:08.422Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:08 [2022-06-21T11:44:08.422Z] #14 36.86 Reading package lists...
11:44:08 [2022-06-21T11:44:08.523Z] #55 39.68 go: downloading github.com/go-toolsmith/astcopy v1.0.0
11:44:08 [2022-06-21T11:44:08.523Z] #55 39.87 go: downloading github.com/go-toolsmith/astequal v1.0.1
11:44:08 [2022-06-21T11:44:08.523Z] #55 39.89 go: downloading github.com/go-toolsmith/astfmt v1.0.0
11:44:08 [2022-06-21T11:44:08.612Z] #76 36.70 Selecting previously unselected package libmagic1:arm64.
11:44:08 [2022-06-21T11:44:08.612Z] #76 36.70 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ...
11:44:08 [2022-06-21T11:44:08.612Z] #76 36.72 Unpacking libmagic1:arm64 (1:5.39-3) ...
11:44:08 [2022-06-21T11:44:08.612Z] #76 36.98 Selecting previously unselected package file.
11:44:08 [2022-06-21T11:44:08.612Z] #76 36.99 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ...
11:44:08 [2022-06-21T11:44:08.612Z] #76 37.00 Unpacking file (1:5.39-3) ...
11:44:08 [2022-06-21T11:44:08.783Z] #55 39.95 go: downloading github.com/go-toolsmith/astp v1.0.0
11:44:08 [2022-06-21T11:44:08.783Z] #55 40.03 go: downloading github.com/go-toolsmith/strparse v1.0.0
11:44:08 [2022-06-21T11:44:08.783Z] #55 40.04 go: downloading github.com/go-toolsmith/typep v1.0.2
11:44:08 [2022-06-21T11:44:08.783Z] #55 40.06 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
11:44:09 [2022-06-21T11:44:09.045Z] #55 ...
11:44:09 [2022-06-21T11:44:09.046Z] 
11:44:09 [2022-06-21T11:44:09.046Z] #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
11:44:09 [2022-06-21T11:44:09.046Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
11:44:09 [2022-06-21T11:44:09.046Z] #57 39.90 v3.0.2
11:44:09 [2022-06-21T11:44:09.046Z] #57 DONE 40.2s
11:44:09 [2022-06-21T11:44:09.046Z] 
11:44:09 [2022-06-21T11:44:09.046Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
11:44:09 [2022-06-21T11:44:09.046Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:09 [2022-06-21T11:44:09.046Z] #76 39.81 The following NEW packages will be installed:
11:44:09 [2022-06-21T11:44:09.046Z] #76 39.82   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
11:44:09 [2022-06-21T11:44:09.046Z] #76 39.82   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
11:44:09 [2022-06-21T11:44:09.046Z] #76 39.82   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
11:44:09 [2022-06-21T11:44:09.046Z] #76 39.82   libyajl2 m4 patch xz-utils
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.30 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.30 Need to get 5939 kB of archives.
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.30 After this operation, 18.7 MB of additional disk space will be used.
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.31 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.31 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.31 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.35 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.37 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.38 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.44 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:44:09 [2022-06-21T11:44:09.046Z] #76 40.44 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB]
11:44:09 [2022-06-21T11:44:09.233Z] #76 37.39 Selecting previously unselected package xz-utils.
11:44:09 [2022-06-21T11:44:09.233Z] #76 37.39 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
11:44:09 [2022-06-21T11:44:09.233Z] #76 37.40 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:44:09 [2022-06-21T11:44:09.233Z] #76 37.60 Selecting previously unselected package libsigsegv2:arm64.
11:44:09 [2022-06-21T11:44:09.233Z] #76 37.61 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ...
11:44:09 [2022-06-21T11:44:09.233Z] #76 37.61 Unpacking libsigsegv2:arm64 (2.13-1) ...
11:44:09 [2022-06-21T11:44:09.305Z] #76 40.56 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
11:44:09 [2022-06-21T11:44:09.305Z] #76 40.56 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
11:44:09 [2022-06-21T11:44:09.305Z] #76 40.56 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
11:44:09 [2022-06-21T11:44:09.305Z] #76 40.59 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:44:09 [2022-06-21T11:44:09.305Z] #76 40.59 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
11:44:09 [2022-06-21T11:44:09.305Z] #76 40.59 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:44:09 [2022-06-21T11:44:09.305Z] #76 40.60 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
11:44:09 [2022-06-21T11:44:09.305Z] #76 40.64 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
11:44:09 [2022-06-21T11:44:09.305Z] #76 40.67 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
11:44:09 [2022-06-21T11:44:09.305Z] #76 40.67 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
11:44:09 [2022-06-21T11:44:09.305Z] #76 40.67 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
11:44:09 [2022-06-21T11:44:09.490Z] #76 37.74 Selecting previously unselected package m4.
11:44:09 [2022-06-21T11:44:09.490Z] #76 37.75 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ...
11:44:09 [2022-06-21T11:44:09.490Z] #76 37.75 Unpacking m4 (1.4.18-5) ...
11:44:09 [2022-06-21T11:44:09.530Z] #47 ...
11:44:09 [2022-06-21T11:44:09.530Z] 
11:44:09 [2022-06-21T11:44:09.530Z] #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
11:44:09 [2022-06-21T11:44:09.530Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:09 [2022-06-21T11:44:09.530Z] #42 32.37 Fetched 8544 kB in 25s (345 kB/s)
11:44:09 [2022-06-21T11:44:09.530Z] #42 32.37 Reading package lists...
11:44:09 [2022-06-21T11:44:09.530Z] #42 42.01 Reading package lists...
11:44:09 [2022-06-21T11:44:09.530Z] #42 ...
11:44:09 [2022-06-21T11:44:09.530Z] 
11:44:09 [2022-06-21T11:44:09.530Z] #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             ;
11:44:09 [2022-06-21T11:44:09.530Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:09 [2022-06-21T11:44:09.530Z] #76 32.52 Reading package lists...
11:44:09 [2022-06-21T11:44:09.747Z] #76 37.98 Selecting previously unselected package autoconf.
11:44:09 [2022-06-21T11:44:09.747Z] #76 37.98 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
11:44:09 [2022-06-21T11:44:09.747Z] #76 37.99 Unpacking autoconf (2.69-14) ...
11:44:10 [2022-06-21T11:44:10.003Z] #76 38.33 Selecting previously unselected package autotools-dev.
11:44:10 [2022-06-21T11:44:10.260Z] #76 38.34 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
11:44:10 [2022-06-21T11:44:10.260Z] #76 38.36 Unpacking autotools-dev (20180224.1+nmu1) ...
11:44:10 [2022-06-21T11:44:10.260Z] #76 38.50 Selecting previously unselected package automake.
11:44:10 [2022-06-21T11:44:10.260Z] #76 38.51 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
11:44:10 [2022-06-21T11:44:10.260Z] #76 38.52 Unpacking automake (1:1.16.3-2) ...
11:44:10 [2022-06-21T11:44:10.686Z] #76 41.77 debconf: delaying package configuration, since apt-utils is not installed
11:44:10 [2022-06-21T11:44:10.686Z] #76 ...
11:44:10 [2022-06-21T11:44:10.686Z] 
11:44:10 [2022-06-21T11:44:10.686Z] #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
11:44:10 [2022-06-21T11:44:10.686Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:44:10 [2022-06-21T11:44:10.687Z] #62 38.80 The following additional packages will be installed:
11:44:10 [2022-06-21T11:44:10.687Z] #62 38.82   libbtrfs0
11:44:10 [2022-06-21T11:44:10.687Z] #62 39.07 The following NEW packages will be installed:
11:44:10 [2022-06-21T11:44:10.687Z] #62 39.08   libbtrfs-dev libbtrfs0
11:44:10 [2022-06-21T11:44:10.687Z] #62 39.51 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
11:44:10 [2022-06-21T11:44:10.687Z] #62 39.51 Need to get 460 kB of archives.
11:44:10 [2022-06-21T11:44:10.687Z] #62 39.51 After this operation, 1237 kB of additional disk space will be used.
11:44:10 [2022-06-21T11:44:10.687Z] #62 39.51 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:44:10 [2022-06-21T11:44:10.687Z] #62 39.51 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:44:10 [2022-06-21T11:44:10.687Z] #62 40.55 debconf: delaying package configuration, since apt-utils is not installed
11:44:10 [2022-06-21T11:44:10.687Z] #62 40.83 Fetched 460 kB in 0s (1294 kB/s)
11:44:10 [2022-06-21T11:44:10.687Z] #62 40.95 Selecting previously unselected package libbtrfs0:amd64.
11:44:10 [2022-06-21T11:44:10.687Z] #62 40.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 ... 15718 files and directories currently installed.)
11:44:10 [2022-06-21T11:44:10.687Z] #62 40.99 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
11:44:10 [2022-06-21T11:44:10.687Z] #62 41.00 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:44:10 [2022-06-21T11:44:10.687Z] #62 41.31 Selecting previously unselected package libbtrfs-dev:amd64.
11:44:10 [2022-06-21T11:44:10.687Z] #62 41.31 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
11:44:10 [2022-06-21T11:44:10.687Z] #62 41.31 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:44:10 [2022-06-21T11:44:10.687Z] #62 41.59 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:44:10 [2022-06-21T11:44:10.687Z] #62 41.63 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:44:10 [2022-06-21T11:44:10.687Z] #62 41.69 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:10 [2022-06-21T11:44:10.687Z] #62 DONE 42.0s
11:44:10 [2022-06-21T11:44:10.822Z] #19 126.2 The following additional packages will be installed:
11:44:10 [2022-06-21T11:44:10.823Z] #76 39.03 Selecting previously unselected package patch.
11:44:10 [2022-06-21T11:44:10.823Z] #76 39.03 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ...
11:44:10 [2022-06-21T11:44:10.823Z] #76 39.04 Unpacking patch (2.7.6-7) ...
11:44:10 [2022-06-21T11:44:10.823Z] #76 39.22 Selecting previously unselected package dpkg-dev.
11:44:10 [2022-06-21T11:44:10.947Z] 
11:44:10 [2022-06-21T11:44:10.947Z] #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             ;
11:44:10 [2022-06-21T11:44:10.947Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:10 [2022-06-21T11:44:10.947Z] #76 42.05 Fetched 5939 kB in 1s (7872 kB/s)
11:44:10 [2022-06-21T11:44:10.947Z] #76 42.17 Selecting previously unselected package bzip2.
11:44:10 [2022-06-21T11:44:10.947Z] #76 42.17 (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 ... 15718 files and directories currently installed.)
11:44:10 [2022-06-21T11:44:10.947Z] #76 42.22 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
11:44:10 [2022-06-21T11:44:10.947Z] #76 42.22 Unpacking bzip2 (1.0.8-4) ...
11:44:10 [2022-06-21T11:44:10.969Z] #14 46.37 Building dependency tree...
11:44:11 [2022-06-21T11:44:11.079Z] #76 39.22 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ...
11:44:11 [2022-06-21T11:44:11.079Z] #76 39.22 Unpacking dpkg-dev (1.20.10) ...
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.2   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.3   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.3   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.3   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.3   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.3   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.3   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.3   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.3   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.3   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.3   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.3   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
11:44:11 [2022-06-21T11:44:11.081Z] #19 126.3   linux-libc-dev-s390x-cross patch xz-utils
11:44:11 [2022-06-21T11:44:11.207Z] #76 42.56 Selecting previously unselected package libmagic-mgc.
11:44:11 [2022-06-21T11:44:11.340Z] #19 126.4 Suggested packages:
11:44:11 [2022-06-21T11:44:11.340Z] #19 126.4   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
11:44:11 [2022-06-21T11:44:11.340Z] #19 126.4   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
11:44:11 [2022-06-21T11:44:11.340Z] #19 126.4   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
11:44:11 [2022-06-21T11:44:11.340Z] #19 126.4   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
11:44:11 [2022-06-21T11:44:11.340Z] #19 126.4   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
11:44:11 [2022-06-21T11:44:11.340Z] #19 126.4   libyaml-shell-perl ed diffutils-doc
11:44:11 [2022-06-21T11:44:11.340Z] #19 126.4 Recommended packages:
11:44:11 [2022-06-21T11:44:11.340Z] #19 126.4   fakeroot build-essential libalgorithm-merge-perl libwww-perl
11:44:11 [2022-06-21T11:44:11.340Z] #19 126.4   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
11:44:11 [2022-06-21T11:44:11.469Z] #76 42.58 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
11:44:11 [2022-06-21T11:44:11.469Z] #76 42.64 Unpacking libmagic-mgc (1:5.39-3) ...
11:44:11 [2022-06-21T11:44:11.469Z] #76 ...
11:44:11 [2022-06-21T11:44:11.469Z] 
11:44:11 [2022-06-21T11:44:11.469Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
11:44:11 [2022-06-21T11:44:11.469Z] #63 sha256:0acb1f833028427d4d95de92a40b2babd5ad26394fd4689b9d24009496ff7a0d
11:44:11 [2022-06-21T11:44:11.469Z] #63 DONE 0.7s
11:44:11 [2022-06-21T11:44:11.806Z] 
11:44:11 [2022-06-21T11:44:11.806Z] #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
11:44:11 [2022-06-21T11:44:11.806Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.86 NAME:
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89    go-winres - A tool for embedding resources in Windows executables
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89 
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89 USAGE:
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89    go-winres [global options] command [command options] [arguments...]
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89 
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89 COMMANDS:
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89    init     Create an initial ./winres/winres.json
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89    make     Make syso files for the "go build" command
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89    simply   Make syso files for the "go build" command (simplified)
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89    extract  Extract all resources from an executable
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89    patch    Replace resources in an executable file (exe, dll)
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89    help, h  Shows a list of commands or help for one command
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89 
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89 GLOBAL OPTIONS:
11:44:11 [2022-06-21T11:44:11.806Z] #40 42.89    --help, -h  show help (default: false)
11:44:12 [2022-06-21T11:44:12.012Z] #76 40.17 Selecting previously unselected package build-essential.
11:44:12 [2022-06-21T11:44:12.012Z] #76 40.19 Preparing to unpack .../12-build-essential_12.9_arm64.deb ...
11:44:12 [2022-06-21T11:44:12.012Z] #76 40.20 Unpacking build-essential (12.9) ...
11:44:12 [2022-06-21T11:44:12.012Z] #76 40.30 Selecting previously unselected package libcap2:arm64.
11:44:12 [2022-06-21T11:44:12.012Z] #76 40.31 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ...
11:44:12 [2022-06-21T11:44:12.012Z] #76 40.31 Unpacking libcap2:arm64 (1:2.44-1) ...
11:44:12 [2022-06-21T11:44:12.012Z] #76 40.40 Selecting previously unselected package libcap-dev:arm64.
11:44:12 [2022-06-21T11:44:12.012Z] #76 40.40 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ...
11:44:12 [2022-06-21T11:44:12.067Z] #40 DONE 43.5s
11:44:12 [2022-06-21T11:44:12.067Z] 
11:44:12 [2022-06-21T11:44:12.067Z] #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             ;
11:44:12 [2022-06-21T11:44:12.067Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:12 [2022-06-21T11:44:12.067Z] #76 43.39 Selecting previously unselected package libmagic1:amd64.
11:44:12 [2022-06-21T11:44:12.067Z] #76 43.44 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
11:44:12 [2022-06-21T11:44:12.067Z] #76 43.47 Unpacking libmagic1:amd64 (1:5.39-3) ...
11:44:12 [2022-06-21T11:44:12.271Z] #76 40.42 Unpacking libcap-dev:arm64 (1:2.44-1) ...
11:44:12 [2022-06-21T11:44:12.271Z] #76 40.59 Selecting previously unselected package libprotobuf-c1:arm64.
11:44:12 [2022-06-21T11:44:12.271Z] #76 40.60 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
11:44:12 [2022-06-21T11:44:12.271Z] #76 40.60 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
11:44:12 [2022-06-21T11:44:12.528Z] #76 40.70 Selecting previously unselected package libprotobuf-c-dev:arm64.
11:44:12 [2022-06-21T11:44:12.528Z] #76 40.71 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
11:44:12 [2022-06-21T11:44:12.528Z] #76 40.72 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
11:44:12 [2022-06-21T11:44:12.528Z] #76 40.82 Selecting previously unselected package libseccomp-dev:arm64.
11:44:12 [2022-06-21T11:44:12.528Z] #76 40.82 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
11:44:12 [2022-06-21T11:44:12.528Z] #76 40.83 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
11:44:12 [2022-06-21T11:44:12.637Z] #76 43.77 Selecting previously unselected package file.
11:44:12 [2022-06-21T11:44:12.637Z] #76 43.77 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
11:44:12 [2022-06-21T11:44:12.637Z] #76 43.77 Unpacking file (1:5.39-3) ...
11:44:12 [2022-06-21T11:44:12.637Z] #76 43.92 Selecting previously unselected package xz-utils.
11:44:12 [2022-06-21T11:44:12.637Z] #76 43.92 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:44:12 [2022-06-21T11:44:12.637Z] #76 43.92 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:44:12 [2022-06-21T11:44:12.784Z] #76 41.02 Selecting previously unselected package libsystemd-dev:arm64.
11:44:12 [2022-06-21T11:44:12.784Z] #76 41.02 Preparing to unpack .../18-libsystemd-dev_247.3-7_arm64.deb ...
11:44:12 [2022-06-21T11:44:12.784Z] #76 41.03 Unpacking libsystemd-dev:arm64 (247.3-7) ...
11:44:12 [2022-06-21T11:44:12.897Z] #76 44.18 Selecting previously unselected package libsigsegv2:amd64.
11:44:12 [2022-06-21T11:44:12.897Z] #76 44.18 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
11:44:12 [2022-06-21T11:44:12.897Z] #76 44.19 Unpacking libsigsegv2:amd64 (2.13-1) ...
11:44:13 [2022-06-21T11:44:13.158Z] #76 44.33 Selecting previously unselected package m4.
11:44:13 [2022-06-21T11:44:13.158Z] #76 44.33 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
11:44:13 [2022-06-21T11:44:13.158Z] #76 44.38 Unpacking m4 (1.4.18-5) ...
11:44:13 [2022-06-21T11:44:13.417Z] #76 44.64 Selecting previously unselected package autoconf.
11:44:13 [2022-06-21T11:44:13.417Z] #76 44.64 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
11:44:13 [2022-06-21T11:44:13.417Z] #76 44.64 Unpacking autoconf (2.69-14) ...
11:44:13 [2022-06-21T11:44:13.525Z] #14 ...
11:44:13 [2022-06-21T11:44:13.525Z] 
11:44:13 [2022-06-21T11:44:13.525Z] #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             ;
11:44:13 [2022-06-21T11:44:13.525Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:13 [2022-06-21T11:44:13.525Z] #76 41.50 Reading package lists...
11:44:13 [2022-06-21T11:44:13.610Z] #76 41.81 Selecting previously unselected package libtool.
11:44:13 [2022-06-21T11:44:13.610Z] #76 41.81 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
11:44:13 [2022-06-21T11:44:13.610Z] #76 41.82 Unpacking libtool (2.4.6-15) ...
11:44:13 [2022-06-21T11:44:13.769Z] #76 45.02 Selecting previously unselected package autotools-dev.
11:44:13 [2022-06-21T11:44:13.769Z] #76 45.02 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
11:44:13 [2022-06-21T11:44:13.769Z] #76 45.02 Unpacking autotools-dev (20180224.1+nmu1) ...
11:44:13 [2022-06-21T11:44:13.867Z] #76 42.07 Selecting previously unselected package libudev-dev:arm64.
11:44:13 [2022-06-21T11:44:13.867Z] #76 42.08 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
11:44:13 [2022-06-21T11:44:13.867Z] #76 42.08 Unpacking libudev-dev:arm64 (247.3-7) ...
11:44:14 [2022-06-21T11:44:14.029Z] #76 45.42 Selecting previously unselected package automake.
11:44:14 [2022-06-21T11:44:14.029Z] #76 45.42 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
11:44:14 [2022-06-21T11:44:14.029Z] #76 45.42 Unpacking automake (1:1.16.3-2) ...
11:44:14 [2022-06-21T11:44:14.124Z] #76 42.25 Selecting previously unselected package libyajl2:arm64.
11:44:14 [2022-06-21T11:44:14.124Z] #76 42.25 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ...
11:44:14 [2022-06-21T11:44:14.124Z] #76 42.26 Unpacking libyajl2:arm64 (2.1.0-3) ...
11:44:14 [2022-06-21T11:44:14.124Z] #76 42.34 Selecting previously unselected package libyajl-dev:arm64.
11:44:14 [2022-06-21T11:44:14.124Z] #76 42.34 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ...
11:44:14 [2022-06-21T11:44:14.124Z] #76 42.35 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.56 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.58 Setting up libmagic-mgc (1:5.39-3) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.59 Setting up libyajl2:arm64 (2.1.0-3) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.61 Setting up libmagic1:arm64 (1:5.39-3) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.63 Setting up file (1:5.39-3) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.65 Setting up bzip2 (1.0.8-4) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.66 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.68 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.69 Setting up libcap2:arm64 (1:2.44-1) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.70 Setting up autotools-dev (20180224.1+nmu1) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.73 Setting up libsigsegv2:arm64 (2.13-1) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.75 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:44:14 [2022-06-21T11:44:14.382Z] #76 42.81 Setting up patch (2.7.6-7) ...
11:44:14 [2022-06-21T11:44:14.382Z] #76 ...
11:44:14 [2022-06-21T11:44:14.382Z] 
11:44:14 [2022-06-21T11:44:14.382Z] #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
11:44:14 [2022-06-21T11:44:14.382Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
11:44:14 [2022-06-21T11:44:14.382Z] #42 32.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
11:44:14 [2022-06-21T11:44:14.382Z] #42 33.43 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u2 [629 kB]
11:44:14 [2022-06-21T11:44:14.382Z] #42 33.43 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
11:44:14 [2022-06-21T11:44:14.382Z] #42 33.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
11:44:14 [2022-06-21T11:44:14.382Z] #42 33.45 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
11:44:14 [2022-06-21T11:44:14.382Z] #42 33.45 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
11:44:14 [2022-06-21T11:44:14.382Z] #42 33.47 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
11:44:14 [2022-06-21T11:44:14.382Z] #42 35.17 debconf: delaying package configuration, since apt-utils is not installed
11:44:14 [2022-06-21T11:44:14.382Z] #42 35.53 Fetched 15.6 MB in 1s (10.4 MB/s)
11:44:14 [2022-06-21T11:44:14.382Z] #42 35.63 Selecting previously unselected package xxd.
11:44:14 [2022-06-21T11:44:14.382Z] #42 35.63 (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 ... 15709 files and directories currently installed.)
11:44:14 [2022-06-21T11:44:14.382Z] #42 35.67 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
11:44:14 [2022-06-21T11:44:14.382Z] #42 35.70 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:44:14 [2022-06-21T11:44:14.382Z] #42 35.95 Selecting previously unselected package vim-common.
11:44:14 [2022-06-21T11:44:14.382Z] #42 35.97 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:44:14 [2022-06-21T11:44:14.382Z] #42 36.04 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:44:14 [2022-06-21T11:44:14.382Z] #42 36.53 Selecting previously unselected package cmake-data.
11:44:14 [2022-06-21T11:44:14.382Z] #42 36.53 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:44:14 [2022-06-21T11:44:14.382Z] #42 36.56 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:44:14 [2022-06-21T11:44:14.382Z] #42 40.26 Selecting previously unselected package libicu67:arm64.
11:44:14 [2022-06-21T11:44:14.382Z] #42 40.27 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
11:44:14 [2022-06-21T11:44:14.382Z] #42 40.30 Unpacking libicu67:arm64 (67.1-7) ...
11:44:14 [2022-06-21T11:44:14.639Z] #42 ...
11:44:14 [2022-06-21T11:44:14.639Z] 
11:44:14 [2022-06-21T11:44:14.639Z] #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             ;
11:44:14 [2022-06-21T11:44:14.639Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
11:44:14 [2022-06-21T11:44:14.639Z] #76 42.81 Setting up patch (2.7.6-7) ...
11:44:14 [2022-06-21T11:44:14.639Z] #76 42.83 Setting up libudev-dev:arm64 (247.3-7) ...
11:44:14 [2022-06-21T11:44:14.639Z] #76 42.85 Setting up libyajl-dev:arm64 (2.1.0-3) ...
11:44:14 [2022-06-21T11:44:14.639Z] #76 42.86 Setting up libcap-dev:arm64 (1:2.44-1) ...
11:44:14 [2022-06-21T11:44:14.639Z] #76 42.88 Setting up libsystemd-dev:arm64 (247.3-7) ...
11:44:14 [2022-06-21T11:44:14.639Z] #76 42.89 Setting up libtool (2.4.6-15) ...
11:44:14 [2022-06-21T11:44:14.639Z] #76 42.92 Setting up m4 (1.4.18-5) ...
11:44:14 [2022-06-21T11:44:14.639Z] #76 42.93 Setting up dpkg-dev (1.20.10) ...
11:44:14 [2022-06-21T11:44:14.639Z] #76 42.97 Setting up autoconf (2.69-14) ...
11:44:14 [2022-06-21T11:44:14.639Z] #76 43.00 Setting up build-essential (12.9) ...
11:44:14 [2022-06-21T11:44:14.898Z] #76 43.02 Setting up automake (1:1.16.3-2) ...
11:44:14 [2022-06-21T11:44:14.898Z] #76 43.04 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:44:14 [2022-06-21T11:44:14.898Z] #76 43.06 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:14 [2022-06-21T11:44:14.970Z] #76 46.04 Selecting previously unselected package patch.
11:44:14 [2022-06-21T11:44:14.970Z] #76 46.04 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
11:44:14 [2022-06-21T11:44:14.970Z] #76 46.04 Unpacking patch (2.7.6-7) ...
11:44:14 [2022-06-21T11:44:14.970Z] #76 46.27 Selecting previously unselected package dpkg-dev.
11:44:14 [2022-06-21T11:44:14.970Z] #76 46.27 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ...
11:44:14 [2022-06-21T11:44:14.970Z] #76 46.27 Unpacking dpkg-dev (1.20.10) ...
11:44:15 [2022-06-21T11:44:15.441Z] #76 50.96 Building dependency tree...
11:44:15 [2022-06-21T11:44:15.909Z] #76 47.31 Selecting previously unselected package build-essential.
11:44:15 [2022-06-21T11:44:15.909Z] #76 47.31 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
11:44:15 [2022-06-21T11:44:15.909Z] #76 47.32 Unpacking build-essential (12.9) ...
11:44:16 [2022-06-21T11:44:16.076Z] #76 42.57 Reading package lists...
11:44:16 [2022-06-21T11:44:16.076Z] #76 ...
11:44:16 [2022-06-21T11:44:16.076Z] 
11:44:16 [2022-06-21T11:44:16.076Z] #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
11:44:16 [2022-06-21T11:44:16.076Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:16 [2022-06-21T11:44:16.076Z] #14 38.86 Reading package lists...
11:44:16 [2022-06-21T11:44:16.178Z] #76 47.44 Selecting previously unselected package libcap2:amd64.
11:44:16 [2022-06-21T11:44:16.178Z] #76 47.44 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
11:44:16 [2022-06-21T11:44:16.178Z] #76 47.46 Unpacking libcap2:amd64 (1:2.44-1) ...
11:44:16 [2022-06-21T11:44:16.178Z] #76 47.55 Selecting previously unselected package libcap-dev:amd64.
11:44:16 [2022-06-21T11:44:16.178Z] #76 47.59 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
11:44:16 [2022-06-21T11:44:16.178Z] #76 47.59 Unpacking libcap-dev:amd64 (1:2.44-1) ...
11:44:16 [2022-06-21T11:44:16.312Z] #76 DONE 44.5s
11:44:16 [2022-06-21T11:44:16.312Z] 
11:44:16 [2022-06-21T11:44:16.312Z] #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
11:44:16 [2022-06-21T11:44:16.312Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:44:16 [2022-06-21T11:44:16.388Z] #76 ...
11:44:16 [2022-06-21T11:44:16.388Z] 
11:44:16 [2022-06-21T11:44:16.388Z] #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
11:44:16 [2022-06-21T11:44:16.388Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:44:16 [2022-06-21T11:44:16.388Z] #47 43.95 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
11:44:16 [2022-06-21T11:44:16.640Z] #14 48.29 Building dependency tree...
11:44:16 [2022-06-21T11:44:16.640Z] #14 ...
11:44:16 [2022-06-21T11:44:16.640Z] 
11:44:16 [2022-06-21T11:44:16.640Z] #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
11:44:16 [2022-06-21T11:44:16.640Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:44:16 [2022-06-21T11:44:16.640Z] #62 30.52 Reading package lists...
11:44:16 [2022-06-21T11:44:16.649Z] #47 ...
11:44:16 [2022-06-21T11:44:16.649Z] 
11:44:16 [2022-06-21T11:44:16.649Z] #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
11:44:16 [2022-06-21T11:44:16.649Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:16 [2022-06-21T11:44:16.649Z] #14 53.30 The following additional packages will be installed:
11:44:16 [2022-06-21T11:44:16.649Z] #14 53.30   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:44:16 [2022-06-21T11:44:16.649Z] #14 53.30   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
11:44:16 [2022-06-21T11:44:16.649Z] #14 53.30   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
11:44:16 [2022-06-21T11:44:16.649Z] #14 53.31   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
11:44:16 [2022-06-21T11:44:16.649Z] #14 53.31   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
11:44:16 [2022-06-21T11:44:16.649Z] #14 53.32   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
11:44:16 [2022-06-21T11:44:16.649Z] #14 53.32   mingw-w64-common mingw-w64-x86-64-dev
11:44:16 [2022-06-21T11:44:16.649Z] #14 53.34 Suggested packages:
11:44:16 [2022-06-21T11:44:16.649Z] #14 53.38   gcc-10-locales seccomp wine64
11:44:16 [2022-06-21T11:44:16.751Z] #76 47.79 Selecting previously unselected package libprotobuf-c1:amd64.
11:44:16 [2022-06-21T11:44:16.751Z] #76 47.79 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:44:16 [2022-06-21T11:44:16.751Z] #76 47.79 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:44:16 [2022-06-21T11:44:16.876Z] #77 0.641 Cloning into '/tmp/crun-build'...
11:44:16 [2022-06-21T11:44:16.897Z] #62 40.30 Reading package lists...
11:44:17 [2022-06-21T11:44:17.012Z] #76 48.15 Selecting previously unselected package libprotobuf-c-dev:amd64.
11:44:17 [2022-06-21T11:44:17.012Z] #76 48.15 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
11:44:17 [2022-06-21T11:44:17.012Z] #76 48.18 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
11:44:17 [2022-06-21T11:44:17.012Z] #76 48.29 Selecting previously unselected package libseccomp-dev:amd64.
11:44:17 [2022-06-21T11:44:17.012Z] #76 48.33 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:44:17 [2022-06-21T11:44:17.012Z] #76 48.34 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:44:17 [2022-06-21T11:44:17.275Z] #76 48.59 Selecting previously unselected package libsystemd-dev:amd64.
11:44:17 [2022-06-21T11:44:17.275Z] #76 48.59 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
11:44:17 [2022-06-21T11:44:17.275Z] #76 48.59 Unpacking libsystemd-dev:amd64 (247.3-7) ...
11:44:17 [2022-06-21T11:44:17.275Z] #76 ...
11:44:17 [2022-06-21T11:44:17.275Z] 
11:44:17 [2022-06-21T11:44:17.275Z] #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
11:44:17 [2022-06-21T11:44:17.275Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:17 [2022-06-21T11:44:17.275Z] #51 38.44 The following additional packages will be installed:
11:44:17 [2022-06-21T11:44:17.275Z] #51 38.44   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
11:44:17 [2022-06-21T11:44:17.275Z] #51 38.45   python3-protobuf python3-six
11:44:17 [2022-06-21T11:44:17.275Z] #51 38.47 Suggested packages:
11:44:17 [2022-06-21T11:44:17.275Z] #51 38.47   python3-setuptools
11:44:17 [2022-06-21T11:44:17.275Z] #51 38.47 Recommended packages:
11:44:17 [2022-06-21T11:44:17.275Z] #51 38.47   iproute2 | iproute
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.17 The following NEW packages will be installed:
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.19   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.19   python3-protobuf python3-six
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.74 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.74 Need to get 2314 kB of archives.
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.74 After this operation, 11.1 MB of additional disk space will be used.
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.74 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.78 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
11:44:17 [2022-06-21T11:44:17.275Z] #51 39.80 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:44:17 [2022-06-21T11:44:17.275Z] #51 42.21 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17-1 [683 kB]
11:44:17 [2022-06-21T11:44:17.275Z] #51 43.83 debconf: delaying package configuration, since apt-utils is not installed
11:44:17 [2022-06-21T11:44:17.275Z] #51 44.11 Fetched 2314 kB in 3s (703 kB/s)
11:44:17 [2022-06-21T11:44:17.275Z] #51 44.24 Selecting previously unselected package libprotobuf23:amd64.
11:44:17 [2022-06-21T11:44:17.275Z] #51 44.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 ... 15718 files and directories currently installed.)
11:44:17 [2022-06-21T11:44:17.275Z] #51 44.29 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 44.33 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 45.23 Selecting previously unselected package python3-pkg-resources.
11:44:17 [2022-06-21T11:44:17.275Z] #51 45.23 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 45.23 Unpacking python3-pkg-resources (52.0.0-4) ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 45.42 Selecting previously unselected package python3-six.
11:44:17 [2022-06-21T11:44:17.275Z] #51 45.42 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 45.42 Unpacking python3-six (1.16.0-2) ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 45.66 Selecting previously unselected package python3-protobuf.
11:44:17 [2022-06-21T11:44:17.275Z] #51 45.66 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 45.66 Unpacking python3-protobuf (3.12.4-1) ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 46.09 Selecting previously unselected package libnet1:amd64.
11:44:17 [2022-06-21T11:44:17.275Z] #51 46.20 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 46.20 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 46.34 Selecting previously unselected package libnl-3-200:amd64.
11:44:17 [2022-06-21T11:44:17.275Z] #51 46.34 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 46.41 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 46.62 Selecting previously unselected package libprotobuf-c1:amd64.
11:44:17 [2022-06-21T11:44:17.275Z] #51 46.62 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 46.62 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 46.72 Selecting previously unselected package criu.
11:44:17 [2022-06-21T11:44:17.275Z] #51 46.72 Preparing to unpack .../7-criu_3.17-1_amd64.deb ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 46.72 Unpacking criu (3.17-1) ...
11:44:17 [2022-06-21T11:44:17.275Z] #51 47.64 Setting up python3-pkg-resources (52.0.0-4) ...
11:44:17 [2022-06-21T11:44:17.438Z] #77 ...
11:44:17 [2022-06-21T11:44:17.438Z] 
11:44:17 [2022-06-21T11:44:17.438Z] #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
11:44:17 [2022-06-21T11:44:17.438Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27
11:44:17 [2022-06-21T11:44:17.438Z] #51 35.59 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17-1 [630 kB]
11:44:17 [2022-06-21T11:44:17.438Z] #51 37.23 debconf: delaying package configuration, since apt-utils is not installed
11:44:17 [2022-06-21T11:44:17.438Z] #51 37.43 Fetched 2136 kB in 3s (637 kB/s)
11:44:17 [2022-06-21T11:44:17.439Z] #51 37.56 Selecting previously unselected package libprotobuf23:arm64.
11:44:17 [2022-06-21T11:44:17.439Z] #51 37.58 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
11:44:17 [2022-06-21T11:44:17.439Z] #51 37.61 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 37.63 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 38.28 Selecting previously unselected package python3-pkg-resources.
11:44:17 [2022-06-21T11:44:17.439Z] #51 38.28 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 38.29 Unpacking python3-pkg-resources (52.0.0-4) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 38.54 Selecting previously unselected package python3-six.
11:44:17 [2022-06-21T11:44:17.439Z] #51 38.54 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 38.55 Unpacking python3-six (1.16.0-2) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 38.65 Selecting previously unselected package python3-protobuf.
11:44:17 [2022-06-21T11:44:17.439Z] #51 38.66 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 38.66 Unpacking python3-protobuf (3.12.4-1) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 39.17 Selecting previously unselected package libnet1:arm64.
11:44:17 [2022-06-21T11:44:17.439Z] #51 39.17 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 39.21 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 39.38 Selecting previously unselected package libnl-3-200:arm64.
11:44:17 [2022-06-21T11:44:17.439Z] #51 39.38 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 39.39 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 39.55 Selecting previously unselected package libprotobuf-c1:arm64.
11:44:17 [2022-06-21T11:44:17.439Z] #51 39.56 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 39.57 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 39.68 Selecting previously unselected package criu.
11:44:17 [2022-06-21T11:44:17.439Z] #51 39.68 Preparing to unpack .../7-criu_3.17-1_arm64.deb ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 39.69 Unpacking criu (3.17-1) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 40.43 Setting up python3-pkg-resources (52.0.0-4) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 42.00 Setting up libprotobuf23:arm64 (3.12.4-1) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 42.03 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 42.05 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 42.06 Setting up python3-six (1.16.0-2) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 43.35 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
11:44:17 [2022-06-21T11:44:17.439Z] #51 43.44 Setting up python3-protobuf (3.12.4-1) ...
11:44:17 [2022-06-21T11:44:17.535Z] #51 ...
11:44:17 [2022-06-21T11:44:17.535Z] 
11:44:17 [2022-06-21T11:44:17.535Z] #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
11:44:17 [2022-06-21T11:44:17.535Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:44:17 [2022-06-21T11:44:17.535Z] #34 48.45 Updating files:  93% (1423/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
11:44:17 [2022-06-21T11:44:17.535Z] #34 48.51 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
11:44:17 [2022-06-21T11:44:17.700Z] #51 ...
11:44:17 [2022-06-21T11:44:17.701Z] 
11:44:17 [2022-06-21T11:44:17.701Z] #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
11:44:17 [2022-06-21T11:44:17.701Z] #64 sha256:451a01997139e0dcfaa41af54e58eb636a34b29ca34c263fe922989ca109e2b2
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.030 + RM_GOPATH=0
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.036 + TMP_GOPATH=
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.037 + : /build
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.037 + '[' -z '' ']'
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.037 ++ mktemp -d
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.048 + export GOPATH=/tmp/tmp.h8fIWvBfzs
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.050 + GOPATH=/tmp/tmp.h8fIWvBfzs
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.050 + RM_GOPATH=1
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.050 + case "$(go env GOARCH)" in
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.051 ++ go env GOARCH
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.107 + export GO_BUILDMODE=-buildmode=pie
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.107 + GO_BUILDMODE=-buildmode=pie
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.121 ++ dirname /install.sh
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.122 + dir=/
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.126 + bin=containerd
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.126 + shift
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.127 + '[' '!' -f //containerd.installer ']'
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.129 + . //containerd.installer
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.130 ++ set -e
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.130 ++ : v1.6.6
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.133 + install_containerd
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.134 + echo 'Install containerd version v1.6.6'
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.137 Install containerd version v1.6.6
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.137 + git clone https://github.com/containerd/containerd.git /tmp/tmp.h8fIWvBfzs/src/github.com/containerd/containerd
11:44:17 [2022-06-21T11:44:17.701Z] #64 1.139 Cloning into '/tmp/tmp.h8fIWvBfzs/src/github.com/containerd/containerd'...
11:44:17 [2022-06-21T11:44:17.798Z] #34 48.91 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
11:44:17 [2022-06-21T11:44:17.963Z] #64 ...
11:44:17 [2022-06-21T11:44:17.963Z] 
11:44:17 [2022-06-21T11:44:17.963Z] #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.44.0"      && /build/golangci-lint --version
11:44:17 [2022-06-21T11:44:17.963Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.09 go: downloading github.com/securego/gosec/v2 v2.9.6
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.29 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.32 go: downloading github.com/sivchari/containedctx v1.0.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.37 go: downloading github.com/sivchari/tenv v1.4.7
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.37 go: downloading github.com/sonatard/noctx v0.0.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.40 go: downloading github.com/sourcegraph/go-diff v0.6.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.44 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.48 go: downloading github.com/sylvia7788/contextcheck v1.0.4
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.51 go: downloading github.com/tdakkota/asciicheck v0.1.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.55 go: downloading github.com/tetafro/godot v1.4.11
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.56 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.75 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
11:44:17 [2022-06-21T11:44:17.963Z] #55 36.93 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
11:44:17 [2022-06-21T11:44:17.963Z] #55 37.06 go: downloading github.com/ultraware/funlen v0.0.3
11:44:17 [2022-06-21T11:44:17.963Z] #55 37.08 go: downloading github.com/ultraware/whitespace v0.0.4
11:44:17 [2022-06-21T11:44:17.963Z] #55 37.12 go: downloading github.com/uudashr/gocognit v1.0.5
11:44:17 [2022-06-21T11:44:17.963Z] #55 37.14 go: downloading github.com/yagipy/maintidx v1.0.0
11:44:17 [2022-06-21T11:44:17.963Z] #55 37.20 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
11:44:17 [2022-06-21T11:44:17.963Z] #55 37.66 go: downloading gitlab.com/bosi/decorder v0.2.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 37.77 go: downloading honnef.co/go/tools v0.2.2
11:44:17 [2022-06-21T11:44:17.963Z] #55 38.64 go: downloading mvdan.cc/gofumpt v0.2.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 38.64 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
11:44:17 [2022-06-21T11:44:17.963Z] #55 38.71 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
11:44:17 [2022-06-21T11:44:17.963Z] #55 38.79 go: downloading github.com/davecgh/go-spew v1.1.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 38.85 go: downloading github.com/pmezard/go-difflib v1.0.0
11:44:17 [2022-06-21T11:44:17.963Z] #55 38.86 go: downloading github.com/stretchr/objx v0.1.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 38.96 go: downloading github.com/hashicorp/hcl v1.0.0
11:44:17 [2022-06-21T11:44:17.963Z] #55 39.13 go: downloading github.com/pelletier/go-toml v1.9.4
11:44:17 [2022-06-21T11:44:17.963Z] #55 39.14 go: downloading golang.org/x/text v0.3.7
11:44:17 [2022-06-21T11:44:17.963Z] #55 43.24 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
11:44:17 [2022-06-21T11:44:17.963Z] #55 43.42 go: downloading github.com/gobwas/glob v0.2.3
11:44:17 [2022-06-21T11:44:17.963Z] #55 43.42 go: downloading github.com/kisielk/gotool v1.0.0
11:44:17 [2022-06-21T11:44:17.963Z] #55 43.47 go: downloading github.com/gostaticanalysis/comment v1.4.2
11:44:17 [2022-06-21T11:44:17.963Z] #55 43.53 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 43.53 go: downloading github.com/ettle/strcase v0.1.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 43.56 go: downloading golang.org/x/mod v0.5.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 43.63 go: downloading github.com/fatih/structtag v1.2.0
11:44:17 [2022-06-21T11:44:17.963Z] #55 43.99 go: downloading github.com/Masterminds/semver v1.5.0
11:44:17 [2022-06-21T11:44:17.963Z] #55 44.06 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
11:44:17 [2022-06-21T11:44:17.963Z] #55 44.06 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
11:44:17 [2022-06-21T11:44:17.963Z] #55 44.08 go: downloading github.com/prometheus/client_golang v1.7.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 44.48 go: downloading github.com/prometheus/client_model v0.2.0
11:44:17 [2022-06-21T11:44:17.963Z] #55 44.55 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
11:44:17 [2022-06-21T11:44:17.963Z] #55 44.69 go: downloading github.com/google/go-cmp v0.5.6
11:44:17 [2022-06-21T11:44:17.963Z] #55 44.91 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
11:44:17 [2022-06-21T11:44:17.963Z] #55 44.93 go: downloading github.com/olekukonko/tablewriter v0.0.5
11:44:17 [2022-06-21T11:44:17.963Z] #55 45.04 go: downloading github.com/beorn7/perks v1.0.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 45.10 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:44:17 [2022-06-21T11:44:17.963Z] #55 45.11 go: downloading github.com/golang/protobuf v1.5.2
11:44:17 [2022-06-21T11:44:17.963Z] #55 45.25 go: downloading github.com/cespare/xxhash v1.1.0
11:44:17 [2022-06-21T11:44:17.963Z] #55 45.28 go: downloading github.com/prometheus/common v0.10.0
11:44:17 [2022-06-21T11:44:17.963Z] #55 45.37 go: downloading github.com/prometheus/procfs v0.6.0
11:44:17 [2022-06-21T11:44:17.963Z] #55 45.40 go: downloading github.com/mattn/go-runewidth v0.0.9
11:44:17 [2022-06-21T11:44:17.963Z] #55 45.42 go: downloading google.golang.org/protobuf v1.27.1
11:44:17 [2022-06-21T11:44:17.963Z] #55 ...
11:44:17 [2022-06-21T11:44:17.963Z] 
11:44:17 [2022-06-21T11:44:17.963Z] #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
11:44:17 [2022-06-21T11:44:17.963Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:44:17 [2022-06-21T11:44:17.963Z] #14 36.79 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]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.25 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]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.26 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.26 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.28 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.28 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.30 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]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.30 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.31 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.39 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.39 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.42 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.42 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.43 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.43 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.44 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 37.45 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
11:44:17 [2022-06-21T11:44:17.963Z] #14 38.31 debconf: delaying package configuration, since apt-utils is not installed
11:44:17 [2022-06-21T11:44:17.963Z] #14 38.56 Fetched 108 MB in 6s (17.5 MB/s)
11:44:17 [2022-06-21T11:44:17.963Z] #14 38.66 Selecting previously unselected package binutils-mingw-w64-i686.
11:44:17 [2022-06-21T11:44:17.964Z] #14 38.66 (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 ... 15709 files and directories currently installed.)
11:44:17 [2022-06-21T11:44:17.964Z] #14 38.71 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
11:44:17 [2022-06-21T11:44:17.964Z] #14 38.73 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:44:17 [2022-06-21T11:44:17.964Z] #14 40.79 Selecting previously unselected package binutils-mingw-w64-x86-64.
11:44:17 [2022-06-21T11:44:17.964Z] #14 40.79 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
11:44:17 [2022-06-21T11:44:17.964Z] #14 40.80 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:44:17 [2022-06-21T11:44:17.964Z] #14 43.31 Selecting previously unselected package binutils-mingw-w64.
11:44:17 [2022-06-21T11:44:17.964Z] #14 43.31 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
11:44:17 [2022-06-21T11:44:17.964Z] #14 43.34 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
11:44:17 [2022-06-21T11:44:17.964Z] #14 43.54 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:44:17 [2022-06-21T11:44:17.964Z] #14 43.54 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
11:44:17 [2022-06-21T11:44:17.964Z] #14 43.57 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
11:44:17 [2022-06-21T11:44:17.964Z] #14 44.17 Selecting previously unselected package dmsetup.
11:44:17 [2022-06-21T11:44:17.964Z] #14 44.17 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
11:44:17 [2022-06-21T11:44:17.964Z] #14 44.19 Unpacking dmsetup (2:1.02.175-2.1) ...
11:44:17 [2022-06-21T11:44:17.964Z] #14 44.48 Selecting previously unselected package mingw-w64-common.
11:44:17 [2022-06-21T11:44:17.964Z] #14 44.49 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
11:44:17 [2022-06-21T11:44:17.964Z] #14 44.50 Unpacking mingw-w64-common (8.0.0-1) ...
11:44:18 [2022-06-21T11:44:18.039Z] #14 55.74 The following NEW packages will be installed:
11:44:18 [2022-06-21T11:44:18.039Z] #14 55.76   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:44:18 [2022-06-21T11:44:18.039Z] #14 55.76   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
11:44:18 [2022-06-21T11:44:18.039Z] #14 55.76   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
11:44:18 [2022-06-21T11:44:18.039Z] #14 55.76   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
11:44:18 [2022-06-21T11:44:18.039Z] #14 55.77   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
11:44:18 [2022-06-21T11:44:18.039Z] #14 55.77   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:44:18 [2022-06-21T11:44:18.039Z] #14 55.77   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
11:44:18 [2022-06-21T11:44:18.039Z] #14 55.78   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
11:44:18 [2022-06-21T11:44:18.039Z] #14 55.78   mingw-w64-x86-64-dev
11:44:18 [2022-06-21T11:44:18.087Z] #62 50.10 Building dependency tree...
11:44:18 [2022-06-21T11:44:18.087Z] #62 ...
11:44:18 [2022-06-21T11:44:18.087Z] 
11:44:18 [2022-06-21T11:44:18.087Z] #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
11:44:18 [2022-06-21T11:44:18.087Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:18 [2022-06-21T11:44:18.087Z] #14 48.29 Building dependency tree...
11:44:18 [2022-06-21T11:44:18.367Z] #34 ...
11:44:18 [2022-06-21T11:44:18.367Z] 
11:44:18 [2022-06-21T11:44:18.367Z] #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
11:44:18 [2022-06-21T11:44:18.367Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:18 [2022-06-21T11:44:18.367Z] #14 39.70 The following additional packages will be installed:
11:44:18 [2022-06-21T11:44:18.367Z] #14 39.70   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:44:18 [2022-06-21T11:44:18.367Z] #14 39.71   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
11:44:18 [2022-06-21T11:44:18.367Z] #14 39.71   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
11:44:18 [2022-06-21T11:44:18.367Z] #14 39.71   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
11:44:18 [2022-06-21T11:44:18.367Z] #14 39.71   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
11:44:18 [2022-06-21T11:44:18.367Z] #14 39.71   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
11:44:18 [2022-06-21T11:44:18.367Z] #14 39.72   mingw-w64-common mingw-w64-x86-64-dev
11:44:18 [2022-06-21T11:44:18.367Z] #14 39.72 Suggested packages:
11:44:18 [2022-06-21T11:44:18.367Z] #14 39.72   gcc-10-locales seccomp wine64
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.43 The following NEW packages will be installed:
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.43   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.43   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.43   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.43   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.43   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.43   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.43   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.43   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.43   mingw-w64-x86-64-dev
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.76 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.76 Need to get 115 MB of archives.
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.76 After this operation, 645 MB of additional disk space will be used.
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.76 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]
11:44:18 [2022-06-21T11:44:18.367Z] #14 41.90 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]
11:44:18 [2022-06-21T11:44:18.367Z] #14 42.07 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 42.07 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 42.16 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 42.16 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 42.44 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 42.71 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]
11:44:18 [2022-06-21T11:44:18.367Z] #14 42.71 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]
11:44:18 [2022-06-21T11:44:18.367Z] #14 43.66 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]
11:44:18 [2022-06-21T11:44:18.367Z] #14 45.40 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]
11:44:18 [2022-06-21T11:44:18.367Z] #14 46.04 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]
11:44:18 [2022-06-21T11:44:18.367Z] #14 46.59 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]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.17 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]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.86 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]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.86 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.86 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.86 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.86 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.86 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]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.86 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.86 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.93 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.93 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.93 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.93 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.98 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.98 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.98 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:44:18 [2022-06-21T11:44:18.367Z] #14 48.98 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
11:44:18 [2022-06-21T11:44:18.528Z] #14 ...
11:44:18 [2022-06-21T11:44:18.528Z] 
11:44:18 [2022-06-21T11:44:18.528Z] #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
11:44:18 [2022-06-21T11:44:18.528Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
11:44:18 [2022-06-21T11:44:18.528Z] #42 46.76 Selecting previously unselected package libxml2:arm64.
11:44:18 [2022-06-21T11:44:18.528Z] #42 46.76 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ...
11:44:18 [2022-06-21T11:44:18.528Z] #42 46.77 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
11:44:18 [2022-06-21T11:44:18.615Z] #14 56.39 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
11:44:18 [2022-06-21T11:44:18.615Z] #14 56.39 Need to get 115 MB of archives.
11:44:18 [2022-06-21T11:44:18.615Z] #14 56.39 After this operation, 645 MB of additional disk space will be used.
11:44:18 [2022-06-21T11:44:18.615Z] #14 56.39 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]
11:44:18 [2022-06-21T11:44:18.628Z] #14 ...
11:44:18 [2022-06-21T11:44:18.628Z] 
11:44:18 [2022-06-21T11:44:18.628Z] #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             ;
11:44:18 [2022-06-21T11:44:18.628Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:18 [2022-06-21T11:44:18.628Z] #76 49.32 Selecting previously unselected package libtool.
11:44:18 [2022-06-21T11:44:18.628Z] #76 49.34 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
11:44:18 [2022-06-21T11:44:18.628Z] #76 49.35 Unpacking libtool (2.4.6-15) ...
11:44:18 [2022-06-21T11:44:18.628Z] #76 49.62 Selecting previously unselected package libudev-dev:amd64.
11:44:18 [2022-06-21T11:44:18.628Z] #76 49.66 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
11:44:18 [2022-06-21T11:44:18.628Z] #76 49.66 Unpacking libudev-dev:amd64 (247.3-7) ...
11:44:18 [2022-06-21T11:44:18.628Z] #76 49.92 Selecting previously unselected package libyajl2:amd64.
11:44:18 [2022-06-21T11:44:18.628Z] #76 49.92 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
11:44:18 [2022-06-21T11:44:18.628Z] #76 49.92 Unpacking libyajl2:amd64 (2.1.0-3) ...
11:44:18 [2022-06-21T11:44:18.628Z] #76 50.00 Selecting previously unselected package libyajl-dev:amd64.
11:44:18 [2022-06-21T11:44:18.888Z] #76 50.01 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
11:44:18 [2022-06-21T11:44:18.888Z] #76 50.01 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
11:44:18 [2022-06-21T11:44:18.904Z] #14 56.65 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]
11:44:19 [2022-06-21T11:44:19.045Z] #42 47.20 Selecting previously unselected package libarchive13:arm64.
11:44:19 [2022-06-21T11:44:19.045Z] #42 47.21 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
11:44:19 [2022-06-21T11:44:19.045Z] #42 47.23 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.22 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.25 Setting up libmagic-mgc (1:5.39-3) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.27 Setting up libyajl2:amd64 (2.1.0-3) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.28 Setting up libmagic1:amd64 (1:5.39-3) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.30 Setting up file (1:5.39-3) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.32 Setting up bzip2 (1.0.8-4) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.32 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.34 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.35 Setting up libcap2:amd64 (1:2.44-1) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.39 Setting up autotools-dev (20180224.1+nmu1) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.39 Setting up libsigsegv2:amd64 (2.13-1) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.39 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.41 Setting up patch (2.7.6-7) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.42 Setting up libudev-dev:amd64 (247.3-7) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.45 Setting up libyajl-dev:amd64 (2.1.0-3) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.45 Setting up libcap-dev:amd64 (1:2.44-1) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.50 Setting up libsystemd-dev:amd64 (247.3-7) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.50 Setting up libtool (2.4.6-15) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.50 Setting up m4 (1.4.18-5) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.50 Setting up dpkg-dev (1.20.10) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.51 Setting up autoconf (2.69-14) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.53 Setting up build-essential (12.9) ...
11:44:19 [2022-06-21T11:44:19.148Z] #76 50.55 Setting up automake (1:1.16.3-2) ...
11:44:19 [2022-06-21T11:44:19.281Z] #14 56.93 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
11:44:19 [2022-06-21T11:44:19.281Z] #14 56.94 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
11:44:19 [2022-06-21T11:44:19.281Z] #14 56.94 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
11:44:19 [2022-06-21T11:44:19.281Z] #14 56.97 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
11:44:19 [2022-06-21T11:44:19.302Z] #42 47.51 Selecting previously unselected package libjsoncpp24:arm64.
11:44:19 [2022-06-21T11:44:19.302Z] #42 47.52 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
11:44:19 [2022-06-21T11:44:19.302Z] #42 47.52 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
11:44:19 [2022-06-21T11:44:19.409Z] #76 50.56 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:44:19 [2022-06-21T11:44:19.409Z] #76 50.57 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:19 [2022-06-21T11:44:19.409Z] #76 ...
11:44:19 [2022-06-21T11:44:19.409Z] 
11:44:19 [2022-06-21T11:44:19.409Z] #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.44.0"      && /build/golangci-lint --version
11:44:19 [2022-06-21T11:44:19.409Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:19 [2022-06-21T11:44:19.409Z] #55 40.72 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
11:44:19 [2022-06-21T11:44:19.409Z] #55 40.84 go: downloading github.com/hashicorp/errwrap v1.0.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 40.89 go: downloading 4d63.com/gochecknoglobals v0.1.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 40.91 go: downloading github.com/Antonboom/errname v0.1.5
11:44:19 [2022-06-21T11:44:19.409Z] #55 40.99 go: downloading github.com/Antonboom/nilnil v0.1.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 41.08 go: downloading github.com/BurntSushi/toml v1.0.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 41.84 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
11:44:19 [2022-06-21T11:44:19.409Z] #55 41.94 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 41.94 go: downloading github.com/alexkohler/prealloc v1.0.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 41.99 go: downloading github.com/ashanbrown/forbidigo v1.3.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.04 go: downloading github.com/ashanbrown/makezero v1.1.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.05 go: downloading github.com/bkielbasa/cyclop v1.2.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.09 go: downloading github.com/blizzy78/varnamelen v0.5.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.19 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.25 go: downloading github.com/breml/bidichk v0.2.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.40 go: downloading github.com/breml/errchkjson v0.2.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.42 go: downloading github.com/butuzov/ireturn v0.1.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.45 go: downloading github.com/charithe/durationcheck v0.0.9
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.58 go: downloading github.com/daixiang0/gci v0.2.9
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.65 go: downloading github.com/denis-tingajkin/go-header v0.4.2
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.70 go: downloading github.com/esimonov/ifshort v1.0.4
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.71 go: downloading github.com/fzipp/gocyclo v0.4.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.79 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
11:44:19 [2022-06-21T11:44:19.409Z] #55 42.83 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
11:44:19 [2022-06-21T11:44:19.409Z] #55 43.00 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
11:44:19 [2022-06-21T11:44:19.409Z] #55 43.39 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
11:44:19 [2022-06-21T11:44:19.409Z] #55 43.53 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
11:44:19 [2022-06-21T11:44:19.409Z] #55 43.53 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
11:44:19 [2022-06-21T11:44:19.409Z] #55 43.56 go: downloading github.com/golangci/misspell v0.3.5
11:44:19 [2022-06-21T11:44:19.409Z] #55 43.66 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
11:44:19 [2022-06-21T11:44:19.409Z] #55 43.77 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
11:44:19 [2022-06-21T11:44:19.409Z] #55 43.77 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 43.77 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 43.87 go: downloading github.com/jgautheron/goconst v1.5.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 43.87 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.01 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.01 go: downloading github.com/julz/importas v0.1.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.01 go: downloading github.com/kisielk/errcheck v1.6.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.05 go: downloading github.com/kulti/thelper v0.5.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.09 go: downloading github.com/kunwardeep/paralleltest v1.0.3
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.11 go: downloading github.com/kyoh86/exportloopref v0.1.8
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.16 go: downloading github.com/ldez/gomoddirectives v0.2.2
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.18 go: downloading github.com/ldez/tagliatelle v0.3.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.20 go: downloading github.com/leonklingele/grouper v1.1.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.25 go: downloading github.com/maratori/testpackage v1.0.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.29 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.38 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.38 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
11:44:19 [2022-06-21T11:44:19.409Z] #55 44.38 go: downloading github.com/mgechev/revive v1.1.3
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.02 go: downloading github.com/moricho/tparallel v0.2.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.02 go: downloading github.com/nakabonne/nestif v0.3.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.02 go: downloading github.com/nishanths/exhaustive v0.7.11
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.05 go: downloading github.com/nishanths/predeclared v0.2.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.20 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.30 go: downloading github.com/ryancurrah/gomodguard v1.2.3
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.30 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.41 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.41 go: downloading github.com/securego/gosec/v2 v2.9.6
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.66 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.66 go: downloading github.com/sivchari/containedctx v1.0.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.66 go: downloading github.com/sivchari/tenv v1.4.7
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.85 go: downloading github.com/sonatard/noctx v0.0.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.85 go: downloading github.com/sourcegraph/go-diff v0.6.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.85 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.85 go: downloading github.com/sylvia7788/contextcheck v1.0.4
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.85 go: downloading github.com/tdakkota/asciicheck v0.1.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 45.85 go: downloading github.com/tetafro/godot v1.4.11
11:44:19 [2022-06-21T11:44:19.409Z] #55 46.04 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
11:44:19 [2022-06-21T11:44:19.409Z] #55 46.04 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 46.04 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 46.15 go: downloading github.com/ultraware/funlen v0.0.3
11:44:19 [2022-06-21T11:44:19.409Z] #55 46.19 go: downloading github.com/ultraware/whitespace v0.0.4
11:44:19 [2022-06-21T11:44:19.409Z] #55 46.21 go: downloading github.com/uudashr/gocognit v1.0.5
11:44:19 [2022-06-21T11:44:19.409Z] #55 46.27 go: downloading github.com/yagipy/maintidx v1.0.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 46.39 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
11:44:19 [2022-06-21T11:44:19.409Z] #55 46.53 go: downloading gitlab.com/bosi/decorder v0.2.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 46.73 go: downloading honnef.co/go/tools v0.2.2
11:44:19 [2022-06-21T11:44:19.409Z] #55 48.28 go: downloading mvdan.cc/gofumpt v0.2.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 48.28 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
11:44:19 [2022-06-21T11:44:19.409Z] #55 48.41 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
11:44:19 [2022-06-21T11:44:19.409Z] #55 48.45 go: downloading github.com/davecgh/go-spew v1.1.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 48.55 go: downloading github.com/pmezard/go-difflib v1.0.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 48.62 go: downloading github.com/stretchr/objx v0.1.1
11:44:19 [2022-06-21T11:44:19.409Z] #55 48.67 go: downloading github.com/hashicorp/hcl v1.0.0
11:44:19 [2022-06-21T11:44:19.409Z] #55 48.93 go: downloading github.com/pelletier/go-toml v1.9.4
11:44:19 [2022-06-21T11:44:19.409Z] #55 48.93 go: downloading golang.org/x/text v0.3.7
11:44:19 [2022-06-21T11:44:19.465Z] #19 ...
11:44:19 [2022-06-21T11:44:19.465Z] 
11:44:19 [2022-06-21T11:44:19.465Z] #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
11:44:19 [2022-06-21T11:44:19.465Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:44:19 [2022-06-21T11:44:19.465Z] #84 83.68 configure.ac:7: installing 'build-aux/compile'
11:44:19 [2022-06-21T11:44:19.465Z] #84 83.69 configure.ac:9: installing 'build-aux/config.guess'
11:44:19 [2022-06-21T11:44:19.465Z] #84 83.69 configure.ac:9: installing 'build-aux/config.sub'
11:44:19 [2022-06-21T11:44:19.465Z] #84 83.69 configure.ac:11: installing 'build-aux/install-sh'
11:44:19 [2022-06-21T11:44:19.465Z] #84 83.69 configure.ac:11: installing 'build-aux/missing'
11:44:19 [2022-06-21T11:44:19.465Z] #84 83.94 Makefile.am: installing 'build-aux/depcomp'
11:44:19 [2022-06-21T11:44:19.465Z] #84 84.08 parallel-tests: installing 'build-aux/test-driver'
11:44:19 [2022-06-21T11:44:19.560Z] #42 47.67 Selecting previously unselected package librhash0:arm64.
11:44:19 [2022-06-21T11:44:19.560Z] #42 47.68 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
11:44:19 [2022-06-21T11:44:19.560Z] #42 47.69 Unpacking librhash0:arm64 (1.4.1-2) ...
11:44:19 [2022-06-21T11:44:19.560Z] #42 47.86 Selecting previously unselected package libuv1:arm64.
11:44:19 [2022-06-21T11:44:19.560Z] #42 47.87 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
11:44:19 [2022-06-21T11:44:19.560Z] #42 47.87 Unpacking libuv1:arm64 (1.40.0-2) ...
11:44:19 [2022-06-21T11:44:19.818Z] #42 48.03 Selecting previously unselected package cmake.
11:44:19 [2022-06-21T11:44:19.818Z] #42 48.03 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
11:44:19 [2022-06-21T11:44:19.818Z] #42 48.04 Unpacking cmake (3.18.4-2+deb11u1) ...
11:44:19 [2022-06-21T11:44:19.818Z] #42 ...
11:44:19 [2022-06-21T11:44:19.818Z] 
11:44:19 [2022-06-21T11:44:19.818Z] #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
11:44:19 [2022-06-21T11:44:19.818Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242
11:44:19 [2022-06-21T11:44:19.818Z] #34 37.94 Updating files:  99% (1508/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
11:44:19 [2022-06-21T11:44:19.818Z] #34 37.98 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
11:44:19 [2022-06-21T11:44:19.818Z] #34 38.77 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
11:44:19 [2022-06-21T11:44:19.856Z] #14 57.56 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
11:44:19 [2022-06-21T11:44:19.979Z] #55 ...
11:44:19 [2022-06-21T11:44:19.979Z] 
11:44:19 [2022-06-21T11:44:19.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
11:44:19 [2022-06-21T11:44:19.979Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:19 [2022-06-21T11:44:19.979Z] #42 41.08 Selecting previously unselected package libicu67:amd64.
11:44:19 [2022-06-21T11:44:19.979Z] #42 41.08 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 41.10 Unpacking libicu67:amd64 (67.1-7) ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 48.86 Selecting previously unselected package libxml2:amd64.
11:44:19 [2022-06-21T11:44:19.979Z] #42 48.86 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 48.86 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 49.42 Selecting previously unselected package libarchive13:amd64.
11:44:19 [2022-06-21T11:44:19.979Z] #42 49.45 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 49.45 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 49.73 Selecting previously unselected package libjsoncpp24:amd64.
11:44:19 [2022-06-21T11:44:19.979Z] #42 49.76 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 49.78 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 49.92 Selecting previously unselected package librhash0:amd64.
11:44:19 [2022-06-21T11:44:19.979Z] #42 49.92 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 49.92 Unpacking librhash0:amd64 (1.4.1-2) ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 50.10 Selecting previously unselected package libuv1:amd64.
11:44:19 [2022-06-21T11:44:19.979Z] #42 50.10 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 50.14 Unpacking libuv1:amd64 (1.40.0-2) ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 50.27 Selecting previously unselected package cmake.
11:44:19 [2022-06-21T11:44:19.979Z] #42 50.30 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 50.32 Unpacking cmake (3.18.4-2+deb11u1) ...
11:44:19 [2022-06-21T11:44:19.979Z] #42 ...
11:44:19 [2022-06-21T11:44:19.979Z] 
11:44:19 [2022-06-21T11:44:19.979Z] #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
11:44:19 [2022-06-21T11:44:19.979Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:19 [2022-06-21T11:44:19.979Z] #14 50.08 debconf: delaying package configuration, since apt-utils is not installed
11:44:19 [2022-06-21T11:44:19.979Z] #14 50.45 Fetched 115 MB in 8s (15.2 MB/s)
11:44:19 [2022-06-21T11:44:19.979Z] #14 50.55 Selecting previously unselected package binutils-mingw-w64-i686.
11:44:19 [2022-06-21T11:44:19.979Z] #14 50.55 (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 ... 15718 files and directories currently installed.)
11:44:19 [2022-06-21T11:44:19.979Z] #14 50.62 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
11:44:19 [2022-06-21T11:44:19.979Z] #14 50.62 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:44:19 [2022-06-21T11:44:19.985Z] #14 ...
11:44:19 [2022-06-21T11:44:19.985Z] 
11:44:19 [2022-06-21T11:44:19.985Z] #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
11:44:19 [2022-06-21T11:44:19.985Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:19 [2022-06-21T11:44:19.985Z] #51 33.42 Reading package lists...
11:44:19 [2022-06-21T11:44:19.985Z] #51 42.90 Reading package lists...
11:44:19 [2022-06-21T11:44:19.985Z] #51 52.05 Building dependency tree...
11:44:19 [2022-06-21T11:44:19.985Z] #51 ...
11:44:19 [2022-06-21T11:44:19.985Z] 
11:44:19 [2022-06-21T11:44:19.985Z] #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.44.0"      && /build/golangci-lint --version
11:44:19 [2022-06-21T11:44:19.985Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:19 [2022-06-21T11:44:19.985Z] #55 52.89 go: downloading github.com/gofrs/flock v0.8.1
11:44:19 [2022-06-21T11:44:19.985Z] #55 52.91 go: downloading github.com/fatih/color v1.13.0
11:44:19 [2022-06-21T11:44:19.985Z] #55 52.99 go: downloading github.com/spf13/cobra v1.3.0
11:44:19 [2022-06-21T11:44:19.985Z] #55 53.03 go: downloading github.com/spf13/viper v1.10.1
11:44:20 [2022-06-21T11:44:20.118Z] #14 57.96 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
11:44:20 [2022-06-21T11:44:20.118Z] #14 57.99 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]
11:44:20 [2022-06-21T11:44:20.242Z] #55 53.34 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
11:44:20 [2022-06-21T11:44:20.500Z] #55 ...
11:44:20 [2022-06-21T11:44:20.500Z] 
11:44:20 [2022-06-21T11:44:20.500Z] #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
11:44:20 [2022-06-21T11:44:20.500Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:44:20 [2022-06-21T11:44:20.500Z] #47 43.40 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
11:44:20 [2022-06-21T11:44:20.750Z] #34 ...
11:44:20 [2022-06-21T11:44:20.750Z] 
11:44:20 [2022-06-21T11:44:20.750Z] #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
11:44:20 [2022-06-21T11:44:20.750Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27
11:44:20 [2022-06-21T11:44:20.750Z] #51 46.95 Setting up criu (3.17-1) ...
11:44:20 [2022-06-21T11:44:20.750Z] #51 48.69 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:20 [2022-06-21T11:44:20.756Z] #47 ...
11:44:20 [2022-06-21T11:44:20.756Z] 
11:44:20 [2022-06-21T11:44:20.756Z] #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
11:44:20 [2022-06-21T11:44:20.756Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:20 [2022-06-21T11:44:20.756Z] #42 42.01 Reading package lists...
11:44:20 [2022-06-21T11:44:20.756Z] #42 51.41 Building dependency tree...
11:44:20 [2022-06-21T11:44:20.919Z] #14 ...
11:44:20 [2022-06-21T11:44:20.919Z] 
11:44:20 [2022-06-21T11:44:20.919Z] #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             ;
11:44:20 [2022-06-21T11:44:20.919Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:20 [2022-06-21T11:44:20.919Z] #76 DONE 51.8s
11:44:20 [2022-06-21T11:44:20.919Z] 
11:44:20 [2022-06-21T11:44:20.919Z] #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
11:44:20 [2022-06-21T11:44:20.919Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:44:21 [2022-06-21T11:44:21.489Z] #77 ...
11:44:21 [2022-06-21T11:44:21.489Z] 
11:44:21 [2022-06-21T11:44:21.489Z] #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
11:44:21 [2022-06-21T11:44:21.489Z] #64 sha256:09b1eb433f72ba69c2913750cbce936dc868826579efb73e2762958ff61dd913
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.064 + RM_GOPATH=0
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.064 + TMP_GOPATH=
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.064 + : /build
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.064 + '[' -z '' ']'
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.064 ++ mktemp -d
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.064 + export GOPATH=/tmp/tmp.ijJbQ7eSfH
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.064 + GOPATH=/tmp/tmp.ijJbQ7eSfH
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.064 + RM_GOPATH=1
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.064 + case "$(go env GOARCH)" in
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.064 ++ go env GOARCH
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.067 + export GO_BUILDMODE=-buildmode=pie
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.067 + GO_BUILDMODE=-buildmode=pie
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.067 ++ dirname /install.sh
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.132 Install containerd version v1.6.6
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.133 + dir=/
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.133 + bin=containerd
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.133 + shift
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.133 + '[' '!' -f //containerd.installer ']'
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.133 + . //containerd.installer
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.133 ++ set -e
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.133 ++ : v1.6.6
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.133 + install_containerd
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.133 + echo 'Install containerd version v1.6.6'
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.133 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ijJbQ7eSfH/src/github.com/containerd/containerd
11:44:21 [2022-06-21T11:44:21.489Z] #64 7.133 Cloning into '/tmp/tmp.ijJbQ7eSfH/src/github.com/containerd/containerd'...
11:44:21 [2022-06-21T11:44:21.506Z] #14 59.03 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]
11:44:21 [2022-06-21T11:44:21.748Z] #64 ...
11:44:21 [2022-06-21T11:44:21.749Z] 
11:44:21 [2022-06-21T11:44:21.749Z] #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
11:44:21 [2022-06-21T11:44:21.749Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:21 [2022-06-21T11:44:21.749Z] #51 49.27 Setting up libprotobuf23:amd64 (3.12.4-1) ...
11:44:21 [2022-06-21T11:44:21.749Z] #51 49.27 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:44:21 [2022-06-21T11:44:21.749Z] #51 49.30 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:44:21 [2022-06-21T11:44:21.749Z] #51 49.30 Setting up python3-six (1.16.0-2) ...
11:44:21 [2022-06-21T11:44:21.749Z] #51 50.58 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
11:44:21 [2022-06-21T11:44:21.749Z] #51 50.61 Setting up python3-protobuf (3.12.4-1) ...
11:44:21 [2022-06-21T11:44:21.788Z] #51 DONE 50.0s
11:44:21 [2022-06-21T11:44:21.788Z] 
11:44:21 [2022-06-21T11:44:21.788Z] #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.44.0"      && /build/golangci-lint --version
11:44:21 [2022-06-21T11:44:21.788Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
11:44:21 [2022-06-21T11:44:21.788Z] #55 46.76 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
11:44:22 [2022-06-21T11:44:22.080Z] #14 ...
11:44:22 [2022-06-21T11:44:22.080Z] 
11:44:22 [2022-06-21T11:44:22.080Z] #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
11:44:22 [2022-06-21T11:44:22.080Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:22 [2022-06-21T11:44:22.080Z] #42 40.84 Reading package lists...
11:44:22 [2022-06-21T11:44:22.080Z] #42 50.25 Building dependency tree...
11:44:22 [2022-06-21T11:44:22.080Z] #42 56.35 The following additional packages will be installed:
11:44:22 [2022-06-21T11:44:22.080Z] #42 56.41   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
11:44:22 [2022-06-21T11:44:22.080Z] #42 56.45 Suggested packages:
11:44:22 [2022-06-21T11:44:22.080Z] #42 56.49   cmake-doc ninja-build lrzip
11:44:22 [2022-06-21T11:44:22.080Z] #42 56.49 Recommended packages:
11:44:22 [2022-06-21T11:44:22.080Z] #42 56.49   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
11:44:22 [2022-06-21T11:44:22.080Z] #42 58.26 The following NEW packages will be installed:
11:44:22 [2022-06-21T11:44:22.080Z] #42 58.28   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
11:44:22 [2022-06-21T11:44:22.080Z] #42 58.29   vim-common xxd
11:44:22 [2022-06-21T11:44:22.080Z] #42 58.84 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
11:44:22 [2022-06-21T11:44:22.080Z] #42 58.84 Need to get 17.7 MB of archives.
11:44:22 [2022-06-21T11:44:22.080Z] #42 58.84 After this operation, 70.7 MB of additional disk space will be used.
11:44:22 [2022-06-21T11:44:22.080Z] #42 58.84 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
11:44:22 [2022-06-21T11:44:22.080Z] #42 58.85 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:44:22 [2022-06-21T11:44:22.080Z] #42 58.85 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:44:22 [2022-06-21T11:44:22.080Z] #42 59.01 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:44:22 [2022-06-21T11:44:22.080Z] #42 59.78 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
11:44:22 [2022-06-21T11:44:22.080Z] #42 59.81 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
11:44:22 [2022-06-21T11:44:22.080Z] #42 59.83 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
11:44:22 [2022-06-21T11:44:22.080Z] #42 59.86 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
11:44:22 [2022-06-21T11:44:22.080Z] #42 59.86 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
11:44:22 [2022-06-21T11:44:22.080Z] #42 59.87 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
11:44:22 [2022-06-21T11:44:22.342Z] #42 ...
11:44:22 [2022-06-21T11:44:22.342Z] 
11:44:22 [2022-06-21T11:44:22.342Z] #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             ;
11:44:22 [2022-06-21T11:44:22.342Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:22 [2022-06-21T11:44:22.342Z] #76 57.54 python3 is already the newest version (3.9.2-3).
11:44:22 [2022-06-21T11:44:22.342Z] #76 57.54 The following additional packages will be installed:
11:44:22 [2022-06-21T11:44:22.342Z] #76 57.60   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
11:44:22 [2022-06-21T11:44:22.342Z] #76 57.61   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
11:44:22 [2022-06-21T11:44:22.342Z] #76 57.68 Suggested packages:
11:44:22 [2022-06-21T11:44:22.342Z] #76 57.68   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
11:44:22 [2022-06-21T11:44:22.342Z] #76 57.68   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
11:44:22 [2022-06-21T11:44:22.342Z] #76 57.69   m4-doc ed diffutils-doc
11:44:22 [2022-06-21T11:44:22.342Z] #76 57.69 Recommended packages:
11:44:22 [2022-06-21T11:44:22.342Z] #76 57.69   fakeroot libalgorithm-merge-perl libltdl-dev
11:44:22 [2022-06-21T11:44:22.342Z] #76 59.97 The following NEW packages will be installed:
11:44:22 [2022-06-21T11:44:22.342Z] #76 59.98   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
11:44:22 [2022-06-21T11:44:22.342Z] #76 59.98   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
11:44:22 [2022-06-21T11:44:22.342Z] #76 59.99   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
11:44:22 [2022-06-21T11:44:22.342Z] #76 60.00   libyajl2 m4 patch xz-utils
11:44:22 [2022-06-21T11:44:22.756Z] #84 87.72 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
11:44:22 [2022-06-21T11:44:22.756Z] #84 87.72 libtoolize: copying file 'build-aux/ltmain.sh'
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.58 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.58 Need to get 5939 kB of archives.
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.58 After this operation, 18.7 MB of additional disk space will be used.
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.58 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.61 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.68 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:44:22 [2022-06-21T11:44:22.917Z] #76 ...
11:44:22 [2022-06-21T11:44:22.917Z] 
11:44:22 [2022-06-21T11:44:22.917Z] #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
11:44:22 [2022-06-21T11:44:22.917Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:44:22 [2022-06-21T11:44:22.917Z] #62 41.29 Reading package lists...
11:44:22 [2022-06-21T11:44:22.917Z] #62 50.74 Building dependency tree...
11:44:22 [2022-06-21T11:44:22.917Z] #62 56.92 The following additional packages will be installed:
11:44:22 [2022-06-21T11:44:22.917Z] #62 56.96   libbtrfs0
11:44:22 [2022-06-21T11:44:22.917Z] #62 57.50 The following NEW packages will be installed:
11:44:22 [2022-06-21T11:44:22.917Z] #62 57.51   libbtrfs-dev libbtrfs0
11:44:22 [2022-06-21T11:44:22.917Z] #62 58.22 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
11:44:22 [2022-06-21T11:44:22.917Z] #62 58.22 Need to get 460 kB of archives.
11:44:22 [2022-06-21T11:44:22.917Z] #62 58.22 After this operation, 1237 kB of additional disk space will be used.
11:44:22 [2022-06-21T11:44:22.917Z] #62 58.22 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:44:22 [2022-06-21T11:44:22.917Z] #62 58.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:44:22 [2022-06-21T11:44:22.917Z] #62 60.01 debconf: delaying package configuration, since apt-utils is not installed
11:44:22 [2022-06-21T11:44:22.917Z] #62 60.51 Fetched 460 kB in 0s (977 kB/s)
11:44:22 [2022-06-21T11:44:22.917Z] #62 60.79 Selecting previously unselected package libbtrfs0:amd64.
11:44:22 [2022-06-21T11:44:22.917Z] #62 ...
11:44:22 [2022-06-21T11:44:22.917Z] 
11:44:22 [2022-06-21T11:44:22.917Z] #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             ;
11:44:22 [2022-06-21T11:44:22.917Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.72 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.75 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.79 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:44:22 [2022-06-21T11:44:22.917Z] #76 60.79 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
11:44:23 [2022-06-21T11:44:23.178Z] #76 60.93 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:44:23 [2022-06-21T11:44:23.178Z] #76 60.95 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB]
11:44:23 [2022-06-21T11:44:23.178Z] #76 61.11 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
11:44:23 [2022-06-21T11:44:23.178Z] #76 61.11 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
11:44:23 [2022-06-21T11:44:23.178Z] #76 61.11 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
11:44:23 [2022-06-21T11:44:23.178Z] #76 61.11 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:44:23 [2022-06-21T11:44:23.178Z] #76 61.11 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
11:44:23 [2022-06-21T11:44:23.178Z] #76 61.11 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:44:23 [2022-06-21T11:44:23.178Z] #76 61.11 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
11:44:23 [2022-06-21T11:44:23.326Z] #84 88.75 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
11:44:23 [2022-06-21T11:44:23.326Z] #84 88.75 libtoolize: copying file 'm4/libtool.m4'
11:44:23 [2022-06-21T11:44:23.326Z] #84 88.83 libtoolize: copying file 'm4/ltoptions.m4'
11:44:23 [2022-06-21T11:44:23.470Z] #76 61.19 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
11:44:23 [2022-06-21T11:44:23.470Z] #76 61.27 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
11:44:23 [2022-06-21T11:44:23.470Z] #76 61.28 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
11:44:23 [2022-06-21T11:44:23.470Z] #76 61.29 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
11:44:23 [2022-06-21T11:44:23.586Z] #84 88.92 libtoolize: copying file 'm4/ltsugar.m4'
11:44:23 [2022-06-21T11:44:23.682Z] #55 ...
11:44:23 [2022-06-21T11:44:23.682Z] 
11:44:23 [2022-06-21T11:44:23.682Z] #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
11:44:23 [2022-06-21T11:44:23.682Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
11:44:23 [2022-06-21T11:44:23.682Z] #42 51.69 Setting up libicu67:arm64 (67.1-7) ...
11:44:23 [2022-06-21T11:44:23.682Z] #42 51.70 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:44:23 [2022-06-21T11:44:23.682Z] #42 51.72 Setting up libuv1:arm64 (1.40.0-2) ...
11:44:23 [2022-06-21T11:44:23.682Z] #42 51.73 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:44:23 [2022-06-21T11:44:23.682Z] #42 51.78 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
11:44:23 [2022-06-21T11:44:23.682Z] #42 51.83 Setting up librhash0:arm64 (1.4.1-2) ...
11:44:23 [2022-06-21T11:44:23.682Z] #42 51.88 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:44:23 [2022-06-21T11:44:23.682Z] #42 51.91 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
11:44:23 [2022-06-21T11:44:23.682Z] #42 51.95 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
11:44:23 [2022-06-21T11:44:23.682Z] #42 51.96 Setting up cmake (3.18.4-2+deb11u1) ...
11:44:23 [2022-06-21T11:44:23.682Z] #42 51.98 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:23 [2022-06-21T11:44:23.847Z] #84 89.03 libtoolize: copying file 'm4/ltversion.m4'
11:44:23 [2022-06-21T11:44:23.847Z] #84 89.19 libtoolize: copying file 'm4/lt~obsolete.m4'
11:44:24 [2022-06-21T11:44:24.033Z] #42 ...
11:44:24 [2022-06-21T11:44:24.033Z] 
11:44:24 [2022-06-21T11:44:24.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
11:44:24 [2022-06-21T11:44:24.033Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:24 [2022-06-21T11:44:24.033Z] #14 54.92 The following additional packages will be installed:
11:44:24 [2022-06-21T11:44:24.033Z] #14 54.96   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:44:24 [2022-06-21T11:44:24.033Z] #14 54.96   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
11:44:24 [2022-06-21T11:44:24.033Z] #14 54.96   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
11:44:24 [2022-06-21T11:44:24.033Z] #14 54.96   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
11:44:24 [2022-06-21T11:44:24.033Z] #14 54.97   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
11:44:24 [2022-06-21T11:44:24.033Z] #14 54.97   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
11:44:24 [2022-06-21T11:44:24.033Z] #14 54.99   mingw-w64-common mingw-w64-x86-64-dev
11:44:24 [2022-06-21T11:44:24.033Z] #14 55.02 Suggested packages:
11:44:24 [2022-06-21T11:44:24.033Z] #14 55.02   gcc-10-locales seccomp wine64
11:44:24 [2022-06-21T11:44:24.033Z] #14 57.07 The following NEW packages will be installed:
11:44:24 [2022-06-21T11:44:24.033Z] #14 57.07   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:44:24 [2022-06-21T11:44:24.033Z] #14 57.07   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
11:44:24 [2022-06-21T11:44:24.033Z] #14 57.07   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
11:44:24 [2022-06-21T11:44:24.033Z] #14 57.07   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
11:44:24 [2022-06-21T11:44:24.033Z] #14 57.07   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
11:44:24 [2022-06-21T11:44:24.033Z] #14 57.07   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:44:24 [2022-06-21T11:44:24.033Z] #14 57.07   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
11:44:24 [2022-06-21T11:44:24.033Z] #14 57.07   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
11:44:24 [2022-06-21T11:44:24.033Z] #14 57.07   mingw-w64-x86-64-dev
11:44:24 [2022-06-21T11:44:24.046Z] #76 ...
11:44:24 [2022-06-21T11:44:24.046Z] 
11:44:24 [2022-06-21T11:44:24.046Z] #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
11:44:24 [2022-06-21T11:44:24.046Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:24 [2022-06-21T11:44:24.046Z] #51 42.87 Reading package lists...
11:44:24 [2022-06-21T11:44:24.046Z] #51 51.85 Building dependency tree...
11:44:24 [2022-06-21T11:44:24.046Z] #51 58.56 The following additional packages will be installed:
11:44:24 [2022-06-21T11:44:24.046Z] #51 58.57   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
11:44:24 [2022-06-21T11:44:24.046Z] #51 58.59   python3-protobuf python3-six
11:44:24 [2022-06-21T11:44:24.046Z] #51 58.63 Suggested packages:
11:44:24 [2022-06-21T11:44:24.046Z] #51 58.63   python3-setuptools
11:44:24 [2022-06-21T11:44:24.046Z] #51 58.63 Recommended packages:
11:44:24 [2022-06-21T11:44:24.046Z] #51 58.63   iproute2 | iproute
11:44:24 [2022-06-21T11:44:24.046Z] #51 60.15 The following NEW packages will be installed:
11:44:24 [2022-06-21T11:44:24.046Z] #51 60.16   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
11:44:24 [2022-06-21T11:44:24.046Z] #51 60.16   python3-protobuf python3-six
11:44:24 [2022-06-21T11:44:24.046Z] #51 60.92 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
11:44:24 [2022-06-21T11:44:24.046Z] #51 60.92 Need to get 2314 kB of archives.
11:44:24 [2022-06-21T11:44:24.046Z] #51 60.92 After this operation, 11.1 MB of additional disk space will be used.
11:44:24 [2022-06-21T11:44:24.046Z] #51 60.92 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
11:44:24 [2022-06-21T11:44:24.046Z] #51 61.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:44:24 [2022-06-21T11:44:24.046Z] #51 61.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
11:44:24 [2022-06-21T11:44:24.046Z] #51 61.06 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
11:44:24 [2022-06-21T11:44:24.046Z] #51 61.11 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
11:44:24 [2022-06-21T11:44:24.046Z] #51 61.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
11:44:24 [2022-06-21T11:44:24.046Z] #51 61.11 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:44:24 [2022-06-21T11:44:24.046Z] #51 ...
11:44:24 [2022-06-21T11:44:24.046Z] 
11:44:24 [2022-06-21T11:44:24.046Z] #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
11:44:24 [2022-06-21T11:44:24.046Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:44:24 [2022-06-21T11:44:24.046Z] #62 60.79 Selecting previously unselected package libbtrfs0:amd64.
11:44:24 [2022-06-21T11:44:24.046Z] #62 60.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 ... 15718 files and directories currently installed.)
11:44:24 [2022-06-21T11:44:24.046Z] #62 60.95 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
11:44:24 [2022-06-21T11:44:24.046Z] #62 60.96 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:44:24 [2022-06-21T11:44:24.046Z] #62 61.85 Selecting previously unselected package libbtrfs-dev:amd64.
11:44:24 [2022-06-21T11:44:24.046Z] #62 61.85 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
11:44:24 [2022-06-21T11:44:24.046Z] #62 61.87 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:44:24 [2022-06-21T11:44:24.246Z] #42 DONE 52.5s
11:44:24 [2022-06-21T11:44:24.246Z] 
11:44:24 [2022-06-21T11:44:24.246Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
11:44:24 [2022-06-21T11:44:24.246Z] #43 sha256:47694dc022711485211028ae9d4472885b92b663a589d8b77d3885b1390261d8
11:44:24 [2022-06-21T11:44:24.287Z] #51 ...
11:44:24 [2022-06-21T11:44:24.287Z] 
11:44:24 [2022-06-21T11:44:24.287Z] #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
11:44:24 [2022-06-21T11:44:24.287Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:24 [2022-06-21T11:44:24.287Z] #42 55.14 Setting up libicu67:amd64 (67.1-7) ...
11:44:24 [2022-06-21T11:44:24.287Z] #42 55.14 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:44:24 [2022-06-21T11:44:24.287Z] #42 55.20 Setting up libuv1:amd64 (1.40.0-2) ...
11:44:24 [2022-06-21T11:44:24.287Z] #42 55.20 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:44:24 [2022-06-21T11:44:24.287Z] #42 55.28 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
11:44:24 [2022-06-21T11:44:24.287Z] #42 55.28 Setting up librhash0:amd64 (1.4.1-2) ...
11:44:24 [2022-06-21T11:44:24.287Z] #42 55.31 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:44:24 [2022-06-21T11:44:24.287Z] #42 55.39 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
11:44:24 [2022-06-21T11:44:24.287Z] #42 55.46 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:44:24 [2022-06-21T11:44:24.287Z] #42 55.46 Setting up cmake (3.18.4-2+deb11u1) ...
11:44:24 [2022-06-21T11:44:24.287Z] #42 55.46 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:24 [2022-06-21T11:44:24.504Z] #43 DONE 0.3s
11:44:24 [2022-06-21T11:44:24.504Z] 
11:44:24 [2022-06-21T11:44:24.504Z] #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
11:44:24 [2022-06-21T11:44:24.504Z] #44 sha256:546f857240627b9296a107b3c103d7ee9f777e99c0f3534748b9d0f7047e7065
11:44:24 [2022-06-21T11:44:24.596Z] #14 57.47 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
11:44:24 [2022-06-21T11:44:24.596Z] #14 57.47 Need to get 115 MB of archives.
11:44:24 [2022-06-21T11:44:24.596Z] #14 57.47 After this operation, 645 MB of additional disk space will be used.
11:44:24 [2022-06-21T11:44:24.596Z] #14 57.47 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]
11:44:24 [2022-06-21T11:44:24.596Z] #14 57.64 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]
11:44:24 [2022-06-21T11:44:24.853Z] #14 57.87 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
11:44:24 [2022-06-21T11:44:24.853Z] #14 57.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
11:44:24 [2022-06-21T11:44:24.853Z] #14 57.89 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
11:44:24 [2022-06-21T11:44:24.853Z] #14 57.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.530 + RM_GOPATH=0
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.532 + TMP_GOPATH=
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.533 + : /build
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.533 + '[' -z '' ']'
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.534 ++ mktemp -d
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.537 + export GOPATH=/tmp/tmp.ke4kpt6CZE
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.538 + GOPATH=/tmp/tmp.ke4kpt6CZE
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.538 + RM_GOPATH=1
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.538 + case "$(go env GOARCH)" in
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.541 ++ go env GOARCH
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.552 + export GO_BUILDMODE=-buildmode=pie
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.552 + GO_BUILDMODE=-buildmode=pie
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.552 ++ dirname /install.sh
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.562 + dir=/
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.562 + bin=tini
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.562 + shift
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.562 + '[' '!' -f //tini.installer ']'
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.562 + . //tini.installer
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.563 ++ : v0.19.0
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.563 + install_tini
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.563 + echo 'Install tini version v0.19.0'
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.563 Install tini version v0.19.0
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.563 + git clone https://github.com/krallin/tini.git /tmp/tmp.ke4kpt6CZE/tini
11:44:25 [2022-06-21T11:44:25.069Z] #44 0.568 Cloning into '/tmp/tmp.ke4kpt6CZE/tini'...
11:44:25 [2022-06-21T11:44:25.110Z] #14 58.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]
11:44:25 [2022-06-21T11:44:25.449Z] #62 ...
11:44:25 [2022-06-21T11:44:25.449Z] 
11:44:25 [2022-06-21T11:44:25.449Z] #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.44.0"      && /build/golangci-lint --version
11:44:25 [2022-06-21T11:44:25.449Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:25 [2022-06-21T11:44:25.449Z] #55 53.10 go: downloading github.com/fatih/color v1.13.0
11:44:25 [2022-06-21T11:44:25.449Z] #55 53.10 go: downloading github.com/gofrs/flock v0.8.1
11:44:25 [2022-06-21T11:44:25.449Z] #55 53.14 go: downloading github.com/spf13/cobra v1.3.0
11:44:25 [2022-06-21T11:44:25.449Z] #55 53.17 go: downloading github.com/spf13/viper v1.10.1
11:44:25 [2022-06-21T11:44:25.449Z] #55 53.66 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
11:44:25 [2022-06-21T11:44:25.449Z] #55 54.65 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
11:44:25 [2022-06-21T11:44:25.449Z] #55 54.69 go: downloading github.com/go-critic/go-critic v0.6.2
11:44:25 [2022-06-21T11:44:25.449Z] #55 56.46 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:44:25 [2022-06-21T11:44:25.449Z] #55 56.49 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:44:25 [2022-06-21T11:44:25.449Z] #55 56.90 go: downloading github.com/mattn/go-colorable v0.1.12
11:44:25 [2022-06-21T11:44:25.449Z] #55 56.93 go: downloading github.com/mattn/go-isatty v0.0.14
11:44:25 [2022-06-21T11:44:25.449Z] #55 57.24 go: downloading github.com/sirupsen/logrus v1.8.1
11:44:25 [2022-06-21T11:44:25.449Z] #55 57.60 go: downloading github.com/stretchr/testify v1.7.0
11:44:25 [2022-06-21T11:44:25.449Z] #55 58.01 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
11:44:25 [2022-06-21T11:44:25.449Z] #55 ...
11:44:25 [2022-06-21T11:44:25.449Z] 
11:44:25 [2022-06-21T11:44:25.449Z] #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
11:44:25 [2022-06-21T11:44:25.449Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:44:25 [2022-06-21T11:44:25.449Z] #62 63.26 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:44:25 [2022-06-21T11:44:25.449Z] #62 ...
11:44:25 [2022-06-21T11:44:25.449Z] 
11:44:25 [2022-06-21T11:44:25.449Z] #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
11:44:25 [2022-06-21T11:44:25.449Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
11:44:25 [2022-06-21T11:44:25.449Z] #57 61.66 v3.0.2
11:44:25 [2022-06-21T11:44:25.449Z] #57 DONE 63.3s
11:44:25 [2022-06-21T11:44:25.449Z] 
11:44:25 [2022-06-21T11:44:25.449Z] #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
11:44:25 [2022-06-21T11:44:25.449Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:44:25 [2022-06-21T11:44:25.449Z] #62 63.31 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:44:25 [2022-06-21T11:44:25.449Z] #62 63.35 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:25 [2022-06-21T11:44:25.633Z] #44 1.214 + cd /tmp/tmp.ke4kpt6CZE/tini
11:44:25 [2022-06-21T11:44:25.633Z] #44 1.215 + git checkout -q v0.19.0
11:44:25 [2022-06-21T11:44:25.633Z] #44 1.220 + cmake .
11:44:25 [2022-06-21T11:44:25.673Z] #14 58.69 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]
11:44:25 [2022-06-21T11:44:25.673Z] #14 58.73 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]
11:44:25 [2022-06-21T11:44:25.755Z] #84 ...
11:44:25 [2022-06-21T11:44:25.755Z] 
11:44:25 [2022-06-21T11:44:25.755Z] #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
11:44:25 [2022-06-21T11:44:25.755Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9 The following NEW packages will be installed:
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   crossbuild-essential-armel crossbuild-essential-armhf
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
11:44:25 [2022-06-21T11:44:25.755Z] #19 134.9   linux-libc-dev-s390x-cross patch xz-utils
11:44:25 [2022-06-21T11:44:25.755Z] #19 135.7 0 upgraded, 133 newly installed, 0 to remove and 2 not upgraded.
11:44:25 [2022-06-21T11:44:25.755Z] #19 135.7 Need to get 788 MB of archives.
11:44:25 [2022-06-21T11:44:25.755Z] #19 135.7 After this operation, 3385 MB of additional disk space will be used.
11:44:25 [2022-06-21T11:44:25.755Z] #19 135.7 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
11:44:25 [2022-06-21T11:44:25.755Z] #19 135.7 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:44:25 [2022-06-21T11:44:25.755Z] #19 135.7 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
11:44:25 [2022-06-21T11:44:25.755Z] #19 135.7 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
11:44:25 [2022-06-21T11:44:25.755Z] #19 135.7 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
11:44:25 [2022-06-21T11:44:25.755Z] #19 135.7 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:44:25 [2022-06-21T11:44:25.755Z] #19 135.7 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
11:44:25 [2022-06-21T11:44:25.755Z] #19 135.8 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
11:44:25 [2022-06-21T11:44:25.755Z] #19 136.0 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
11:44:25 [2022-06-21T11:44:25.756Z] #19 136.1 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
11:44:25 [2022-06-21T11:44:25.756Z] #19 136.2 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
11:44:25 [2022-06-21T11:44:25.756Z] #19 136.3 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]
11:44:25 [2022-06-21T11:44:25.756Z] #19 136.3 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]
11:44:25 [2022-06-21T11:44:25.756Z] #19 138.7 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]
11:44:25 [2022-06-21T11:44:25.756Z] #19 138.7 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]
11:44:25 [2022-06-21T11:44:25.756Z] #19 140.8 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]
11:44:25 [2022-06-21T11:44:25.756Z] #19 140.8 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]
11:44:26 [2022-06-21T11:44:26.199Z] #42 DONE 57.1s
11:44:26 [2022-06-21T11:44:26.199Z] 
11:44:26 [2022-06-21T11:44:26.199Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
11:44:26 [2022-06-21T11:44:26.199Z] #43 sha256:3c5c609d3447b2b160c5cfb065dde567ce33d8b939f5c6d7d87774155bfa3c40
11:44:26 [2022-06-21T11:44:26.199Z] #44 1.785 -- The C compiler identification is GNU 10.2.1
11:44:26 [2022-06-21T11:44:26.199Z] #44 1.895 -- Detecting C compiler ABI info
11:44:26 [2022-06-21T11:44:26.428Z] #62 DONE 64.1s
11:44:26 [2022-06-21T11:44:26.428Z] 
11:44:26 [2022-06-21T11:44:26.428Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
11:44:26 [2022-06-21T11:44:26.428Z] #63 sha256:4fe3ead807e805df2554a03015d4e4825a1a168ed205b1cccf5acef52c820551
11:44:26 [2022-06-21T11:44:26.458Z] #43 DONE 0.6s
11:44:26 [2022-06-21T11:44:26.458Z] 
11:44:26 [2022-06-21T11:44:26.458Z] #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
11:44:26 [2022-06-21T11:44:26.458Z] #44 sha256:7f75ab944a9b1e725176e03e5e3b0b92d270527d8176a8f490068e8b1b73427b
11:44:26 [2022-06-21T11:44:26.603Z] #14 59.71 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]
11:44:26 [2022-06-21T11:44:26.690Z] #63 DONE 0.4s
11:44:26 [2022-06-21T11:44:26.690Z] 
11:44:26 [2022-06-21T11:44:26.690Z] #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.44.0"      && /build/golangci-lint --version
11:44:26 [2022-06-21T11:44:26.690Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:26 [2022-06-21T11:44:26.690Z] #55 63.71 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
11:44:26 [2022-06-21T11:44:26.690Z] #55 63.77 go: downloading github.com/fsnotify/fsnotify v1.5.1
11:44:26 [2022-06-21T11:44:26.690Z] #55 63.87 go: downloading github.com/magiconair/properties v1.8.5
11:44:26 [2022-06-21T11:44:26.690Z] #55 64.01 go: downloading github.com/mitchellh/mapstructure v1.4.3
11:44:26 [2022-06-21T11:44:26.690Z] #55 64.09 go: downloading github.com/spf13/afero v1.6.0
11:44:26 [2022-06-21T11:44:26.690Z] #55 64.12 go: downloading github.com/spf13/cast v1.4.1
11:44:26 [2022-06-21T11:44:26.690Z] #55 64.16 go: downloading github.com/spf13/jwalterweatherman v1.1.0
11:44:26 [2022-06-21T11:44:26.690Z] #55 64.37 go: downloading github.com/subosito/gotenv v1.2.0
11:44:26 [2022-06-21T11:44:26.690Z] #55 64.49 go: downloading gopkg.in/ini.v1 v1.66.2
11:44:26 [2022-06-21T11:44:26.768Z] #44 ...
11:44:26 [2022-06-21T11:44:26.768Z] 
11:44:26 [2022-06-21T11:44:26.768Z] #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
11:44:26 [2022-06-21T11:44:26.768Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199
11:44:26 [2022-06-21T11:44:26.768Z] #53 54.00 gotestsum version dev
11:44:26 [2022-06-21T11:44:26.768Z] #53 DONE 54.9s
11:44:26 [2022-06-21T11:44:26.768Z] 
11:44:26 [2022-06-21T11:44:26.768Z] #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
11:44:26 [2022-06-21T11:44:26.768Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:44:26 [2022-06-21T11:44:26.768Z] #77 6.634 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
11:44:26 [2022-06-21T11:44:26.768Z] #77 6.649 Cloning into '/tmp/crun-build/libocispec'...
11:44:26 [2022-06-21T11:44:26.768Z] #77 7.484 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
11:44:26 [2022-06-21T11:44:26.768Z] #77 7.492 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
11:44:26 [2022-06-21T11:44:26.768Z] #77 7.507 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
11:44:26 [2022-06-21T11:44:26.768Z] #77 7.509 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
11:44:26 [2022-06-21T11:44:26.768Z] #77 7.521 Cloning into '/tmp/crun-build/libocispec/image-spec'...
11:44:26 [2022-06-21T11:44:26.768Z] #77 9.531 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
11:44:26 [2022-06-21T11:44:26.952Z] #55 64.64 go: downloading github.com/go-toolsmith/astcast v1.0.0
11:44:26 [2022-06-21T11:44:26.952Z] #55 64.65 go: downloading github.com/go-toolsmith/astcopy v1.0.0
11:44:26 [2022-06-21T11:44:26.952Z] #55 64.76 go: downloading github.com/go-toolsmith/astequal v1.0.1
11:44:26 [2022-06-21T11:44:26.952Z] #55 64.79 go: downloading github.com/go-toolsmith/astfmt v1.0.0
11:44:26 [2022-06-21T11:44:26.952Z] #55 64.87 go: downloading github.com/go-toolsmith/astp v1.0.0
11:44:26 [2022-06-21T11:44:26.952Z] #55 64.97 go: downloading github.com/go-toolsmith/strparse v1.0.0
11:44:26 [2022-06-21T11:44:26.952Z] #55 64.97 go: downloading github.com/go-toolsmith/typep v1.0.2
11:44:27 [2022-06-21T11:44:27.027Z] #44 ...
11:44:27 [2022-06-21T11:44:27.027Z] 
11:44:27 [2022-06-21T11:44:27.027Z] #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
11:44:27 [2022-06-21T11:44:27.027Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:27 [2022-06-21T11:44:27.027Z] #51 55.09 Setting up criu (3.17-1) ...
11:44:27 [2022-06-21T11:44:27.027Z] #51 57.32 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:27 [2022-06-21T11:44:27.027Z] #51 DONE 58.0s
11:44:27 [2022-06-21T11:44:27.027Z] 
11:44:27 [2022-06-21T11:44:27.027Z] #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.44.0"      && /build/golangci-lint --version
11:44:27 [2022-06-21T11:44:27.027Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:27 [2022-06-21T11:44:27.027Z] #55 55.31 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
11:44:27 [2022-06-21T11:44:27.027Z] #55 55.41 go: downloading github.com/gobwas/glob v0.2.3
11:44:27 [2022-06-21T11:44:27.027Z] #55 55.55 go: downloading github.com/kisielk/gotool v1.0.0
11:44:27 [2022-06-21T11:44:27.027Z] #55 55.55 go: downloading github.com/gostaticanalysis/comment v1.4.2
11:44:27 [2022-06-21T11:44:27.027Z] #55 55.73 go: downloading golang.org/x/mod v0.5.1
11:44:27 [2022-06-21T11:44:27.027Z] #55 55.73 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
11:44:27 [2022-06-21T11:44:27.027Z] #55 55.77 go: downloading github.com/ettle/strcase v0.1.1
11:44:27 [2022-06-21T11:44:27.027Z] #55 55.88 go: downloading github.com/fatih/structtag v1.2.0
11:44:27 [2022-06-21T11:44:27.027Z] #55 55.88 go: downloading github.com/Masterminds/semver v1.5.0
11:44:27 [2022-06-21T11:44:27.027Z] #55 56.02 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
11:44:27 [2022-06-21T11:44:27.027Z] #55 56.09 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
11:44:27 [2022-06-21T11:44:27.027Z] #55 56.12 go: downloading github.com/prometheus/client_golang v1.7.1
11:44:27 [2022-06-21T11:44:27.027Z] #55 56.68 go: downloading github.com/prometheus/client_model v0.2.0
11:44:27 [2022-06-21T11:44:27.027Z] #55 56.81 go: downloading github.com/google/go-cmp v0.5.6
11:44:27 [2022-06-21T11:44:27.027Z] #55 57.11 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
11:44:27 [2022-06-21T11:44:27.027Z] #55 57.20 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
11:44:27 [2022-06-21T11:44:27.027Z] #55 57.24 go: downloading github.com/olekukonko/tablewriter v0.0.5
11:44:27 [2022-06-21T11:44:27.027Z] #55 57.35 go: downloading github.com/beorn7/perks v1.0.1
11:44:27 [2022-06-21T11:44:27.027Z] #55 57.35 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:44:27 [2022-06-21T11:44:27.027Z] #55 57.39 go: downloading github.com/golang/protobuf v1.5.2
11:44:27 [2022-06-21T11:44:27.027Z] #55 57.39 go: downloading github.com/cespare/xxhash v1.1.0
11:44:27 [2022-06-21T11:44:27.027Z] #55 57.69 go: downloading github.com/prometheus/common v0.10.0
11:44:27 [2022-06-21T11:44:27.027Z] #55 57.93 go: downloading github.com/prometheus/procfs v0.6.0
11:44:27 [2022-06-21T11:44:27.027Z] #55 58.06 go: downloading github.com/mattn/go-runewidth v0.0.9
11:44:27 [2022-06-21T11:44:27.027Z] #55 58.10 go: downloading google.golang.org/protobuf v1.27.1
11:44:27 [2022-06-21T11:44:27.215Z] #55 65.03 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
11:44:27 [2022-06-21T11:44:27.215Z] #55 65.05 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
11:44:27 [2022-06-21T11:44:27.215Z] #55 65.24 go: downloading github.com/hashicorp/errwrap v1.0.0
11:44:27 [2022-06-21T11:44:27.478Z] #55 65.30 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
11:44:27 [2022-06-21T11:44:27.671Z] #19 142.9 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]
11:44:27 [2022-06-21T11:44:27.671Z] #19 142.9 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]
11:44:27 [2022-06-21T11:44:27.702Z] #77 11.31 Cloning into '/tmp/crun-build/libocispec/yajl'...
11:44:27 [2022-06-21T11:44:27.990Z] #14 ...
11:44:27 [2022-06-21T11:44:27.990Z] 
11:44:27 [2022-06-21T11:44:27.990Z] #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
11:44:27 [2022-06-21T11:44:27.990Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:27 [2022-06-21T11:44:27.990Z] #42 57.33 The following additional packages will be installed:
11:44:27 [2022-06-21T11:44:27.990Z] #42 57.35   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
11:44:27 [2022-06-21T11:44:27.990Z] #42 57.35 Suggested packages:
11:44:27 [2022-06-21T11:44:27.990Z] #42 57.37   cmake-doc ninja-build lrzip
11:44:27 [2022-06-21T11:44:27.990Z] #42 57.37 Recommended packages:
11:44:27 [2022-06-21T11:44:27.990Z] #42 57.37   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
11:44:27 [2022-06-21T11:44:27.990Z] #42 58.51 The following NEW packages will be installed:
11:44:27 [2022-06-21T11:44:27.990Z] #42 58.56   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
11:44:27 [2022-06-21T11:44:27.990Z] #42 58.57   vim-common xxd
11:44:27 [2022-06-21T11:44:27.990Z] #42 59.15 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
11:44:27 [2022-06-21T11:44:27.990Z] #42 59.15 Need to get 17.7 MB of archives.
11:44:27 [2022-06-21T11:44:27.990Z] #42 59.15 After this operation, 70.7 MB of additional disk space will be used.
11:44:27 [2022-06-21T11:44:27.990Z] #42 59.15 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
11:44:27 [2022-06-21T11:44:27.990Z] #42 59.16 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:44:27 [2022-06-21T11:44:27.990Z] #42 59.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:44:27 [2022-06-21T11:44:27.990Z] #42 59.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:44:27 [2022-06-21T11:44:27.990Z] #42 60.31 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
11:44:27 [2022-06-21T11:44:27.990Z] #42 60.35 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
11:44:27 [2022-06-21T11:44:27.990Z] #42 60.38 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
11:44:27 [2022-06-21T11:44:27.990Z] #42 60.40 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
11:44:27 [2022-06-21T11:44:27.990Z] #42 60.41 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
11:44:27 [2022-06-21T11:44:27.990Z] #42 60.43 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #42 ...
11:44:28 [2022-06-21T11:44:28.555Z] 
11:44:28 [2022-06-21T11:44:28.555Z] #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             ;
11:44:28 [2022-06-21T11:44:28.555Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:28 [2022-06-21T11:44:28.555Z] #76 42.57 Reading package lists...
11:44:28 [2022-06-21T11:44:28.555Z] #76 51.96 Building dependency tree...
11:44:28 [2022-06-21T11:44:28.555Z] #76 57.45 python3 is already the newest version (3.9.2-3).
11:44:28 [2022-06-21T11:44:28.555Z] #76 57.45 The following additional packages will be installed:
11:44:28 [2022-06-21T11:44:28.555Z] #76 57.47   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
11:44:28 [2022-06-21T11:44:28.555Z] #76 57.48   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
11:44:28 [2022-06-21T11:44:28.555Z] #76 57.52 Suggested packages:
11:44:28 [2022-06-21T11:44:28.555Z] #76 57.52   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
11:44:28 [2022-06-21T11:44:28.555Z] #76 57.52   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
11:44:28 [2022-06-21T11:44:28.555Z] #76 57.52   m4-doc ed diffutils-doc
11:44:28 [2022-06-21T11:44:28.555Z] #76 57.52 Recommended packages:
11:44:28 [2022-06-21T11:44:28.555Z] #76 57.52   fakeroot libalgorithm-merge-perl libltdl-dev
11:44:28 [2022-06-21T11:44:28.555Z] #76 59.57 The following NEW packages will be installed:
11:44:28 [2022-06-21T11:44:28.555Z] #76 59.59   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
11:44:28 [2022-06-21T11:44:28.555Z] #76 59.59   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
11:44:28 [2022-06-21T11:44:28.555Z] #76 59.62   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
11:44:28 [2022-06-21T11:44:28.555Z] #76 59.63   libyajl2 m4 patch xz-utils
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.17 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.17 Need to get 5939 kB of archives.
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.17 After this operation, 18.7 MB of additional disk space will be used.
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.19 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.19 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.19 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.21 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.22 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.28 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.28 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.39 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.41 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.60 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.60 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.60 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.61 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.63 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.63 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.65 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.69 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.77 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.78 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 60.79 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
11:44:28 [2022-06-21T11:44:28.555Z] #76 ...
11:44:28 [2022-06-21T11:44:28.555Z] 
11:44:28 [2022-06-21T11:44:28.555Z] #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
11:44:28 [2022-06-21T11:44:28.555Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
11:44:28 [2022-06-21T11:44:28.555Z] #57 61.80 v3.0.2
11:44:28 [2022-06-21T11:44:28.866Z] #55 66.51 go: downloading github.com/davecgh/go-spew v1.1.1
11:44:28 [2022-06-21T11:44:28.866Z] #55 66.61 go: downloading github.com/pmezard/go-difflib v1.0.0
11:44:28 [2022-06-21T11:44:28.866Z] #55 66.68 go: downloading github.com/stretchr/objx v0.1.1
11:44:28 [2022-06-21T11:44:28.937Z] #55 59.77 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
11:44:29 [2022-06-21T11:44:29.072Z] #77 12.58 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
11:44:29 [2022-06-21T11:44:29.072Z] #77 ...
11:44:29 [2022-06-21T11:44:29.072Z] 
11:44:29 [2022-06-21T11:44:29.072Z] #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
11:44:29 [2022-06-21T11:44:29.072Z] #44 sha256:546f857240627b9296a107b3c103d7ee9f777e99c0f3534748b9d0f7047e7065
11:44:29 [2022-06-21T11:44:29.072Z] #44 2.645 -- Detecting C compiler ABI info - done
11:44:29 [2022-06-21T11:44:29.072Z] #44 2.822 -- Check for working C compiler: /usr/bin/cc - skipped
11:44:29 [2022-06-21T11:44:29.072Z] #44 2.836 -- Detecting C compile features
11:44:29 [2022-06-21T11:44:29.072Z] #44 2.840 -- Detecting C compile features - done
11:44:29 [2022-06-21T11:44:29.072Z] #44 2.912 -- Performing Test HAS_BUILTIN_FORTIFY
11:44:29 [2022-06-21T11:44:29.072Z] #44 3.132 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:44:29 [2022-06-21T11:44:29.072Z] #44 3.195 -- Configuring done
11:44:29 [2022-06-21T11:44:29.072Z] #44 3.211 -- Generating done
11:44:29 [2022-06-21T11:44:29.072Z] #44 3.224 -- Build files have been written to: /tmp/tmp.ke4kpt6CZE/tini
11:44:29 [2022-06-21T11:44:29.072Z] #44 3.227 + make tini-static
11:44:29 [2022-06-21T11:44:29.072Z] #44 3.555 Scanning dependencies of target tini-static
11:44:29 [2022-06-21T11:44:29.072Z] #44 3.644 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:44:29 [2022-06-21T11:44:29.127Z] #55 66.96 go: downloading 4d63.com/gochecknoglobals v0.1.0
11:44:29 [2022-06-21T11:44:29.389Z] #55 67.06 go: downloading github.com/Antonboom/errname v0.1.5
11:44:29 [2022-06-21T11:44:29.389Z] #55 67.28 go: downloading github.com/Antonboom/nilnil v0.1.0
11:44:29 [2022-06-21T11:44:29.493Z] #57 DONE 62.4s
11:44:29 [2022-06-21T11:44:29.493Z] 
11:44:29 [2022-06-21T11:44:29.493Z] #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
11:44:29 [2022-06-21T11:44:29.493Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
11:44:29 [2022-06-21T11:44:29.493Z] #62 50.10 Building dependency tree...
11:44:29 [2022-06-21T11:44:29.493Z] #62 56.59 The following additional packages will be installed:
11:44:29 [2022-06-21T11:44:29.493Z] #62 56.60   libbtrfs0
11:44:29 [2022-06-21T11:44:29.493Z] #62 56.88 The following NEW packages will be installed:
11:44:29 [2022-06-21T11:44:29.493Z] #62 56.89   libbtrfs-dev libbtrfs0
11:44:29 [2022-06-21T11:44:29.493Z] #62 57.38 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
11:44:29 [2022-06-21T11:44:29.493Z] #62 57.38 Need to get 460 kB of archives.
11:44:29 [2022-06-21T11:44:29.493Z] #62 57.38 After this operation, 1237 kB of additional disk space will be used.
11:44:29 [2022-06-21T11:44:29.493Z] #62 57.38 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:44:29 [2022-06-21T11:44:29.493Z] #62 57.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:44:29 [2022-06-21T11:44:29.493Z] #62 58.82 debconf: delaying package configuration, since apt-utils is not installed
11:44:29 [2022-06-21T11:44:29.493Z] #62 59.39 Fetched 460 kB in 0s (1270 kB/s)
11:44:29 [2022-06-21T11:44:29.493Z] #62 59.60 Selecting previously unselected package libbtrfs0:amd64.
11:44:29 [2022-06-21T11:44:29.493Z] #62 59.60 (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 ... 15718 files and directories currently installed.)
11:44:29 [2022-06-21T11:44:29.493Z] #62 59.72 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
11:44:29 [2022-06-21T11:44:29.493Z] #62 59.76 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:44:29 [2022-06-21T11:44:29.493Z] #62 60.18 Selecting previously unselected package libbtrfs-dev:amd64.
11:44:29 [2022-06-21T11:44:29.493Z] #62 60.18 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
11:44:29 [2022-06-21T11:44:29.493Z] #62 60.19 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:44:29 [2022-06-21T11:44:29.493Z] #62 60.95 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:44:29 [2022-06-21T11:44:29.493Z] #62 61.00 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:44:29 [2022-06-21T11:44:29.493Z] #62 61.01 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:29 [2022-06-21T11:44:29.493Z] #62 DONE 62.4s
11:44:29 [2022-06-21T11:44:29.493Z] 
11:44:29 [2022-06-21T11:44:29.493Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
11:44:29 [2022-06-21T11:44:29.493Z] #63 sha256:f13ce77e0f319a79cd9a640cd2c4d2b7de95402cbb8c71cf7d6e06032c0b3e05
11:44:29 [2022-06-21T11:44:29.636Z] #44 5.042 [100%] Linking C executable tini-static
11:44:29 [2022-06-21T11:44:29.752Z] #63 DONE 0.3s
11:44:29 [2022-06-21T11:44:29.752Z] 
11:44:29 [2022-06-21T11:44:29.752Z] #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
11:44:29 [2022-06-21T11:44:29.752Z] #64 sha256:41940daf8f2005ef9a54ffdd45a5652604ab9bb014cefa6241b59c995b2b89e6
11:44:29 [2022-06-21T11:44:29.900Z] #44 5.507 [100%] Built target tini-static
11:44:29 [2022-06-21T11:44:29.961Z] #55 67.76 go: downloading github.com/BurntSushi/toml v1.0.0
11:44:30 [2022-06-21T11:44:30.158Z] #44 5.580 + mkdir -p /build
11:44:30 [2022-06-21T11:44:30.158Z] #44 5.583 + cp tini-static /build/docker-init
11:44:30 [2022-06-21T11:44:30.904Z] #55 ...
11:44:30 [2022-06-21T11:44:30.904Z] 
11:44:30 [2022-06-21T11:44:30.904Z] #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
11:44:30 [2022-06-21T11:44:30.904Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.45 NAME:
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50    go-winres - A tool for embedding resources in Windows executables
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50 
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50 USAGE:
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50    go-winres [global options] command [command options] [arguments...]
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50 
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50 COMMANDS:
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50    init     Create an initial ./winres/winres.json
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50    make     Make syso files for the "go build" command
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50    simply   Make syso files for the "go build" command (simplified)
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50    extract  Extract all resources from an executable
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50    patch    Replace resources in an executable file (exe, dll)
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50    help, h  Shows a list of commands or help for one command
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50 
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50 GLOBAL OPTIONS:
11:44:30 [2022-06-21T11:44:30.904Z] #40 68.50    --help, -h  show help (default: false)
11:44:30 [2022-06-21T11:44:30.904Z] #40 DONE 68.8s
11:44:30 [2022-06-21T11:44:30.904Z] 
11:44:30 [2022-06-21T11:44:30.904Z] #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             ;
11:44:30 [2022-06-21T11:44:30.904Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:30 [2022-06-21T11:44:30.904Z] #76 62.80 debconf: delaying package configuration, since apt-utils is not installed
11:44:30 [2022-06-21T11:44:30.904Z] #76 63.27 Fetched 5939 kB in 1s (5441 kB/s)
11:44:30 [2022-06-21T11:44:30.905Z] #76 63.44 Selecting previously unselected package bzip2.
11:44:30 [2022-06-21T11:44:30.905Z] #76 63.44 (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 ... 15718 files and directories currently installed.)
11:44:30 [2022-06-21T11:44:30.905Z] #76 63.66 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 63.66 Unpacking bzip2 (1.0.8-4) ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 63.87 Selecting previously unselected package libmagic-mgc.
11:44:30 [2022-06-21T11:44:30.905Z] #76 63.89 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 63.94 Unpacking libmagic-mgc (1:5.39-3) ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 65.13 Selecting previously unselected package libmagic1:amd64.
11:44:30 [2022-06-21T11:44:30.905Z] #76 65.13 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 65.16 Unpacking libmagic1:amd64 (1:5.39-3) ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 65.38 Selecting previously unselected package file.
11:44:30 [2022-06-21T11:44:30.905Z] #76 65.38 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 65.39 Unpacking file (1:5.39-3) ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 65.63 Selecting previously unselected package xz-utils.
11:44:30 [2022-06-21T11:44:30.905Z] #76 65.66 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 65.68 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 66.22 Selecting previously unselected package libsigsegv2:amd64.
11:44:30 [2022-06-21T11:44:30.905Z] #76 66.22 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 66.24 Unpacking libsigsegv2:amd64 (2.13-1) ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 66.49 Selecting previously unselected package m4.
11:44:30 [2022-06-21T11:44:30.905Z] #76 66.55 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 66.58 Unpacking m4 (1.4.18-5) ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 67.72 Selecting previously unselected package autoconf.
11:44:30 [2022-06-21T11:44:30.905Z] #76 67.74 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 67.75 Unpacking autoconf (2.69-14) ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 68.41 Selecting previously unselected package autotools-dev.
11:44:30 [2022-06-21T11:44:30.905Z] #76 68.41 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
11:44:30 [2022-06-21T11:44:30.905Z] #76 68.42 Unpacking autotools-dev (20180224.1+nmu1) ...
11:44:31 [2022-06-21T11:44:31.166Z] #76 68.95 Selecting previously unselected package automake.
11:44:31 [2022-06-21T11:44:31.166Z] #76 68.96 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
11:44:31 [2022-06-21T11:44:31.166Z] #76 69.00 Unpacking automake (1:1.16.3-2) ...
11:44:31 [2022-06-21T11:44:31.649Z] #64 ...
11:44:31 [2022-06-21T11:44:31.650Z] 
11:44:31 [2022-06-21T11:44:31.650Z] #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.44.0"      && /build/golangci-lint --version
11:44:31 [2022-06-21T11:44:31.650Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:31 [2022-06-21T11:44:31.650Z] #55 54.34 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
11:44:31 [2022-06-21T11:44:31.650Z] #55 54.42 go: downloading github.com/go-critic/go-critic v0.6.2
11:44:31 [2022-06-21T11:44:31.650Z] #55 56.28 go: downloading github.com/mitchellh/go-homedir v1.1.0
11:44:31 [2022-06-21T11:44:31.650Z] #55 56.52 go: downloading github.com/mattn/go-colorable v0.1.12
11:44:31 [2022-06-21T11:44:31.650Z] #55 56.58 go: downloading github.com/mattn/go-isatty v0.0.14
11:44:31 [2022-06-21T11:44:31.650Z] #55 56.77 go: downloading github.com/hashicorp/go-multierror v1.1.1
11:44:31 [2022-06-21T11:44:31.650Z] #55 61.71 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
11:44:31 [2022-06-21T11:44:31.650Z] #55 61.77 go: downloading github.com/sirupsen/logrus v1.8.1
11:44:31 [2022-06-21T11:44:31.650Z] #55 61.88 go: downloading github.com/stretchr/testify v1.7.0
11:44:31 [2022-06-21T11:44:31.650Z] #55 62.18 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
11:44:31 [2022-06-21T11:44:31.650Z] #55 62.25 go: downloading github.com/fsnotify/fsnotify v1.5.1
11:44:31 [2022-06-21T11:44:31.650Z] #55 62.35 go: downloading github.com/magiconair/properties v1.8.5
11:44:31 [2022-06-21T11:44:31.650Z] #55 62.44 go: downloading github.com/mitchellh/mapstructure v1.4.3
11:44:31 [2022-06-21T11:44:31.650Z] #55 62.51 go: downloading github.com/spf13/afero v1.6.0
11:44:31 [2022-06-21T11:44:31.650Z] #55 62.63 go: downloading github.com/spf13/cast v1.4.1
11:44:31 [2022-06-21T11:44:31.650Z] #55 62.69 go: downloading github.com/spf13/jwalterweatherman v1.1.0
11:44:31 [2022-06-21T11:44:31.650Z] #55 62.73 go: downloading github.com/subosito/gotenv v1.2.0
11:44:31 [2022-06-21T11:44:31.650Z] #55 62.74 go: downloading gopkg.in/ini.v1 v1.66.2
11:44:31 [2022-06-21T11:44:31.650Z] #55 62.97 go: downloading github.com/go-toolsmith/astcast v1.0.0
11:44:31 [2022-06-21T11:44:31.650Z] #55 63.06 go: downloading github.com/go-toolsmith/astcopy v1.0.0
11:44:31 [2022-06-21T11:44:31.650Z] #55 63.10 go: downloading github.com/go-toolsmith/astequal v1.0.1
11:44:31 [2022-06-21T11:44:31.650Z] #55 63.17 go: downloading github.com/go-toolsmith/astfmt v1.0.0
11:44:31 [2022-06-21T11:44:31.650Z] #55 63.17 go: downloading github.com/go-toolsmith/astp v1.0.0
11:44:31 [2022-06-21T11:44:31.650Z] #55 63.26 go: downloading github.com/go-toolsmith/strparse v1.0.0
11:44:31 [2022-06-21T11:44:31.650Z] #55 63.45 go: downloading github.com/go-toolsmith/typep v1.0.2
11:44:31 [2022-06-21T11:44:31.650Z] #55 63.56 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
11:44:31 [2022-06-21T11:44:31.650Z] #55 63.56 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
11:44:31 [2022-06-21T11:44:31.650Z] #55 63.94 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
11:44:31 [2022-06-21T11:44:31.650Z] #55 ...
11:44:31 [2022-06-21T11:44:31.650Z] 
11:44:31 [2022-06-21T11:44:31.650Z] #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
11:44:31 [2022-06-21T11:44:31.650Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:31 [2022-06-21T11:44:31.650Z] #42 62.77 debconf: delaying package configuration, since apt-utils is not installed
11:44:31 [2022-06-21T11:44:31.650Z] #42 63.19 Fetched 17.7 MB in 2s (8151 kB/s)
11:44:31 [2022-06-21T11:44:31.650Z] #42 63.32 Selecting previously unselected package xxd.
11:44:31 [2022-06-21T11:44:31.650Z] #42 63.32 (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 ... 15718 files and directories currently installed.)
11:44:31 [2022-06-21T11:44:31.650Z] #42 63.49 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:44:31 [2022-06-21T11:44:31.650Z] #42 63.54 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:44:31 [2022-06-21T11:44:31.650Z] #42 63.85 Selecting previously unselected package vim-common.
11:44:31 [2022-06-21T11:44:31.650Z] #42 63.86 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:44:31 [2022-06-21T11:44:31.650Z] #42 63.96 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:44:31 [2022-06-21T11:44:31.650Z] #42 64.75 Selecting previously unselected package cmake-data.
11:44:31 [2022-06-21T11:44:31.650Z] #42 64.75 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:44:31 [2022-06-21T11:44:31.650Z] #42 64.78 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:44:31 [2022-06-21T11:44:31.650Z] #42 ...
11:44:31 [2022-06-21T11:44:31.650Z] 
11:44:31 [2022-06-21T11:44:31.650Z] #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
11:44:31 [2022-06-21T11:44:31.650Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:31 [2022-06-21T11:44:31.650Z] #51 52.05 Building dependency tree...
11:44:31 [2022-06-21T11:44:31.650Z] #51 57.53 The following additional packages will be installed:
11:44:31 [2022-06-21T11:44:31.650Z] #51 57.55   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
11:44:31 [2022-06-21T11:44:31.650Z] #51 57.55   python3-protobuf python3-six
11:44:31 [2022-06-21T11:44:31.650Z] #51 57.55 Suggested packages:
11:44:31 [2022-06-21T11:44:31.650Z] #51 57.56   python3-setuptools
11:44:31 [2022-06-21T11:44:31.650Z] #51 57.56 Recommended packages:
11:44:31 [2022-06-21T11:44:31.650Z] #51 57.56   iproute2 | iproute
11:44:31 [2022-06-21T11:44:31.650Z] #51 58.73 The following NEW packages will be installed:
11:44:31 [2022-06-21T11:44:31.650Z] #51 58.73   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
11:44:31 [2022-06-21T11:44:31.650Z] #51 58.73   python3-protobuf python3-six
11:44:31 [2022-06-21T11:44:31.650Z] #51 59.40 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
11:44:31 [2022-06-21T11:44:31.650Z] #51 59.40 Need to get 2314 kB of archives.
11:44:31 [2022-06-21T11:44:31.650Z] #51 59.40 After this operation, 11.1 MB of additional disk space will be used.
11:44:31 [2022-06-21T11:44:31.650Z] #51 59.40 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
11:44:31 [2022-06-21T11:44:31.650Z] #51 59.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:44:31 [2022-06-21T11:44:31.650Z] #51 59.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
11:44:31 [2022-06-21T11:44:31.650Z] #51 59.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
11:44:31 [2022-06-21T11:44:31.650Z] #51 59.55 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
11:44:31 [2022-06-21T11:44:31.650Z] #51 59.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
11:44:31 [2022-06-21T11:44:31.650Z] #51 59.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:44:31 [2022-06-21T11:44:31.650Z] #51 62.23 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17-1 [683 kB]
11:44:31 [2022-06-21T11:44:31.650Z] #51 64.34 debconf: delaying package configuration, since apt-utils is not installed
11:44:31 [2022-06-21T11:44:31.745Z] #76 ...
11:44:31 [2022-06-21T11:44:31.745Z] 
11:44:31 [2022-06-21T11:44:31.745Z] #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.44.0"      && /build/golangci-lint --version
11:44:31 [2022-06-21T11:44:31.745Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:31 [2022-06-21T11:44:31.745Z] #55 69.49 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
11:44:31 [2022-06-21T11:44:31.745Z] #55 69.59 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
11:44:31 [2022-06-21T11:44:31.745Z] #55 69.64 go: downloading github.com/alexkohler/prealloc v1.0.0
11:44:31 [2022-06-21T11:44:31.907Z] #51 ...
11:44:31 [2022-06-21T11:44:31.907Z] 
11:44:31 [2022-06-21T11:44:31.907Z] #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.44.0"      && /build/golangci-lint --version
11:44:31 [2022-06-21T11:44:31.907Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:31 [2022-06-21T11:44:31.907Z] #55 64.89 go: downloading github.com/hashicorp/errwrap v1.0.0
11:44:31 [2022-06-21T11:44:31.907Z] #55 64.90 go: downloading 4d63.com/gochecknoglobals v0.1.0
11:44:32 [2022-06-21T11:44:32.009Z] #55 69.77 go: downloading github.com/ashanbrown/forbidigo v1.3.0
11:44:32 [2022-06-21T11:44:32.009Z] #55 69.92 go: downloading github.com/ashanbrown/makezero v1.1.0
11:44:32 [2022-06-21T11:44:32.009Z] #55 69.96 go: downloading github.com/bkielbasa/cyclop v1.2.0
11:44:32 [2022-06-21T11:44:32.009Z] #55 70.01 go: downloading github.com/blizzy78/varnamelen v0.5.0
11:44:32 [2022-06-21T11:44:32.052Z] #44 DONE 7.6s
11:44:32 [2022-06-21T11:44:32.053Z] 
11:44:32 [2022-06-21T11:44:32.053Z] #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
11:44:32 [2022-06-21T11:44:32.053Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:44:32 [2022-06-21T11:44:32.053Z] #14 50.62 Selecting previously unselected package mingw-w64-x86-64-dev.
11:44:32 [2022-06-21T11:44:32.053Z] #14 50.62 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
11:44:32 [2022-06-21T11:44:32.053Z] #14 50.62 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
11:44:32 [2022-06-21T11:44:32.053Z] #14 56.99 Selecting previously unselected package gcc-mingw-w64-base.
11:44:32 [2022-06-21T11:44:32.053Z] #14 57.00 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
11:44:32 [2022-06-21T11:44:32.053Z] #14 57.01 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:44:32 [2022-06-21T11:44:32.053Z] #14 57.15 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
11:44:32 [2022-06-21T11:44:32.053Z] #14 57.15 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
11:44:32 [2022-06-21T11:44:32.053Z] #14 57.16 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:44:32 [2022-06-21T11:44:32.221Z] #55 65.13 go: downloading github.com/Antonboom/errname v0.1.5
11:44:32 [2022-06-21T11:44:32.221Z] #55 65.22 go: downloading github.com/Antonboom/nilnil v0.1.0
11:44:32 [2022-06-21T11:44:32.234Z] #55 ...
11:44:32 [2022-06-21T11:44:32.234Z] 
11:44:32 [2022-06-21T11:44:32.235Z] #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
11:44:32 [2022-06-21T11:44:32.235Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:32 [2022-06-21T11:44:32.235Z] #14 53.12 Selecting previously unselected package binutils-mingw-w64-x86-64.
11:44:32 [2022-06-21T11:44:32.235Z] #14 53.12 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
11:44:32 [2022-06-21T11:44:32.235Z] #14 53.12 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:44:32 [2022-06-21T11:44:32.235Z] #14 55.99 Selecting previously unselected package binutils-mingw-w64.
11:44:32 [2022-06-21T11:44:32.235Z] #14 55.99 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
11:44:32 [2022-06-21T11:44:32.235Z] #14 55.99 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
11:44:32 [2022-06-21T11:44:32.235Z] #14 56.11 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:44:32 [2022-06-21T11:44:32.235Z] #14 56.11 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:44:32 [2022-06-21T11:44:32.235Z] #14 56.11 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:44:32 [2022-06-21T11:44:32.235Z] #14 56.36 Selecting previously unselected package dmsetup.
11:44:32 [2022-06-21T11:44:32.235Z] #14 56.36 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
11:44:32 [2022-06-21T11:44:32.235Z] #14 56.60 Unpacking dmsetup (2:1.02.175-2.1) ...
11:44:32 [2022-06-21T11:44:32.235Z] #14 56.80 Selecting previously unselected package mingw-w64-common.
11:44:32 [2022-06-21T11:44:32.235Z] #14 56.81 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
11:44:32 [2022-06-21T11:44:32.235Z] #14 56.90 Unpacking mingw-w64-common (8.0.0-1) ...
11:44:32 [2022-06-21T11:44:32.235Z] #14 63.18 Selecting previously unselected package mingw-w64-x86-64-dev.
11:44:32 [2022-06-21T11:44:32.235Z] #14 63.18 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
11:44:32 [2022-06-21T11:44:32.235Z] #14 63.19 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
11:44:32 [2022-06-21T11:44:32.270Z] #55 70.16 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
11:44:32 [2022-06-21T11:44:32.481Z] #55 65.32 go: downloading github.com/BurntSushi/toml v1.0.0
11:44:32 [2022-06-21T11:44:32.564Z] #55 70.23 go: downloading github.com/breml/bidichk v0.2.1
11:44:32 [2022-06-21T11:44:32.564Z] #55 70.26 go: downloading github.com/breml/errchkjson v0.2.1
11:44:32 [2022-06-21T11:44:32.564Z] #55 70.40 go: downloading github.com/butuzov/ireturn v0.1.1
11:44:32 [2022-06-21T11:44:32.805Z] #14 ...
11:44:32 [2022-06-21T11:44:32.805Z] 
11:44:32 [2022-06-21T11:44:32.805Z] #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
11:44:32 [2022-06-21T11:44:32.805Z] #44 sha256:7f75ab944a9b1e725176e03e5e3b0b92d270527d8176a8f490068e8b1b73427b
11:44:32 [2022-06-21T11:44:32.805Z] #44 6.476 + RM_GOPATH=0
11:44:32 [2022-06-21T11:44:32.805Z] #44 6.476 + TMP_GOPATH=
11:44:32 [2022-06-21T11:44:32.805Z] #44 6.476 + : /build
11:44:32 [2022-06-21T11:44:32.805Z] #44 6.476 + '[' -z '' ']'
11:44:32 [2022-06-21T11:44:32.805Z] #44 6.476 ++ mktemp -d
11:44:32 [2022-06-21T11:44:32.805Z] #44 6.476 + export GOPATH=/tmp/tmp.pOdFxBxehn
11:44:32 [2022-06-21T11:44:32.805Z] #44 6.476 + GOPATH=/tmp/tmp.pOdFxBxehn
11:44:32 [2022-06-21T11:44:32.805Z] #44 6.476 + RM_GOPATH=1
11:44:32 [2022-06-21T11:44:32.805Z] #44 6.476 + case "$(go env GOARCH)" in
11:44:32 [2022-06-21T11:44:32.805Z] #44 6.476 ++ go env GOARCH
11:44:32 [2022-06-21T11:44:32.826Z] #55 70.52 go: downloading github.com/charithe/durationcheck v0.0.9
11:44:32 [2022-06-21T11:44:32.826Z] #55 70.79 go: downloading github.com/daixiang0/gci v0.2.9
11:44:32 [2022-06-21T11:44:32.950Z] #19 147.6 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]
11:44:32 [2022-06-21T11:44:32.950Z] #19 147.6 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]
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.494 + export GO_BUILDMODE=-buildmode=pie
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.494 + GO_BUILDMODE=-buildmode=pie
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.497 ++ dirname /install.sh
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.499 + dir=/
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.499 + bin=tini
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.499 + shift
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.499 + '[' '!' -f //tini.installer ']'
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.499 + . //tini.installer
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.499 ++ : v0.19.0
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.499 + install_tini
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.499 + echo 'Install tini version v0.19.0'
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.499 Install tini version v0.19.0
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.499 + git clone https://github.com/krallin/tini.git /tmp/tmp.pOdFxBxehn/tini
11:44:33 [2022-06-21T11:44:33.066Z] #44 6.514 Cloning into '/tmp/tmp.pOdFxBxehn/tini'...
11:44:33 [2022-06-21T11:44:33.087Z] #55 70.93 go: downloading github.com/denis-tingajkin/go-header v0.4.2
11:44:33 [2022-06-21T11:44:33.087Z] #55 71.03 go: downloading github.com/esimonov/ifshort v1.0.4
11:44:33 [2022-06-21T11:44:33.087Z] #55 71.09 go: downloading github.com/fzipp/gocyclo v0.4.0
11:44:33 [2022-06-21T11:44:33.087Z] #55 71.10 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
11:44:33 [2022-06-21T11:44:33.348Z] #55 71.14 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
11:44:33 [2022-06-21T11:44:33.349Z] #55 71.14 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
11:44:33 [2022-06-21T11:44:33.349Z] #55 71.35 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
11:44:33 [2022-06-21T11:44:33.412Z] #55 ...
11:44:33 [2022-06-21T11:44:33.412Z] 
11:44:33 [2022-06-21T11:44:33.412Z] #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
11:44:33 [2022-06-21T11:44:33.412Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.14 NAME:
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.14    go-winres - A tool for embedding resources in Windows executables
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.14 
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.14 USAGE:
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.15    go-winres [global options] command [command options] [arguments...]
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.15 
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.15 COMMANDS:
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.16    init     Create an initial ./winres/winres.json
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.17    make     Make syso files for the "go build" command
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.17    simply   Make syso files for the "go build" command (simplified)
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.17    extract  Extract all resources from an executable
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.17    patch    Replace resources in an executable file (exe, dll)
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.17    help, h  Shows a list of commands or help for one command
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.17 
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.17 GLOBAL OPTIONS:
11:44:33 [2022-06-21T11:44:33.412Z] #40 66.17    --help, -h  show help (default: false)
11:44:33 [2022-06-21T11:44:33.412Z] #40 DONE 66.3s
11:44:33 [2022-06-21T11:44:33.412Z] 
11:44:33 [2022-06-21T11:44:33.412Z] #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
11:44:33 [2022-06-21T11:44:33.412Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:33 [2022-06-21T11:44:33.412Z] #51 65.01 Fetched 2314 kB in 4s (609 kB/s)
11:44:33 [2022-06-21T11:44:33.412Z] #51 65.82 Selecting previously unselected package libprotobuf23:amd64.
11:44:33 [2022-06-21T11:44:33.412Z] #51 65.82 (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 ... 15718 files and directories currently installed.)
11:44:33 [2022-06-21T11:44:33.412Z] #51 65.99 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
11:44:33 [2022-06-21T11:44:33.412Z] #51 66.07 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
11:44:33 [2022-06-21T11:44:33.610Z] #55 71.47 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
11:44:33 [2022-06-21T11:44:33.610Z] #55 71.60 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
11:44:33 [2022-06-21T11:44:33.872Z] #55 71.64 go: downloading github.com/golangci/misspell v0.3.5
11:44:33 [2022-06-21T11:44:33.872Z] #55 71.69 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
11:44:33 [2022-06-21T11:44:33.872Z] #55 71.73 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
11:44:33 [2022-06-21T11:44:33.872Z] #55 71.84 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
11:44:33 [2022-06-21T11:44:33.872Z] #55 ...
11:44:33 [2022-06-21T11:44:33.872Z] 
11:44:33 [2022-06-21T11:44:33.872Z] #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
11:44:33 [2022-06-21T11:44:33.872Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:33 [2022-06-21T11:44:33.872Z] #14 61.74 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]
11:44:33 [2022-06-21T11:44:33.872Z] #14 62.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]
11:44:33 [2022-06-21T11:44:33.872Z] #14 64.00 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]
11:44:33 [2022-06-21T11:44:33.872Z] #14 66.95 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]
11:44:33 [2022-06-21T11:44:33.872Z] #14 67.78 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]
11:44:33 [2022-06-21T11:44:33.872Z] #14 67.78 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 67.80 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 67.82 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 67.85 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 67.87 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]
11:44:33 [2022-06-21T11:44:33.872Z] #14 67.87 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 67.88 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 67.90 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 67.92 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 67.93 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 67.94 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 68.02 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 68.05 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 68.07 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 68.07 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
11:44:33 [2022-06-21T11:44:33.872Z] #14 69.91 debconf: delaying package configuration, since apt-utils is not installed
11:44:33 [2022-06-21T11:44:33.872Z] #14 70.36 Fetched 115 MB in 12s (9457 kB/s)
11:44:33 [2022-06-21T11:44:33.872Z] #14 70.48 Selecting previously unselected package binutils-mingw-w64-i686.
11:44:33 [2022-06-21T11:44:33.872Z] #14 70.48 (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 ... 15718 files and directories currently installed.)
11:44:33 [2022-06-21T11:44:33.872Z] #14 70.62 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
11:44:33 [2022-06-21T11:44:33.872Z] #14 70.62 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:44:34 [2022-06-21T11:44:34.006Z] #44 7.455 + cd /tmp/tmp.pOdFxBxehn/tini
11:44:34 [2022-06-21T11:44:34.006Z] #44 7.455 + git checkout -q v0.19.0
11:44:34 [2022-06-21T11:44:34.006Z] #44 7.455 + cmake .
11:44:34 [2022-06-21T11:44:34.164Z] #14 ...
11:44:34 [2022-06-21T11:44:34.164Z] 
11:44:34 [2022-06-21T11:44:34.164Z] #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.44.0"      && /build/golangci-lint --version
11:44:34 [2022-06-21T11:44:34.164Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:34 [2022-06-21T11:44:34.164Z] #55 71.89 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
11:44:34 [2022-06-21T11:44:34.425Z] #55 72.14 go: downloading github.com/jgautheron/goconst v1.5.1
11:44:34 [2022-06-21T11:44:34.425Z] #55 72.21 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
11:44:34 [2022-06-21T11:44:34.425Z] #55 ...
11:44:34 [2022-06-21T11:44:34.425Z] 
11:44:34 [2022-06-21T11:44:34.425Z] #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
11:44:34 [2022-06-21T11:44:34.425Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:34 [2022-06-21T11:44:34.425Z] #42 62.21 debconf: delaying package configuration, since apt-utils is not installed
11:44:34 [2022-06-21T11:44:34.425Z] #42 63.05 Fetched 17.7 MB in 2s (9067 kB/s)
11:44:34 [2022-06-21T11:44:34.426Z] #42 63.31 Selecting previously unselected package xxd.
11:44:34 [2022-06-21T11:44:34.426Z] #42 63.31 (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 ... 15718 files and directories currently installed.)
11:44:34 [2022-06-21T11:44:34.426Z] #42 63.50 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:44:34 [2022-06-21T11:44:34.426Z] #42 63.51 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:44:34 [2022-06-21T11:44:34.426Z] #42 63.99 Selecting previously unselected package vim-common.
11:44:34 [2022-06-21T11:44:34.426Z] #42 63.99 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:44:34 [2022-06-21T11:44:34.426Z] #42 64.07 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:44:34 [2022-06-21T11:44:34.426Z] #42 64.73 Selecting previously unselected package cmake-data.
11:44:34 [2022-06-21T11:44:34.426Z] #42 64.73 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:44:34 [2022-06-21T11:44:34.426Z] #42 64.74 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:44:34 [2022-06-21T11:44:34.426Z] #42 70.62 Selecting previously unselected package libicu67:amd64.
11:44:34 [2022-06-21T11:44:34.426Z] #42 70.62 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
11:44:34 [2022-06-21T11:44:34.426Z] #42 70.69 Unpacking libicu67:amd64 (67.1-7) ...
11:44:34 [2022-06-21T11:44:34.426Z] #42 ...
11:44:34 [2022-06-21T11:44:34.426Z] 
11:44:34 [2022-06-21T11:44:34.426Z] #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.44.0"      && /build/golangci-lint --version
11:44:34 [2022-06-21T11:44:34.426Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:34 [2022-06-21T11:44:34.426Z] #55 72.25 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
11:44:34 [2022-06-21T11:44:34.426Z] #55 72.27 go: downloading github.com/julz/importas v0.1.0
11:44:34 [2022-06-21T11:44:34.687Z] #55 72.36 go: downloading github.com/kisielk/errcheck v1.6.0
11:44:34 [2022-06-21T11:44:34.687Z] #55 72.39 go: downloading github.com/kulti/thelper v0.5.0
11:44:34 [2022-06-21T11:44:34.687Z] #55 72.49 go: downloading github.com/kunwardeep/paralleltest v1.0.3
11:44:34 [2022-06-21T11:44:34.687Z] #55 72.55 go: downloading github.com/kyoh86/exportloopref v0.1.8
11:44:34 [2022-06-21T11:44:34.687Z] #55 72.58 go: downloading github.com/ldez/gomoddirectives v0.2.2
11:44:34 [2022-06-21T11:44:34.782Z] #51 67.46 Selecting previously unselected package python3-pkg-resources.
11:44:34 [2022-06-21T11:44:34.782Z] #51 67.48 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
11:44:34 [2022-06-21T11:44:34.782Z] #51 67.52 Unpacking python3-pkg-resources (52.0.0-4) ...
11:44:34 [2022-06-21T11:44:34.951Z] #44 8.302 -- The C compiler identification is GNU 10.2.1
11:44:34 [2022-06-21T11:44:34.951Z] #44 8.410 -- Detecting C compiler ABI info
11:44:34 [2022-06-21T11:44:34.951Z] #44 ...
11:44:34 [2022-06-21T11:44:34.951Z] 
11:44:34 [2022-06-21T11:44:34.951Z] #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
11:44:34 [2022-06-21T11:44:34.951Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:44:34 [2022-06-21T11:44:34.951Z] #53 65.62 gotestsum version dev
11:44:34 [2022-06-21T11:44:34.951Z] #53 DONE 66.2s
11:44:34 [2022-06-21T11:44:34.962Z] #55 72.64 go: downloading github.com/ldez/tagliatelle v0.3.0
11:44:34 [2022-06-21T11:44:34.962Z] #55 72.73 go: downloading github.com/leonklingele/grouper v1.1.0
11:44:34 [2022-06-21T11:44:34.962Z] #55 72.96 go: downloading github.com/maratori/testpackage v1.0.1
11:44:35 [2022-06-21T11:44:35.213Z] 
11:44:35 [2022-06-21T11:44:35.213Z] #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
11:44:35 [2022-06-21T11:44:35.213Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:44:35 [2022-06-21T11:44:35.213Z] #77 7.906 Cloning into '/tmp/crun-build'...
11:44:35 [2022-06-21T11:44:35.213Z] #77 14.21 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
11:44:35 [2022-06-21T11:44:35.213Z] #77 14.23 Cloning into '/tmp/crun-build/libocispec'...
11:44:35 [2022-06-21T11:44:35.223Z] #55 73.09 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
11:44:35 [2022-06-21T11:44:35.223Z] #55 73.10 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
11:44:35 [2022-06-21T11:44:35.223Z] #55 73.14 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
11:44:35 [2022-06-21T11:44:35.223Z] #55 73.21 go: downloading github.com/mgechev/revive v1.1.3
11:44:35 [2022-06-21T11:44:35.326Z] #14 63.43 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
11:44:35 [2022-06-21T11:44:35.326Z] #14 63.43 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
11:44:35 [2022-06-21T11:44:35.326Z] #14 63.43 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:44:35 [2022-06-21T11:44:35.346Z] #51 68.24 Selecting previously unselected package python3-six.
11:44:35 [2022-06-21T11:44:35.473Z] #77 ...
11:44:35 [2022-06-21T11:44:35.474Z] 
11:44:35 [2022-06-21T11:44:35.474Z] #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
11:44:35 [2022-06-21T11:44:35.474Z] #44 sha256:7f75ab944a9b1e725176e03e5e3b0b92d270527d8176a8f490068e8b1b73427b
11:44:35 [2022-06-21T11:44:35.474Z] #44 9.013 -- Detecting C compiler ABI info - done
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.3 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]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.3 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]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.3 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]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.3 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]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.3 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]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.3 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.3 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.3 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.4 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.4 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.4 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.4 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.4 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.4 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.5 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.5 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.5 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.5 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
11:44:35 [2022-06-21T11:44:35.489Z] #19 150.6 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB]
11:44:35 [2022-06-21T11:44:35.604Z] #51 68.25 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
11:44:35 [2022-06-21T11:44:35.604Z] #51 68.29 Unpacking python3-six (1.16.0-2) ...
11:44:35 [2022-06-21T11:44:35.734Z] #44 9.185 -- Check for working C compiler: /usr/bin/cc - skipped
11:44:35 [2022-06-21T11:44:35.734Z] #44 9.185 -- Detecting C compile features
11:44:35 [2022-06-21T11:44:35.734Z] #44 9.185 -- Detecting C compile features - done
11:44:35 [2022-06-21T11:44:35.734Z] #44 9.250 -- Performing Test HAS_BUILTIN_FORTIFY
11:44:35 [2022-06-21T11:44:35.866Z] #51 68.55 Selecting previously unselected package python3-protobuf.
11:44:35 [2022-06-21T11:44:35.866Z] #51 68.55 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
11:44:35 [2022-06-21T11:44:35.866Z] #51 68.55 Unpacking python3-protobuf (3.12.4-1) ...
11:44:35 [2022-06-21T11:44:35.996Z] #44 9.482 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:44:36 [2022-06-21T11:44:36.166Z] #55 73.99 go: downloading github.com/moricho/tparallel v0.2.1
11:44:36 [2022-06-21T11:44:36.166Z] #55 74.04 go: downloading github.com/nakabonne/nestif v0.3.1
11:44:36 [2022-06-21T11:44:36.166Z] #55 74.06 go: downloading github.com/nishanths/exhaustive v0.7.11
11:44:36 [2022-06-21T11:44:36.166Z] #55 ...
11:44:36 [2022-06-21T11:44:36.166Z] 
11:44:36 [2022-06-21T11:44:36.166Z] #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
11:44:36 [2022-06-21T11:44:36.166Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:36 [2022-06-21T11:44:36.166Z] #51 63.88 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17-1 [683 kB]
11:44:36 [2022-06-21T11:44:36.166Z] #51 66.16 debconf: delaying package configuration, since apt-utils is not installed
11:44:36 [2022-06-21T11:44:36.166Z] #51 66.74 Fetched 2314 kB in 4s (595 kB/s)
11:44:36 [2022-06-21T11:44:36.166Z] #51 67.37 Selecting previously unselected package libprotobuf23:amd64.
11:44:36 [2022-06-21T11:44:36.166Z] #51 67.41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
11:44:36 [2022-06-21T11:44:36.166Z] #51 67.44 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 67.61 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 69.27 Selecting previously unselected package python3-pkg-resources.
11:44:36 [2022-06-21T11:44:36.166Z] #51 69.27 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 69.28 Unpacking python3-pkg-resources (52.0.0-4) ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 69.82 Selecting previously unselected package python3-six.
11:44:36 [2022-06-21T11:44:36.166Z] #51 69.82 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 69.82 Unpacking python3-six (1.16.0-2) ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 70.11 Selecting previously unselected package python3-protobuf.
11:44:36 [2022-06-21T11:44:36.166Z] #51 70.11 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 70.13 Unpacking python3-protobuf (3.12.4-1) ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 71.32 Selecting previously unselected package libnet1:amd64.
11:44:36 [2022-06-21T11:44:36.166Z] #51 71.32 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 71.36 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 71.70 Selecting previously unselected package libnl-3-200:amd64.
11:44:36 [2022-06-21T11:44:36.166Z] #51 71.70 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 71.71 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 71.93 Selecting previously unselected package libprotobuf-c1:amd64.
11:44:36 [2022-06-21T11:44:36.166Z] #51 71.93 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 71.94 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 72.21 Selecting previously unselected package criu.
11:44:36 [2022-06-21T11:44:36.166Z] #51 72.22 Preparing to unpack .../7-criu_3.17-1_amd64.deb ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 72.23 Unpacking criu (3.17-1) ...
11:44:36 [2022-06-21T11:44:36.166Z] #51 73.53 Setting up python3-pkg-resources (52.0.0-4) ...
11:44:36 [2022-06-21T11:44:36.259Z] #44 9.643 -- Configuring done
11:44:36 [2022-06-21T11:44:36.259Z] #44 9.643 -- Generating done
11:44:36 [2022-06-21T11:44:36.259Z] #44 9.643 -- Build files have been written to: /tmp/tmp.pOdFxBxehn/tini
11:44:36 [2022-06-21T11:44:36.259Z] #44 9.659 + make tini-static
11:44:36 [2022-06-21T11:44:36.428Z] #51 ...
11:44:36 [2022-06-21T11:44:36.428Z] 
11:44:36 [2022-06-21T11:44:36.428Z] #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
11:44:36 [2022-06-21T11:44:36.428Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:44:36 [2022-06-21T11:44:36.428Z] #34 71.63 Updating files:  87% (1334/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.
11:44:36 [2022-06-21T11:44:36.428Z] #34 72.55 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
11:44:36 [2022-06-21T11:44:36.428Z] #34 73.25 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
11:44:36 [2022-06-21T11:44:36.520Z] #44 9.953 Scanning dependencies of target tini-static
11:44:36 [2022-06-21T11:44:36.520Z] #44 10.04 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:44:36 [2022-06-21T11:44:36.690Z] #34 ...
11:44:36 [2022-06-21T11:44:36.690Z] 
11:44:36 [2022-06-21T11:44:36.690Z] #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
11:44:36 [2022-06-21T11:44:36.690Z] #64 sha256:978295747f5c7cff3ef40cfb8c120e667fa1648aa7736c191b3d168207f92843
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.608 + RM_GOPATH=0
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.608 + TMP_GOPATH=
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.608 + : /build
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.608 + '[' -z '' ']'
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.608 ++ mktemp -d
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.608 + export GOPATH=/tmp/tmp.pXFlNAMjaP
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.608 + GOPATH=/tmp/tmp.pXFlNAMjaP
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.608 + RM_GOPATH=1
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.608 + case "$(go env GOARCH)" in
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.608 ++ go env GOARCH
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.673 + export GO_BUILDMODE=-buildmode=pie
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.673 + GO_BUILDMODE=-buildmode=pie
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.673 ++ dirname /install.sh
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.694 + dir=/
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.694 + bin=containerd
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.694 + shift
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.694 + '[' '!' -f //containerd.installer ']'
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.694 + . //containerd.installer
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.694 ++ set -e
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.694 ++ : v1.6.6
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.694 + install_containerd
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.706 + echo 'Install containerd version v1.6.6'
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.706 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pXFlNAMjaP/src/github.com/containerd/containerd
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.706 Install containerd version v1.6.6
11:44:36 [2022-06-21T11:44:36.690Z] #64 1.716 Cloning into '/tmp/tmp.pXFlNAMjaP/src/github.com/containerd/containerd'...
11:44:36 [2022-06-21T11:44:36.818Z] #51 69.56 Selecting previously unselected package libnet1:amd64.
11:44:36 [2022-06-21T11:44:36.818Z] #51 69.58 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
11:44:36 [2022-06-21T11:44:36.818Z] #51 69.59 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:44:36 [2022-06-21T11:44:36.952Z] #64 ...
11:44:36 [2022-06-21T11:44:36.952Z] 
11:44:36 [2022-06-21T11:44:36.952Z] #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
11:44:36 [2022-06-21T11:44:36.952Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:36 [2022-06-21T11:44:36.952Z] #14 74.75 Selecting previously unselected package binutils-mingw-w64-x86-64.
11:44:36 [2022-06-21T11:44:36.952Z] #14 74.77 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
11:44:37 [2022-06-21T11:44:37.076Z] #51 69.79 Selecting previously unselected package libnl-3-200:amd64.
11:44:37 [2022-06-21T11:44:37.076Z] #51 69.79 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
11:44:37 [2022-06-21T11:44:37.076Z] #51 69.81 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
11:44:37 [2022-06-21T11:44:37.076Z] #51 ...
11:44:37 [2022-06-21T11:44:37.076Z] 
11:44:37 [2022-06-21T11:44:37.076Z] #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
11:44:37 [2022-06-21T11:44:37.076Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:44:37 [2022-06-21T11:44:37.214Z] #14 74.91 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:44:37 [2022-06-21T11:44:37.902Z] #44 11.44 [100%] Linking C executable tini-static
11:44:38 [2022-06-21T11:44:38.107Z] #34 70.26 Updating files:  86% (1315/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.
11:44:38 [2022-06-21T11:44:38.107Z] #34 71.08 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
11:44:38 [2022-06-21T11:44:38.884Z] #44 12.25 [100%] Built target tini-static
11:44:38 [2022-06-21T11:44:38.884Z] #44 12.34 + mkdir -p /build
11:44:38 [2022-06-21T11:44:38.884Z] #44 12.34 + cp tini-static /build/docker-init
11:44:39 [2022-06-21T11:44:39.478Z] #34 72.17 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
11:44:39 [2022-06-21T11:44:39.479Z] #34 ...
11:44:39 [2022-06-21T11:44:39.479Z] 
11:44:39 [2022-06-21T11:44:39.479Z] #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
11:44:39 [2022-06-21T11:44:39.479Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:39 [2022-06-21T11:44:39.479Z] #14 62.21 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]
11:44:39 [2022-06-21T11:44:39.479Z] #14 63.16 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]
11:44:39 [2022-06-21T11:44:39.479Z] #14 64.40 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]
11:44:39 [2022-06-21T11:44:39.479Z] #14 67.36 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]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.42 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.42 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.42 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.42 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.42 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.42 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]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.42 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.42 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.47 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.47 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.50 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.50 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.55 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.58 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.60 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 68.60 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
11:44:39 [2022-06-21T11:44:39.479Z] #14 70.31 debconf: delaying package configuration, since apt-utils is not installed
11:44:39 [2022-06-21T11:44:39.479Z] #14 70.82 Fetched 115 MB in 11s (9968 kB/s)
11:44:39 [2022-06-21T11:44:39.479Z] #14 70.99 Selecting previously unselected package binutils-mingw-w64-i686.
11:44:39 [2022-06-21T11:44:39.479Z] #14 70.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 ... 15718 files and directories currently installed.)
11:44:39 [2022-06-21T11:44:39.479Z] #14 71.25 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #14 71.26 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:44:39 [2022-06-21T11:44:39.479Z] #14 ...
11:44:39 [2022-06-21T11:44:39.479Z] 
11:44:39 [2022-06-21T11:44:39.479Z] #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.44.0"      && /build/golangci-lint --version
11:44:39 [2022-06-21T11:44:39.479Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:39 [2022-06-21T11:44:39.479Z] #55 66.65 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
11:44:39 [2022-06-21T11:44:39.479Z] #55 66.73 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 66.87 go: downloading github.com/alexkohler/prealloc v1.0.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 66.94 go: downloading github.com/ashanbrown/forbidigo v1.3.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 66.99 go: downloading github.com/ashanbrown/makezero v1.1.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 67.00 go: downloading github.com/bkielbasa/cyclop v1.2.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 67.03 go: downloading github.com/blizzy78/varnamelen v0.5.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 67.27 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 67.39 go: downloading github.com/breml/bidichk v0.2.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 67.42 go: downloading github.com/breml/errchkjson v0.2.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 67.53 go: downloading github.com/butuzov/ireturn v0.1.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 67.58 go: downloading github.com/charithe/durationcheck v0.0.9
11:44:39 [2022-06-21T11:44:39.479Z] #55 67.65 go: downloading github.com/daixiang0/gci v0.2.9
11:44:39 [2022-06-21T11:44:39.479Z] #55 67.67 go: downloading github.com/denis-tingajkin/go-header v0.4.2
11:44:39 [2022-06-21T11:44:39.479Z] #55 67.79 go: downloading github.com/esimonov/ifshort v1.0.4
11:44:39 [2022-06-21T11:44:39.479Z] #55 68.06 go: downloading github.com/fzipp/gocyclo v0.4.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 68.27 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
11:44:39 [2022-06-21T11:44:39.479Z] #55 68.37 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
11:44:39 [2022-06-21T11:44:39.479Z] #55 68.40 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.03 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.31 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.31 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.37 go: downloading github.com/golangci/misspell v0.3.5
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.40 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.51 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.55 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.57 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.57 go: downloading github.com/jgautheron/goconst v1.5.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.68 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.84 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.89 go: downloading github.com/julz/importas v0.1.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 69.94 go: downloading github.com/kisielk/errcheck v1.6.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 70.00 go: downloading github.com/kulti/thelper v0.5.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 70.06 go: downloading github.com/kunwardeep/paralleltest v1.0.3
11:44:39 [2022-06-21T11:44:39.479Z] #55 70.09 go: downloading github.com/kyoh86/exportloopref v0.1.8
11:44:39 [2022-06-21T11:44:39.479Z] #55 70.12 go: downloading github.com/ldez/gomoddirectives v0.2.2
11:44:39 [2022-06-21T11:44:39.479Z] #55 70.15 go: downloading github.com/ldez/tagliatelle v0.3.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 70.17 go: downloading github.com/leonklingele/grouper v1.1.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 70.21 go: downloading github.com/maratori/testpackage v1.0.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 70.47 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
11:44:39 [2022-06-21T11:44:39.479Z] #55 70.52 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 70.53 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
11:44:39 [2022-06-21T11:44:39.479Z] #55 70.57 go: downloading github.com/mgechev/revive v1.1.3
11:44:39 [2022-06-21T11:44:39.479Z] #55 71.32 go: downloading github.com/moricho/tparallel v0.2.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 71.32 go: downloading github.com/nakabonne/nestif v0.3.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 71.36 go: downloading github.com/nishanths/exhaustive v0.7.11
11:44:39 [2022-06-21T11:44:39.479Z] #55 71.38 go: downloading github.com/nishanths/predeclared v0.2.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 71.48 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
11:44:39 [2022-06-21T11:44:39.479Z] #55 71.59 go: downloading github.com/ryancurrah/gomodguard v1.2.3
11:44:39 [2022-06-21T11:44:39.479Z] #55 71.67 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
11:44:39 [2022-06-21T11:44:39.479Z] #55 71.78 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
11:44:39 [2022-06-21T11:44:39.479Z] #55 71.83 go: downloading github.com/securego/gosec/v2 v2.9.6
11:44:39 [2022-06-21T11:44:39.479Z] #55 72.27 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
11:44:39 [2022-06-21T11:44:39.479Z] #55 72.31 go: downloading github.com/sivchari/containedctx v1.0.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 72.31 go: downloading github.com/sivchari/tenv v1.4.7
11:44:39 [2022-06-21T11:44:39.479Z] #55 72.35 go: downloading github.com/sonatard/noctx v0.0.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 72.37 go: downloading github.com/sourcegraph/go-diff v0.6.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 72.47 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 72.49 go: downloading github.com/sylvia7788/contextcheck v1.0.4
11:44:39 [2022-06-21T11:44:39.479Z] #55 72.54 go: downloading github.com/tdakkota/asciicheck v0.1.1
11:44:39 [2022-06-21T11:44:39.479Z] #55 72.56 go: downloading github.com/tetafro/godot v1.4.11
11:44:39 [2022-06-21T11:44:39.479Z] #55 ...
11:44:39 [2022-06-21T11:44:39.479Z] 
11:44:39 [2022-06-21T11:44:39.479Z] #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             ;
11:44:39 [2022-06-21T11:44:39.479Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:39 [2022-06-21T11:44:39.479Z] #76 62.61 debconf: delaying package configuration, since apt-utils is not installed
11:44:39 [2022-06-21T11:44:39.479Z] #76 63.26 Fetched 5939 kB in 1s (5816 kB/s)
11:44:39 [2022-06-21T11:44:39.479Z] #76 63.48 Selecting previously unselected package bzip2.
11:44:39 [2022-06-21T11:44:39.479Z] #76 63.48 (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 ... 15718 files and directories currently installed.)
11:44:39 [2022-06-21T11:44:39.479Z] #76 63.58 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 63.58 Unpacking bzip2 (1.0.8-4) ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 63.93 Selecting previously unselected package libmagic-mgc.
11:44:39 [2022-06-21T11:44:39.479Z] #76 63.93 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 63.96 Unpacking libmagic-mgc (1:5.39-3) ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 64.96 Selecting previously unselected package libmagic1:amd64.
11:44:39 [2022-06-21T11:44:39.479Z] #76 64.97 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 65.00 Unpacking libmagic1:amd64 (1:5.39-3) ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 65.83 Selecting previously unselected package file.
11:44:39 [2022-06-21T11:44:39.479Z] #76 65.83 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 66.12 Unpacking file (1:5.39-3) ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 66.52 Selecting previously unselected package xz-utils.
11:44:39 [2022-06-21T11:44:39.479Z] #76 66.52 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 66.55 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 67.13 Selecting previously unselected package libsigsegv2:amd64.
11:44:39 [2022-06-21T11:44:39.479Z] #76 67.13 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 67.15 Unpacking libsigsegv2:amd64 (2.13-1) ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 67.59 Selecting previously unselected package m4.
11:44:39 [2022-06-21T11:44:39.479Z] #76 67.60 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 67.62 Unpacking m4 (1.4.18-5) ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 68.08 Selecting previously unselected package autoconf.
11:44:39 [2022-06-21T11:44:39.479Z] #76 68.15 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 68.17 Unpacking autoconf (2.69-14) ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 68.83 Selecting previously unselected package autotools-dev.
11:44:39 [2022-06-21T11:44:39.479Z] #76 68.84 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 68.84 Unpacking autotools-dev (20180224.1+nmu1) ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 69.17 Selecting previously unselected package automake.
11:44:39 [2022-06-21T11:44:39.479Z] #76 69.17 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 69.23 Unpacking automake (1:1.16.3-2) ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 70.06 Selecting previously unselected package patch.
11:44:39 [2022-06-21T11:44:39.479Z] #76 70.06 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 70.08 Unpacking patch (2.7.6-7) ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 70.40 Selecting previously unselected package dpkg-dev.
11:44:39 [2022-06-21T11:44:39.479Z] #76 70.41 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 70.49 Unpacking dpkg-dev (1.20.10) ...
11:44:39 [2022-06-21T11:44:39.479Z] #76 72.64 Selecting previously unselected package build-essential.
11:44:39 [2022-06-21T11:44:39.479Z] #76 72.66 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
11:44:39 [2022-06-21T11:44:39.490Z] #44 DONE 13.0s
11:44:39 [2022-06-21T11:44:39.490Z] 
11:44:39 [2022-06-21T11:44:39.490Z] #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
11:44:39 [2022-06-21T11:44:39.490Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:39 [2022-06-21T11:44:39.490Z] #14 69.65 Selecting previously unselected package gcc-mingw-w64-base.
11:44:39 [2022-06-21T11:44:39.490Z] #14 69.65 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
11:44:39 [2022-06-21T11:44:39.490Z] #14 69.65 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:44:39 [2022-06-21T11:44:39.490Z] #14 69.83 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
11:44:39 [2022-06-21T11:44:39.490Z] #14 69.83 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
11:44:39 [2022-06-21T11:44:39.490Z] #14 69.83 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:44:39 [2022-06-21T11:44:39.500Z] #14 ...
11:44:39 [2022-06-21T11:44:39.500Z] 
11:44:39 [2022-06-21T11:44:39.500Z] #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
11:44:39 [2022-06-21T11:44:39.500Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:44:39 [2022-06-21T11:44:39.500Z] #77 12.78 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
11:44:39 [2022-06-21T11:44:39.500Z] #77 13.08 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
11:44:39 [2022-06-21T11:44:39.701Z] #19 154.3 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
11:44:39 [2022-06-21T11:44:39.701Z] #19 154.3 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
11:44:39 [2022-06-21T11:44:39.701Z] #19 154.3 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
11:44:39 [2022-06-21T11:44:39.701Z] #19 154.4 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
11:44:39 [2022-06-21T11:44:39.701Z] #19 154.5 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]
11:44:39 [2022-06-21T11:44:39.736Z] #76 72.66 Unpacking build-essential (12.9) ...
11:44:39 [2022-06-21T11:44:39.736Z] #76 ...
11:44:39 [2022-06-21T11:44:39.736Z] 
11:44:39 [2022-06-21T11:44:39.736Z] #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.44.0"      && /build/golangci-lint --version
11:44:39 [2022-06-21T11:44:39.736Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:39 [2022-06-21T11:44:39.736Z] #55 72.77 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
11:44:39 [2022-06-21T11:44:39.736Z] #55 72.80 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
11:44:39 [2022-06-21T11:44:39.736Z] #55 72.85 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
11:44:39 [2022-06-21T11:44:39.993Z] #55 73.15 go: downloading github.com/ultraware/funlen v0.0.3
11:44:39 [2022-06-21T11:44:39.993Z] #55 73.16 go: downloading github.com/ultraware/whitespace v0.0.4
11:44:39 [2022-06-21T11:44:39.993Z] #55 73.18 go: downloading github.com/uudashr/gocognit v1.0.5
11:44:40 [2022-06-21T11:44:40.250Z] #55 73.39 go: downloading github.com/yagipy/maintidx v1.0.0
11:44:40 [2022-06-21T11:44:40.250Z] #55 73.44 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
11:44:40 [2022-06-21T11:44:40.814Z] #55 73.79 go: downloading gitlab.com/bosi/decorder v0.2.1
11:44:41 [2022-06-21T11:44:41.071Z] #55 74.08 go: downloading honnef.co/go/tools v0.2.2
11:44:41 [2022-06-21T11:44:41.468Z] #14 ...
11:44:41 [2022-06-21T11:44:41.468Z] 
11:44:41 [2022-06-21T11:44:41.468Z] #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             ;
11:44:41 [2022-06-21T11:44:41.468Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:41 [2022-06-21T11:44:41.468Z] #76 70.05 Selecting previously unselected package patch.
11:44:41 [2022-06-21T11:44:41.468Z] #76 70.06 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 70.12 Unpacking patch (2.7.6-7) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 70.57 Selecting previously unselected package dpkg-dev.
11:44:41 [2022-06-21T11:44:41.468Z] #76 70.59 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 70.62 Unpacking dpkg-dev (1.20.10) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 72.10 Selecting previously unselected package build-essential.
11:44:41 [2022-06-21T11:44:41.468Z] #76 72.11 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 72.12 Unpacking build-essential (12.9) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 72.32 Selecting previously unselected package libcap2:amd64.
11:44:41 [2022-06-21T11:44:41.468Z] #76 72.34 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 72.35 Unpacking libcap2:amd64 (1:2.44-1) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 72.54 Selecting previously unselected package libcap-dev:amd64.
11:44:41 [2022-06-21T11:44:41.468Z] #76 72.54 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 72.55 Unpacking libcap-dev:amd64 (1:2.44-1) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 72.87 Selecting previously unselected package libprotobuf-c1:amd64.
11:44:41 [2022-06-21T11:44:41.468Z] #76 72.88 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 72.89 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 73.23 Selecting previously unselected package libprotobuf-c-dev:amd64.
11:44:41 [2022-06-21T11:44:41.468Z] #76 73.23 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 73.24 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 73.59 Selecting previously unselected package libseccomp-dev:amd64.
11:44:41 [2022-06-21T11:44:41.468Z] #76 73.59 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 73.59 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 73.99 Selecting previously unselected package libsystemd-dev:amd64.
11:44:41 [2022-06-21T11:44:41.468Z] #76 73.99 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 74.01 Unpacking libsystemd-dev:amd64 (247.3-7) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 75.35 Selecting previously unselected package libtool.
11:44:41 [2022-06-21T11:44:41.468Z] #76 75.35 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 75.39 Unpacking libtool (2.4.6-15) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 75.74 Selecting previously unselected package libudev-dev:amd64.
11:44:41 [2022-06-21T11:44:41.468Z] #76 75.75 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 75.82 Unpacking libudev-dev:amd64 (247.3-7) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 76.16 Selecting previously unselected package libyajl2:amd64.
11:44:41 [2022-06-21T11:44:41.468Z] #76 76.17 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 76.19 Unpacking libyajl2:amd64 (2.1.0-3) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 76.45 Selecting previously unselected package libyajl-dev:amd64.
11:44:41 [2022-06-21T11:44:41.468Z] #76 76.47 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 76.50 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 76.88 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 76.97 Setting up libmagic-mgc (1:5.39-3) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.04 Setting up libyajl2:amd64 (2.1.0-3) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.10 Setting up libmagic1:amd64 (1:5.39-3) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.15 Setting up file (1:5.39-3) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.16 Setting up bzip2 (1.0.8-4) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.19 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.20 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.21 Setting up libcap2:amd64 (1:2.44-1) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.22 Setting up autotools-dev (20180224.1+nmu1) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.23 Setting up libsigsegv2:amd64 (2.13-1) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.24 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.32 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.34 Setting up patch (2.7.6-7) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.36 Setting up libudev-dev:amd64 (247.3-7) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.38 Setting up libyajl-dev:amd64 (2.1.0-3) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.39 Setting up libcap-dev:amd64 (1:2.44-1) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.40 Setting up libsystemd-dev:amd64 (247.3-7) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.41 Setting up libtool (2.4.6-15) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.43 Setting up m4 (1.4.18-5) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.43 Setting up dpkg-dev (1.20.10) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.46 Setting up autoconf (2.69-14) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.48 Setting up build-essential (12.9) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.49 Setting up automake (1:1.16.3-2) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.50 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:44:41 [2022-06-21T11:44:41.468Z] #76 77.62 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:41 [2022-06-21T11:44:41.468Z] #76 DONE 79.3s
11:44:41 [2022-06-21T11:44:41.468Z] 
11:44:41 [2022-06-21T11:44:41.468Z] #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
11:44:41 [2022-06-21T11:44:41.468Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:44:42 [2022-06-21T11:44:42.017Z] #77 25.85 aclocal: warning: couldn't open directory 'm4': No such file or directory
11:44:42 [2022-06-21T11:44:42.039Z] #55 ...
11:44:42 [2022-06-21T11:44:42.039Z] 
11:44:42 [2022-06-21T11:44:42.039Z] #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
11:44:42 [2022-06-21T11:44:42.039Z] #64 sha256:41940daf8f2005ef9a54ffdd45a5652604ab9bb014cefa6241b59c995b2b89e6
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.278 + RM_GOPATH=0
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.278 + TMP_GOPATH=
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.278 + : /build
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.278 + '[' -z '' ']'
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.278 ++ mktemp -d
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.282 + export GOPATH=/tmp/tmp.MuVmTOC0y8
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.282 + GOPATH=/tmp/tmp.MuVmTOC0y8
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.282 + RM_GOPATH=1
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.282 + case "$(go env GOARCH)" in
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.289 ++ go env GOARCH
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.363 + export GO_BUILDMODE=-buildmode=pie
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.363 + GO_BUILDMODE=-buildmode=pie
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.363 ++ dirname /install.sh
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.363 + dir=/
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.363 + bin=containerd
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.363 + shift
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.363 + '[' '!' -f //containerd.installer ']'
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.363 + . //containerd.installer
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.363 ++ set -e
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.401 ++ : v1.6.6
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.401 + install_containerd
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.427 + echo 'Install containerd version v1.6.6'
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.427 + git clone https://github.com/containerd/containerd.git /tmp/tmp.MuVmTOC0y8/src/github.com/containerd/containerd
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.427 Cloning into '/tmp/tmp.MuVmTOC0y8/src/github.com/containerd/containerd'...
11:44:42 [2022-06-21T11:44:42.039Z] #64 2.427 Install containerd version v1.6.6
11:44:42 [2022-06-21T11:44:42.296Z] #64 ...
11:44:42 [2022-06-21T11:44:42.296Z] 
11:44:42 [2022-06-21T11:44:42.296Z] #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
11:44:42 [2022-06-21T11:44:42.296Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:42 [2022-06-21T11:44:42.296Z] #14 75.34 Selecting previously unselected package binutils-mingw-w64-x86-64.
11:44:42 [2022-06-21T11:44:42.296Z] #14 75.34 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
11:44:42 [2022-06-21T11:44:42.296Z] #14 75.40 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:44:42 [2022-06-21T11:44:42.857Z] #77 1.300 Cloning into '/tmp/crun-build'...
11:44:42 [2022-06-21T11:44:42.993Z] #19 157.8 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
11:44:42 [2022-06-21T11:44:42.993Z] #19 157.8 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:44:42 [2022-06-21T11:44:42.993Z] #19 157.8 Get:48 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB]
11:44:42 [2022-06-21T11:44:42.993Z] #19 158.0 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
11:44:42 [2022-06-21T11:44:42.993Z] #19 158.0 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
11:44:42 [2022-06-21T11:44:42.993Z] #19 158.0 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:44:43 [2022-06-21T11:44:43.257Z] #19 158.5 Get:52 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
11:44:43 [2022-06-21T11:44:43.257Z] #19 158.5 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
11:44:43 [2022-06-21T11:44:43.257Z] #19 158.5 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
11:44:43 [2022-06-21T11:44:43.257Z] #19 158.5 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
11:44:43 [2022-06-21T11:44:43.257Z] #19 158.5 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
11:44:43 [2022-06-21T11:44:43.257Z] #19 158.5 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
11:44:43 [2022-06-21T11:44:43.257Z] #19 158.5 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
11:44:43 [2022-06-21T11:44:43.257Z] #19 158.5 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
11:44:43 [2022-06-21T11:44:43.257Z] #19 158.5 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
11:44:43 [2022-06-21T11:44:43.257Z] #19 158.5 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
11:44:43 [2022-06-21T11:44:43.257Z] #19 158.5 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
11:44:43 [2022-06-21T11:44:43.257Z] #19 ...
11:44:43 [2022-06-21T11:44:43.257Z] 
11:44:43 [2022-06-21T11:44:43.257Z] #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
11:44:43 [2022-06-21T11:44:43.257Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:44:43 [2022-06-21T11:44:43.257Z] #84 108.5 configure.ac:11: installing 'build-aux/compile'
11:44:43 [2022-06-21T11:44:43.257Z] #84 108.5 configure.ac:11: installing 'build-aux/config.guess'
11:44:43 [2022-06-21T11:44:43.257Z] #84 108.6 configure.ac:11: installing 'build-aux/config.sub'
11:44:43 [2022-06-21T11:44:43.257Z] #84 108.6 configure.ac:13: installing 'build-aux/install-sh'
11:44:43 [2022-06-21T11:44:43.257Z] #84 108.6 configure.ac:13: installing 'build-aux/missing'
11:44:43 [2022-06-21T11:44:43.257Z] #84 108.6 configure.ac:8: installing 'build-aux/tap-driver.sh'
11:44:43 [2022-06-21T11:44:43.606Z] #84 108.8 Makefile.am: installing 'build-aux/depcomp'
11:44:46 [2022-06-21T11:44:46.062Z] #14 ...
11:44:46 [2022-06-21T11:44:46.062Z] 
11:44:46 [2022-06-21T11:44:46.062Z] #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
11:44:46 [2022-06-21T11:44:46.062Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:44:46 [2022-06-21T11:44:46.062Z] #77 15.42 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
11:44:46 [2022-06-21T11:44:46.062Z] #77 15.49 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
11:44:46 [2022-06-21T11:44:46.062Z] #77 15.49 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
11:44:46 [2022-06-21T11:44:46.062Z] #77 15.49 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
11:44:46 [2022-06-21T11:44:46.062Z] #77 15.49 Cloning into '/tmp/crun-build/libocispec/image-spec'...
11:44:46 [2022-06-21T11:44:46.062Z] #77 17.45 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
11:44:46 [2022-06-21T11:44:46.062Z] #77 19.47 Cloning into '/tmp/crun-build/libocispec/yajl'...
11:44:46 [2022-06-21T11:44:46.062Z] #77 20.80 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
11:44:46 [2022-06-21T11:44:46.062Z] #77 20.98 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
11:44:46 [2022-06-21T11:44:46.062Z] #77 21.20 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
11:44:46 [2022-06-21T11:44:46.164Z] #77 ...
11:44:46 [2022-06-21T11:44:46.164Z] 
11:44:46 [2022-06-21T11:44:46.164Z] #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.44.0"      && /build/golangci-lint --version
11:44:46 [2022-06-21T11:44:46.164Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:46 [2022-06-21T11:44:46.164Z] #55 74.08 go: downloading github.com/nishanths/predeclared v0.2.1
11:44:46 [2022-06-21T11:44:46.164Z] #55 74.23 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
11:44:46 [2022-06-21T11:44:46.164Z] #55 74.28 go: downloading github.com/ryancurrah/gomodguard v1.2.3
11:44:46 [2022-06-21T11:44:46.164Z] #55 74.43 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
11:44:46 [2022-06-21T11:44:46.164Z] #55 74.47 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
11:44:46 [2022-06-21T11:44:46.164Z] #55 74.69 go: downloading github.com/securego/gosec/v2 v2.9.6
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.10 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.10 go: downloading github.com/sivchari/containedctx v1.0.1
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.11 go: downloading github.com/sivchari/tenv v1.4.7
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.13 go: downloading github.com/sonatard/noctx v0.0.1
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.17 go: downloading github.com/sourcegraph/go-diff v0.6.1
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.23 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.30 go: downloading github.com/sylvia7788/contextcheck v1.0.4
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.41 go: downloading github.com/tdakkota/asciicheck v0.1.1
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.51 go: downloading github.com/tetafro/godot v1.4.11
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.59 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.63 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.63 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.89 go: downloading github.com/ultraware/funlen v0.0.3
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.91 go: downloading github.com/ultraware/whitespace v0.0.4
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.93 go: downloading github.com/uudashr/gocognit v1.0.5
11:44:46 [2022-06-21T11:44:46.164Z] #55 75.95 go: downloading github.com/yagipy/maintidx v1.0.0
11:44:46 [2022-06-21T11:44:46.164Z] #55 76.01 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
11:44:46 [2022-06-21T11:44:46.164Z] #55 76.53 go: downloading gitlab.com/bosi/decorder v0.2.1
11:44:46 [2022-06-21T11:44:46.164Z] #55 76.73 go: downloading honnef.co/go/tools v0.2.2
11:44:46 [2022-06-21T11:44:46.164Z] #55 79.01 go: downloading mvdan.cc/gofumpt v0.2.1
11:44:46 [2022-06-21T11:44:46.164Z] #55 79.02 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
11:44:46 [2022-06-21T11:44:46.164Z] #55 79.26 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
11:44:46 [2022-06-21T11:44:46.164Z] #55 79.43 go: downloading github.com/hashicorp/hcl v1.0.0
11:44:46 [2022-06-21T11:44:46.164Z] #55 79.92 go: downloading github.com/pelletier/go-toml v1.9.4
11:44:46 [2022-06-21T11:44:46.164Z] #55 79.92 go: downloading golang.org/x/text v0.3.7
11:44:46 [2022-06-21T11:44:46.187Z] #77 ...
11:44:46 [2022-06-21T11:44:46.187Z] 
11:44:46 [2022-06-21T11:44:46.187Z] #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
11:44:46 [2022-06-21T11:44:46.188Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:44:46 [2022-06-21T11:44:46.188Z] #14 74.27 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
11:44:46 [2022-06-21T11:44:46.188Z] #14 74.28 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
11:44:46 [2022-06-21T11:44:46.188Z] #14 74.28 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:44:46 [2022-06-21T11:44:46.279Z] #84 111.1 checking build system type... x86_64-pc-linux-gnu
11:44:46 [2022-06-21T11:44:46.279Z] #84 111.6 checking host system type... x86_64-pc-linux-gnu
11:44:46 [2022-06-21T11:44:46.425Z] #55 ...
11:44:46 [2022-06-21T11:44:46.425Z] 
11:44:46 [2022-06-21T11:44:46.425Z] #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
11:44:46 [2022-06-21T11:44:46.425Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:46 [2022-06-21T11:44:46.425Z] #42 81.97 Selecting previously unselected package libxml2:amd64.
11:44:46 [2022-06-21T11:44:46.425Z] #42 81.98 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.425Z] #42 81.98 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
11:44:46 [2022-06-21T11:44:46.425Z] #42 83.08 Selecting previously unselected package libarchive13:amd64.
11:44:46 [2022-06-21T11:44:46.425Z] #42 83.09 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.425Z] #42 83.11 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:44:46 [2022-06-21T11:44:46.425Z] #42 83.86 Selecting previously unselected package libjsoncpp24:amd64.
11:44:46 [2022-06-21T11:44:46.425Z] #42 83.87 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.426Z] #42 83.90 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
11:44:46 [2022-06-21T11:44:46.426Z] #42 84.21 Selecting previously unselected package librhash0:amd64.
11:44:46 [2022-06-21T11:44:46.426Z] #42 84.22 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.426Z] #42 84.24 Unpacking librhash0:amd64 (1.4.1-2) ...
11:44:46 [2022-06-21T11:44:46.480Z] #14 ...
11:44:46 [2022-06-21T11:44:46.480Z] 
11:44:46 [2022-06-21T11:44:46.480Z] #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             ;
11:44:46 [2022-06-21T11:44:46.480Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
11:44:46 [2022-06-21T11:44:46.480Z] #76 72.85 Selecting previously unselected package libcap2:amd64.
11:44:46 [2022-06-21T11:44:46.480Z] #76 72.86 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 72.86 Unpacking libcap2:amd64 (1:2.44-1) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 73.19 Selecting previously unselected package libcap-dev:amd64.
11:44:46 [2022-06-21T11:44:46.480Z] #76 73.20 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 73.22 Unpacking libcap-dev:amd64 (1:2.44-1) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 73.53 Selecting previously unselected package libprotobuf-c1:amd64.
11:44:46 [2022-06-21T11:44:46.480Z] #76 73.55 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 73.56 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 73.84 Selecting previously unselected package libprotobuf-c-dev:amd64.
11:44:46 [2022-06-21T11:44:46.480Z] #76 73.84 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 73.88 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 73.98 Selecting previously unselected package libseccomp-dev:amd64.
11:44:46 [2022-06-21T11:44:46.480Z] #76 73.98 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 74.00 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 74.31 Selecting previously unselected package libsystemd-dev:amd64.
11:44:46 [2022-06-21T11:44:46.480Z] #76 74.32 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 74.36 Unpacking libsystemd-dev:amd64 (247.3-7) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 75.46 Selecting previously unselected package libtool.
11:44:46 [2022-06-21T11:44:46.480Z] #76 75.46 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 75.47 Unpacking libtool (2.4.6-15) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 76.06 Selecting previously unselected package libudev-dev:amd64.
11:44:46 [2022-06-21T11:44:46.480Z] #76 76.06 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 76.07 Unpacking libudev-dev:amd64 (247.3-7) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 76.50 Selecting previously unselected package libyajl2:amd64.
11:44:46 [2022-06-21T11:44:46.480Z] #76 76.51 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 76.53 Unpacking libyajl2:amd64 (2.1.0-3) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 76.67 Selecting previously unselected package libyajl-dev:amd64.
11:44:46 [2022-06-21T11:44:46.480Z] #76 76.69 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 76.71 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.13 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.19 Setting up libmagic-mgc (1:5.39-3) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.25 Setting up libyajl2:amd64 (2.1.0-3) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.27 Setting up libmagic1:amd64 (1:5.39-3) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.33 Setting up file (1:5.39-3) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.34 Setting up bzip2 (1.0.8-4) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.35 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.36 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.37 Setting up libcap2:amd64 (1:2.44-1) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.40 Setting up autotools-dev (20180224.1+nmu1) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.41 Setting up libsigsegv2:amd64 (2.13-1) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.42 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.46 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.60 Setting up patch (2.7.6-7) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.60 Setting up libudev-dev:amd64 (247.3-7) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.61 Setting up libyajl-dev:amd64 (2.1.0-3) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.62 Setting up libcap-dev:amd64 (1:2.44-1) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.63 Setting up libsystemd-dev:amd64 (247.3-7) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.66 Setting up libtool (2.4.6-15) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.70 Setting up m4 (1.4.18-5) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.73 Setting up dpkg-dev (1.20.10) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.79 Setting up autoconf (2.69-14) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.81 Setting up build-essential (12.9) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.83 Setting up automake (1:1.16.3-2) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.85 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:44:46 [2022-06-21T11:44:46.480Z] #76 77.91 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:46 [2022-06-21T11:44:46.480Z] #76 DONE 79.5s
11:44:46 [2022-06-21T11:44:46.540Z] #84 111.6 checking how to print strings... printf
11:44:46 [2022-06-21T11:44:46.540Z] #84 111.7 checking for gcc... gcc
11:44:46 [2022-06-21T11:44:46.632Z] #77 ...
11:44:46 [2022-06-21T11:44:46.632Z] 
11:44:46 [2022-06-21T11:44:46.632Z] #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
11:44:46 [2022-06-21T11:44:46.632Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:46 [2022-06-21T11:44:46.632Z] #14 77.75 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
11:44:46 [2022-06-21T11:44:46.632Z] #14 77.77 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.632Z] #14 77.77 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:44:46 [2022-06-21T11:44:46.687Z] #42 84.60 Selecting previously unselected package libuv1:amd64.
11:44:46 [2022-06-21T11:44:46.736Z] 
11:44:46 [2022-06-21T11:44:46.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
11:44:46 [2022-06-21T11:44:46.736Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:44:46 [2022-06-21T11:44:46.799Z] #84 111.8 checking whether the C compiler works... yes
11:44:46 [2022-06-21T11:44:46.799Z] #84 112.0 checking for C compiler default output file name... a.out
11:44:46 [2022-06-21T11:44:46.948Z] #42 84.60 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
11:44:46 [2022-06-21T11:44:46.949Z] #42 84.61 Unpacking libuv1:amd64 (1.40.0-2) ...
11:44:47 [2022-06-21T11:44:47.060Z] #84 112.0 checking for suffix of executables... 
11:44:47 [2022-06-21T11:44:47.210Z] #42 84.91 Selecting previously unselected package cmake.
11:44:47 [2022-06-21T11:44:47.210Z] #42 84.91 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
11:44:47 [2022-06-21T11:44:47.210Z] #42 84.92 Unpacking cmake (3.18.4-2+deb11u1) ...
11:44:47 [2022-06-21T11:44:47.299Z] #77 ...
11:44:47 [2022-06-21T11:44:47.299Z] 
11:44:47 [2022-06-21T11:44:47.299Z] #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
11:44:47 [2022-06-21T11:44:47.299Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:47 [2022-06-21T11:44:47.299Z] #51 70.09 Selecting previously unselected package libprotobuf-c1:amd64.
11:44:47 [2022-06-21T11:44:47.299Z] #51 70.10 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:44:47 [2022-06-21T11:44:47.299Z] #51 70.12 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:44:47 [2022-06-21T11:44:47.299Z] #51 70.42 Selecting previously unselected package criu.
11:44:47 [2022-06-21T11:44:47.299Z] #51 70.42 Preparing to unpack .../7-criu_3.17-1_amd64.deb ...
11:44:47 [2022-06-21T11:44:47.299Z] #51 70.42 Unpacking criu (3.17-1) ...
11:44:47 [2022-06-21T11:44:47.299Z] #51 71.97 Setting up python3-pkg-resources (52.0.0-4) ...
11:44:47 [2022-06-21T11:44:47.299Z] #51 75.38 Setting up libprotobuf23:amd64 (3.12.4-1) ...
11:44:47 [2022-06-21T11:44:47.299Z] #51 75.39 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:44:47 [2022-06-21T11:44:47.299Z] #51 75.41 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:44:47 [2022-06-21T11:44:47.299Z] #51 75.45 Setting up python3-six (1.16.0-2) ...
11:44:47 [2022-06-21T11:44:47.299Z] #51 77.50 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
11:44:47 [2022-06-21T11:44:47.299Z] #51 77.53 Setting up python3-protobuf (3.12.4-1) ...
11:44:47 [2022-06-21T11:44:47.322Z] #84 112.3 checking whether we are cross compiling... no
11:44:47 [2022-06-21T11:44:47.555Z] #51 ...
11:44:47 [2022-06-21T11:44:47.555Z] 
11:44:47 [2022-06-21T11:44:47.555Z] #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
11:44:47 [2022-06-21T11:44:47.555Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:47 [2022-06-21T11:44:47.555Z] #42 70.46 Selecting previously unselected package libicu67:amd64.
11:44:47 [2022-06-21T11:44:47.555Z] #42 70.53 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
11:44:47 [2022-06-21T11:44:47.555Z] #42 70.57 Unpacking libicu67:amd64 (67.1-7) ...
11:44:47 [2022-06-21T11:44:47.555Z] #42 ...
11:44:47 [2022-06-21T11:44:47.555Z] 
11:44:47 [2022-06-21T11:44:47.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
11:44:47 [2022-06-21T11:44:47.555Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:47 [2022-06-21T11:44:47.555Z] #14 80.06 Selecting previously unselected package binutils-mingw-w64.
11:44:47 [2022-06-21T11:44:47.555Z] #14 80.10 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
11:44:47 [2022-06-21T11:44:47.555Z] #14 80.12 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
11:44:47 [2022-06-21T11:44:47.555Z] #14 80.48 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:44:47 [2022-06-21T11:44:47.555Z] #14 80.48 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:44:47 [2022-06-21T11:44:47.555Z] #14 80.49 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:44:47 [2022-06-21T11:44:47.581Z] #84 112.7 checking for suffix of object files... o
11:44:47 [2022-06-21T11:44:47.812Z] #14 80.85 Selecting previously unselected package dmsetup.
11:44:47 [2022-06-21T11:44:47.812Z] #14 80.85 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
11:44:47 [2022-06-21T11:44:47.812Z] #14 80.86 Unpacking dmsetup (2:1.02.175-2.1) ...
11:44:47 [2022-06-21T11:44:47.840Z] #84 112.9 checking whether we are using the GNU C compiler... yes
11:44:47 [2022-06-21T11:44:47.840Z] #84 113.0 checking whether gcc accepts -g... yes
11:44:48 [2022-06-21T11:44:48.099Z] #84 113.2 checking for gcc option to accept ISO C89... none needed
11:44:48 [2022-06-21T11:44:48.358Z] #84 113.4 checking whether gcc understands -c and -o together... yes
11:44:48 [2022-06-21T11:44:48.358Z] #84 113.6 checking for a sed that does not truncate output... /bin/sed
11:44:48 [2022-06-21T11:44:48.358Z] #84 113.6 checking for grep that handles long lines and -e... /bin/grep
11:44:48 [2022-06-21T11:44:48.358Z] #84 113.6 checking for egrep... /bin/grep -E
11:44:48 [2022-06-21T11:44:48.358Z] #84 113.6 checking for fgrep... /bin/grep -F
11:44:48 [2022-06-21T11:44:48.358Z] #84 113.6 checking for ld used by gcc... /usr/bin/ld
11:44:48 [2022-06-21T11:44:48.358Z] #84 113.7 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:44:48 [2022-06-21T11:44:48.375Z] #14 81.25 Selecting previously unselected package mingw-w64-common.
11:44:48 [2022-06-21T11:44:48.375Z] #14 81.25 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
11:44:48 [2022-06-21T11:44:48.375Z] #14 81.26 Unpacking mingw-w64-common (8.0.0-1) ...
11:44:48 [2022-06-21T11:44:48.598Z] #42 ...
11:44:48 [2022-06-21T11:44:48.598Z] 
11:44:48 [2022-06-21T11:44:48.598Z] #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
11:44:48 [2022-06-21T11:44:48.598Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:48 [2022-06-21T11:44:48.598Z] #51 76.12 Setting up libprotobuf23:amd64 (3.12.4-1) ...
11:44:48 [2022-06-21T11:44:48.598Z] #51 76.13 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:44:48 [2022-06-21T11:44:48.598Z] #51 76.15 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:44:48 [2022-06-21T11:44:48.598Z] #51 76.16 Setting up python3-six (1.16.0-2) ...
11:44:48 [2022-06-21T11:44:48.598Z] #51 78.25 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
11:44:48 [2022-06-21T11:44:48.598Z] #51 78.91 Setting up python3-protobuf (3.12.4-1) ...
11:44:48 [2022-06-21T11:44:48.598Z] #51 85.56 Setting up criu (3.17-1) ...
11:44:48 [2022-06-21T11:44:48.598Z] #51 ...
11:44:48 [2022-06-21T11:44:48.598Z] 
11:44:48 [2022-06-21T11:44:48.598Z] #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
11:44:48 [2022-06-21T11:44:48.598Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:48 [2022-06-21T11:44:48.598Z] #14 79.47 Selecting previously unselected package binutils-mingw-w64.
11:44:48 [2022-06-21T11:44:48.598Z] #14 79.47 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
11:44:48 [2022-06-21T11:44:48.598Z] #14 79.53 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
11:44:48 [2022-06-21T11:44:48.598Z] #14 79.74 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:44:48 [2022-06-21T11:44:48.598Z] #14 79.76 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:44:48 [2022-06-21T11:44:48.598Z] #14 79.79 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:44:48 [2022-06-21T11:44:48.598Z] #14 80.23 Selecting previously unselected package dmsetup.
11:44:48 [2022-06-21T11:44:48.598Z] #14 80.25 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
11:44:48 [2022-06-21T11:44:48.598Z] #14 80.26 Unpacking dmsetup (2:1.02.175-2.1) ...
11:44:48 [2022-06-21T11:44:48.598Z] #14 80.49 Selecting previously unselected package mingw-w64-common.
11:44:48 [2022-06-21T11:44:48.598Z] #14 80.49 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
11:44:48 [2022-06-21T11:44:48.598Z] #14 80.50 Unpacking mingw-w64-common (8.0.0-1) ...
11:44:48 [2022-06-21T11:44:48.623Z] #84 113.7 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:44:48 [2022-06-21T11:44:48.623Z] #84 113.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:44:48 [2022-06-21T11:44:48.623Z] #84 113.9 checking whether ln -s works... yes
11:44:48 [2022-06-21T11:44:48.623Z] #84 113.9 checking the maximum length of command line arguments... 1572864
11:44:48 [2022-06-21T11:44:48.882Z] #84 114.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
11:44:48 [2022-06-21T11:44:48.882Z] #84 114.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
11:44:48 [2022-06-21T11:44:48.882Z] #84 114.0 checking for /usr/bin/ld option to reload object files... -r
11:44:48 [2022-06-21T11:44:48.882Z] #84 114.0 checking for objdump... objdump
11:44:48 [2022-06-21T11:44:48.882Z] #84 114.0 checking how to recognize dependent libraries... pass_all
11:44:48 [2022-06-21T11:44:48.882Z] #84 114.0 checking for dlltool... no
11:44:48 [2022-06-21T11:44:48.882Z] #84 114.0 checking how to associate runtime and link libraries... printf %s\n
11:44:48 [2022-06-21T11:44:48.882Z] #84 114.0 checking for ar... ar
11:44:49 [2022-06-21T11:44:49.141Z] #84 114.0 checking for archiver @FILE support... @
11:44:49 [2022-06-21T11:44:49.142Z] #84 114.3 checking for strip... strip
11:44:49 [2022-06-21T11:44:49.142Z] #84 114.3 checking for ranlib... ranlib
11:44:49 [2022-06-21T11:44:49.142Z] #84 114.3 checking for gawk... no
11:44:49 [2022-06-21T11:44:49.142Z] #84 114.3 checking for mawk... mawk
11:44:49 [2022-06-21T11:44:49.714Z] #84 114.3 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:44:49 [2022-06-21T11:44:49.714Z] #84 114.9 checking for sysroot... no
11:44:49 [2022-06-21T11:44:49.714Z] #84 115.0 checking for a working dd... /bin/dd
11:44:49 [2022-06-21T11:44:49.714Z] #84 115.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:44:49 [2022-06-21T11:44:49.973Z] #84 115.2 checking for mt... no
11:44:49 [2022-06-21T11:44:49.973Z] #84 115.3 checking if : is a manifest tool... no
11:44:50 [2022-06-21T11:44:50.543Z] #84 115.3 checking how to run the C preprocessor... gcc -E
11:44:51 [2022-06-21T11:44:51.145Z] #14 ...
11:44:51 [2022-06-21T11:44:51.145Z] 
11:44:51 [2022-06-21T11:44:51.145Z] #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
11:44:51 [2022-06-21T11:44:51.145Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:51 [2022-06-21T11:44:51.145Z] #51 88.97 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:51 [2022-06-21T11:44:51.439Z] #14 79.33 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
11:44:51 [2022-06-21T11:44:51.439Z] #14 79.34 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
11:44:51 [2022-06-21T11:44:51.439Z] #14 79.35 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:44:51 [2022-06-21T11:44:51.439Z] #14 ...
11:44:51 [2022-06-21T11:44:51.439Z] 
11:44:51 [2022-06-21T11:44:51.439Z] #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
11:44:51 [2022-06-21T11:44:51.439Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:44:51 [2022-06-21T11:44:51.439Z] #77 34.97 libtoolize: putting auxiliary files in '.'.
11:44:51 [2022-06-21T11:44:51.439Z] #77 34.97 libtoolize: copying file './ltmain.sh'
11:44:51 [2022-06-21T11:44:51.484Z] #84 115.8 checking for ANSI C header files... yes
11:44:51 [2022-06-21T11:44:51.746Z] #84 116.9 checking for sys/types.h... yes
11:44:52 [2022-06-21T11:44:52.001Z] #77 35.74 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
11:44:52 [2022-06-21T11:44:52.001Z] #77 35.74 libtoolize: and rerunning libtoolize and aclocal.
11:44:52 [2022-06-21T11:44:52.001Z] #77 35.74 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
11:44:52 [2022-06-21T11:44:52.011Z] #84 117.1 checking for sys/stat.h... yes
11:44:52 [2022-06-21T11:44:52.276Z] #84 117.4 checking for stdlib.h... yes
11:44:52 [2022-06-21T11:44:52.276Z] #84 117.6 checking for string.h... yes
11:44:52 [2022-06-21T11:44:52.533Z] #51 DONE 90.1s
11:44:52 [2022-06-21T11:44:52.533Z] 
11:44:52 [2022-06-21T11:44:52.533Z] #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.44.0"      && /build/golangci-lint --version
11:44:52 [2022-06-21T11:44:52.533Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:52 [2022-06-21T11:44:52.533Z] #55 89.26 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
11:44:52 [2022-06-21T11:44:52.533Z] #55 89.48 go: downloading github.com/gobwas/glob v0.2.3
11:44:52 [2022-06-21T11:44:52.533Z] #55 89.51 go: downloading github.com/kisielk/gotool v1.0.0
11:44:52 [2022-06-21T11:44:52.533Z] #55 89.75 go: downloading github.com/gostaticanalysis/comment v1.4.2
11:44:52 [2022-06-21T11:44:52.533Z] #55 89.82 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
11:44:52 [2022-06-21T11:44:52.533Z] #55 89.82 go: downloading golang.org/x/mod v0.5.1
11:44:52 [2022-06-21T11:44:52.533Z] #55 89.87 go: downloading github.com/ettle/strcase v0.1.1
11:44:52 [2022-06-21T11:44:52.533Z] #55 89.95 go: downloading github.com/fatih/structtag v1.2.0
11:44:52 [2022-06-21T11:44:52.533Z] #55 89.97 go: downloading github.com/Masterminds/semver v1.5.0
11:44:52 [2022-06-21T11:44:52.533Z] #55 90.26 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
11:44:52 [2022-06-21T11:44:52.533Z] #55 90.35 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
11:44:52 [2022-06-21T11:44:52.533Z] #55 90.49 go: downloading github.com/prometheus/client_golang v1.7.1
11:44:52 [2022-06-21T11:44:52.867Z] #84 117.8 checking for memory.h... yes
11:44:53 [2022-06-21T11:44:53.171Z] #84 118.2 checking for strings.h... yes
11:44:53 [2022-06-21T11:44:53.171Z] #84 118.3 checking for inttypes.h... yes
11:44:53 [2022-06-21T11:44:53.433Z] #84 118.6 checking for stdint.h... 
11:44:53 [2022-06-21T11:44:53.433Z] #84 ...
11:44:53 [2022-06-21T11:44:53.433Z] 
11:44:53 [2022-06-21T11:44:53.433Z] #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
11:44:53 [2022-06-21T11:44:53.433Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:44:53 [2022-06-21T11:44:53.433Z] #19 158.5 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 158.5 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
11:44:53 [2022-06-21T11:44:53.433Z] #19 158.5 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 158.6 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 158.6 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 158.6 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
11:44:53 [2022-06-21T11:44:53.433Z] #19 158.6 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 158.7 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 158.7 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 158.7 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 158.8 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]
11:44:53 [2022-06-21T11:44:53.433Z] #19 162.1 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
11:44:53 [2022-06-21T11:44:53.433Z] #19 162.1 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 162.2 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 162.2 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 162.3 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]
11:44:53 [2022-06-21T11:44:53.433Z] #19 165.2 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
11:44:53 [2022-06-21T11:44:53.433Z] #19 165.2 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
11:44:53 [2022-06-21T11:44:53.433Z] #19 165.2 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 165.2 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 165.2 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 165.2 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
11:44:53 [2022-06-21T11:44:53.433Z] #19 165.2 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 165.3 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 165.3 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #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]
11:44:53 [2022-06-21T11:44:53.433Z] #19 165.4 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]
11:44:53 [2022-06-21T11:44:53.433Z] #19 168.7 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
11:44:53 [2022-06-21T11:44:53.433Z] #19 168.7 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 168.8 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
11:44:53 [2022-06-21T11:44:53.433Z] #19 ...
11:44:53 [2022-06-21T11:44:53.433Z] 
11:44:53 [2022-06-21T11:44:53.433Z] #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
11:44:53 [2022-06-21T11:44:53.433Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:44:53 [2022-06-21T11:44:53.433Z] #84 118.6 checking for stdint.h... yes
11:44:53 [2022-06-21T11:44:53.477Z] #55 91.22 go: downloading github.com/prometheus/client_model v0.2.0
11:44:53 [2022-06-21T11:44:53.477Z] #55 91.38 go: downloading github.com/google/go-cmp v0.5.6
11:44:53 [2022-06-21T11:44:53.624Z] #14 ...
11:44:53 [2022-06-21T11:44:53.624Z] 
11:44:53 [2022-06-21T11:44:53.624Z] #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.44.0"      && /build/golangci-lint --version
11:44:53 [2022-06-21T11:44:53.624Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:53 [2022-06-21T11:44:53.624Z] #55 76.47 go: downloading mvdan.cc/gofumpt v0.2.1
11:44:53 [2022-06-21T11:44:53.624Z] #55 76.47 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
11:44:53 [2022-06-21T11:44:53.624Z] #55 76.65 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
11:44:53 [2022-06-21T11:44:53.624Z] #55 76.71 go: downloading github.com/davecgh/go-spew v1.1.1
11:44:53 [2022-06-21T11:44:53.624Z] #55 76.72 go: downloading github.com/pmezard/go-difflib v1.0.0
11:44:53 [2022-06-21T11:44:53.624Z] #55 76.74 go: downloading github.com/stretchr/objx v0.1.1
11:44:53 [2022-06-21T11:44:53.624Z] #55 76.99 go: downloading github.com/hashicorp/hcl v1.0.0
11:44:53 [2022-06-21T11:44:53.624Z] #55 77.27 go: downloading github.com/pelletier/go-toml v1.9.4
11:44:53 [2022-06-21T11:44:53.624Z] #55 77.31 go: downloading golang.org/x/text v0.3.7
11:44:53 [2022-06-21T11:44:53.624Z] #55 85.85 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
11:44:53 [2022-06-21T11:44:53.624Z] #55 85.92 go: downloading github.com/gobwas/glob v0.2.3
11:44:53 [2022-06-21T11:44:53.624Z] #55 85.95 go: downloading github.com/kisielk/gotool v1.0.0
11:44:53 [2022-06-21T11:44:53.624Z] #55 86.10 go: downloading github.com/gostaticanalysis/comment v1.4.2
11:44:53 [2022-06-21T11:44:53.624Z] #55 86.23 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
11:44:53 [2022-06-21T11:44:53.624Z] #55 86.32 go: downloading golang.org/x/mod v0.5.1
11:44:53 [2022-06-21T11:44:53.624Z] #55 86.37 go: downloading github.com/ettle/strcase v0.1.1
11:44:53 [2022-06-21T11:44:53.624Z] #55 86.44 go: downloading github.com/fatih/structtag v1.2.0
11:44:53 [2022-06-21T11:44:53.624Z] #55 ...
11:44:53 [2022-06-21T11:44:53.624Z] 
11:44:53 [2022-06-21T11:44:53.624Z] #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
11:44:53 [2022-06-21T11:44:53.624Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:53 [2022-06-21T11:44:53.624Z] #42 81.69 Selecting previously unselected package libxml2:amd64.
11:44:53 [2022-06-21T11:44:53.624Z] #42 81.69 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
11:44:53 [2022-06-21T11:44:53.624Z] #42 81.70 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
11:44:53 [2022-06-21T11:44:53.624Z] #42 82.82 Selecting previously unselected package libarchive13:amd64.
11:44:53 [2022-06-21T11:44:53.624Z] #42 82.83 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
11:44:53 [2022-06-21T11:44:53.624Z] #42 82.84 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:44:53 [2022-06-21T11:44:53.624Z] #42 83.42 Selecting previously unselected package libjsoncpp24:amd64.
11:44:53 [2022-06-21T11:44:53.624Z] #42 83.43 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
11:44:53 [2022-06-21T11:44:53.624Z] #42 83.46 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
11:44:53 [2022-06-21T11:44:53.624Z] #42 83.69 Selecting previously unselected package librhash0:amd64.
11:44:53 [2022-06-21T11:44:53.624Z] #42 83.69 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
11:44:53 [2022-06-21T11:44:53.624Z] #42 83.72 Unpacking librhash0:amd64 (1.4.1-2) ...
11:44:53 [2022-06-21T11:44:53.624Z] #42 84.07 Selecting previously unselected package libuv1:amd64.
11:44:53 [2022-06-21T11:44:53.624Z] #42 84.07 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
11:44:53 [2022-06-21T11:44:53.624Z] #42 84.08 Unpacking libuv1:amd64 (1.40.0-2) ...
11:44:53 [2022-06-21T11:44:53.624Z] #42 84.34 Selecting previously unselected package cmake.
11:44:53 [2022-06-21T11:44:53.624Z] #42 84.36 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
11:44:53 [2022-06-21T11:44:53.624Z] #42 84.36 Unpacking cmake (3.18.4-2+deb11u1) ...
11:44:54 [2022-06-21T11:44:54.001Z] #84 118.9 checking for unistd.h... yes
11:44:54 [2022-06-21T11:44:54.049Z] #55 91.85 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
11:44:54 [2022-06-21T11:44:54.310Z] #55 92.06 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
11:44:54 [2022-06-21T11:44:54.310Z] #55 92.12 go: downloading github.com/olekukonko/tablewriter v0.0.5
11:44:54 [2022-06-21T11:44:54.571Z] #55 92.40 go: downloading github.com/beorn7/perks v1.0.1
11:44:54 [2022-06-21T11:44:54.571Z] #55 92.50 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:44:54 [2022-06-21T11:44:54.574Z] #84 119.3 checking for dlfcn.h... yes
11:44:54 [2022-06-21T11:44:54.574Z] #84 119.6 checking for objdir... .libs
11:44:54 [2022-06-21T11:44:54.832Z] #55 92.57 go: downloading github.com/cespare/xxhash v1.1.0
11:44:54 [2022-06-21T11:44:54.832Z] #55 92.62 go: downloading github.com/golang/protobuf v1.5.2
11:44:55 [2022-06-21T11:44:55.092Z] #84 120.2 checking if gcc supports -fno-rtti -fno-exceptions... no
11:44:55 [2022-06-21T11:44:55.092Z] #84 120.3 checking for gcc option to produce PIC... -fPIC -DPIC
11:44:55 [2022-06-21T11:44:55.092Z] #84 120.3 checking if gcc PIC flag -fPIC -DPIC works... yes
11:44:55 [2022-06-21T11:44:55.425Z] #55 93.12 go: downloading github.com/prometheus/common v0.10.0
11:44:55 [2022-06-21T11:44:55.666Z] #84 120.4 checking if gcc static flag -static works... yes
11:44:55 [2022-06-21T11:44:55.666Z] #84 121.0 checking if gcc supports -c -o file.o... yes
11:44:55 [2022-06-21T11:44:55.687Z] #55 93.48 go: downloading github.com/prometheus/procfs v0.6.0
11:44:55 [2022-06-21T11:44:55.687Z] #55 ...
11:44:55 [2022-06-21T11:44:55.687Z] 
11:44:55 [2022-06-21T11:44:55.687Z] #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
11:44:55 [2022-06-21T11:44:55.687Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:55 [2022-06-21T11:44:55.687Z] #42 91.93 Setting up libicu67:amd64 (67.1-7) ...
11:44:55 [2022-06-21T11:44:55.687Z] #42 91.99 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:44:55 [2022-06-21T11:44:55.687Z] #42 92.02 Setting up libuv1:amd64 (1.40.0-2) ...
11:44:55 [2022-06-21T11:44:55.687Z] #42 92.06 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:44:55 [2022-06-21T11:44:55.687Z] #42 92.14 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
11:44:55 [2022-06-21T11:44:55.687Z] #42 92.17 Setting up librhash0:amd64 (1.4.1-2) ...
11:44:55 [2022-06-21T11:44:55.687Z] #42 92.23 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:44:55 [2022-06-21T11:44:55.687Z] #42 92.77 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
11:44:55 [2022-06-21T11:44:55.687Z] #42 92.90 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:44:55 [2022-06-21T11:44:55.687Z] #42 92.91 Setting up cmake (3.18.4-2+deb11u1) ...
11:44:55 [2022-06-21T11:44:55.687Z] #42 92.92 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:55 [2022-06-21T11:44:55.687Z] #42 DONE 93.5s
11:44:55 [2022-06-21T11:44:55.687Z] 
11:44:55 [2022-06-21T11:44:55.687Z] #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.44.0"      && /build/golangci-lint --version
11:44:55 [2022-06-21T11:44:55.687Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:55 [2022-06-21T11:44:55.687Z] #55 93.49 go: downloading github.com/mattn/go-runewidth v0.0.9
11:44:55 [2022-06-21T11:44:55.687Z] #55 93.61 go: downloading google.golang.org/protobuf v1.27.1
11:44:55 [2022-06-21T11:44:55.949Z] #55 ...
11:44:55 [2022-06-21T11:44:55.949Z] 
11:44:55 [2022-06-21T11:44:55.949Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
11:44:55 [2022-06-21T11:44:55.949Z] #43 sha256:6f166ce8403ad98034b4f083ca3bdb0c0b1d2e32fa82c27bb90fece55c087e87
11:44:55 [2022-06-21T11:44:55.949Z] #43 DONE 0.2s
11:44:55 [2022-06-21T11:44:55.949Z] 
11:44:55 [2022-06-21T11:44:55.949Z] #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
11:44:55 [2022-06-21T11:44:55.949Z] #44 sha256:ccdd60de7696b03e3bc1f10a8e0b9fa02fb9e63ace3ce1b39b08b756008678d2
11:44:55 [2022-06-21T11:44:55.961Z] #84 121.1 checking if gcc supports -c -o file.o... (cached) yes
11:44:55 [2022-06-21T11:44:55.961Z] #84 121.1 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
11:44:56 [2022-06-21T11:44:56.187Z] #42 ...
11:44:56 [2022-06-21T11:44:56.187Z] 
11:44:56 [2022-06-21T11:44:56.187Z] #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.44.0"      && /build/golangci-lint --version
11:44:56 [2022-06-21T11:44:56.187Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:44:56 [2022-06-21T11:44:56.187Z] #55 86.70 go: downloading github.com/Masterminds/semver v1.5.0
11:44:56 [2022-06-21T11:44:56.187Z] #55 86.82 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
11:44:56 [2022-06-21T11:44:56.187Z] #55 86.88 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
11:44:56 [2022-06-21T11:44:56.187Z] #55 86.98 go: downloading github.com/prometheus/client_golang v1.7.1
11:44:56 [2022-06-21T11:44:56.187Z] #55 87.66 go: downloading github.com/prometheus/client_model v0.2.0
11:44:56 [2022-06-21T11:44:56.187Z] #55 87.87 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
11:44:56 [2022-06-21T11:44:56.187Z] #55 87.91 go: downloading github.com/google/go-cmp v0.5.6
11:44:56 [2022-06-21T11:44:56.188Z] #55 88.36 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
11:44:56 [2022-06-21T11:44:56.188Z] #55 88.53 go: downloading github.com/olekukonko/tablewriter v0.0.5
11:44:56 [2022-06-21T11:44:56.188Z] #55 88.73 go: downloading github.com/beorn7/perks v1.0.1
11:44:56 [2022-06-21T11:44:56.188Z] #55 88.85 go: downloading github.com/cespare/xxhash/v2 v2.1.2
11:44:56 [2022-06-21T11:44:56.188Z] #55 88.88 go: downloading github.com/cespare/xxhash v1.1.0
11:44:56 [2022-06-21T11:44:56.188Z] #55 88.92 go: downloading github.com/golang/protobuf v1.5.2
11:44:56 [2022-06-21T11:44:56.188Z] #55 89.26 go: downloading github.com/prometheus/common v0.10.0
11:44:56 [2022-06-21T11:44:56.220Z] #84 121.1 checking dynamic linker characteristics... GNU/Linux ld.so
11:44:56 [2022-06-21T11:44:56.220Z] #84 121.5 checking how to hardcode library paths into programs... immediate
11:44:56 [2022-06-21T11:44:56.220Z] #84 121.5 checking whether stripping libraries is possible... yes
11:44:56 [2022-06-21T11:44:56.220Z] #84 121.5 checking if libtool supports shared libraries... yes
11:44:56 [2022-06-21T11:44:56.220Z] #84 121.5 checking whether to build shared libraries... no
11:44:56 [2022-06-21T11:44:56.220Z] #84 121.5 checking whether to build static libraries... yes
11:44:56 [2022-06-21T11:44:56.220Z] #84 121.5 checking for a BSD-compatible install... /usr/bin/install -c
11:44:56 [2022-06-21T11:44:56.220Z] #84 121.5 checking whether build environment is sane... yes
11:44:56 [2022-06-21T11:44:56.220Z] #84 121.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:44:56 [2022-06-21T11:44:56.220Z] #84 121.6 checking whether make sets $(MAKE)... yes
11:44:56 [2022-06-21T11:44:56.444Z] #55 89.55 go: downloading github.com/prometheus/procfs v0.6.0
11:44:56 [2022-06-21T11:44:56.444Z] #55 89.60 go: downloading github.com/mattn/go-runewidth v0.0.9
11:44:56 [2022-06-21T11:44:56.444Z] #55 89.66 go: downloading google.golang.org/protobuf v1.27.1
11:44:56 [2022-06-21T11:44:56.481Z] #84 121.6 checking whether make supports the include directive... yes (GNU style)
11:44:56 [2022-06-21T11:44:56.481Z] #84 121.7 checking whether make supports nested variables... yes
11:44:56 [2022-06-21T11:44:56.481Z] #84 121.7 checking whether UID '0' is supported by ustar format... yes
11:44:56 [2022-06-21T11:44:56.481Z] #84 121.8 checking whether GID '0' is supported by ustar format... yes
11:44:56 [2022-06-21T11:44:56.481Z] #84 121.8 checking how to create a ustar tar archive... gnutar
11:44:56 [2022-06-21T11:44:56.740Z] #84 121.8 checking dependency style of gcc... gcc3
11:44:56 [2022-06-21T11:44:56.740Z] #84 122.0 checking whether to enable maintainer-specific portions of Makefiles... yes
11:44:56 [2022-06-21T11:44:56.740Z] #84 122.0 checking whether make supports nested variables... (cached) yes
11:44:56 [2022-06-21T11:44:56.740Z] #84 122.0 checking for gawk... (cached) mawk
11:44:56 [2022-06-21T11:44:56.740Z] #84 122.0 checking for a sed that does not truncate output... (cached) /bin/sed
11:44:56 [2022-06-21T11:44:56.740Z] #84 122.0 checking for gcc... (cached) gcc
11:44:56 [2022-06-21T11:44:56.740Z] #84 122.1 checking whether we are using the GNU C compiler... (cached) yes
11:44:56 [2022-06-21T11:44:56.740Z] #84 122.1 checking whether gcc accepts -g... (cached) yes
11:44:56 [2022-06-21T11:44:56.740Z] #84 122.1 checking for gcc option to accept ISO C89... (cached) none needed
11:44:56 [2022-06-21T11:44:56.740Z] #84 122.1 checking whether gcc understands -c and -o together... (cached) yes
11:44:57 [2022-06-21T11:44:57.005Z] #84 122.1 checking for a Python interpreter with version >= 3... python3
11:44:57 [2022-06-21T11:44:57.006Z] #84 122.2 checking for python3... /usr/bin/python3
11:44:57 [2022-06-21T11:44:57.006Z] #84 122.2 checking for python3 version... 3.9
11:44:57 [2022-06-21T11:44:57.006Z] #84 122.3 checking for python3 platform... linux
11:44:57 [2022-06-21T11:44:57.252Z] #77 ...
11:44:57 [2022-06-21T11:44:57.252Z] 
11:44:57 [2022-06-21T11:44:57.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
11:44:57 [2022-06-21T11:44:57.252Z] #64 sha256:451a01997139e0dcfaa41af54e58eb636a34b29ca34c263fe922989ca109e2b2
11:44:57 [2022-06-21T11:44:57.252Z] #64 38.72 Updating files:  59% (2823/4776)
Updating files:  60% (2866/4776)
Updating files:  61% (2914/4776)
Updating files:  62% (2962/4776)
Updating files:  63% (3009/4776)
Updating files:  64% (3057/4776)
Updating files:  65% (3105/4776)
Updating files:  66% (3153/4776)
Updating files:  67% (3200/4776)
Updating files:  68% (3248/4776)
Updating files:  69% (3296/4776)
Updating files:  70% (3344/4776)
Updating files:  71% (3391/4776)
Updating files:  72% (3439/4776)
Updating files:  73% (3487/4776)
Updating files:  74% (3535/4776)
Updating files:  75% (3582/4776)
Updating files:  76% (3630/4776)
Updating files:  77% (3678/4776)
Updating files:  78% (3726/4776)
Updating files:  79% (3774/4776)
Updating files:  80% (3821/4776)
Updating files:  81% (3869/4776)
Updating files:  82% (3917/4776)
Updating files:  83% (3965/4776)
Updating files:  84% (4012/4776)
Updating files:  85% (4060/4776)
Updating files:  86% (4108/4776)
Updating files:  87% (4156/4776)
Updating files:  88% (4203/4776)
Updating files:  89% (4251/4776)
Updating files:  90% (4299/4776)
Updating files:  91% (4347/4776)
Updating files:  92% (4394/4776)
Updating files:  93% (4442/4776)
Updating files:  94% (4490/4776)
Updating files:  95% (4538/4776)
Updating files:  96% (4585/4776)
Updating files:  97% (4633/4776)
Updating files:  98% (4681/4776)
Updating files:  99% (4729/4776)
Updating files: 100% (4776/4776)
Updating files: 100% (4776/4776), done.
11:44:57 [2022-06-21T11:44:57.252Z] #64 39.66 + cd /tmp/tmp.h8fIWvBfzs/src/github.com/containerd/containerd
11:44:57 [2022-06-21T11:44:57.252Z] #64 39.67 + git checkout -q v1.6.6
11:44:57 [2022-06-21T11:44:57.252Z] #64 40.90 + export 'BUILDTAGS=netgo osusergo static_build'
11:44:57 [2022-06-21T11:44:57.252Z] #64 40.90 + BUILDTAGS='netgo osusergo static_build'
11:44:57 [2022-06-21T11:44:57.252Z] #64 40.90 + export EXTRA_FLAGS=-buildmode=pie
11:44:57 [2022-06-21T11:44:57.252Z] #64 40.90 + EXTRA_FLAGS=-buildmode=pie
11:44:57 [2022-06-21T11:44:57.252Z] #64 40.90 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
11:44:57 [2022-06-21T11:44:57.252Z] #64 40.90 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
11:44:57 [2022-06-21T11:44:57.252Z] #64 40.90 + '[' '' = dynamic ']'
11:44:57 [2022-06-21T11:44:57.252Z] #64 40.90 + make
11:44:57 [2022-06-21T11:44:57.252Z] #64 42.87 + bin/ctr
11:44:57 [2022-06-21T11:44:57.252Z] #64 ...
11:44:57 [2022-06-21T11:44:57.252Z] 
11:44:57 [2022-06-21T11:44:57.252Z] #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
11:44:57 [2022-06-21T11:44:57.252Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:44:57 [2022-06-21T11:44:57.252Z] #14 85.35 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
11:44:57 [2022-06-21T11:44:57.252Z] #14 85.36 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
11:44:57 [2022-06-21T11:44:57.252Z] #14 85.36 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.328 + RM_GOPATH=0
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.328 + TMP_GOPATH=
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.328 + : /build
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.328 + '[' -z '' ']'
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.328 ++ mktemp -d
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.328 + export GOPATH=/tmp/tmp.5AyNfh5YHo
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.328 + GOPATH=/tmp/tmp.5AyNfh5YHo
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.328 + RM_GOPATH=1
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.329 + case "$(go env GOARCH)" in
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.330 ++ go env GOARCH
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.336 + export GO_BUILDMODE=-buildmode=pie
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.336 + GO_BUILDMODE=-buildmode=pie
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.336 ++ dirname /install.sh
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.337 + dir=/
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.337 + bin=tini
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.337 + shift
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.338 + '[' '!' -f //tini.installer ']'
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.338 + . //tini.installer
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.338 ++ : v0.19.0
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.338 Install tini version v0.19.0
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.338 + install_tini
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.338 + echo 'Install tini version v0.19.0'
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.338 + git clone https://github.com/krallin/tini.git /tmp/tmp.5AyNfh5YHo/tini
11:44:57 [2022-06-21T11:44:57.336Z] #44 1.367 Cloning into '/tmp/tmp.5AyNfh5YHo/tini'...
11:44:57 [2022-06-21T11:44:57.374Z] #55 ...
11:44:57 [2022-06-21T11:44:57.374Z] 
11:44:57 [2022-06-21T11:44:57.374Z] #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
11:44:57 [2022-06-21T11:44:57.374Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
11:44:57 [2022-06-21T11:44:57.374Z] #51 83.94 Setting up criu (3.17-1) ...
11:44:57 [2022-06-21T11:44:57.374Z] #51 87.03 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:57 [2022-06-21T11:44:57.374Z] #51 DONE 90.1s
11:44:57 [2022-06-21T11:44:57.523Z] #84 122.5 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
11:44:57 [2022-06-21T11:44:57.632Z] 
11:44:57 [2022-06-21T11:44:57.632Z] #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
11:44:57 [2022-06-21T11:44:57.632Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:44:57 [2022-06-21T11:44:57.632Z] #14 90.52 Selecting previously unselected package mingw-w64-x86-64-dev.
11:44:57 [2022-06-21T11:44:57.632Z] #14 90.53 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
11:44:57 [2022-06-21T11:44:57.632Z] #14 90.57 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
11:44:57 [2022-06-21T11:44:57.782Z] #84 122.8 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
11:44:57 [2022-06-21T11:44:57.782Z] #84 123.1 checking for go-md2man... no
11:44:57 [2022-06-21T11:44:57.889Z] #14 ...
11:44:57 [2022-06-21T11:44:57.889Z] 
11:44:57 [2022-06-21T11:44:57.889Z] #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
11:44:57 [2022-06-21T11:44:57.889Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:44:57 [2022-06-21T11:44:57.889Z] #77 1.360 Cloning into '/tmp/crun-build'...
11:44:57 [2022-06-21T11:44:57.889Z] #77 10.86 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
11:44:57 [2022-06-21T11:44:57.889Z] #77 10.89 Cloning into '/tmp/crun-build/libocispec'...
11:44:58 [2022-06-21T11:44:58.041Z] #84 123.1 checking error.h usability... yes
11:44:58 [2022-06-21T11:44:58.041Z] #84 123.4 checking error.h presence... yes
11:44:58 [2022-06-21T11:44:58.280Z] #44 2.490 + cd /tmp/tmp.5AyNfh5YHo/tini
11:44:58 [2022-06-21T11:44:58.280Z] #44 2.490 + git checkout -q v0.19.0
11:44:58 [2022-06-21T11:44:58.280Z] #44 2.513 + cmake .
11:44:58 [2022-06-21T11:44:58.302Z] #84 123.5 checking for error.h... yes
11:44:58 [2022-06-21T11:44:58.302Z] #84 123.6 checking linux/openat2.h usability... yes
11:44:58 [2022-06-21T11:44:58.452Z] #77 ...
11:44:58 [2022-06-21T11:44:58.452Z] 
11:44:58 [2022-06-21T11:44:58.452Z] #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
11:44:58 [2022-06-21T11:44:58.452Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
11:44:58 [2022-06-21T11:44:58.452Z] #42 91.54 Setting up libicu67:amd64 (67.1-7) ...
11:44:58 [2022-06-21T11:44:58.561Z] #84 123.7 checking linux/openat2.h presence... yes
11:44:58 [2022-06-21T11:44:58.561Z] #84 123.8 checking for linux/openat2.h... yes
11:44:58 [2022-06-21T11:44:58.709Z] #42 91.69 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:44:58 [2022-06-21T11:44:58.709Z] #42 91.72 Setting up libuv1:amd64 (1.40.0-2) ...
11:44:58 [2022-06-21T11:44:58.709Z] #42 91.74 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:44:58 [2022-06-21T11:44:58.709Z] #42 91.81 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
11:44:58 [2022-06-21T11:44:58.709Z] #42 91.87 Setting up librhash0:amd64 (1.4.1-2) ...
11:44:58 [2022-06-21T11:44:58.709Z] #42 91.91 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:44:58 [2022-06-21T11:44:58.851Z] #14 ...
11:44:58 [2022-06-21T11:44:58.851Z] 
11:44:58 [2022-06-21T11:44:58.851Z] #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
11:44:58 [2022-06-21T11:44:58.851Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:44:58 [2022-06-21T11:44:58.851Z] #77 36.44 aclocal: warning: couldn't open directory 'm4': No such file or directory
11:44:58 [2022-06-21T11:44:58.965Z] #42 91.97 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
11:44:58 [2022-06-21T11:44:58.966Z] #42 92.03 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:44:59 [2022-06-21T11:44:59.129Z] #84 123.9 checking for copy_file_range... yes
11:44:59 [2022-06-21T11:44:59.222Z] #42 92.37 Setting up cmake (3.18.4-2+deb11u1) ...
11:44:59 [2022-06-21T11:44:59.223Z] #44 3.356 -- The C compiler identification is GNU 10.2.1
11:44:59 [2022-06-21T11:44:59.223Z] #44 3.497 -- Detecting C compiler ABI info
11:44:59 [2022-06-21T11:44:59.478Z] #42 92.45 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:44:59 [2022-06-21T11:44:59.698Z] #84 124.4 checking for fgetxattr... yes
11:45:00 [2022-06-21T11:45:00.042Z] #42 DONE 92.9s
11:45:00 [2022-06-21T11:45:00.042Z] 
11:45:00 [2022-06-21T11:45:00.042Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
11:45:00 [2022-06-21T11:45:00.042Z] #43 sha256:66f96f6b5006047098a09cd82a108eb2f9f52da596ce9eda62dfe7dabfdd2271
11:45:00 [2022-06-21T11:45:00.042Z] #43 DONE 0.1s
11:45:00 [2022-06-21T11:45:00.042Z] 
11:45:00 [2022-06-21T11:45:00.042Z] #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
11:45:00 [2022-06-21T11:45:00.042Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:00 [2022-06-21T11:45:00.042Z] #77 12.69 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
11:45:00 [2022-06-21T11:45:00.042Z] #77 12.74 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
11:45:00 [2022-06-21T11:45:00.042Z] #77 12.74 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
11:45:00 [2022-06-21T11:45:00.042Z] #77 12.74 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
11:45:00 [2022-06-21T11:45:00.042Z] #77 12.80 Cloning into '/tmp/crun-build/libocispec/image-spec'...
11:45:00 [2022-06-21T11:45:00.265Z] #84 124.9 checking for statx... yes
11:45:00 [2022-06-21T11:45:00.544Z] #84 125.5 checking for fgetpwent_r... yes
11:45:00 [2022-06-21T11:45:00.610Z] #44 4.550 -- Detecting C compiler ABI info - done
11:45:00 [2022-06-21T11:45:00.610Z] #44 4.824 -- Check for working C compiler: /usr/bin/cc - skipped
11:45:00 [2022-06-21T11:45:00.610Z] #44 4.836 -- Detecting C compile features
11:45:00 [2022-06-21T11:45:00.610Z] #44 4.837 -- Detecting C compile features - done
11:45:00 [2022-06-21T11:45:00.610Z] #44 4.879 -- Performing Test HAS_BUILTIN_FORTIFY
11:45:00 [2022-06-21T11:45:00.809Z] #84 125.8 checking for issetugid... no
11:45:00 [2022-06-21T11:45:00.809Z] #84 126.1 checking for pkg-config... /usr/bin/pkg-config
11:45:00 [2022-06-21T11:45:00.809Z] #84 126.1 checking pkg-config is at least version 0.9.0... yes
11:45:01 [2022-06-21T11:45:01.183Z] #44 5.272 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:45:01 [2022-06-21T11:45:01.183Z] #44 5.384 -- Configuring done
11:45:01 [2022-06-21T11:45:01.183Z] #44 5.402 -- Generating done
11:45:01 [2022-06-21T11:45:01.183Z] #44 5.426 -- Build files have been written to: /tmp/tmp.5AyNfh5YHo/tini
11:45:01 [2022-06-21T11:45:01.183Z] #44 5.517 + make tini-static
11:45:01 [2022-06-21T11:45:01.747Z] #84 126.2 checking for library containing yajl_tree_get... -lyajl
11:45:01 [2022-06-21T11:45:01.748Z] #84 126.9 checking for yajl >= 2.0.0... yes
11:45:01 [2022-06-21T11:45:01.755Z] #44 5.917 Scanning dependencies of target tini-static
11:45:01 [2022-06-21T11:45:01.755Z] #44 6.051 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:45:02 [2022-06-21T11:45:02.007Z] #84 127.0 checking sys/capability.h usability... yes
11:45:02 [2022-06-21T11:45:02.142Z] #77 ...
11:45:02 [2022-06-21T11:45:02.142Z] 
11:45:02 [2022-06-21T11:45:02.142Z] #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
11:45:02 [2022-06-21T11:45:02.142Z] #64 sha256:09b1eb433f72ba69c2913750cbce936dc868826579efb73e2762958ff61dd913
11:45:02 [2022-06-21T11:45:02.274Z] #84 127.3 checking sys/capability.h presence... yes
11:45:02 [2022-06-21T11:45:02.274Z] #84 127.4 checking for sys/capability.h... yes
11:45:02 [2022-06-21T11:45:02.562Z] #77 16.07 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
11:45:02 [2022-06-21T11:45:02.698Z] #44 ...
11:45:02 [2022-06-21T11:45:02.698Z] 
11:45:02 [2022-06-21T11:45:02.698Z] #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
11:45:02 [2022-06-21T11:45:02.698Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:45:02 [2022-06-21T11:45:02.698Z] #14 90.33 Selecting previously unselected package mingw-w64-x86-64-dev.
11:45:02 [2022-06-21T11:45:02.698Z] #14 90.35 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
11:45:02 [2022-06-21T11:45:02.698Z] #14 90.36 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
11:45:02 [2022-06-21T11:45:02.698Z] #14 ...
11:45:02 [2022-06-21T11:45:02.698Z] 
11:45:02 [2022-06-21T11:45:02.698Z] #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
11:45:02 [2022-06-21T11:45:02.698Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:02 [2022-06-21T11:45:02.698Z] #77 11.19 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
11:45:02 [2022-06-21T11:45:02.698Z] #77 11.23 Cloning into '/tmp/crun-build/libocispec'...
11:45:02 [2022-06-21T11:45:02.698Z] #77 13.10 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
11:45:02 [2022-06-21T11:45:02.698Z] #77 13.11 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
11:45:02 [2022-06-21T11:45:02.698Z] #77 13.11 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
11:45:02 [2022-06-21T11:45:02.698Z] #77 13.13 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
11:45:02 [2022-06-21T11:45:02.698Z] #77 13.17 Cloning into '/tmp/crun-build/libocispec/image-spec'...
11:45:02 [2022-06-21T11:45:02.698Z] #77 16.19 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
11:45:02 [2022-06-21T11:45:02.698Z] #77 19.00 Cloning into '/tmp/crun-build/libocispec/yajl'...
11:45:02 [2022-06-21T11:45:02.698Z] #77 21.24 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
11:45:02 [2022-06-21T11:45:02.861Z] #84 127.4 checking for library containing cap_from_name... 
11:45:02 [2022-06-21T11:45:02.861Z] #84 ...
11:45:02 [2022-06-21T11:45:02.861Z] 
11:45:02 [2022-06-21T11:45:02.861Z] #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
11:45:02 [2022-06-21T11:45:02.861Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:45:02 [2022-06-21T11:45:02.861Z] #41 DONE 190.6s
11:45:02 [2022-06-21T11:45:02.861Z] 
11:45:02 [2022-06-21T11:45:02.861Z] #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
11:45:02 [2022-06-21T11:45:02.861Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:45:02 [2022-06-21T11:45:02.861Z] #19 168.9 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 169.0 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]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.4 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.4 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.5 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.5 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.5 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.5 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.6 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.6 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.6 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.6 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.8 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.8 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.8 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.9 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 171.9 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]
11:45:02 [2022-06-21T11:45:02.861Z] #19 174.6 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
11:45:02 [2022-06-21T11:45:02.861Z] #19 174.6 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 174.7 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 174.8 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 174.9 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 177.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]
11:45:02 [2022-06-21T11:45:02.861Z] #19 177.7 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
11:45:02 [2022-06-21T11:45:02.861Z] #19 177.7 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 177.9 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 178.0 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 178.0 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 178.0 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
11:45:02 [2022-06-21T11:45:02.861Z] #19 178.0 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 178.1 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 178.1 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 178.1 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 178.1 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB]
11:45:02 [2022-06-21T11:45:02.861Z] #19 ...
11:45:02 [2022-06-21T11:45:02.861Z] 
11:45:02 [2022-06-21T11:45:02.861Z] #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
11:45:02 [2022-06-21T11:45:02.861Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:02 [2022-06-21T11:45:02.861Z] #84 127.4 checking for library containing cap_from_name... -lcap
11:45:02 [2022-06-21T11:45:02.981Z] #77 21.66 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
11:45:03 [2022-06-21T11:45:03.252Z] #77 ...
11:45:03 [2022-06-21T11:45:03.252Z] 
11:45:03 [2022-06-21T11:45:03.252Z] #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
11:45:03 [2022-06-21T11:45:03.252Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:45:03 [2022-06-21T11:45:03.252Z] #14 101.1 Selecting previously unselected package gcc-mingw-w64-base.
11:45:03 [2022-06-21T11:45:03.252Z] #14 101.1 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
11:45:03 [2022-06-21T11:45:03.252Z] #14 101.1 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:45:03 [2022-06-21T11:45:03.535Z] #14 101.4 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
11:45:03 [2022-06-21T11:45:03.535Z] #14 101.4 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
11:45:03 [2022-06-21T11:45:03.535Z] #14 101.4 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:45:03 [2022-06-21T11:45:03.701Z] #64 50.60 Updating files:  51% (2465/4776)
Updating files:  52% (2484/4776)
Updating files:  53% (2532/4776)
Updating files:  54% (2580/4776)
Updating files:  55% (2627/4776)
Updating files:  56% (2675/4776)
Updating files:  57% (2723/4776)
Updating files:  58% (2771/4776)
Updating files:  59% (2818/4776)
Updating files:  60% (2866/4776)
Updating files:  61% (2914/4776)
Updating files:  62% (2962/4776)
Updating files:  63% (3009/4776)
Updating files:  64% (3057/4776)
Updating files:  65% (3105/4776)
Updating files:  66% (3153/4776)
Updating files:  67% (3200/4776)
Updating files:  68% (3248/4776)
Updating files:  69% (3296/4776)
Updating files:  70% (3344/4776)
Updating files:  71% (3391/4776)
Updating files:  72% (3439/4776)
Updating files:  73% (3487/4776)
Updating files:  74% (3535/4776)
Updating files:  75% (3582/4776)
Updating files:  76% (3630/4776)
Updating files:  77% (3678/4776)
Updating files:  78% (3726/4776)
Updating files:  79% (3774/4776)
Updating files:  80% (3821/4776)
Updating files:  81% (3869/4776)
Updating files:  82% (3917/4776)
Updating files:  83% (3965/4776)
Updating files:  84% (4012/4776)
Updating files:  85% (4060/4776)
Updating files:  86% (4108/4776)
Updating files:  86% (4144/4776)
Updating files:  87% (4156/4776)
Updating files:  88% (4203/4776)
Updating files:  89% (4251/4776)
Updating files:  90% (4299/4776)
Updating files:  91% (4347/4776)
Updating files:  92% (4394/4776)
Updating files:  93% (4442/4776)
Updating files:  94% (4490/4776)
Updating files:  95% (4538/4776)
Updating files:  96% (4585/4776)
Updating files:  97% (4633/4776)
Updating files:  98% (4681/4776)
Updating files:  99% (4729/4776)
Updating files: 100% (4776/4776)
Updating files: 100% (4776/4776), done.
11:45:03 [2022-06-21T11:45:03.701Z] #64 52.12 + cd /tmp/tmp.ijJbQ7eSfH/src/github.com/containerd/containerd
11:45:03 [2022-06-21T11:45:03.701Z] #64 52.13 + git checkout -q v1.6.6
11:45:03 [2022-06-21T11:45:03.790Z] #14 ...
11:45:03 [2022-06-21T11:45:03.790Z] 
11:45:03 [2022-06-21T11:45:03.790Z] #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
11:45:03 [2022-06-21T11:45:03.790Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:45:03 [2022-06-21T11:45:03.790Z] #77 43.22 configure.ac:7: installing './compile'
11:45:03 [2022-06-21T11:45:03.790Z] #77 43.24 configure.ac:11: installing './config.guess'
11:45:03 [2022-06-21T11:45:03.790Z] #77 43.24 configure.ac:11: installing './config.sub'
11:45:03 [2022-06-21T11:45:03.790Z] #77 43.26 configure.ac:8: installing './install-sh'
11:45:03 [2022-06-21T11:45:03.790Z] #77 43.26 configure.ac:8: installing './missing'
11:45:03 [2022-06-21T11:45:03.790Z] #77 43.33 Makefile.am: installing './depcomp'
11:45:03 [2022-06-21T11:45:03.790Z] #77 44.35 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
11:45:03 [2022-06-21T11:45:03.790Z] #77 44.36 libtoolize: copying file 'build-aux/ltmain.sh'
11:45:03 [2022-06-21T11:45:03.790Z] #77 44.50 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
11:45:03 [2022-06-21T11:45:03.790Z] #77 44.51 libtoolize: copying file 'm4/libtool.m4'
11:45:03 [2022-06-21T11:45:03.790Z] #77 44.59 libtoolize: copying file 'm4/ltoptions.m4'
11:45:03 [2022-06-21T11:45:03.790Z] #77 44.72 libtoolize: copying file 'm4/ltsugar.m4'
11:45:03 [2022-06-21T11:45:03.790Z] #77 44.81 libtoolize: copying file 'm4/ltversion.m4'
11:45:03 [2022-06-21T11:45:03.790Z] #77 44.94 libtoolize: copying file 'm4/lt~obsolete.m4'
11:45:03 [2022-06-21T11:45:03.790Z] #77 45.06 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
11:45:03 [2022-06-21T11:45:03.802Z] #84 128.3 checking for library containing dlopen... -ldl
11:45:04 [2022-06-21T11:45:04.061Z] #84 129.1 checking seccomp.h usability... yes
11:45:04 [2022-06-21T11:45:04.321Z] #84 129.4 checking seccomp.h presence... yes
11:45:04 [2022-06-21T11:45:04.321Z] #84 129.6 checking for seccomp.h... yes
11:45:05 [2022-06-21T11:45:05.081Z] #77 ...
11:45:05 [2022-06-21T11:45:05.081Z] 
11:45:05 [2022-06-21T11:45:05.081Z] #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
11:45:05 [2022-06-21T11:45:05.081Z] #44 sha256:5535068f0104d1b0c24173782cce0c892f39ae7c44d0a8f0b5065f4504ea78d2
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.362 + RM_GOPATH=0
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.362 + TMP_GOPATH=
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.362 + : /build
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.362 + '[' -z '' ']'
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.362 ++ mktemp -d
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.364 + export GOPATH=/tmp/tmp.wnIv8UedDC
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.364 + GOPATH=/tmp/tmp.wnIv8UedDC
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.364 + RM_GOPATH=1
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.364 + case "$(go env GOARCH)" in
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.364 ++ go env GOARCH
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.373 + export GO_BUILDMODE=-buildmode=pie
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.373 + GO_BUILDMODE=-buildmode=pie
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.374 ++ dirname /install.sh
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.381 + dir=/
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.381 + bin=tini
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.381 + shift
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.381 + '[' '!' -f //tini.installer ']'
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.381 + . //tini.installer
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.382 ++ : v0.19.0
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.382 + install_tini
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.382 + echo 'Install tini version v0.19.0'
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.382 Install tini version v0.19.0
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.382 + git clone https://github.com/krallin/tini.git /tmp/tmp.wnIv8UedDC/tini
11:45:05 [2022-06-21T11:45:05.081Z] #44 1.388 Cloning into '/tmp/tmp.wnIv8UedDC/tini'...
11:45:05 [2022-06-21T11:45:05.081Z] #44 2.689 + cd /tmp/tmp.wnIv8UedDC/tini
11:45:05 [2022-06-21T11:45:05.081Z] #44 2.689 + git checkout -q v0.19.0
11:45:05 [2022-06-21T11:45:05.081Z] #44 2.716 + cmake .
11:45:05 [2022-06-21T11:45:05.081Z] #44 3.691 -- The C compiler identification is GNU 10.2.1
11:45:05 [2022-06-21T11:45:05.081Z] #44 3.789 -- Detecting C compiler ABI info
11:45:05 [2022-06-21T11:45:05.081Z] #44 4.784 -- Detecting C compiler ABI info - done
11:45:05 [2022-06-21T11:45:05.081Z] #44 4.981 -- Check for working C compiler: /usr/bin/cc - skipped
11:45:05 [2022-06-21T11:45:05.081Z] #44 4.982 -- Detecting C compile features
11:45:05 [2022-06-21T11:45:05.081Z] #44 4.996 -- Detecting C compile features - done
11:45:05 [2022-06-21T11:45:05.081Z] #44 5.054 -- Performing Test HAS_BUILTIN_FORTIFY
11:45:05 [2022-06-21T11:45:05.259Z] #84 129.6 checking for library containing seccomp_rule_add... -lseccomp
11:45:05 [2022-06-21T11:45:05.259Z] #84 130.4 checking for library containing seccomp_arch_resolve_name... none required
11:45:05 [2022-06-21T11:45:05.518Z] #84 130.6 checking systemd/sd-bus.h usability... yes
11:45:05 [2022-06-21T11:45:05.518Z] #84 130.7 checking systemd/sd-bus.h presence... 
11:45:05 [2022-06-21T11:45:05.518Z] #84 ...
11:45:05 [2022-06-21T11:45:05.518Z] 
11:45:05 [2022-06-21T11:45:05.518Z] #43 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:45:05 [2022-06-21T11:45:05.518Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 Delve is a source level debugger for Go programs.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 Delve enables you to interact with your program by controlling the execution of the process,
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 Pass flags to the program you are debugging using `--`, for example:
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 `dlv exec ./hello -- server --config conf/config.toml`
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 Usage:
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   dlv [command]
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 Available Commands:
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   attach      Attach to running process and begin debugging.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   connect     Connect to a headless debug server with a terminal client.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   core        Examine a core dump.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   debug       Compile and begin debugging main package in current directory, or the package specified.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   exec        Execute a precompiled binary, and begin a debug session.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   help        Help about any command
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   run         Deprecated command. Use 'debug' instead.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   test        Compile test binary and begin debugging program.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   trace       Compile and begin tracing program.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   version     Prints version.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 Flags:
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.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)
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.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)
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3       --disable-aslr                     Disables address space randomization
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   -h, --help                             help for dlv
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3       --init string                      Init file, executed by the terminal client.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3       --log                              Enable debugging server logging.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3       --wd string                        Working directory for running the program.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 Additional help topics:
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   dlv backend  Help about the --backend flag.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   dlv log      Help about logging flags.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3   dlv redirect Help about file redirection.
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 
11:45:05 [2022-06-21T11:45:05.518Z] #43 193.3 Use "dlv [command] --help" for more information about a command.
11:45:05 [2022-06-21T11:45:05.518Z] #43 DONE 193.5s
11:45:05 [2022-06-21T11:45:05.518Z] 
11:45:05 [2022-06-21T11:45:05.518Z] #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
11:45:05 [2022-06-21T11:45:05.518Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:05 [2022-06-21T11:45:05.518Z] #84 130.7 checking systemd/sd-bus.h presence... yes
11:45:05 [2022-06-21T11:45:05.518Z] #84 130.9 checking for systemd/sd-bus.h... yes
11:45:05 [2022-06-21T11:45:05.627Z] #64 53.86 + export 'BUILDTAGS=netgo osusergo static_build'
11:45:05 [2022-06-21T11:45:05.627Z] #64 53.86 + BUILDTAGS='netgo osusergo static_build'
11:45:05 [2022-06-21T11:45:05.627Z] #64 53.86 + export EXTRA_FLAGS=-buildmode=pie
11:45:05 [2022-06-21T11:45:05.627Z] #64 53.86 + EXTRA_FLAGS=-buildmode=pie
11:45:05 [2022-06-21T11:45:05.627Z] #64 53.86 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
11:45:05 [2022-06-21T11:45:05.627Z] #64 53.86 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
11:45:05 [2022-06-21T11:45:05.627Z] #64 53.86 + '[' '' = dynamic ']'
11:45:05 [2022-06-21T11:45:05.627Z] #64 53.86 + make
11:45:05 [2022-06-21T11:45:05.651Z] #44 5.525 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:45:05 [2022-06-21T11:45:05.651Z] #44 5.693 -- Configuring done
11:45:05 [2022-06-21T11:45:05.651Z] #44 5.741 -- Generating done
11:45:05 [2022-06-21T11:45:05.907Z] #44 5.748 -- Build files have been written to: /tmp/tmp.wnIv8UedDC/tini
11:45:05 [2022-06-21T11:45:05.907Z] #44 5.808 + make tini-static
11:45:06 [2022-06-21T11:45:06.085Z] #84 130.9 checking for library containing sd_bus_match_signal_async... -lsystemd
11:45:06 [2022-06-21T11:45:06.470Z] #44 6.379 Scanning dependencies of target tini-static
11:45:06 [2022-06-21T11:45:06.470Z] #44 6.447 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:45:06 [2022-06-21T11:45:06.657Z] #84 131.5 checking for sd_notify_barrier... yes
11:45:06 [2022-06-21T11:45:06.657Z] #84 131.8 checking linux/bpf.h usability... yes
11:45:06 [2022-06-21T11:45:06.845Z] #14 ...
11:45:06 [2022-06-21T11:45:06.845Z] 
11:45:06 [2022-06-21T11:45:06.845Z] #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
11:45:06 [2022-06-21T11:45:06.845Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:45:06 [2022-06-21T11:45:06.845Z] #53 103.2 gotestsum version dev
11:45:06 [2022-06-21T11:45:06.845Z] #53 DONE 104.3s
11:45:06 [2022-06-21T11:45:06.845Z] 
11:45:06 [2022-06-21T11:45:06.845Z] #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
11:45:06 [2022-06-21T11:45:06.845Z] #44 sha256:ccdd60de7696b03e3bc1f10a8e0b9fa02fb9e63ace3ce1b39b08b756008678d2
11:45:06 [2022-06-21T11:45:06.845Z] #44 8.088 [100%] Linking C executable tini-static
11:45:06 [2022-06-21T11:45:06.845Z] #44 8.984 [100%] Built target tini-static
11:45:06 [2022-06-21T11:45:06.845Z] #44 9.076 + mkdir -p /build
11:45:06 [2022-06-21T11:45:06.845Z] #44 9.080 + cp tini-static /build/docker-init
11:45:06 [2022-06-21T11:45:06.845Z] #44 DONE 10.7s
11:45:06 [2022-06-21T11:45:06.845Z] 
11:45:06 [2022-06-21T11:45:06.845Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:45:06 [2022-06-21T11:45:06.846Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:06 [2022-06-21T11:45:06.846Z] #77 22.10 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
11:45:06 [2022-06-21T11:45:06.915Z] #84 132.0 checking linux/bpf.h presence... yes
11:45:06 [2022-06-21T11:45:06.915Z] #84 132.1 checking for linux/bpf.h... yes
11:45:06 [2022-06-21T11:45:06.915Z] #84 132.1 checking compilation for eBPF... yes
11:45:06 [2022-06-21T11:45:06.915Z] #84 132.3 checking for criu >= 3.15... no
11:45:06 [2022-06-21T11:45:06.915Z] #84 132.3 configure: CRIU headers not found, building without CRIU support
11:45:06 [2022-06-21T11:45:06.915Z] #84 132.3 checking for criu > 3.16... no
11:45:06 [2022-06-21T11:45:06.915Z] #84 132.4 configure: CRIU version doesn't support join-ns API
11:45:06 [2022-06-21T11:45:06.915Z] #84 132.4 checking for criu > 3.16.1... no
11:45:06 [2022-06-21T11:45:06.915Z] #84 132.4 configure: CRIU version doesn't support for pre-dumping
11:45:07 [2022-06-21T11:45:07.174Z] #84 132.4 checking for new mount API (fsconfig)... yes
11:45:07 [2022-06-21T11:45:07.174Z] #84 132.5 checking for seccomp notify API... yes
11:45:07 [2022-06-21T11:45:07.433Z] #84 132.6 checking for gperf... no
11:45:07 [2022-06-21T11:45:07.433Z] #84 132.7 configure: gperf not found - cannot rebuild signal parser code
11:45:07 [2022-06-21T11:45:07.536Z] #64 55.67 + bin/ctr
11:45:07 [2022-06-21T11:45:07.693Z] #84 132.7 checking for library containing argp_parse... none required
11:45:07 [2022-06-21T11:45:07.693Z] #84 133.2 checking that generated files are newer than configure... done
11:45:07 [2022-06-21T11:45:07.693Z] #84 133.2 configure: creating ./config.status
11:45:07 [2022-06-21T11:45:07.840Z] #44 ...
11:45:07 [2022-06-21T11:45:07.840Z] 
11:45:07 [2022-06-21T11:45:07.840Z] #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
11:45:07 [2022-06-21T11:45:07.840Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:45:07 [2022-06-21T11:45:07.840Z] #14 101.1 Selecting previously unselected package gcc-mingw-w64-base.
11:45:08 [2022-06-21T11:45:08.097Z] #14 101.1 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
11:45:08 [2022-06-21T11:45:08.097Z] #14 101.1 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:45:08 [2022-06-21T11:45:08.097Z] #14 101.3 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
11:45:08 [2022-06-21T11:45:08.097Z] #14 101.3 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
11:45:08 [2022-06-21T11:45:08.097Z] #14 101.3 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:45:08 [2022-06-21T11:45:08.763Z] #77 ...
11:45:08 [2022-06-21T11:45:08.763Z] 
11:45:08 [2022-06-21T11:45:08.763Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
11:45:08 [2022-06-21T11:45:08.763Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:45:08 [2022-06-21T11:45:08.763Z] #55 96.31 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
11:45:09 [2022-06-21T11:45:09.029Z] #14 ...
11:45:09 [2022-06-21T11:45:09.029Z] 
11:45:09 [2022-06-21T11:45:09.029Z] #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.44.0"      && /build/golangci-lint --version
11:45:09 [2022-06-21T11:45:09.029Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:45:09 [2022-06-21T11:45:09.029Z] #55 92.10 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
11:45:09 [2022-06-21T11:45:09.057Z] #77 ...
11:45:09 [2022-06-21T11:45:09.057Z] 
11:45:09 [2022-06-21T11:45:09.057Z] #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
11:45:09 [2022-06-21T11:45:09.057Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:45:09 [2022-06-21T11:45:09.057Z] #14 96.36 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
11:45:09 [2022-06-21T11:45:09.057Z] #14 96.36 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
11:45:09 [2022-06-21T11:45:09.057Z] #14 96.36 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:45:09 [2022-06-21T11:45:09.286Z] #55 ...
11:45:09 [2022-06-21T11:45:09.286Z] 
11:45:09 [2022-06-21T11:45:09.286Z] #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
11:45:09 [2022-06-21T11:45:09.286Z] #44 sha256:5535068f0104d1b0c24173782cce0c892f39ae7c44d0a8f0b5065f4504ea78d2
11:45:09 [2022-06-21T11:45:09.286Z] #44 8.481 [100%] Linking C executable tini-static
11:45:09 [2022-06-21T11:45:09.286Z] #44 ...
11:45:09 [2022-06-21T11:45:09.286Z] 
11:45:09 [2022-06-21T11:45:09.286Z] #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
11:45:09 [2022-06-21T11:45:09.286Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
11:45:09 [2022-06-21T11:45:09.286Z] #53 101.1 gotestsum version dev
11:45:09 [2022-06-21T11:45:09.286Z] #53 DONE 102.4s
11:45:09 [2022-06-21T11:45:09.448Z] #64 ...
11:45:09 [2022-06-21T11:45:09.448Z] 
11:45:09 [2022-06-21T11:45:09.448Z] #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
11:45:09 [2022-06-21T11:45:09.448Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:45:09 [2022-06-21T11:45:09.448Z] #14 90.86 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
11:45:09 [2022-06-21T11:45:09.448Z] #14 90.88 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:45:09 [2022-06-21T11:45:09.448Z] #14 90.88 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:45:09 [2022-06-21T11:45:09.448Z] #14 97.01 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
11:45:09 [2022-06-21T11:45:09.448Z] #14 97.01 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
11:45:09 [2022-06-21T11:45:09.448Z] #14 97.02 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:45:09 [2022-06-21T11:45:09.544Z] 
11:45:09 [2022-06-21T11:45:09.544Z] #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
11:45:09 [2022-06-21T11:45:09.544Z] #44 sha256:5535068f0104d1b0c24173782cce0c892f39ae7c44d0a8f0b5065f4504ea78d2
11:45:09 [2022-06-21T11:45:09.544Z] #44 9.538 [100%] Built target tini-static
11:45:09 [2022-06-21T11:45:09.708Z] #14 ...
11:45:09 [2022-06-21T11:45:09.708Z] 
11:45:09 [2022-06-21T11:45:09.708Z] #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
11:45:09 [2022-06-21T11:45:09.708Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:09 [2022-06-21T11:45:09.708Z] #77 47.90 libtoolize: putting auxiliary files in '.'.
11:45:09 [2022-06-21T11:45:09.708Z] #77 47.90 libtoolize: copying file './ltmain.sh'
11:45:09 [2022-06-21T11:45:09.708Z] #77 48.63 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
11:45:09 [2022-06-21T11:45:09.708Z] #77 48.63 libtoolize: and rerunning libtoolize and aclocal.
11:45:09 [2022-06-21T11:45:09.708Z] #77 48.64 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
11:45:09 [2022-06-21T11:45:09.801Z] #44 9.676 + mkdir -p /build
11:45:09 [2022-06-21T11:45:09.801Z] #44 9.707 + cp tini-static /build/docker-init
11:45:09 [2022-06-21T11:45:09.801Z] #44 DONE 9.8s
11:45:09 [2022-06-21T11:45:09.801Z] 
11:45:09 [2022-06-21T11:45:09.801Z] #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
11:45:09 [2022-06-21T11:45:09.801Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:09 [2022-06-21T11:45:09.801Z] #77 18.86 Cloning into '/tmp/crun-build/libocispec/yajl'...
11:45:09 [2022-06-21T11:45:09.801Z] #77 20.93 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
11:45:09 [2022-06-21T11:45:09.801Z] #77 21.29 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
11:45:09 [2022-06-21T11:45:09.801Z] #77 21.52 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
11:45:10 [2022-06-21T11:45:10.250Z] #84 135.5 config.status: creating Makefile
11:45:10 [2022-06-21T11:45:10.250Z] #84 135.6 config.status: creating rpm/crun.spec
11:45:10 [2022-06-21T11:45:10.250Z] #84 135.6 config.status: creating config.h
11:45:10 [2022-06-21T11:45:10.517Z] #84 135.6 config.status: executing libtool commands
11:45:10 [2022-06-21T11:45:10.517Z] #84 135.7 config.status: executing depfiles commands
11:45:11 [2022-06-21T11:45:11.468Z] #84 136.9 === configuring in libocispec (/tmp/crun-build/libocispec)
11:45:11 [2022-06-21T11:45:11.468Z] #84 136.9 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
11:45:12 [2022-06-21T11:45:12.037Z] #84 137.3 checking for gcc... gcc
11:45:12 [2022-06-21T11:45:12.037Z] #84 137.4 checking whether the C compiler works... yes
11:45:12 [2022-06-21T11:45:12.037Z] #84 137.5 checking for C compiler default output file name... a.out
11:45:12 [2022-06-21T11:45:12.296Z] #84 137.5 checking for suffix of executables... 
11:45:12 [2022-06-21T11:45:12.296Z] #84 137.7 checking whether we are cross compiling... no
11:45:12 [2022-06-21T11:45:12.555Z] #84 137.8 checking for suffix of object files... o
11:45:12 [2022-06-21T11:45:12.817Z] #84 137.9 checking whether we are using the GNU C compiler... yes
11:45:12 [2022-06-21T11:45:12.817Z] #84 138.0 checking whether gcc accepts -g... yes
11:45:12 [2022-06-21T11:45:12.817Z] #84 138.0 checking for gcc option to accept ISO C89... none needed
11:45:13 [2022-06-21T11:45:13.082Z] #84 138.1 checking whether gcc understands -c and -o together... yes
11:45:13 [2022-06-21T11:45:13.082Z] #84 138.2 checking how to run the C preprocessor... gcc -E
11:45:13 [2022-06-21T11:45:13.082Z] #84 138.4 checking for grep that handles long lines and -e... /bin/grep
11:45:13 [2022-06-21T11:45:13.082Z] #84 138.4 checking for egrep... /bin/grep -E
11:45:13 [2022-06-21T11:45:13.654Z] #84 138.4 checking for ANSI C header files... yes
11:45:13 [2022-06-21T11:45:13.654Z] #84 138.9 checking for sys/types.h... yes
11:45:13 [2022-06-21T11:45:13.914Z] #84 139.0 checking for sys/stat.h... yes
11:45:13 [2022-06-21T11:45:13.914Z] #84 139.2 checking for stdlib.h... yes
11:45:14 [2022-06-21T11:45:14.178Z] #84 139.3 checking for string.h... yes
11:45:14 [2022-06-21T11:45:14.178Z] #84 139.5 checking for memory.h... yes
11:45:14 [2022-06-21T11:45:14.307Z] #14 101.7 Selecting previously unselected package g++-mingw-w64-x86-64.
11:45:14 [2022-06-21T11:45:14.307Z] #14 101.7 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 101.7 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 101.9 Selecting previously unselected package libapparmor1:arm64.
11:45:14 [2022-06-21T11:45:14.307Z] #14 101.9 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 101.9 Unpacking libapparmor1:arm64 (2.13.6-10) ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.0 Selecting previously unselected package libapparmor-dev:arm64.
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.0 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.0 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.1 Selecting previously unselected package libbtrfs0:arm64.
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.1 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.3 Selecting previously unselected package libbtrfs-dev:arm64.
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.3 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.3 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.5 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.5 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.6 Selecting previously unselected package libudev-dev:arm64.
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.6 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
11:45:14 [2022-06-21T11:45:14.307Z] #14 102.6 Unpacking libudev-dev:arm64 (247.3-7) ...
11:45:14 [2022-06-21T11:45:14.440Z] #84 139.6 checking for strings.h... yes
11:45:14 [2022-06-21T11:45:14.440Z] #84 139.7 checking for inttypes.h... yes
11:45:14 [2022-06-21T11:45:14.564Z] #14 102.7 Selecting previously unselected package libsepol1-dev:arm64.
11:45:14 [2022-06-21T11:45:14.564Z] #14 102.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
11:45:14 [2022-06-21T11:45:14.564Z] #14 102.7 Unpacking libsepol1-dev:arm64 (3.1-1) ...
11:45:14 [2022-06-21T11:45:14.700Z] #84 139.8 checking for stdint.h... yes
11:45:14 [2022-06-21T11:45:14.822Z] #14 103.0 Selecting previously unselected package libpcre2-16-0:arm64.
11:45:14 [2022-06-21T11:45:14.822Z] #14 103.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ...
11:45:14 [2022-06-21T11:45:14.822Z] #14 103.0 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
11:45:14 [2022-06-21T11:45:14.822Z] #14 103.2 Selecting previously unselected package libpcre2-32-0:arm64.
11:45:14 [2022-06-21T11:45:14.959Z] #84 140.0 checking for unistd.h... yes
11:45:14 [2022-06-21T11:45:14.959Z] #84 140.1 checking minix/config.h usability... no
11:45:14 [2022-06-21T11:45:14.959Z] #84 140.2 checking minix/config.h presence... no
11:45:14 [2022-06-21T11:45:14.959Z] #84 140.3 checking for minix/config.h... no
11:45:14 [2022-06-21T11:45:14.959Z] #84 140.3 checking whether it is safe to define __EXTENSIONS__... 
11:45:14 [2022-06-21T11:45:14.959Z] #84 ...
11:45:14 [2022-06-21T11:45:14.959Z] 
11:45:14 [2022-06-21T11:45:14.959Z] #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
11:45:14 [2022-06-21T11:45:14.959Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:45:14 [2022-06-21T11:45:14.959Z] #19 180.2 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
11:45:14 [2022-06-21T11:45:14.959Z] #19 180.2 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
11:45:14 [2022-06-21T11:45:14.959Z] #19 180.3 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
11:45:14 [2022-06-21T11:45:14.959Z] #19 180.4 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
11:45:14 [2022-06-21T11:45:14.959Z] #19 180.4 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]
11:45:14 [2022-06-21T11:45:14.959Z] #19 182.3 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
11:45:14 [2022-06-21T11:45:14.959Z] #19 182.3 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
11:45:14 [2022-06-21T11:45:14.959Z] #19 183.9 debconf: delaying package configuration, since apt-utils is not installed
11:45:14 [2022-06-21T11:45:14.959Z] #19 184.5 Fetched 788 MB in 47s (16.8 MB/s)
11:45:14 [2022-06-21T11:45:14.959Z] #19 184.6 Selecting previously unselected package liblocale-gettext-perl.
11:45:14 [2022-06-21T11:45:14.959Z] #19 184.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 ... 15718 files and directories currently installed.)
11:45:14 [2022-06-21T11:45:14.959Z] #19 184.7 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
11:45:14 [2022-06-21T11:45:14.959Z] #19 184.7 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
11:45:14 [2022-06-21T11:45:14.959Z] #19 184.9 Selecting previously unselected package bzip2.
11:45:14 [2022-06-21T11:45:14.959Z] #19 184.9 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
11:45:14 [2022-06-21T11:45:14.959Z] #19 184.9 Unpacking bzip2 (1.0.8-4) ...
11:45:14 [2022-06-21T11:45:14.959Z] #19 185.0 Selecting previously unselected package libmagic-mgc.
11:45:14 [2022-06-21T11:45:14.959Z] #19 185.0 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
11:45:14 [2022-06-21T11:45:14.959Z] #19 185.0 Unpacking libmagic-mgc (1:5.39-3) ...
11:45:14 [2022-06-21T11:45:14.959Z] #19 185.3 Selecting previously unselected package libmagic1:amd64.
11:45:14 [2022-06-21T11:45:14.959Z] #19 185.3 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
11:45:14 [2022-06-21T11:45:14.959Z] #19 185.3 Unpacking libmagic1:amd64 (1:5.39-3) ...
11:45:14 [2022-06-21T11:45:14.959Z] #19 185.3 Selecting previously unselected package file.
11:45:14 [2022-06-21T11:45:14.959Z] #19 185.3 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
11:45:14 [2022-06-21T11:45:14.959Z] #19 185.4 Unpacking file (1:5.39-3) ...
11:45:14 [2022-06-21T11:45:14.959Z] #19 185.4 Selecting previously unselected package xz-utils.
11:45:14 [2022-06-21T11:45:14.960Z] #19 185.4 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:45:14 [2022-06-21T11:45:14.960Z] #19 185.5 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:45:14 [2022-06-21T11:45:14.960Z] #19 185.6 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:45:14 [2022-06-21T11:45:14.960Z] #19 185.6 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
11:45:14 [2022-06-21T11:45:14.960Z] #19 185.6 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
11:45:14 [2022-06-21T11:45:14.960Z] #19 187.1 Selecting previously unselected package binutils-arm-linux-gnueabi.
11:45:14 [2022-06-21T11:45:14.960Z] #19 187.1 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
11:45:14 [2022-06-21T11:45:14.960Z] #19 187.1 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
11:45:14 [2022-06-21T11:45:14.960Z] #19 188.0 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:45:14 [2022-06-21T11:45:14.960Z] #19 188.0 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
11:45:14 [2022-06-21T11:45:14.960Z] #19 188.0 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
11:45:14 [2022-06-21T11:45:14.960Z] #19 189.1 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
11:45:14 [2022-06-21T11:45:14.960Z] #19 189.1 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
11:45:14 [2022-06-21T11:45:14.960Z] #19 189.1 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
11:45:14 [2022-06-21T11:45:14.960Z] #19 190.2 Selecting previously unselected package binutils-s390x-linux-gnu.
11:45:14 [2022-06-21T11:45:14.960Z] #19 190.2 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
11:45:14 [2022-06-21T11:45:14.960Z] #19 190.2 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
11:45:15 [2022-06-21T11:45:15.079Z] #14 103.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ...
11:45:15 [2022-06-21T11:45:15.079Z] #14 103.2 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
11:45:15 [2022-06-21T11:45:15.079Z] #14 103.4 Selecting previously unselected package libpcre2-posix2:arm64.
11:45:15 [2022-06-21T11:45:15.079Z] #14 103.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ...
11:45:15 [2022-06-21T11:45:15.079Z] #14 103.4 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
11:45:15 [2022-06-21T11:45:15.220Z] #19 ...
11:45:15 [2022-06-21T11:45:15.220Z] 
11:45:15 [2022-06-21T11:45:15.220Z] #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
11:45:15 [2022-06-21T11:45:15.220Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:15 [2022-06-21T11:45:15.220Z] #84 140.3 checking whether it is safe to define __EXTENSIONS__... yes
11:45:15 [2022-06-21T11:45:15.336Z] #14 103.5 Selecting previously unselected package libpcre2-dev:arm64.
11:45:15 [2022-06-21T11:45:15.336Z] #14 103.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ...
11:45:15 [2022-06-21T11:45:15.336Z] #14 103.5 Unpacking libpcre2-dev:arm64 (10.36-2) ...
11:45:15 [2022-06-21T11:45:15.479Z] #84 140.5 checking build system type... x86_64-pc-linux-gnu
11:45:15 [2022-06-21T11:45:15.480Z] #84 140.8 checking host system type... x86_64-pc-linux-gnu
11:45:15 [2022-06-21T11:45:15.480Z] #84 140.8 checking how to print strings... printf
11:45:15 [2022-06-21T11:45:15.480Z] #84 140.8 checking for a sed that does not truncate output... /bin/sed
11:45:15 [2022-06-21T11:45:15.480Z] #84 140.8 checking for fgrep... /bin/grep -F
11:45:15 [2022-06-21T11:45:15.480Z] #84 140.8 checking for ld used by gcc... /usr/bin/ld
11:45:15 [2022-06-21T11:45:15.480Z] #84 140.9 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:45:15 [2022-06-21T11:45:15.480Z] #84 140.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:45:15 [2022-06-21T11:45:15.739Z] #84 140.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:45:15 [2022-06-21T11:45:15.739Z] #84 141.0 checking whether ln -s works... yes
11:45:15 [2022-06-21T11:45:15.739Z] #84 141.0 checking the maximum length of command line arguments... 1572864
11:45:15 [2022-06-21T11:45:15.739Z] #84 141.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
11:45:15 [2022-06-21T11:45:15.739Z] #84 141.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
11:45:15 [2022-06-21T11:45:15.739Z] #84 141.0 checking for /usr/bin/ld option to reload object files... -r
11:45:15 [2022-06-21T11:45:15.739Z] #84 141.0 checking for objdump... objdump
11:45:15 [2022-06-21T11:45:15.739Z] #84 141.0 checking how to recognize dependent libraries... pass_all
11:45:15 [2022-06-21T11:45:15.739Z] #84 141.0 checking for dlltool... no
11:45:15 [2022-06-21T11:45:15.739Z] #84 141.0 checking how to associate runtime and link libraries... printf %s\n
11:45:15 [2022-06-21T11:45:15.739Z] #84 141.0 checking for ar... ar
11:45:15 [2022-06-21T11:45:15.850Z] #14 103.9 Selecting previously unselected package libselinux1-dev:arm64.
11:45:15 [2022-06-21T11:45:15.850Z] #14 103.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
11:45:15 [2022-06-21T11:45:15.850Z] #14 103.9 Unpacking libselinux1-dev:arm64 (3.1-3) ...
11:45:15 [2022-06-21T11:45:15.850Z] #14 104.1 Selecting previously unselected package libdevmapper-dev:arm64.
11:45:15 [2022-06-21T11:45:15.850Z] #14 104.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
11:45:15 [2022-06-21T11:45:15.850Z] #14 104.1 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
11:45:15 [2022-06-21T11:45:15.998Z] #84 141.0 checking for archiver @FILE support... @
11:45:15 [2022-06-21T11:45:15.998Z] #84 141.1 checking for strip... strip
11:45:15 [2022-06-21T11:45:15.998Z] #84 141.1 checking for ranlib... ranlib
11:45:15 [2022-06-21T11:45:15.998Z] #84 141.1 checking for gawk... no
11:45:15 [2022-06-21T11:45:15.998Z] #84 141.1 checking for mawk... mawk
11:45:15 [2022-06-21T11:45:15.998Z] #84 141.1 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:45:15 [2022-06-21T11:45:15.998Z] #84 141.4 checking for sysroot... no
11:45:15 [2022-06-21T11:45:15.998Z] #84 141.4 checking for a working dd... /bin/dd
11:45:15 [2022-06-21T11:45:15.998Z] #84 141.4 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:45:16 [2022-06-21T11:45:16.107Z] #14 104.2 Selecting previously unselected package libseccomp-dev:arm64.
11:45:16 [2022-06-21T11:45:16.107Z] #14 104.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
11:45:16 [2022-06-21T11:45:16.107Z] #14 104.3 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
11:45:16 [2022-06-21T11:45:16.107Z] #14 104.4 Selecting previously unselected package libsystemd-dev:arm64.
11:45:16 [2022-06-21T11:45:16.107Z] #14 104.4 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ...
11:45:16 [2022-06-21T11:45:16.107Z] #14 104.4 Unpacking libsystemd-dev:arm64 (247.3-7) ...
11:45:16 [2022-06-21T11:45:16.257Z] #84 141.5 checking for mt... no
11:45:16 [2022-06-21T11:45:16.257Z] #84 141.5 checking if : is a manifest tool... no
11:45:16 [2022-06-21T11:45:16.290Z] #77 ...
11:45:16 [2022-06-21T11:45:16.290Z] 
11:45:16 [2022-06-21T11:45:16.290Z] #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
11:45:16 [2022-06-21T11:45:16.290Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:45:16 [2022-06-21T11:45:16.290Z] #14 103.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
11:45:16 [2022-06-21T11:45:16.290Z] #14 103.5 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:45:16 [2022-06-21T11:45:16.290Z] #14 103.5 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:45:16 [2022-06-21T11:45:16.517Z] #84 141.5 checking for dlfcn.h... yes
11:45:16 [2022-06-21T11:45:16.517Z] #84 141.7 checking for objdir... .libs
11:45:16 [2022-06-21T11:45:16.778Z] #84 141.9 checking if gcc supports -fno-rtti -fno-exceptions... no
11:45:16 [2022-06-21T11:45:16.778Z] #84 142.1 checking for gcc option to produce PIC... -fPIC -DPIC
11:45:16 [2022-06-21T11:45:16.778Z] #84 142.1 checking if gcc PIC flag -fPIC -DPIC works... yes
11:45:16 [2022-06-21T11:45:16.907Z] #55 ...
11:45:16 [2022-06-21T11:45:16.907Z] 
11:45:16 [2022-06-21T11:45:16.908Z] #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
11:45:16 [2022-06-21T11:45:16.908Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:45:16 [2022-06-21T11:45:16.908Z] #14 113.8 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
11:45:16 [2022-06-21T11:45:16.908Z] #14 113.8 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:45:16 [2022-06-21T11:45:16.908Z] #14 113.8 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:45:17 [2022-06-21T11:45:17.348Z] #84 142.2 checking if gcc static flag -static works... yes
11:45:17 [2022-06-21T11:45:17.348Z] #84 142.6 checking if gcc supports -c -o file.o... yes
11:45:17 [2022-06-21T11:45:17.348Z] #84 142.8 checking if gcc supports -c -o file.o... (cached) yes
11:45:17 [2022-06-21T11:45:17.607Z] #84 142.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
11:45:17 [2022-06-21T11:45:17.867Z] #84 142.8 checking dynamic linker characteristics... GNU/Linux ld.so
11:45:17 [2022-06-21T11:45:17.867Z] #84 143.1 checking how to hardcode library paths into programs... immediate
11:45:17 [2022-06-21T11:45:17.867Z] #84 143.1 checking whether stripping libraries is possible... yes
11:45:17 [2022-06-21T11:45:17.867Z] #84 143.2 checking if libtool supports shared libraries... yes
11:45:17 [2022-06-21T11:45:17.867Z] #84 143.2 checking whether to build shared libraries... no
11:45:17 [2022-06-21T11:45:17.867Z] #84 143.2 checking whether to build static libraries... yes
11:45:17 [2022-06-21T11:45:17.867Z] #84 143.2 checking for a BSD-compatible install... /usr/bin/install -c
11:45:17 [2022-06-21T11:45:17.867Z] #84 143.2 checking whether build environment is sane... yes
11:45:17 [2022-06-21T11:45:17.867Z] #84 143.3 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:45:17 [2022-06-21T11:45:17.867Z] #84 143.3 checking whether make sets $(MAKE)... yes
11:45:17 [2022-06-21T11:45:17.867Z] #84 143.3 checking whether make supports the include directive... yes (GNU style)
11:45:18 [2022-06-21T11:45:18.003Z] #14 106.2 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
11:45:18 [2022-06-21T11:45:18.004Z] #14 106.3 Setting up libapparmor1:arm64 (2.13.6-10) ...
11:45:18 [2022-06-21T11:45:18.004Z] #14 106.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:45:18 [2022-06-21T11:45:18.004Z] #14 106.3 Setting up libsepol1-dev:arm64 (3.1-1) ...
11:45:18 [2022-06-21T11:45:18.004Z] #14 106.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:45:18 [2022-06-21T11:45:18.126Z] #84 143.3 checking whether make supports nested variables... yes
11:45:18 [2022-06-21T11:45:18.126Z] #84 143.4 checking whether UID '0' is supported by ustar format... yes
11:45:18 [2022-06-21T11:45:18.126Z] #84 143.4 checking whether GID '0' is supported by ustar format... yes
11:45:18 [2022-06-21T11:45:18.126Z] #84 143.4 checking how to create a ustar tar archive... gnutar
11:45:18 [2022-06-21T11:45:18.126Z] #84 143.5 checking dependency style of gcc... gcc3
11:45:18 [2022-06-21T11:45:18.385Z] #84 143.6 checking whether to enable maintainer-specific portions of Makefiles... yes
11:45:18 [2022-06-21T11:45:18.385Z] #84 143.6 checking whether make supports nested variables... (cached) yes
11:45:18 [2022-06-21T11:45:18.385Z] #84 143.6 checking for pkg-config... /usr/bin/pkg-config
11:45:18 [2022-06-21T11:45:18.385Z] #84 143.6 checking pkg-config is at least version 0.9.0... yes
11:45:18 [2022-06-21T11:45:18.385Z] #84 143.6 checking for yajl >= 2.1.0... yes
11:45:18 [2022-06-21T11:45:18.385Z] #84 143.7 checking for a sed that does not truncate output... (cached) /bin/sed
11:45:18 [2022-06-21T11:45:18.385Z] #84 143.7 checking for gcc... (cached) gcc
11:45:18 [2022-06-21T11:45:18.385Z] #84 143.8 checking whether we are using the GNU C compiler... (cached) yes
11:45:18 [2022-06-21T11:45:18.385Z] #84 143.8 checking whether gcc accepts -g... (cached) yes
11:45:18 [2022-06-21T11:45:18.385Z] #84 143.8 checking for gcc option to accept ISO C89... (cached) none needed
11:45:18 [2022-06-21T11:45:18.385Z] #84 143.8 checking whether gcc understands -c and -o together... (cached) yes
11:45:18 [2022-06-21T11:45:18.417Z] #14 106.4 Setting up libpcre2-16-0:arm64 (10.36-2) ...
11:45:18 [2022-06-21T11:45:18.417Z] #14 106.4 Setting up libbtrfs0:arm64 (5.10.1-2) ...
11:45:18 [2022-06-21T11:45:18.417Z] #14 106.5 Setting up libpcre2-32-0:arm64 (10.36-2) ...
11:45:18 [2022-06-21T11:45:18.644Z] #84 143.8 checking for a Python interpreter with version >= 3... python3
11:45:18 [2022-06-21T11:45:18.644Z] #84 143.9 checking for python3... /usr/bin/python3
11:45:18 [2022-06-21T11:45:18.644Z] #84 143.9 checking for python3 version... 3.9
11:45:18 [2022-06-21T11:45:18.644Z] #84 143.9 checking for python3 platform... linux
11:45:18 [2022-06-21T11:45:18.644Z] #84 144.0 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
11:45:18 [2022-06-21T11:45:18.715Z] #14 106.9 Setting up libudev-dev:arm64 (247.3-7) ...
11:45:18 [2022-06-21T11:45:18.903Z] #84 144.1 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
11:45:19 [2022-06-21T11:45:19.162Z] #84 144.4 checking that generated files are newer than configure... done
11:45:19 [2022-06-21T11:45:19.162Z] #84 144.4 configure: creating ./config.status
11:45:19 [2022-06-21T11:45:19.384Z] #14 107.3 Setting up libpcre2-posix2:arm64 (10.36-2) ...
11:45:19 [2022-06-21T11:45:19.588Z] #14 ...
11:45:19 [2022-06-21T11:45:19.588Z] 
11:45:19 [2022-06-21T11:45:19.588Z] #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
11:45:19 [2022-06-21T11:45:19.588Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:19 [2022-06-21T11:45:19.588Z] #77 58.56 configure.ac:7: installing './compile'
11:45:19 [2022-06-21T11:45:19.588Z] #77 58.56 configure.ac:11: installing './config.guess'
11:45:19 [2022-06-21T11:45:19.588Z] #77 58.57 configure.ac:11: installing './config.sub'
11:45:19 [2022-06-21T11:45:19.588Z] #77 58.58 configure.ac:8: installing './install-sh'
11:45:19 [2022-06-21T11:45:19.588Z] #77 58.59 configure.ac:8: installing './missing'
11:45:19 [2022-06-21T11:45:19.588Z] #77 58.70 Makefile.am: installing './depcomp'
11:45:19 [2022-06-21T11:45:19.640Z] #14 107.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:45:19 [2022-06-21T11:45:19.640Z] #14 108.0 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
11:45:20 [2022-06-21T11:45:20.318Z] #14 108.5 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:45:20 [2022-06-21T11:45:20.318Z] #14 108.6 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
11:45:20 [2022-06-21T11:45:20.530Z] #77 60.03 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
11:45:20 [2022-06-21T11:45:20.530Z] #77 60.03 libtoolize: copying file 'build-aux/ltmain.sh'
11:45:20 [2022-06-21T11:45:20.790Z] #77 60.15 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
11:45:20 [2022-06-21T11:45:20.790Z] #77 60.16 libtoolize: copying file 'm4/libtool.m4'
11:45:20 [2022-06-21T11:45:20.790Z] #77 60.26 libtoolize: copying file 'm4/ltoptions.m4'
11:45:20 [2022-06-21T11:45:20.790Z] #77 60.36 libtoolize: copying file 'm4/ltsugar.m4'
11:45:20 [2022-06-21T11:45:20.881Z] #14 109.1 Setting up mingw-w64-common (8.0.0-1) ...
11:45:20 [2022-06-21T11:45:20.881Z] #14 109.3 Setting up libsystemd-dev:arm64 (247.3-7) ...
11:45:21 [2022-06-21T11:45:21.050Z] #77 60.48 libtoolize: copying file 'm4/ltversion.m4'
11:45:21 [2022-06-21T11:45:21.050Z] #77 60.59 libtoolize: copying file 'm4/lt~obsolete.m4'
11:45:21 [2022-06-21T11:45:21.310Z] #77 60.69 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
11:45:21 [2022-06-21T11:45:21.330Z] #14 109.4 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
11:45:21 [2022-06-21T11:45:21.772Z] #84 147.2 config.status: creating Makefile
11:45:21 [2022-06-21T11:45:21.892Z] #14 110.0 Setting up libpcre2-dev:arm64 (10.36-2) ...
11:45:21 [2022-06-21T11:45:21.892Z] #14 110.1 Setting up libselinux1-dev:arm64 (3.1-3) ...
11:45:21 [2022-06-21T11:45:21.892Z] #14 ...
11:45:21 [2022-06-21T11:45:21.892Z] 
11:45:21 [2022-06-21T11:45:21.892Z] #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
11:45:21 [2022-06-21T11:45:21.892Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:45:21 [2022-06-21T11:45:21.892Z] #77 55.71 configure.ac:7: installing 'build-aux/compile'
11:45:21 [2022-06-21T11:45:21.892Z] #77 55.73 configure.ac:9: installing 'build-aux/config.guess'
11:45:21 [2022-06-21T11:45:21.892Z] #77 55.74 configure.ac:9: installing 'build-aux/config.sub'
11:45:21 [2022-06-21T11:45:21.892Z] #77 55.76 configure.ac:11: installing 'build-aux/install-sh'
11:45:21 [2022-06-21T11:45:21.892Z] #77 55.78 configure.ac:11: installing 'build-aux/missing'
11:45:21 [2022-06-21T11:45:21.892Z] #77 55.98 Makefile.am: installing 'build-aux/depcomp'
11:45:21 [2022-06-21T11:45:21.892Z] #77 56.08 parallel-tests: installing 'build-aux/test-driver'
11:45:21 [2022-06-21T11:45:21.892Z] #77 58.18 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
11:45:21 [2022-06-21T11:45:21.892Z] #77 58.19 libtoolize: copying file 'build-aux/ltmain.sh'
11:45:21 [2022-06-21T11:45:21.892Z] #77 58.73 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
11:45:21 [2022-06-21T11:45:21.892Z] #77 58.74 libtoolize: copying file 'm4/libtool.m4'
11:45:21 [2022-06-21T11:45:21.892Z] #77 58.85 libtoolize: copying file 'm4/ltoptions.m4'
11:45:21 [2022-06-21T11:45:21.892Z] #77 58.96 libtoolize: copying file 'm4/ltsugar.m4'
11:45:21 [2022-06-21T11:45:21.892Z] #77 59.10 libtoolize: copying file 'm4/ltversion.m4'
11:45:21 [2022-06-21T11:45:21.892Z] #77 59.24 libtoolize: copying file 'm4/lt~obsolete.m4'
11:45:21 [2022-06-21T11:45:21.987Z] #77 ...
11:45:21 [2022-06-21T11:45:21.987Z] 
11:45:21 [2022-06-21T11:45:21.987Z] #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
11:45:21 [2022-06-21T11:45:21.987Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:45:21 [2022-06-21T11:45:21.987Z] #14 113.3 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
11:45:21 [2022-06-21T11:45:21.987Z] #14 113.3 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:45:21 [2022-06-21T11:45:21.987Z] #14 113.4 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:45:22 [2022-06-21T11:45:22.044Z] #84 147.4 config.status: creating config.h
11:45:22 [2022-06-21T11:45:22.044Z] #84 147.5 config.status: executing libtool commands
11:45:22 [2022-06-21T11:45:22.275Z] #77 ...
11:45:22 [2022-06-21T11:45:22.275Z] 
11:45:22 [2022-06-21T11:45:22.275Z] #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
11:45:22 [2022-06-21T11:45:22.275Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:45:22 [2022-06-21T11:45:22.275Z] #14 110.6 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:45:22 [2022-06-21T11:45:22.304Z] #84 147.5 config.status: executing depfiles commands
11:45:22 [2022-06-21T11:45:22.533Z] #14 ...
11:45:22 [2022-06-21T11:45:22.533Z] 
11:45:22 [2022-06-21T11:45:22.533Z] #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
11:45:22 [2022-06-21T11:45:22.533Z] #67 sha256:16fba54ac4fa1de30b5f3adb891d88b53c46978c27eae6363c913b4c8b9ce78e
11:45:22 [2022-06-21T11:45:22.533Z] #67 100.3 + for f in rootlesskit rootlesskit-docker-proxy
11:45:22 [2022-06-21T11:45:22.533Z] #67 100.3 + GOBIN=/build
11:45:22 [2022-06-21T11:45:22.533Z] #67 100.3 + GO111MODULE=on
11:45:22 [2022-06-21T11:45:22.533Z] #67 100.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
11:45:22 [2022-06-21T11:45:22.533Z] #67 105.9 rootlesskit version 1.0.0
11:45:22 [2022-06-21T11:45:22.533Z] #67 105.9 Usage of /build/rootlesskit-docker-proxy:
11:45:22 [2022-06-21T11:45:22.533Z] #67 105.9   -container-ip string
11:45:22 [2022-06-21T11:45:22.533Z] #67 105.9     	container ip
11:45:22 [2022-06-21T11:45:22.533Z] #67 105.9   -container-port int
11:45:22 [2022-06-21T11:45:22.533Z] #67 105.9     	container port (default -1)
11:45:22 [2022-06-21T11:45:22.533Z] #67 105.9   -host-ip string
11:45:22 [2022-06-21T11:45:22.533Z] #67 105.9     	host ip
11:45:22 [2022-06-21T11:45:22.533Z] #67 105.9   -host-port int
11:45:22 [2022-06-21T11:45:22.533Z] #67 105.9     	host port (default -1)
11:45:22 [2022-06-21T11:45:22.533Z] #67 105.9   -proto string
11:45:22 [2022-06-21T11:45:22.533Z] #67 105.9     	proxy protocol (default "tcp")
11:45:22 [2022-06-21T11:45:22.533Z] #67 ...
11:45:22 [2022-06-21T11:45:22.533Z] 
11:45:22 [2022-06-21T11:45:22.533Z] #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
11:45:22 [2022-06-21T11:45:22.533Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:45:22 [2022-06-21T11:45:22.791Z] #14 110.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:45:22 [2022-06-21T11:45:22.791Z] #14 111.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
11:45:23 [2022-06-21T11:45:23.049Z] #14 111.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:45:23 [2022-06-21T11:45:23.049Z] #14 111.2 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
11:45:23 [2022-06-21T11:45:23.049Z] #14 111.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
11:45:23 [2022-06-21T11:45:23.049Z] #14 111.2 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:45:23 [2022-06-21T11:45:23.049Z] #14 111.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
11:45:23 [2022-06-21T11:45:23.241Z] #84 148.5 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
11:45:23 [2022-06-21T11:45:23.241Z] #84 148.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
11:45:23 [2022-06-21T11:45:23.323Z] #14 111.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:45:23 [2022-06-21T11:45:23.323Z] #14 111.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:45:23 [2022-06-21T11:45:23.323Z] #14 111.6 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
11:45:23 [2022-06-21T11:45:23.323Z] #14 111.6 Setting up dmsetup (2:1.02.175-2.1) ...
11:45:23 [2022-06-21T11:45:23.323Z] #14 111.7 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
11:45:23 [2022-06-21T11:45:23.581Z] #14 111.7 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...#14 ...
11:45:23 [2022-06-21T11:45:23.581Z] 
11:45:23 [2022-06-21T11:45:23.581Z] #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
11:45:23 [2022-06-21T11:45:23.581Z] #67 sha256:16fba54ac4fa1de30b5f3adb891d88b53c46978c27eae6363c913b4c8b9ce78e
11:45:23 [2022-06-21T11:45:23.581Z] #67 DONE 111.3s
11:45:23 [2022-06-21T11:45:23.581Z] 
11:45:23 [2022-06-21T11:45:23.581Z] #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
11:45:23 [2022-06-21T11:45:23.581Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:45:23 [2022-06-21T11:45:23.581Z] #14 111.7 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
11:45:23 [2022-06-21T11:45:23.581Z] #14 111.7 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:45:23 [2022-06-21T11:45:23.581Z] #14 ...
11:45:23 [2022-06-21T11:45:23.581Z] 
11:45:23 [2022-06-21T11:45:23.581Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
11:45:23 [2022-06-21T11:45:23.581Z] #68 sha256:4d96d4f790e60c8e2406de69c3164ba73123c782859dd98232cb8f0ca6905ff4
11:45:23 [2022-06-21T11:45:23.581Z] #68 DONE 0.1s
11:45:23 [2022-06-21T11:45:23.837Z] 
11:45:23 [2022-06-21T11:45:23.837Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
11:45:23 [2022-06-21T11:45:23.837Z] #69 sha256:78d3d17c4e929247c57557be0db69685216afe8780be59d5284a888b410570f0
11:45:23 [2022-06-21T11:45:23.837Z] #69 DONE 0.1s
11:45:23 [2022-06-21T11:45:23.837Z] 
11:45:23 [2022-06-21T11:45:23.837Z] #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
11:45:23 [2022-06-21T11:45:23.837Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e
11:45:24 [2022-06-21T11:45:24.096Z] #47 ...
11:45:24 [2022-06-21T11:45:24.096Z] 
11:45:24 [2022-06-21T11:45:24.096Z] #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
11:45:24 [2022-06-21T11:45:24.096Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
11:45:24 [2022-06-21T11:45:24.096Z] #14 DONE 112.3s
11:45:24 [2022-06-21T11:45:24.096Z] 
11:45:24 [2022-06-21T11:45:24.096Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
11:45:24 [2022-06-21T11:45:24.096Z] #59 sha256:2ee0f97edd291caa6513a82a8f2b97767b15a6ae3155f9dd8df3b62729bd3d7d
11:45:24 [2022-06-21T11:45:24.178Z] #84 149.3 checking for gcc... gcc
11:45:24 [2022-06-21T11:45:24.356Z] #59 DONE 0.3s
11:45:24 [2022-06-21T11:45:24.356Z] 
11:45:24 [2022-06-21T11:45:24.356Z] #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
11:45:24 [2022-06-21T11:45:24.356Z] #60 sha256:91e321c642b3622ad8a9ab46a71f4c74e24f485d55c7b547457014690f3ccebc
11:45:24 [2022-06-21T11:45:24.438Z] #84 149.4 checking whether the C compiler works... yes
11:45:24 [2022-06-21T11:45:24.438Z] #84 149.8 checking for C compiler default output file name... a.out
11:45:24 [2022-06-21T11:45:24.697Z] #84 149.8 checking for suffix of executables... 
11:45:24 [2022-06-21T11:45:24.956Z] #84 150.1 checking whether we are cross compiling... no
11:45:24 [2022-06-21T11:45:24.956Z] #84 150.3 checking for suffix of object files... o
11:45:25 [2022-06-21T11:45:25.215Z] #84 150.3 checking whether we are using the GNU C compiler... yes
11:45:25 [2022-06-21T11:45:25.215Z] #84 150.4 checking whether gcc accepts -g... yes
11:45:25 [2022-06-21T11:45:25.215Z] #84 150.5 checking for gcc option to accept ISO C89... none needed
11:45:25 [2022-06-21T11:45:25.475Z] #84 150.6 checking whether gcc understands -c and -o together... yes
11:45:25 [2022-06-21T11:45:25.475Z] #84 150.8 checking for a BSD-compatible install... /usr/bin/install -c
11:45:25 [2022-06-21T11:45:25.475Z] #84 150.8 checking whether build environment is sane... yes
11:45:25 [2022-06-21T11:45:25.475Z] #84 150.8 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:45:25 [2022-06-21T11:45:25.475Z] #84 150.8 checking for gawk... no
11:45:25 [2022-06-21T11:45:25.475Z] #84 150.8 checking for mawk... mawk
11:45:25 [2022-06-21T11:45:25.475Z] #84 150.8 checking whether make sets $(MAKE)... yes
11:45:25 [2022-06-21T11:45:25.475Z] #84 150.8 checking whether make supports the include directive... yes (GNU style)
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.243 + RM_GOPATH=0
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.243 + TMP_GOPATH=
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.243 + : /build
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.243 + '[' -z '' ']'
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.244 ++ mktemp -d
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.246 + export GOPATH=/tmp/tmp.mBou1imPG7
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.246 + GOPATH=/tmp/tmp.mBou1imPG7
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.246 + RM_GOPATH=1
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.251 + case "$(go env GOARCH)" in
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.251 ++ go env GOARCH
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.259 + export GO_BUILDMODE=-buildmode=pie
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.259 + GO_BUILDMODE=-buildmode=pie
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.263 ++ dirname /install.sh
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.267 + dir=/
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.267 + bin=runc
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.267 + shift
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.267 + '[' '!' -f //runc.installer ']'
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.267 + . //runc.installer
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.267 ++ set -e
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.267 ++ : v1.1.2
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.271 + install_runc
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.271 + RUNC_BUILDTAGS=seccomp
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.271 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.271 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.mBou1imPG7/src/github.com/opencontainers/runc
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.271 Cloning into '/tmp/tmp.mBou1imPG7/src/github.com/opencontainers/runc'...
11:45:25 [2022-06-21T11:45:25.725Z] #60 1.271 Install runc version v1.1.2 (build tags: seccomp)
11:45:25 [2022-06-21T11:45:25.734Z] #84 150.9 checking whether make supports nested variables... yes
11:45:25 [2022-06-21T11:45:25.734Z] #84 150.9 checking whether UID '0' is supported by ustar format... yes
11:45:25 [2022-06-21T11:45:25.734Z] #84 150.9 checking whether GID '0' is supported by ustar format... yes
11:45:25 [2022-06-21T11:45:25.734Z] #84 150.9 checking how to create a ustar tar archive... gnutar
11:45:25 [2022-06-21T11:45:25.734Z] #84 150.9 checking dependency style of gcc... gcc3
11:45:25 [2022-06-21T11:45:25.734Z] #84 151.1 checking whether to enable maintainer-specific portions of Makefiles... yes
11:45:25 [2022-06-21T11:45:25.982Z] #60 ...
11:45:25 [2022-06-21T11:45:25.982Z] 
11:45:25 [2022-06-21T11:45:25.982Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
11:45:25 [2022-06-21T11:45:25.982Z] #15 sha256:14cafee787eaaddca7f2d68ce86c54a21dfd22c31b798287e3ac7a1943db8f02
11:45:25 [2022-06-21T11:45:25.982Z] #15 DONE 1.8s
11:45:25 [2022-06-21T11:45:25.982Z] 
11:45:25 [2022-06-21T11:45:25.982Z] #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
11:45:25 [2022-06-21T11:45:25.982Z] #16 sha256:0b156d60dd89b190a97e193b9f66ea1e035363b8d40a4900bf74673dcab237d4
11:45:25 [2022-06-21T11:45:25.993Z] #84 151.1 checking whether make supports nested variables... (cached) yes
11:45:25 [2022-06-21T11:45:25.993Z] #84 151.2 checking build system type... 
11:45:25 [2022-06-21T11:45:25.993Z] #84 ...
11:45:25 [2022-06-21T11:45:25.993Z] 
11:45:25 [2022-06-21T11:45:25.993Z] #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
11:45:25 [2022-06-21T11:45:25.993Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:45:25 [2022-06-21T11:45:25.993Z] #19 191.2 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
11:45:25 [2022-06-21T11:45:25.993Z] #19 191.2 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
11:45:25 [2022-06-21T11:45:25.993Z] #19 191.2 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
11:45:25 [2022-06-21T11:45:25.993Z] #19 191.3 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
11:45:25 [2022-06-21T11:45:25.993Z] #19 191.3 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
11:45:25 [2022-06-21T11:45:25.993Z] #19 191.3 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
11:45:26 [2022-06-21T11:45:26.252Z] #19 ...
11:45:26 [2022-06-21T11:45:26.252Z] 
11:45:26 [2022-06-21T11:45:26.252Z] #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
11:45:26 [2022-06-21T11:45:26.252Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:26 [2022-06-21T11:45:26.252Z] #84 151.2 checking build system type... x86_64-pc-linux-gnu
11:45:26 [2022-06-21T11:45:26.252Z] #84 151.5 checking host system type... x86_64-pc-linux-gnu
11:45:26 [2022-06-21T11:45:26.252Z] #84 151.5 checking how to print strings... printf
11:45:26 [2022-06-21T11:45:26.252Z] #84 151.6 checking for a sed that does not truncate output... /bin/sed
11:45:26 [2022-06-21T11:45:26.252Z] #84 151.6 checking for grep that handles long lines and -e... /bin/grep
11:45:26 [2022-06-21T11:45:26.511Z] #84 151.7 checking for egrep... /bin/grep -E
11:45:26 [2022-06-21T11:45:26.511Z] #84 151.7 checking for fgrep... /bin/grep -F
11:45:26 [2022-06-21T11:45:26.511Z] #84 151.7 checking for ld used by gcc... /usr/bin/ld
11:45:26 [2022-06-21T11:45:26.511Z] #84 151.7 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:45:26 [2022-06-21T11:45:26.511Z] #84 151.7 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:45:26 [2022-06-21T11:45:26.771Z] #84 151.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:45:26 [2022-06-21T11:45:26.771Z] #84 152.0 checking whether ln -s works... yes
11:45:26 [2022-06-21T11:45:26.771Z] #84 152.0 checking the maximum length of command line arguments... 1572864
11:45:26 [2022-06-21T11:45:26.771Z] #84 152.1 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
11:45:26 [2022-06-21T11:45:26.771Z] #84 152.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
11:45:26 [2022-06-21T11:45:26.771Z] #84 152.1 checking for /usr/bin/ld option to reload object files... -r
11:45:26 [2022-06-21T11:45:26.771Z] #84 152.1 checking for objdump... objdump
11:45:26 [2022-06-21T11:45:26.771Z] #84 152.1 checking how to recognize dependent libraries... pass_all
11:45:26 [2022-06-21T11:45:26.771Z] #84 152.1 checking for dlltool... no
11:45:26 [2022-06-21T11:45:26.771Z] #84 152.1 checking how to associate runtime and link libraries... printf %s\n
11:45:26 [2022-06-21T11:45:26.771Z] #84 152.1 checking for ar... ar
11:45:26 [2022-06-21T11:45:26.916Z] #14 ...
11:45:26 [2022-06-21T11:45:26.916Z] 
11:45:26 [2022-06-21T11:45:26.916Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:45:26 [2022-06-21T11:45:26.916Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:26 [2022-06-21T11:45:26.916Z] #77 45.52 aclocal: warning: couldn't open directory 'm4': No such file or directory
11:45:27 [2022-06-21T11:45:27.030Z] #84 152.1 checking for archiver @FILE support... @
11:45:27 [2022-06-21T11:45:27.030Z] #84 152.3 checking for strip... strip
11:45:27 [2022-06-21T11:45:27.030Z] #84 152.3 checking for ranlib... ranlib
11:45:27 [2022-06-21T11:45:27.289Z] #84 152.3 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:45:27 [2022-06-21T11:45:27.350Z] #16 DONE 1.2s
11:45:27 [2022-06-21T11:45:27.350Z] 
11:45:27 [2022-06-21T11:45:27.350Z] #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
11:45:27 [2022-06-21T11:45:27.350Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e
11:45:27 [2022-06-21T11:45:27.350Z] #47 ...
11:45:27 [2022-06-21T11:45:27.350Z] 
11:45:27 [2022-06-21T11:45:27.350Z] #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
11:45:27 [2022-06-21T11:45:27.350Z] #26 sha256:933f3a7aeddd5ec736323fdc4679df473084685bfdf7befb18fd18b4f9ecebb5
11:45:27 [2022-06-21T11:45:27.548Z] #84 152.8 checking for sysroot... no
11:45:27 [2022-06-21T11:45:27.548Z] #84 152.8 checking for a working dd... /bin/dd
11:45:27 [2022-06-21T11:45:27.548Z] #84 152.8 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:45:27 [2022-06-21T11:45:27.807Z] #84 153.0 checking for mt... no
11:45:27 [2022-06-21T11:45:27.807Z] #84 153.0 checking if : is a manifest tool... no
11:45:27 [2022-06-21T11:45:27.807Z] #84 153.0 checking how to run the C preprocessor... gcc -E
11:45:27 [2022-06-21T11:45:27.864Z] #26 115.0 Updating files:  20% (2353/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)
11:45:27 [2022-06-21T11:45:27.864Z] #26 ...
11:45:27 [2022-06-21T11:45:27.864Z] 
11:45:27 [2022-06-21T11:45:27.864Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
11:45:27 [2022-06-21T11:45:27.864Z] #17 sha256:902d59c12c3b47ba971c39a2715f225d35e995ad6b1b630db81848eb08ee28b2
11:45:27 [2022-06-21T11:45:27.864Z] #17 0.589 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
11:45:27 [2022-06-21T11:45:27.864Z] #17 DONE 0.8s
11:45:27 [2022-06-21T11:45:27.864Z] 
11:45:27 [2022-06-21T11:45:27.864Z] #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
11:45:27 [2022-06-21T11:45:27.864Z] #26 sha256:933f3a7aeddd5ec736323fdc4679df473084685bfdf7befb18fd18b4f9ecebb5
11:45:27 [2022-06-21T11:45:27.889Z] #77 ...
11:45:27 [2022-06-21T11:45:27.889Z] 
11:45:27 [2022-06-21T11:45:27.889Z] #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
11:45:27 [2022-06-21T11:45:27.889Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:45:27 [2022-06-21T11:45:27.889Z] #14 118.1 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
11:45:27 [2022-06-21T11:45:27.889Z] #14 118.1 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:45:27 [2022-06-21T11:45:27.889Z] #14 118.1 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:45:28 [2022-06-21T11:45:28.745Z] #84 153.2 checking for ANSI C header files... yes
11:45:28 [2022-06-21T11:45:28.745Z] #84 153.9 checking for sys/types.h... yes
11:45:29 [2022-06-21T11:45:29.004Z] #84 154.2 checking for sys/stat.h... yes
11:45:29 [2022-06-21T11:45:29.151Z] #26 115.0 Updating files:  20% (2353/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% (3648/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)
11:45:29 [2022-06-21T11:45:29.151Z] #26 ...
11:45:29 [2022-06-21T11:45:29.151Z] 
11:45:29 [2022-06-21T11:45:29.151Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
11:45:29 [2022-06-21T11:45:29.151Z] #18 sha256:32147efc18b97cb38e67e362da5e7aa543d5c3bbcfbf8b635b9d67a9ab21554d
11:45:29 [2022-06-21T11:45:29.151Z] #18 DONE 1.0s
11:45:29 [2022-06-21T11:45:29.151Z] 
11:45:29 [2022-06-21T11:45:29.151Z] #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
11:45:29 [2022-06-21T11:45:29.151Z] #26 sha256:933f3a7aeddd5ec736323fdc4679df473084685bfdf7befb18fd18b4f9ecebb5
11:45:29 [2022-06-21T11:45:29.264Z] #84 154.5 checking for stdlib.h... yes
11:45:29 [2022-06-21T11:45:29.523Z] #84 154.7 checking for string.h... yes
11:45:29 [2022-06-21T11:45:29.782Z] #84 154.9 checking for memory.h... yes
11:45:29 [2022-06-21T11:45:29.782Z] #84 155.1 checking for strings.h... yes
11:45:29 [2022-06-21T11:45:29.782Z] #84 155.2 checking for inttypes.h... yes
11:45:29 [2022-06-21T11:45:29.921Z] #26 115.0 Updating files:  20% (2353/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% (3648/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:  49% (5662/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  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)
11:45:29 [2022-06-21T11:45:29.921Z] #26 ...
11:45:29 [2022-06-21T11:45:29.921Z] 
11:45:29 [2022-06-21T11:45:29.921Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
11:45:29 [2022-06-21T11:45:29.921Z] #19 sha256:a6a7bc4db83cbfe93c217233b9f5013a9e36cff56cfbd0297130c0f77493bf8d
11:45:29 [2022-06-21T11:45:29.921Z] #19 DONE 1.0s
11:45:29 [2022-06-21T11:45:29.921Z] 
11:45:29 [2022-06-21T11:45:29.921Z] #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
11:45:29 [2022-06-21T11:45:29.921Z] #26 sha256:933f3a7aeddd5ec736323fdc4679df473084685bfdf7befb18fd18b4f9ecebb5
11:45:30 [2022-06-21T11:45:30.041Z] #84 155.3 checking for stdint.h... yes
11:45:30 [2022-06-21T11:45:30.041Z] #84 155.4 checking for unistd.h... yes
11:45:30 [2022-06-21T11:45:30.088Z] #14 ...
11:45:30 [2022-06-21T11:45:30.088Z] 
11:45:30 [2022-06-21T11:45:30.088Z] #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
11:45:30 [2022-06-21T11:45:30.088Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:30 [2022-06-21T11:45:30.088Z] #77 43.15 aclocal: warning: couldn't open directory 'm4': No such file or directory
11:45:30 [2022-06-21T11:45:30.301Z] #84 155.5 checking for dlfcn.h... yes
11:45:30 [2022-06-21T11:45:30.301Z] #84 155.7 checking for objdir... .libs
11:45:30 [2022-06-21T11:45:30.820Z] #84 156.1 checking if gcc supports -fno-rtti -fno-exceptions... no
11:45:30 [2022-06-21T11:45:30.820Z] #84 156.2 checking for gcc option to produce PIC... -fPIC -DPIC
11:45:30 [2022-06-21T11:45:30.820Z] #84 156.2 checking if gcc PIC flag -fPIC -DPIC works... yes
11:45:31 [2022-06-21T11:45:31.461Z] #26 115.0 Updating files:  20% (2353/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% (3648/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:  49% (5662/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  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:  67% (7729/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:  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:  92% (10549/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)
#26 ...
11:45:31 [2022-06-21T11:45:31.461Z] 
11:45:31 [2022-06-21T11:45:31.461Z] #20 [dev-systemd-false  6/28] RUN ldconfig
11:45:31 [2022-06-21T11:45:31.461Z] #20 sha256:49fdde9317fbdafe2d403e2c721d720e6ad35a512638523e7ae3c49237660b11
11:45:31 [2022-06-21T11:45:31.461Z] #20 DONE 1.5s
11:45:31 [2022-06-21T11:45:31.461Z] 
11:45:31 [2022-06-21T11:45:31.461Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:45:31 [2022-06-21T11:45:31.461Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 Delve is a source level debugger for Go programs.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 Delve enables you to interact with your program by controlling the execution of the process,
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 Pass flags to the program you are debugging using `--`, for example:
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 `dlv exec ./hello -- server --config conf/config.toml`
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 Usage:
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   dlv [command]
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 Available Commands:
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   attach      Attach to running process and begin debugging.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   connect     Connect to a headless debug server with a terminal client.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   core        Examine a core dump.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   debug       Compile and begin debugging main package in current directory, or the package specified.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   exec        Execute a precompiled binary, and begin a debug session.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   help        Help about any command
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   run         Deprecated command. Use 'debug' instead.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   test        Compile test binary and begin debugging program.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   trace       Compile and begin tracing program.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   version     Prints version.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 Flags:
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.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)
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.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)
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3       --disable-aslr                     Disables address space randomization
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   -h, --help                             help for dlv
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3       --init string                      Init file, executed by the terminal client.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3       --log                              Enable debugging server logging.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3       --wd string                        Working directory for running the program.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 Additional help topics:
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   dlv backend  Help about the --backend flag.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   dlv log      Help about logging flags.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3   dlv redirect Help about file redirection.
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 
11:45:31 [2022-06-21T11:45:31.461Z] #36 119.3 Use "dlv [command] --help" for more information about a command.
11:45:31 [2022-06-21T11:45:31.461Z] #36 DONE 119.7s
11:45:31 [2022-06-21T11:45:31.461Z] 
11:45:31 [2022-06-21T11:45:31.461Z] #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
11:45:31 [2022-06-21T11:45:31.461Z] #26 sha256:933f3a7aeddd5ec736323fdc4679df473084685bfdf7befb18fd18b4f9ecebb5
11:45:31 [2022-06-21T11:45:31.461Z] #26 115.0 Updating files:  20% (2353/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% (3648/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:  49% (5662/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  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:  67% (7729/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:  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:  92% (10549/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.
11:45:31 [2022-06-21T11:45:31.719Z] #26 119.5 + cd /tmp/tmp.aeJpx0Wt9B/tmp/docker-ce
11:45:31 [2022-06-21T11:45:31.719Z] #26 119.5 + git checkout -q v17.06.2-ce
11:45:31 [2022-06-21T11:45:31.758Z] #84 156.3 checking if gcc static flag -static works... yes
11:45:31 [2022-06-21T11:45:31.758Z] #84 156.8 checking if gcc supports -c -o file.o... yes
11:45:31 [2022-06-21T11:45:31.758Z] #84 157.0 checking if gcc supports -c -o file.o... (cached) yes
11:45:31 [2022-06-21T11:45:31.758Z] #84 157.0 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
11:45:32 [2022-06-21T11:45:32.327Z] #84 157.1 checking dynamic linker characteristics... GNU/Linux ld.so
11:45:32 [2022-06-21T11:45:32.327Z] #84 157.5 checking how to hardcode library paths into programs... immediate
11:45:32 [2022-06-21T11:45:32.327Z] #84 157.5 checking whether stripping libraries is possible... yes
11:45:32 [2022-06-21T11:45:32.327Z] #84 157.5 checking if libtool supports shared libraries... yes
11:45:32 [2022-06-21T11:45:32.327Z] #84 157.5 checking whether to build shared libraries... no
11:45:32 [2022-06-21T11:45:32.327Z] #84 157.5 checking whether to build static libraries... yes
11:45:32 [2022-06-21T11:45:32.586Z] #84 157.6 checking float.h usability... yes
11:45:32 [2022-06-21T11:45:32.586Z] #84 157.8 checking float.h presence... yes
11:45:32 [2022-06-21T11:45:32.586Z] #84 157.9 checking for float.h... yes
11:45:32 [2022-06-21T11:45:32.845Z] #84 157.9 checking limits.h usability... yes
11:45:32 [2022-06-21T11:45:32.845Z] #84 158.2 checking limits.h presence... yes
11:45:33 [2022-06-21T11:45:33.104Z] #84 158.2 checking for limits.h... yes
11:45:33 [2022-06-21T11:45:33.104Z] #84 158.3 checking stddef.h usability... yes
11:45:33 [2022-06-21T11:45:33.364Z] #84 158.5 checking stddef.h presence... yes
11:45:33 [2022-06-21T11:45:33.364Z] #84 158.5 checking for stddef.h... yes
11:45:33 [2022-06-21T11:45:33.364Z] #84 158.6 checking for stdlib.h... (cached) yes
11:45:33 [2022-06-21T11:45:33.364Z] #84 158.7 checking for string.h... (cached) yes
11:45:33 [2022-06-21T11:45:33.623Z] #84 158.8 checking sys/time.h usability... yes
11:45:33 [2022-06-21T11:45:33.623Z] #84 158.9 checking sys/time.h presence... yes
11:45:33 [2022-06-21T11:45:33.623Z] #84 159.0 checking for sys/time.h... yes
11:45:33 [2022-06-21T11:45:33.882Z] #84 159.0 checking for inline... inline
11:45:34 [2022-06-21T11:45:34.142Z] #84 159.2 checking for size_t... yes
11:45:34 [2022-06-21T11:45:34.142Z] #84 159.4 checking for stdlib.h... (cached) yes
11:45:34 [2022-06-21T11:45:34.401Z] #84 159.4 checking for GNU libc compatible malloc... yes
11:45:34 [2022-06-21T11:45:34.401Z] #84 159.7 checking for stdlib.h... (cached) yes
11:45:34 [2022-06-21T11:45:34.467Z] #14 124.7 Selecting previously unselected package g++-mingw-w64-x86-64.
11:45:34 [2022-06-21T11:45:34.467Z] #14 124.7 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
11:45:34 [2022-06-21T11:45:34.467Z] #14 124.7 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:45:34 [2022-06-21T11:45:34.467Z] #14 124.8 Selecting previously unselected package libapparmor1:amd64.
11:45:34 [2022-06-21T11:45:34.467Z] #14 124.9 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
11:45:34 [2022-06-21T11:45:34.467Z] #14 124.9 Unpacking libapparmor1:amd64 (2.13.6-10) ...
11:45:34 [2022-06-21T11:45:34.467Z] #14 125.0 Selecting previously unselected package libapparmor-dev:amd64.
11:45:34 [2022-06-21T11:45:34.467Z] #14 125.0 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
11:45:34 [2022-06-21T11:45:34.467Z] #14 125.0 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
11:45:34 [2022-06-21T11:45:34.467Z] #14 125.1 Selecting previously unselected package libbtrfs0:amd64.
11:45:34 [2022-06-21T11:45:34.467Z] #14 125.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
11:45:34 [2022-06-21T11:45:34.467Z] #14 125.2 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:45:34 [2022-06-21T11:45:34.467Z] #14 125.3 Selecting previously unselected package libbtrfs-dev:amd64.
11:45:34 [2022-06-21T11:45:34.467Z] #14 125.4 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
11:45:34 [2022-06-21T11:45:34.467Z] #14 125.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:45:34 [2022-06-21T11:45:34.467Z] #14 ...
11:45:34 [2022-06-21T11:45:34.467Z] 
11:45:34 [2022-06-21T11:45:34.467Z] #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
11:45:34 [2022-06-21T11:45:34.467Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:34 [2022-06-21T11:45:34.467Z] #77 73.72 configure.ac:7: installing 'build-aux/compile'
11:45:34 [2022-06-21T11:45:34.467Z] #77 73.74 configure.ac:9: installing 'build-aux/config.guess'
11:45:34 [2022-06-21T11:45:34.467Z] #77 73.75 configure.ac:9: installing 'build-aux/config.sub'
11:45:34 [2022-06-21T11:45:34.467Z] #77 73.76 configure.ac:11: installing 'build-aux/install-sh'
11:45:34 [2022-06-21T11:45:34.467Z] #77 73.77 configure.ac:11: installing 'build-aux/missing'
11:45:34 [2022-06-21T11:45:34.467Z] #77 74.02 Makefile.am: installing 'build-aux/depcomp'
11:45:34 [2022-06-21T11:45:34.661Z] #84 159.7 checking for GNU libc compatible realloc... yes
11:45:34 [2022-06-21T11:45:34.727Z] #77 74.13 parallel-tests: installing 'build-aux/test-driver'
11:45:34 [2022-06-21T11:45:34.920Z] #84 160.0 checking for working strtod... yes
11:45:34 [2022-06-21T11:45:34.921Z] #84 160.3 checking for gettimeofday... yes
11:45:35 [2022-06-21T11:45:35.180Z] #84 160.4 checking for memset... yes
11:45:35 [2022-06-21T11:45:35.439Z] #84 160.6 checking for strspn... yes
11:45:35 [2022-06-21T11:45:35.698Z] #84 161.1 checking that generated files are newer than configure... done
11:45:35 [2022-06-21T11:45:35.698Z] #84 161.1 configure: creating ./config.status
11:45:35 [2022-06-21T11:45:35.894Z] #26 123.3 + mkdir -p /tmp/tmp.aeJpx0Wt9B/src/github.com/docker
11:45:35 [2022-06-21T11:45:35.894Z] #26 123.3 + mv components/cli /tmp/tmp.aeJpx0Wt9B/src/github.com/docker/cli
11:45:35 [2022-06-21T11:45:35.894Z] #26 123.3 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
11:45:36 [2022-06-21T11:45:36.634Z] #84 ...
11:45:36 [2022-06-21T11:45:36.634Z] 
11:45:36 [2022-06-21T11:45:36.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
11:45:36 [2022-06-21T11:45:36.634Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:45:36 [2022-06-21T11:45:36.634Z] #19 211.9 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
11:45:36 [2022-06-21T11:45:36.634Z] #19 211.9 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
11:45:36 [2022-06-21T11:45:36.634Z] #19 211.9 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
11:45:36 [2022-06-21T11:45:36.638Z] #77 ...
11:45:36 [2022-06-21T11:45:36.638Z] 
11:45:36 [2022-06-21T11:45:36.638Z] #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
11:45:36 [2022-06-21T11:45:36.638Z] #67 sha256:50dae82884a6325614a39de349dfb4ff10e7cc4df99e0944a406c88c11e71ca4
11:45:36 [2022-06-21T11:45:36.638Z] #67 120.4 + for f in rootlesskit rootlesskit-docker-proxy
11:45:36 [2022-06-21T11:45:36.638Z] #67 120.4 + GOBIN=/build
11:45:36 [2022-06-21T11:45:36.638Z] #67 120.4 + GO111MODULE=on
11:45:36 [2022-06-21T11:45:36.638Z] #67 120.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
11:45:36 [2022-06-21T11:45:36.638Z] #67 126.8 rootlesskit version 1.0.0
11:45:36 [2022-06-21T11:45:36.638Z] #67 126.8 Usage of /build/rootlesskit-docker-proxy:
11:45:36 [2022-06-21T11:45:36.638Z] #67 126.8   -container-ip string
11:45:36 [2022-06-21T11:45:36.638Z] #67 126.8     	container ip
11:45:36 [2022-06-21T11:45:36.638Z] #67 126.8   -container-port int
11:45:36 [2022-06-21T11:45:36.638Z] #67 126.8     	container port (default -1)
11:45:36 [2022-06-21T11:45:36.638Z] #67 126.8   -host-ip string
11:45:36 [2022-06-21T11:45:36.638Z] #67 126.8     	host ip
11:45:36 [2022-06-21T11:45:36.638Z] #67 126.8   -host-port int
11:45:36 [2022-06-21T11:45:36.638Z] #67 126.8     	host port (default -1)
11:45:36 [2022-06-21T11:45:36.638Z] #67 126.8   -proto string
11:45:36 [2022-06-21T11:45:36.638Z] #67 126.8     	proxy protocol (default "tcp")
11:45:36 [2022-06-21T11:45:36.638Z] #67 DONE 127.7s
11:45:36 [2022-06-21T11:45:36.638Z] 
11:45:36 [2022-06-21T11:45:36.638Z] #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
11:45:36 [2022-06-21T11:45:36.638Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:36 [2022-06-21T11:45:36.638Z] #77 76.07 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
11:45:36 [2022-06-21T11:45:36.638Z] #77 76.08 libtoolize: copying file 'build-aux/ltmain.sh'
11:45:36 [2022-06-21T11:45:36.825Z] #26 ...
11:45:36 [2022-06-21T11:45:36.825Z] 
11:45:36 [2022-06-21T11:45:36.825Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:45:36 [2022-06-21T11:45:36.825Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:45:36 [2022-06-21T11:45:36.825Z] #77 74.18 configure.ac:11: installing 'build-aux/compile'
11:45:36 [2022-06-21T11:45:36.825Z] #77 74.18 configure.ac:11: installing 'build-aux/config.guess'
11:45:36 [2022-06-21T11:45:36.825Z] #77 74.19 configure.ac:11: installing 'build-aux/config.sub'
11:45:36 [2022-06-21T11:45:36.825Z] #77 74.19 configure.ac:13: installing 'build-aux/install-sh'
11:45:36 [2022-06-21T11:45:36.825Z] #77 74.20 configure.ac:13: installing 'build-aux/missing'
11:45:36 [2022-06-21T11:45:36.825Z] #77 74.22 configure.ac:8: installing 'build-aux/tap-driver.sh'
11:45:36 [2022-06-21T11:45:36.825Z] #77 74.41 Makefile.am: installing 'build-aux/depcomp'
11:45:36 [2022-06-21T11:45:36.825Z] #77 75.83 checking build system type... aarch64-unknown-linux-gnu
11:45:36 [2022-06-21T11:45:36.825Z] #77 76.39 checking host system type... aarch64-unknown-linux-gnu
11:45:36 [2022-06-21T11:45:36.825Z] #77 76.39 checking how to print strings... printf
11:45:36 [2022-06-21T11:45:36.825Z] #77 76.42 checking for gcc... gcc
11:45:36 [2022-06-21T11:45:36.825Z] #77 76.66 checking whether the C compiler works... yes
11:45:36 [2022-06-21T11:45:36.825Z] #77 76.88 checking for C compiler default output file name... a.out
11:45:36 [2022-06-21T11:45:36.825Z] #77 76.89 checking for suffix of executables... 
11:45:36 [2022-06-21T11:45:36.825Z] #77 77.11 checking whether we are cross compiling... no
11:45:36 [2022-06-21T11:45:36.825Z] #77 77.39 checking for suffix of object files... o
11:45:36 [2022-06-21T11:45:36.825Z] #77 77.55 checking whether we are using the GNU C compiler... yes
11:45:36 [2022-06-21T11:45:36.825Z] #77 77.61 checking whether gcc accepts -g... yes
11:45:36 [2022-06-21T11:45:36.825Z] #77 77.70 checking for gcc option to accept ISO C89... none needed
11:45:36 [2022-06-21T11:45:36.825Z] #77 77.85 checking whether gcc understands -c and -o together... yes
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.04 checking for a sed that does not truncate output... /bin/sed
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.08 checking for grep that handles long lines and -e... /bin/grep
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.08 checking for egrep... /bin/grep -E
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.09 checking for fgrep... /bin/grep -F
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.10 checking for ld used by gcc... /usr/bin/ld
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.12 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.13 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.15 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.34 checking whether ln -s works... yes
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.34 checking the maximum length of command line arguments... 1572864
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.38 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.39 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.39 checking for /usr/bin/ld option to reload object files... -r
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.39 checking for objdump... objdump
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.39 checking how to recognize dependent libraries... pass_all
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.40 checking for dlltool... no
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.40 checking how to associate runtime and link libraries... printf %s\n
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.40 checking for ar... ar
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.40 checking for archiver @FILE support... @
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.58 checking for strip... strip
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.58 checking for ranlib... ranlib
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.59 checking for gawk... no
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.59 checking for mawk... mawk
11:45:36 [2022-06-21T11:45:36.825Z] #77 78.59 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:45:36 [2022-06-21T11:45:36.825Z] #77 79.02 checking for sysroot... no
11:45:36 [2022-06-21T11:45:36.825Z] #77 79.03 checking for a working dd... /bin/dd
11:45:36 [2022-06-21T11:45:36.825Z] #77 79.06 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:45:36 [2022-06-21T11:45:36.825Z] #77 79.08 checking for mt... no
11:45:36 [2022-06-21T11:45:36.825Z] #77 79.09 checking if : is a manifest tool... no
11:45:36 [2022-06-21T11:45:36.825Z] #77 79.11 checking how to run the C preprocessor... gcc -E
11:45:36 [2022-06-21T11:45:36.825Z] #77 79.44 checking for ANSI C header files... yes
11:45:36 [2022-06-21T11:45:36.825Z] #77 80.06 checking for sys/types.h... yes
11:45:36 [2022-06-21T11:45:36.825Z] #77 80.23 checking for sys/stat.h... yes
11:45:36 [2022-06-21T11:45:36.825Z] #77 80.39 checking for stdlib.h... yes
11:45:36 [2022-06-21T11:45:36.894Z] #19 212.1 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
11:45:36 [2022-06-21T11:45:36.894Z] #19 212.1 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
11:45:36 [2022-06-21T11:45:36.894Z] #19 212.1 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
11:45:36 [2022-06-21T11:45:36.898Z] #77 ...
11:45:36 [2022-06-21T11:45:36.898Z] 
11:45:36 [2022-06-21T11:45:36.898Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
11:45:36 [2022-06-21T11:45:36.898Z] #68 sha256:25eafbe756af39a23b5af8f16e47beff8d636af7ee57274fa981024b3c4e0b28
11:45:36 [2022-06-21T11:45:36.898Z] #68 DONE 0.1s
11:45:36 [2022-06-21T11:45:36.898Z] 
11:45:36 [2022-06-21T11:45:36.898Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
11:45:36 [2022-06-21T11:45:36.898Z] #69 sha256:33f9bc8a8fc9164ed4327868d80a5444d694a628110ca9d9ace3175a7e1d22cc
11:45:36 [2022-06-21T11:45:36.898Z] #69 DONE 0.1s
11:45:36 [2022-06-21T11:45:36.898Z] 
11:45:36 [2022-06-21T11:45:36.898Z] #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
11:45:36 [2022-06-21T11:45:36.898Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:45:36 [2022-06-21T11:45:36.898Z] #14 125.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:45:36 [2022-06-21T11:45:36.898Z] #14 125.6 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 125.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 125.7 Selecting previously unselected package libudev-dev:amd64.
11:45:36 [2022-06-21T11:45:36.898Z] #14 125.7 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 125.7 Unpacking libudev-dev:amd64 (247.3-7) ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 125.9 Selecting previously unselected package libsepol1-dev:amd64.
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.0 Unpacking libsepol1-dev:amd64 (3.1-1) ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.3 Selecting previously unselected package libpcre2-16-0:amd64.
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.3 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.3 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.5 Selecting previously unselected package libpcre2-32-0:amd64.
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.5 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.5 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.7 Selecting previously unselected package libpcre2-posix2:amd64.
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.7 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.7 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.8 Selecting previously unselected package libpcre2-dev:amd64.
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.8 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 126.8 Unpacking libpcre2-dev:amd64 (10.36-2) ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 127.7 Selecting previously unselected package libselinux1-dev:amd64.
11:45:36 [2022-06-21T11:45:36.898Z] #14 127.7 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 127.8 Unpacking libselinux1-dev:amd64 (3.1-3) ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 128.1 Selecting previously unselected package libdevmapper-dev:amd64.
11:45:36 [2022-06-21T11:45:36.898Z] #14 128.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
11:45:36 [2022-06-21T11:45:36.898Z] #14 128.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:45:37 [2022-06-21T11:45:37.083Z] #77 80.60 checking for string.h... yes
11:45:37 [2022-06-21T11:45:37.157Z] #14 128.2 Selecting previously unselected package libseccomp-dev:amd64.
11:45:37 [2022-06-21T11:45:37.158Z] #14 128.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:45:37 [2022-06-21T11:45:37.158Z] #14 128.2 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:45:37 [2022-06-21T11:45:37.158Z] #14 128.4 Selecting previously unselected package libsystemd-dev:amd64.
11:45:37 [2022-06-21T11:45:37.158Z] #14 128.4 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
11:45:37 [2022-06-21T11:45:37.158Z] #14 128.4 Unpacking libsystemd-dev:amd64 (247.3-7) ...
11:45:37 [2022-06-21T11:45:37.340Z] #77 80.82 checking for memory.h... yes
11:45:37 [2022-06-21T11:45:37.597Z] #77 81.08 checking for strings.h... yes
11:45:37 [2022-06-21T11:45:37.597Z] #77 81.33 checking for inttypes.h... yes
11:45:37 [2022-06-21T11:45:37.726Z] #14 129.1 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:45:37 [2022-06-21T11:45:37.726Z] #14 129.1 Setting up libapparmor1:amd64 (2.13.6-10) ...
11:45:37 [2022-06-21T11:45:37.726Z] #14 129.1 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:45:37 [2022-06-21T11:45:37.726Z] #14 129.1 Setting up libsepol1-dev:amd64 (3.1-1) ...
11:45:37 [2022-06-21T11:45:37.726Z] #14 129.1 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:45:37 [2022-06-21T11:45:37.860Z] #77 81.48 checking for stdint.h... yes
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.1 Setting up libpcre2-16-0:amd64 (10.36-2) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.1 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.2 Setting up libpcre2-32-0:amd64 (10.36-2) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.2 Setting up libudev-dev:amd64 (247.3-7) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.2 Setting up libpcre2-posix2:amd64 (10.36-2) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.2 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.3 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.3 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.3 Setting up mingw-w64-common (8.0.0-1) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.3 Setting up libsystemd-dev:amd64 (247.3-7) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.3 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.3 Setting up libpcre2-dev:amd64 (10.36-2) ...
11:45:37 [2022-06-21T11:45:37.986Z] #14 129.4 Setting up libselinux1-dev:amd64 (3.1-3) ...
11:45:38 [2022-06-21T11:45:38.117Z] #77 81.81 checking for unistd.h... yes
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.4 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.4 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.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
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.4 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.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
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.5 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.5 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.5 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.5 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.6 Setting up dmsetup (2:1.02.175-2.1) ...
11:45:38 [2022-06-21T11:45:38.245Z] #14 129.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:45:38 [2022-06-21T11:45:38.507Z] #14 129.6 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:45:38 [2022-06-21T11:45:38.507Z] #14 129.6 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:45:38 [2022-06-21T11:45:38.681Z] #77 82.02 checking for dlfcn.h... yes
11:45:38 [2022-06-21T11:45:38.681Z] #77 82.21 checking for objdir... .libs
11:45:38 [2022-06-21T11:45:38.681Z] #77 82.50 checking if gcc supports -fno-rtti -fno-exceptions... no
11:45:38 [2022-06-21T11:45:38.938Z] #77 82.60 checking for gcc option to produce PIC... -fPIC -DPIC
11:45:38 [2022-06-21T11:45:38.938Z] #77 82.60 checking if gcc PIC flag -fPIC -DPIC works... yes
11:45:39 [2022-06-21T11:45:39.077Z] #14 DONE 130.3s
11:45:39 [2022-06-21T11:45:39.077Z] 
11:45:39 [2022-06-21T11:45:39.077Z] #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
11:45:39 [2022-06-21T11:45:39.077Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:39 [2022-06-21T11:45:39.077Z] #77 76.78 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
11:45:39 [2022-06-21T11:45:39.077Z] #77 76.78 libtoolize: copying file 'm4/libtool.m4'
11:45:39 [2022-06-21T11:45:39.077Z] #77 76.85 libtoolize: copying file 'm4/ltoptions.m4'
11:45:39 [2022-06-21T11:45:39.077Z] #77 76.95 libtoolize: copying file 'm4/ltsugar.m4'
11:45:39 [2022-06-21T11:45:39.077Z] #77 77.06 libtoolize: copying file 'm4/ltversion.m4'
11:45:39 [2022-06-21T11:45:39.077Z] #77 77.17 libtoolize: copying file 'm4/lt~obsolete.m4'
11:45:39 [2022-06-21T11:45:39.153Z] #77 ...
11:45:39 [2022-06-21T11:45:39.153Z] 
11:45:39 [2022-06-21T11:45:39.153Z] #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
11:45:39 [2022-06-21T11:45:39.153Z] #64 sha256:978295747f5c7cff3ef40cfb8c120e667fa1648aa7736c191b3d168207f92843
11:45:39 [2022-06-21T11:45:39.195Z] #77 82.69 checking if gcc static flag -static works... yes
11:45:39 [2022-06-21T11:45:39.452Z] #77 82.96 checking if gcc supports -c -o file.o... yes
11:45:39 [2022-06-21T11:45:39.452Z] #77 83.09 checking if gcc supports -c -o file.o... (cached) yes
11:45:39 [2022-06-21T11:45:39.452Z] #77 83.09 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
11:45:39 [2022-06-21T11:45:39.709Z] #77 83.18 checking dynamic linker characteristics... GNU/Linux ld.so
11:45:39 [2022-06-21T11:45:39.709Z] #77 83.52 checking how to hardcode library paths into programs... immediate
11:45:39 [2022-06-21T11:45:39.709Z] #77 83.52 checking whether stripping libraries is possible... yes
11:45:39 [2022-06-21T11:45:39.709Z] #77 83.53 checking if libtool supports shared libraries... yes
11:45:39 [2022-06-21T11:45:39.709Z] #77 83.53 checking whether to build shared libraries... no
11:45:39 [2022-06-21T11:45:39.709Z] #77 83.53 checking whether to build static libraries... yes
11:45:39 [2022-06-21T11:45:39.709Z] #77 83.54 checking for a BSD-compatible install... /usr/bin/install -c
11:45:39 [2022-06-21T11:45:39.966Z] #77 83.61 checking whether build environment is sane... yes
11:45:39 [2022-06-21T11:45:39.966Z] #77 83.68 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:45:39 [2022-06-21T11:45:39.966Z] #77 83.72 checking whether make sets $(MAKE)... yes
11:45:39 [2022-06-21T11:45:39.966Z] #77 83.80 checking whether make supports the include directive... yes (GNU style)
11:45:40 [2022-06-21T11:45:40.018Z] #77 ...
11:45:40 [2022-06-21T11:45:40.019Z] 
11:45:40 [2022-06-21T11:45:40.019Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
11:45:40 [2022-06-21T11:45:40.019Z] #59 sha256:598cc9c6282a151430b53d3d42a5fb0ee0e84efd0dd734e154dc50517fecb22e
11:45:40 [2022-06-21T11:45:40.019Z] #59 DONE 0.8s
11:45:40 [2022-06-21T11:45:40.019Z] 
11:45:40 [2022-06-21T11:45:40.019Z] #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
11:45:40 [2022-06-21T11:45:40.019Z] #60 sha256:8180a865b53d4f2686a57a7efc8185d2d2dec353515c0d22465715c5d0d88d2d
11:45:40 [2022-06-21T11:45:40.198Z] #64 70.76 Updating files:  31% (1519/4776)
Updating files:  32% (1529/4776)
Updating files:  33% (1577/4776)
Updating files:  34% (1624/4776)
Updating files:  35% (1672/4776)
Updating files:  36% (1720/4776)
Updating files:  37% (1768/4776)
Updating files:  38% (1815/4776)
Updating files:  39% (1863/4776)
Updating files:  40% (1911/4776)
Updating files:  41% (1959/4776)
Updating files:  42% (2006/4776)
Updating files:  43% (2054/4776)
Updating files:  44% (2102/4776)
Updating files:  45% (2150/4776)
Updating files:  46% (2197/4776)
Updating files:  47% (2245/4776)
Updating files:  48% (2293/4776)
Updating files:  49% (2341/4776)
Updating files:  50% (2388/4776)
Updating files:  51% (2436/4776)
Updating files:  52% (2484/4776)
Updating files:  53% (2532/4776)
Updating files:  54% (2580/4776)
Updating files:  55% (2627/4776)
Updating files:  56% (2675/4776)
Updating files:  57% (2723/4776)
Updating files:  58% (2771/4776)
Updating files:  59% (2818/4776)
Updating files:  60% (2866/4776)
Updating files:  61% (2914/4776)
Updating files:  62% (2962/4776)
Updating files:  63% (3009/4776)
Updating files:  64% (3057/4776)
Updating files:  65% (3105/4776)
Updating files:  65% (3117/4776)
Updating files:  66% (3153/4776)
Updating files:  67% (3200/4776)
Updating files:  68% (3248/4776)
Updating files:  69% (3296/4776)
Updating files:  70% (3344/4776)
Updating files:  71% (3391/4776)
Updating files:  72% (3439/4776)
Updating files:  73% (3487/4776)
Updating files:  74% (3535/4776)
Updating files:  75% (3582/4776)
Updating files:  76% (3630/4776)
Updating files:  77% (3678/4776)
Updating files:  78% (3726/4776)
Updating files:  79% (3774/4776)
Updating files:  80% (3821/4776)
Updating files:  81% (3869/4776)
Updating files:  82% (3917/4776)
Updating files:  83% (3965/4776)
Updating files:  84% (4012/4776)
Updating files:  85% (4060/4776)
Updating files:  86% (4108/4776)
Updating files:  86% (4136/4776)
Updating files:  87% (4156/4776)
Updating files:  88% (4203/4776)
Updating files:  89% (4251/4776)
Updating files:  90% (4299/4776)
Updating files:  91% (4347/4776)
Updating files:  92% (4394/4776)
Updating files:  93% (4442/4776)
Updating files:  94% (4490/4776)
Updating files:  95% (4538/4776)
Updating files:  96% (4585/4776)
Updating files:  97% (4633/4776)
Updating files:  98% (4681/4776)
Updating files:  99% (4729/4776)
Updating files: 100% (4776/4776)
Updating files: 100% (4776/4776), done.
11:45:40 [2022-06-21T11:45:40.198Z] #64 73.64 + cd /tmp/tmp.pXFlNAMjaP/src/github.com/containerd/containerd
11:45:40 [2022-06-21T11:45:40.223Z] #77 83.82 checking whether make supports nested variables... yes
11:45:40 [2022-06-21T11:45:40.223Z] #77 83.86 checking whether UID '0' is supported by ustar format... yes
11:45:40 [2022-06-21T11:45:40.223Z] #77 83.86 checking whether GID '0' is supported by ustar format... yes
11:45:40 [2022-06-21T11:45:40.223Z] #77 83.86 checking how to create a ustar tar archive... gnutar
11:45:40 [2022-06-21T11:45:40.459Z] #64 73.64 + git checkout -q v1.6.6
11:45:40 [2022-06-21T11:45:40.480Z] #77 83.90 checking dependency style of gcc... gcc3
11:45:40 [2022-06-21T11:45:40.480Z] #77 84.17 checking whether to enable maintainer-specific portions of Makefiles... yes
11:45:40 [2022-06-21T11:45:40.480Z] #77 84.17 checking whether make supports nested variables... (cached) yes
11:45:40 [2022-06-21T11:45:40.480Z] #77 84.17 checking for gawk... (cached) mawk
11:45:40 [2022-06-21T11:45:40.480Z] #77 84.17 checking for a sed that does not truncate output... (cached) /bin/sed
11:45:40 [2022-06-21T11:45:40.480Z] #77 84.18 checking for gcc... (cached) gcc
11:45:40 [2022-06-21T11:45:40.737Z] #77 84.30 checking whether we are using the GNU C compiler... (cached) yes
11:45:40 [2022-06-21T11:45:40.737Z] #77 84.30 checking whether gcc accepts -g... (cached) yes
11:45:40 [2022-06-21T11:45:40.737Z] #77 84.31 checking for gcc option to accept ISO C89... (cached) none needed
11:45:40 [2022-06-21T11:45:40.737Z] #77 84.31 checking whether gcc understands -c and -o together... (cached) yes
11:45:40 [2022-06-21T11:45:40.737Z] #77 84.32 checking for a Python interpreter with version >= 3... python3
11:45:40 [2022-06-21T11:45:40.737Z] #77 84.43 checking for python3... /usr/bin/python3
11:45:40 [2022-06-21T11:45:40.737Z] #77 84.44 checking for python3 version... 3.9
11:45:40 [2022-06-21T11:45:40.737Z] #77 84.49 checking for python3 platform... linux
11:45:40 [2022-06-21T11:45:40.737Z] #77 84.53 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
11:45:40 [2022-06-21T11:45:40.995Z] #77 84.66 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
11:45:40 [2022-06-21T11:45:40.995Z] #77 84.79 checking for go-md2man... no
11:45:41 [2022-06-21T11:45:41.252Z] #77 84.81 checking error.h usability... 
11:45:41 [2022-06-21T11:45:41.252Z] #77 ...
11:45:41 [2022-06-21T11:45:41.252Z] 
11:45:41 [2022-06-21T11:45:41.252Z] #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
11:45:41 [2022-06-21T11:45:41.252Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242
11:45:41 [2022-06-21T11:45:41.252Z] #34 DONE 129.2s
11:45:41 [2022-06-21T11:45:41.252Z] 
11:45:41 [2022-06-21T11:45:41.252Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:45:41 [2022-06-21T11:45:41.252Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f
11:45:41 [2022-06-21T11:45:41.252Z] #21 1.998 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:45:41 [2022-06-21T11:45:41.252Z] #21 2.085 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:45:41 [2022-06-21T11:45:41.252Z] #21 2.300 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:45:41 [2022-06-21T11:45:41.252Z] #21 2.571 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
11:45:41 [2022-06-21T11:45:41.252Z] #21 3.907 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
11:45:41 [2022-06-21T11:45:41.252Z] #21 5.170 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
11:45:41 [2022-06-21T11:45:41.252Z] #21 7.650 Fetched 8431 kB in 6s (1374 kB/s)
11:45:41 [2022-06-21T11:45:41.252Z] #21 7.650 Reading package lists...
11:45:41 [2022-06-21T11:45:41.509Z] #21 9.552 Reading package lists...
11:45:41 [2022-06-21T11:45:41.509Z] #21 ...
11:45:41 [2022-06-21T11:45:41.509Z] 
11:45:41 [2022-06-21T11:45:41.509Z] #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
11:45:41 [2022-06-21T11:45:41.509Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:45:41 [2022-06-21T11:45:41.509Z] #77 84.81 checking error.h usability... yes
11:45:41 [2022-06-21T11:45:41.509Z] #77 85.08 checking error.h presence... yes
11:45:41 [2022-06-21T11:45:41.509Z] #77 85.14 checking for error.h... yes
11:45:41 [2022-06-21T11:45:41.766Z] #77 85.19 checking linux/openat2.h usability... yes
11:45:41 [2022-06-21T11:45:41.766Z] #77 85.40 checking linux/openat2.h presence... yes
11:45:42 [2022-06-21T11:45:42.023Z] #77 85.61 checking for linux/openat2.h... yes
11:45:42 [2022-06-21T11:45:42.023Z] #77 85.75 checking for copy_file_range... yes
11:45:42 [2022-06-21T11:45:42.280Z] #77 85.92 checking for fgetxattr... yes
11:45:42 [2022-06-21T11:45:42.280Z] #77 86.05 checking for statx... yes
11:45:42 [2022-06-21T11:45:42.289Z] #77 ...
11:45:42 [2022-06-21T11:45:42.289Z] 
11:45:42 [2022-06-21T11:45:42.289Z] #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
11:45:42 [2022-06-21T11:45:42.289Z] #64 sha256:41940daf8f2005ef9a54ffdd45a5652604ab9bb014cefa6241b59c995b2b89e6
11:45:42 [2022-06-21T11:45:42.537Z] #77 86.21 checking for fgetpwent_r... yes
11:45:42 [2022-06-21T11:45:42.794Z] #77 86.45 checking for issetugid... no
11:45:42 [2022-06-21T11:45:42.805Z] #64 70.99 Updating files:  35% (1705/4776)
Updating files:  36% (1720/4776)
Updating files:  37% (1768/4776)
Updating files:  38% (1815/4776)
Updating files:  39% (1863/4776)
Updating files:  40% (1911/4776)
Updating files:  41% (1959/4776)
Updating files:  42% (2006/4776)
Updating files:  43% (2054/4776)
Updating files:  44% (2102/4776)
Updating files:  45% (2150/4776)
Updating files:  46% (2197/4776)
Updating files:  47% (2245/4776)
Updating files:  48% (2293/4776)
Updating files:  49% (2341/4776)
Updating files:  50% (2388/4776)
Updating files:  51% (2436/4776)
Updating files:  52% (2484/4776)
Updating files:  53% (2532/4776)
Updating files:  54% (2580/4776)
Updating files:  55% (2627/4776)
Updating files:  56% (2675/4776)
Updating files:  57% (2723/4776)
Updating files:  58% (2771/4776)
Updating files:  59% (2818/4776)
Updating files:  60% (2866/4776)
Updating files:  61% (2914/4776)
Updating files:  62% (2962/4776)
Updating files:  63% (3009/4776)
Updating files:  64% (3057/4776)
Updating files:  65% (3105/4776)
Updating files:  66% (3153/4776)
Updating files:  67% (3200/4776)
Updating files:  68% (3248/4776)
Updating files:  69% (3296/4776)
Updating files:  70% (3344/4776)
Updating files:  71% (3391/4776)
Updating files:  72% (3439/4776)
Updating files:  73% (3487/4776)
Updating files:  74% (3535/4776)
Updating files:  75% (3582/4776)
Updating files:  76% (3630/4776)
Updating files:  77% (3678/4776)
Updating files:  78% (3726/4776)
Updating files:  79% (3774/4776)
Updating files:  79% (3802/4776)
Updating files:  80% (3821/4776)
Updating files:  81% (3869/4776)
Updating files:  82% (3917/4776)
Updating files:  83% (3965/4776)
Updating files:  84% (4012/4776)
Updating files:  85% (4060/4776)
Updating files:  86% (4108/4776)
Updating files:  87% (4156/4776)
Updating files:  88% (4203/4776)
Updating files:  89% (4251/4776)
Updating files:  90% (4299/4776)
Updating files:  91% (4347/4776)
Updating files:  92% (4394/4776)
Updating files:  93% (4442/4776)
Updating files:  94% (4490/4776)
Updating files:  95% (4538/4776)
Updating files:  96% (4585/4776)
Updating files:  97% (4633/4776)
Updating files:  98% (4681/4776)
Updating files:  99% (4729/4776)
Updating files: 100% (4776/4776)
Updating files: 100% (4776/4776), done.
11:45:42 [2022-06-21T11:45:42.805Z] #64 72.96 + cd /tmp/tmp.MuVmTOC0y8/src/github.com/containerd/containerd
11:45:42 [2022-06-21T11:45:42.805Z] #64 72.96 + git checkout -q v1.6.6
11:45:43 [2022-06-21T11:45:43.007Z] #64 75.95 + export 'BUILDTAGS=netgo osusergo static_build'
11:45:43 [2022-06-21T11:45:43.007Z] #64 75.95 + BUILDTAGS='netgo osusergo static_build'
11:45:43 [2022-06-21T11:45:43.007Z] #64 75.95 + export EXTRA_FLAGS=-buildmode=pie
11:45:43 [2022-06-21T11:45:43.007Z] #64 75.95 + EXTRA_FLAGS=-buildmode=pie
11:45:43 [2022-06-21T11:45:43.007Z] #64 75.95 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
11:45:43 [2022-06-21T11:45:43.007Z] #64 75.95 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
11:45:43 [2022-06-21T11:45:43.007Z] #64 75.95 + '[' '' = dynamic ']'
11:45:43 [2022-06-21T11:45:43.007Z] #64 75.95 + make
11:45:43 [2022-06-21T11:45:43.007Z] #64 ...
11:45:43 [2022-06-21T11:45:43.007Z] 
11:45:43 [2022-06-21T11:45:43.007Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:45:43 [2022-06-21T11:45:43.007Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:43 [2022-06-21T11:45:43.007Z] #77 61.50 libtoolize: putting auxiliary files in '.'.
11:45:43 [2022-06-21T11:45:43.007Z] #77 61.50 libtoolize: copying file './ltmain.sh'
11:45:43 [2022-06-21T11:45:43.051Z] #77 86.59 checking for pkg-config... /usr/bin/pkg-config
11:45:43 [2022-06-21T11:45:43.051Z] #77 86.61 checking pkg-config is at least version 0.9.0... yes
11:45:43 [2022-06-21T11:45:43.315Z] #77 86.61 checking for library containing yajl_tree_get... -lyajl
11:45:43 [2022-06-21T11:45:43.315Z] #77 87.00 checking for yajl >= 2.0.0... yes
11:45:43 [2022-06-21T11:45:43.466Z] #19 ...
11:45:43 [2022-06-21T11:45:43.466Z] 
11:45:43 [2022-06-21T11:45:43.466Z] #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
11:45:43 [2022-06-21T11:45:43.466Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:43 [2022-06-21T11:45:43.466Z] #84 164.8 config.status: creating Makefile
11:45:43 [2022-06-21T11:45:43.466Z] #84 164.8 config.status: creating config.h
11:45:43 [2022-06-21T11:45:43.466Z] #84 164.8 config.status: executing depfiles commands
11:45:43 [2022-06-21T11:45:43.466Z] #84 165.0 config.status: executing libtool commands
11:45:43 [2022-06-21T11:45:43.466Z] #84 166.0   GEN      .version
11:45:43 [2022-06-21T11:45:43.466Z] #84 166.0 make  install-recursive
11:45:43 [2022-06-21T11:45:43.466Z] #84 166.0 make[1]: Entering directory '/tmp/crun-build'
11:45:43 [2022-06-21T11:45:43.466Z] #84 166.2 Making install in libocispec
11:45:43 [2022-06-21T11:45:43.466Z] #84 166.2 make[2]: Entering directory '/tmp/crun-build/libocispec'
11:45:43 [2022-06-21T11:45:43.466Z] #84 166.2 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
11:45:43 [2022-06-21T11:45:43.466Z] #84 166.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
11:45:43 [2022-06-21T11:45:43.466Z] #84 166.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
11:45:43 [2022-06-21T11:45:43.466Z] #84 166.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 167.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.4 make  install-recursive
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.4 make[3]: Entering directory '/tmp/crun-build/libocispec'
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.5 Making install in yajl
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.5 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.6   CC       verify/json_verify-json_verify.o
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.6   CC       src/libyajl_la-yajl_alloc.lo
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.6   CC       src/libyajl_la-yajl.lo
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.6   CC       src/libyajl_la-yajl_gen.lo
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.6   CC       src/libyajl_la-yajl_parser.lo
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.7   CC       src/libyajl_la-yajl_encode.lo
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.7   CC       src/libyajl_la-yajl_buf.lo
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.7   CC       src/libyajl_la-yajl_lex.lo
11:45:43 [2022-06-21T11:45:43.466Z] #84 168.8   CC       src/libyajl_la-yajl_tree.lo
11:45:43 [2022-06-21T11:45:43.572Z] #77 87.05 checking sys/capability.h usability... yes
11:45:43 [2022-06-21T11:45:43.573Z] #77 87.29 checking sys/capability.h presence... yes
11:45:43 [2022-06-21T11:45:43.573Z] #77 87.34 checking for sys/capability.h... yes
11:45:43 [2022-06-21T11:45:43.830Z] #77 87.35 checking for library containing cap_from_name... -lcap
11:45:44 [2022-06-21T11:45:44.087Z] #77 87.68 checking for library containing dlopen... -ldl
11:45:44 [2022-06-21T11:45:44.212Z] #60 ...
11:45:44 [2022-06-21T11:45:44.212Z] 
11:45:44 [2022-06-21T11:45:44.212Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
11:45:44 [2022-06-21T11:45:44.212Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22
11:45:44 [2022-06-21T11:45:44.212Z] #15 DONE 5.0s
11:45:44 [2022-06-21T11:45:44.212Z] 
11:45:44 [2022-06-21T11:45:44.212Z] #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
11:45:44 [2022-06-21T11:45:44.212Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67
11:45:44 [2022-06-21T11:45:44.344Z] #77 87.92 checking seccomp.h usability... yes
11:45:44 [2022-06-21T11:45:44.344Z] #77 88.05 checking seccomp.h presence... yes
11:45:44 [2022-06-21T11:45:44.344Z] #77 88.12 checking for seccomp.h... yes
11:45:44 [2022-06-21T11:45:44.909Z] #77 88.12 checking for library containing seccomp_rule_add... -lseccomp
11:45:44 [2022-06-21T11:45:44.909Z] #77 88.59 checking for library containing seccomp_arch_resolve_name... none required
11:45:44 [2022-06-21T11:45:44.925Z] #77 63.07 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
11:45:44 [2022-06-21T11:45:44.925Z] #77 63.07 libtoolize: and rerunning libtoolize and aclocal.
11:45:44 [2022-06-21T11:45:44.925Z] #77 63.07 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
11:45:45 [2022-06-21T11:45:45.165Z] #77 88.70 checking systemd/sd-bus.h usability... yes
11:45:45 [2022-06-21T11:45:45.165Z] #77 88.86 checking systemd/sd-bus.h presence... yes
11:45:45 [2022-06-21T11:45:45.165Z] #77 88.93 checking for systemd/sd-bus.h... yes
11:45:45 [2022-06-21T11:45:45.165Z] #77 88.93 checking for library containing sd_bus_match_signal_async... 
11:45:45 [2022-06-21T11:45:45.165Z] #77 ...
11:45:45 [2022-06-21T11:45:45.165Z] 
11:45:45 [2022-06-21T11:45:45.165Z] #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
11:45:45 [2022-06-21T11:45:45.166Z] #60 sha256:91e321c642b3622ad8a9ab46a71f4c74e24f485d55c7b547457014690f3ccebc
11:45:45 [2022-06-21T11:45:45.166Z] #60 10.78 + cd /tmp/tmp.mBou1imPG7/src/github.com/opencontainers/runc
11:45:45 [2022-06-21T11:45:45.166Z] #60 10.78 + git checkout -q v1.1.2
11:45:45 [2022-06-21T11:45:45.166Z] #60 11.31 + '[' -z '' ']'
11:45:45 [2022-06-21T11:45:45.166Z] #60 11.31 + target=static
11:45:45 [2022-06-21T11:45:45.166Z] #60 11.31 + make BUILDTAGS=seccomp static
11:45:45 [2022-06-21T11:45:45.166Z] #60 11.66 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
11:45:45 [2022-06-21T11:45:45.341Z] #64 75.56 + export 'BUILDTAGS=netgo osusergo static_build'
11:45:45 [2022-06-21T11:45:45.341Z] #64 75.56 + BUILDTAGS='netgo osusergo static_build'
11:45:45 [2022-06-21T11:45:45.341Z] #64 75.56 + export EXTRA_FLAGS=-buildmode=pie
11:45:45 [2022-06-21T11:45:45.341Z] #64 75.56 + EXTRA_FLAGS=-buildmode=pie
11:45:45 [2022-06-21T11:45:45.341Z] #64 75.56 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
11:45:45 [2022-06-21T11:45:45.341Z] #64 75.56 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
11:45:45 [2022-06-21T11:45:45.341Z] #64 75.56 + '[' '' = dynamic ']'
11:45:45 [2022-06-21T11:45:45.341Z] #64 75.56 + make
11:45:45 [2022-06-21T11:45:45.423Z] #60 ...
11:45:45 [2022-06-21T11:45:45.423Z] 
11:45:45 [2022-06-21T11:45:45.423Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:45:45 [2022-06-21T11:45:45.423Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f
11:45:45 [2022-06-21T11:45:45.423Z] #21 9.552 Reading package lists...
11:45:45 [2022-06-21T11:45:45.423Z] #21 12.05 Building dependency tree...
11:45:45 [2022-06-21T11:45:45.423Z] #21 13.73 The following additional packages will be installed:
11:45:45 [2022-06-21T11:45:45.423Z] #21 13.73   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
11:45:45 [2022-06-21T11:45:45.423Z] #21 13.73   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:45:45 [2022-06-21T11:45:45.423Z] #21 13.74   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
11:45:45 [2022-06-21T11:45:45.423Z] #21 13.74   python3-pkg-resources vim-runtime xxd
11:45:45 [2022-06-21T11:45:45.423Z] #21 13.74 Suggested packages:
11:45:45 [2022-06-21T11:45:45.423Z] #21 13.74   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
11:45:45 [2022-06-21T11:45:45.423Z] #21 13.74   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
11:45:45 [2022-06-21T11:45:45.423Z] #21 13.74   acl attr quota
11:45:45 [2022-06-21T11:45:45.423Z] #21 13.74 Recommended packages:
11:45:45 [2022-06-21T11:45:45.423Z] #21 13.74   libatm1 nftables libpam-cap build-essential python3-dev unzip
11:45:46 [2022-06-21T11:45:46.272Z] #64 ...
11:45:46 [2022-06-21T11:45:46.272Z] 
11:45:46 [2022-06-21T11:45:46.272Z] #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
11:45:46 [2022-06-21T11:45:46.272Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:46 [2022-06-21T11:45:46.272Z] #77 59.68 libtoolize: putting auxiliary files in '.'.
11:45:46 [2022-06-21T11:45:46.272Z] #77 59.68 libtoolize: copying file './ltmain.sh'
11:45:46 [2022-06-21T11:45:46.354Z] #21 14.74 The following NEW packages will be installed:
11:45:46 [2022-06-21T11:45:46.354Z] #21 14.75   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
11:45:46 [2022-06-21T11:45:46.354Z] #21 14.75   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
11:45:46 [2022-06-21T11:45:46.354Z] #21 14.75   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
11:45:46 [2022-06-21T11:45:46.354Z] #21 14.75   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
11:45:46 [2022-06-21T11:45:46.354Z] #21 14.75   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
11:45:46 [2022-06-21T11:45:46.354Z] #21 14.75   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
11:45:46 [2022-06-21T11:45:46.354Z] #21 14.75   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
11:45:46 [2022-06-21T11:45:46.354Z] #21 14.75   xz-utils zip zstd
11:45:46 [2022-06-21T11:45:46.611Z] #21 15.06 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded.
11:45:46 [2022-06-21T11:45:46.611Z] #21 15.06 Need to get 27.0 MB of archives.
11:45:46 [2022-06-21T11:45:46.611Z] #21 15.06 After this operation, 105 MB of additional disk space will be used.
11:45:46 [2022-06-21T11:45:46.611Z] #21 15.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
11:45:46 [2022-06-21T11:45:46.611Z] #21 15.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
11:45:46 [2022-06-21T11:45:46.611Z] #21 15.07 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
11:45:46 [2022-06-21T11:45:46.611Z] #21 15.07 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
11:45:46 [2022-06-21T11:45:46.611Z] #21 15.07 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.08 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.10 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.10 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.11 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.14 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.14 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.14 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.15 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.16 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.16 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.18 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.18 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.19 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.22 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.22 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.22 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.23 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.23 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.23 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
11:45:46 [2022-06-21T11:45:46.612Z] #21 15.23 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.59 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.59 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.59 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.59 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.60 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.60 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.60 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.61 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.71 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.71 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.71 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.72 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.72 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.74 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
11:45:47 [2022-06-21T11:45:47.175Z] #21 15.75 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
11:45:47 [2022-06-21T11:45:47.176Z] #21 15.76 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
11:45:47 [2022-06-21T11:45:47.176Z] #21 15.77 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
11:45:47 [2022-06-21T11:45:47.176Z] #21 15.78 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
11:45:47 [2022-06-21T11:45:47.510Z] #16 DONE 3.2s
11:45:47 [2022-06-21T11:45:47.510Z] 
11:45:47 [2022-06-21T11:45:47.510Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
11:45:47 [2022-06-21T11:45:47.510Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3
11:45:47 [2022-06-21T11:45:47.739Z] #21 16.02 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
11:45:47 [2022-06-21T11:45:47.739Z] #21 16.07 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
11:45:47 [2022-06-21T11:45:47.739Z] #21 16.11 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
11:45:47 [2022-06-21T11:45:47.739Z] #21 16.11 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
11:45:48 [2022-06-21T11:45:48.168Z] #77 61.62 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
11:45:48 [2022-06-21T11:45:48.169Z] #77 61.62 libtoolize: and rerunning libtoolize and aclocal.
11:45:48 [2022-06-21T11:45:48.169Z] #77 61.62 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
11:45:48 [2022-06-21T11:45:48.304Z] #21 16.70 debconf: delaying package configuration, since apt-utils is not installed
11:45:48 [2022-06-21T11:45:48.304Z] #21 16.85 Fetched 27.0 MB in 1s (19.8 MB/s)
11:45:48 [2022-06-21T11:45:48.304Z] #21 16.90 Selecting previously unselected package pigz.
11:45:48 [2022-06-21T11:45:48.561Z] #21 16.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 ... 24010 files and directories currently installed.)
11:45:48 [2022-06-21T11:45:48.561Z] #21 16.97 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
11:45:48 [2022-06-21T11:45:48.561Z] #21 16.98 Unpacking pigz (2.6-1) ...
11:45:48 [2022-06-21T11:45:48.561Z] #21 17.08 Selecting previously unselected package libelf1:arm64.
11:45:48 [2022-06-21T11:45:48.561Z] #21 17.08 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
11:45:48 [2022-06-21T11:45:48.561Z] #21 17.09 Unpacking libelf1:arm64 (0.183-1) ...
11:45:48 [2022-06-21T11:45:48.817Z] #21 17.23 Selecting previously unselected package libbpf0:arm64.
11:45:48 [2022-06-21T11:45:48.817Z] #21 17.23 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
11:45:48 [2022-06-21T11:45:48.817Z] #21 17.24 Unpacking libbpf0:arm64 (1:0.3-2) ...
11:45:48 [2022-06-21T11:45:48.817Z] #21 17.33 Selecting previously unselected package libcap2:arm64.
11:45:48 [2022-06-21T11:45:48.817Z] #21 17.33 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
11:45:48 [2022-06-21T11:45:48.817Z] #21 17.34 Unpacking libcap2:arm64 (1:2.44-1) ...
11:45:48 [2022-06-21T11:45:48.817Z] #21 17.38 Selecting previously unselected package libmnl0:arm64.
11:45:48 [2022-06-21T11:45:48.817Z] #21 17.40 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
11:45:48 [2022-06-21T11:45:48.817Z] #21 17.40 Unpacking libmnl0:arm64 (1.0.4-3) ...
11:45:49 [2022-06-21T11:45:49.073Z] #21 17.46 Selecting previously unselected package libxtables12:arm64.
11:45:49 [2022-06-21T11:45:49.073Z] #21 17.46 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
11:45:49 [2022-06-21T11:45:49.073Z] #21 17.47 Unpacking libxtables12:arm64 (1.8.7-1) ...
11:45:49 [2022-06-21T11:45:49.073Z] #21 17.54 Selecting previously unselected package libcap2-bin.
11:45:49 [2022-06-21T11:45:49.073Z] #21 17.54 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
11:45:49 [2022-06-21T11:45:49.073Z] #21 17.55 Unpacking libcap2-bin (1:2.44-1) ...
11:45:49 [2022-06-21T11:45:49.073Z] #21 17.65 Selecting previously unselected package iproute2.
11:45:49 [2022-06-21T11:45:49.073Z] #21 17.65 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
11:45:49 [2022-06-21T11:45:49.073Z] #21 17.66 Unpacking iproute2 (5.10.0-4) ...
11:45:49 [2022-06-21T11:45:49.449Z] #17 1.994 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
11:45:49 [2022-06-21T11:45:49.449Z] #17 DONE 2.2s
11:45:49 [2022-06-21T11:45:49.449Z] 
11:45:49 [2022-06-21T11:45:49.449Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
11:45:49 [2022-06-21T11:45:49.449Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138
11:45:49 [2022-06-21T11:45:49.586Z] #21 18.03 Selecting previously unselected package xxd.
11:45:49 [2022-06-21T11:45:49.586Z] #21 18.04 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
11:45:49 [2022-06-21T11:45:49.586Z] #21 18.05 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:45:49 [2022-06-21T11:45:49.843Z] #21 18.17 Selecting previously unselected package vim-common.
11:45:49 [2022-06-21T11:45:49.843Z] #21 18.18 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:45:49 [2022-06-21T11:45:49.843Z] #21 18.19 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:45:49 [2022-06-21T11:45:49.843Z] #21 18.32 Selecting previously unselected package bash-completion.
11:45:49 [2022-06-21T11:45:49.843Z] #21 18.32 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
11:45:50 [2022-06-21T11:45:50.046Z] #84 174.8   CCLD     libyajl.la
11:45:50 [2022-06-21T11:45:50.046Z] #84 175.5   CCLD     verify/json_verify
11:45:50 [2022-06-21T11:45:50.220Z] #77 ...
11:45:50 [2022-06-21T11:45:50.220Z] 
11:45:50 [2022-06-21T11:45:50.220Z] #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
11:45:50 [2022-06-21T11:45:50.220Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:45:50 [2022-06-21T11:45:50.220Z] #14 137.9 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
11:45:50 [2022-06-21T11:45:50.220Z] #14 137.9 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:45:50 [2022-06-21T11:45:50.220Z] #14 137.9 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:45:50 [2022-06-21T11:45:50.614Z] #84 176.0 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
11:45:50 [2022-06-21T11:45:50.615Z] #84 176.0 make[5]: Nothing to be done for 'install-exec-am'.
11:45:50 [2022-06-21T11:45:50.615Z] #84 176.0 make[5]: Nothing to be done for 'install-data-am'.
11:45:50 [2022-06-21T11:45:50.615Z] #84 176.0 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
11:45:50 [2022-06-21T11:45:50.874Z] #84 176.0 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
11:45:50 [2022-06-21T11:45:50.874Z] #84 176.1 make[4]: Entering directory '/tmp/crun-build/libocispec'
11:45:50 [2022-06-21T11:45:50.874Z] #84 176.3   CC       src/image_spec_schema_config_schema.lo
11:45:50 [2022-06-21T11:45:50.874Z] #84 176.3   CC       src/validate.o
11:45:50 [2022-06-21T11:45:50.874Z] #84 176.3   CC       src/image_spec_schema_content_descriptor.lo
11:45:50 [2022-06-21T11:45:50.874Z] #84 176.3   CC       src/image_spec_schema_defs.lo
11:45:50 [2022-06-21T11:45:50.874Z] #84 176.3   CC       src/image_spec_schema_defs_descriptor.lo
11:45:51 [2022-06-21T11:45:51.133Z] #84 176.4   CC       src/image_spec_schema_image_manifest_schema.lo
11:45:51 [2022-06-21T11:45:51.133Z] #84 176.4   CC       src/runtime_spec_schema_config_linux.lo
11:45:51 [2022-06-21T11:45:51.133Z] #84 176.4   CC       src/runtime_spec_schema_config_zos.lo
11:45:51 [2022-06-21T11:45:51.133Z] #84 176.4   CC       src/image_spec_schema_image_index_schema.lo
11:45:51 [2022-06-21T11:45:51.133Z] #84 176.4   CC       src/image_spec_schema_image_layout_schema.lo
11:45:51 [2022-06-21T11:45:51.133Z] #84 176.4   CC       src/runtime_spec_schema_config_solaris.lo
11:45:51 [2022-06-21T11:45:51.133Z] #84 176.5   CC       src/runtime_spec_schema_config_schema.lo
11:45:51 [2022-06-21T11:45:51.133Z] #84 176.5   CC       src/runtime_spec_schema_config_windows.lo
11:45:51 [2022-06-21T11:45:51.133Z] #84 176.6   CC       src/runtime_spec_schema_config_vm.lo
11:45:51 [2022-06-21T11:45:51.393Z] #84 176.6   CC       src/runtime_spec_schema_defs.lo
11:45:51 [2022-06-21T11:45:51.393Z] #84 176.6   CC       src/runtime_spec_schema_defs_linux.lo
11:45:51 [2022-06-21T11:45:51.393Z] #84 176.6   CC       src/runtime_spec_schema_defs_zos.lo
11:45:51 [2022-06-21T11:45:51.393Z] #84 176.6   CC       src/runtime_spec_schema_defs_vm.lo
11:45:51 [2022-06-21T11:45:51.393Z] #84 176.7   CC       src/runtime_spec_schema_defs_windows.lo
11:45:51 [2022-06-21T11:45:51.393Z] #84 176.7   CC       src/runtime_spec_schema_state_schema.lo
11:45:51 [2022-06-21T11:45:51.393Z] #84 176.7   CC       src/image_manifest_items_image_manifest_items_schema.lo
11:45:51 [2022-06-21T11:45:51.393Z] #84 176.8   CC       src/basic_test_double_array_item.lo
11:45:51 [2022-06-21T11:45:51.393Z] #84 176.8   CC       src/basic_test_double_array.lo
11:45:51 [2022-06-21T11:45:51.652Z] #84 176.9   CC       src/basic_test_top_array_string.lo
11:45:51 [2022-06-21T11:45:51.652Z] #84 176.9   CC       src/basic_test_top_array_int.lo
11:45:51 [2022-06-21T11:45:51.652Z] #84 176.9   CC       src/basic_test_top_double_array_int.lo
11:45:51 [2022-06-21T11:45:51.911Z] #84 177.1   CC       src/basic_test_top_double_array_refobj.lo
11:45:51 [2022-06-21T11:45:51.911Z] #84 177.2   CC       src/basic_test_top_double_array_obj.lo
11:45:51 [2022-06-21T11:45:51.911Z] #84 177.2   CC       src/read-file.lo
11:45:51 [2022-06-21T11:45:51.911Z] #84 177.3   CC       src/basic_test_top_double_array_string.lo
11:45:51 [2022-06-21T11:45:51.911Z] #84 177.3   CC       src/json_common.lo
11:45:51 [2022-06-21T11:45:51.911Z] #84 177.3   CC       tests/test-1.o
11:45:52 [2022-06-21T11:45:52.072Z] #18 DONE 2.2s
11:45:52 [2022-06-21T11:45:52.072Z] 
11:45:52 [2022-06-21T11:45:52.072Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
11:45:52 [2022-06-21T11:45:52.072Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1
11:45:52 [2022-06-21T11:45:52.136Z] #14 150.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
11:45:52 [2022-06-21T11:45:52.136Z] #14 150.1 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
11:45:52 [2022-06-21T11:45:52.136Z] #14 150.1 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:45:52 [2022-06-21T11:45:52.170Z] #84 177.4   CC       tests/test-2.o
11:45:52 [2022-06-21T11:45:52.170Z] #84 177.5   CC       tests/test-3.o
11:45:52 [2022-06-21T11:45:52.170Z] #84 177.5   CC       tests/test-5.o
11:45:52 [2022-06-21T11:45:52.170Z] #84 177.6   CC       tests/test-4.o
11:45:52 [2022-06-21T11:45:52.363Z] #21 20.67 Unpacking bash-completion (1:2.11-2) ...
11:45:52 [2022-06-21T11:45:52.429Z] #84 177.7   CC       tests/test-6.o
11:45:52 [2022-06-21T11:45:52.620Z] #21 21.08 Selecting previously unselected package bzip2.
11:45:52 [2022-06-21T11:45:52.620Z] #21 21.08 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
11:45:52 [2022-06-21T11:45:52.620Z] #21 21.09 Unpacking bzip2 (1.0.8-4) ...
11:45:52 [2022-06-21T11:45:52.620Z] #21 21.18 Selecting previously unselected package xz-utils.
11:45:52 [2022-06-21T11:45:52.620Z] #21 21.18 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
11:45:52 [2022-06-21T11:45:52.620Z] #21 21.19 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:45:52 [2022-06-21T11:45:52.689Z] #84 177.9   CC       tests/test-7.o
11:45:52 [2022-06-21T11:45:52.689Z] #84 178.0   CC       tests/test-9.o
11:45:52 [2022-06-21T11:45:52.689Z] #84 178.0   CC       tests/test-8.o
11:45:52 [2022-06-21T11:45:52.689Z] #84 178.0   CC       tests/test-10.o
11:45:52 [2022-06-21T11:45:52.689Z] #84 178.1   CC       tests/test-11.o
11:45:52 [2022-06-21T11:45:52.876Z] #21 21.38 Selecting previously unselected package apparmor.
11:45:52 [2022-06-21T11:45:52.876Z] #21 21.38 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
11:45:52 [2022-06-21T11:45:52.876Z] #21 21.44 Unpacking apparmor (2.13.6-10) ...
11:45:53 [2022-06-21T11:45:53.439Z] #21 21.85 Selecting previously unselected package inetutils-ping.
11:45:53 [2022-06-21T11:45:53.439Z] #21 21.86 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ...
11:45:53 [2022-06-21T11:45:53.439Z] #21 21.88 Unpacking inetutils-ping (2:2.0-1) ...
11:45:53 [2022-06-21T11:45:53.439Z] #21 21.99 Selecting previously unselected package libip4tc2:arm64.
11:45:53 [2022-06-21T11:45:53.439Z] #21 22.00 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ...
11:45:53 [2022-06-21T11:45:53.439Z] #21 22.01 Unpacking libip4tc2:arm64 (1.8.7-1) ...
11:45:53 [2022-06-21T11:45:53.439Z] #21 22.07 Selecting previously unselected package libip6tc2:arm64.
11:45:53 [2022-06-21T11:45:53.439Z] #21 22.08 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ...
11:45:53 [2022-06-21T11:45:53.453Z] #19 DONE 1.9s
11:45:53 [2022-06-21T11:45:53.453Z] 
11:45:53 [2022-06-21T11:45:53.453Z] #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
11:45:53 [2022-06-21T11:45:53.453Z] #60 sha256:8180a865b53d4f2686a57a7efc8185d2d2dec353515c0d22465715c5d0d88d2d
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.817 + RM_GOPATH=0
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.817 + TMP_GOPATH=
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.817 + : /build
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.817 + '[' -z '' ']'
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.821 ++ mktemp -d
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.821 + export GOPATH=/tmp/tmp.Wk6xdyju1B
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.821 + GOPATH=/tmp/tmp.Wk6xdyju1B
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.821 + RM_GOPATH=1
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.821 + case "$(go env GOARCH)" in
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.821 ++ go env GOARCH
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 + export GO_BUILDMODE=-buildmode=pie
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 + GO_BUILDMODE=-buildmode=pie
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 ++ dirname /install.sh
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 + dir=/
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 + bin=runc
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 + shift
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 + '[' '!' -f //runc.installer ']'
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 + . //runc.installer
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 ++ set -e
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 ++ : v1.1.2
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 + install_runc
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 + RUNC_BUILDTAGS=seccomp
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Wk6xdyju1B/src/github.com/opencontainers/runc
11:45:53 [2022-06-21T11:45:53.453Z] #60 4.846 Install runc version v1.1.2 (build tags: seccomp)
11:45:53 [2022-06-21T11:45:53.454Z] #60 4.849 Cloning into '/tmp/tmp.Wk6xdyju1B/src/github.com/opencontainers/runc'...
11:45:53 [2022-06-21T11:45:53.696Z] #21 22.09 Unpacking libip6tc2:arm64 (1.8.7-1) ...
11:45:53 [2022-06-21T11:45:53.696Z] #21 22.16 Selecting previously unselected package libnfnetlink0:arm64.
11:45:53 [2022-06-21T11:45:53.696Z] #21 22.16 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
11:45:53 [2022-06-21T11:45:53.696Z] #21 22.17 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
11:45:53 [2022-06-21T11:45:53.696Z] #21 22.22 Selecting previously unselected package libnetfilter-conntrack3:arm64.
11:45:53 [2022-06-21T11:45:53.696Z] #21 22.23 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
11:45:53 [2022-06-21T11:45:53.696Z] #21 22.23 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
11:45:53 [2022-06-21T11:45:53.696Z] #21 22.30 Selecting previously unselected package libnftnl11:arm64.
11:45:53 [2022-06-21T11:45:53.696Z] #21 22.30 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ...
11:45:53 [2022-06-21T11:45:53.696Z] #21 22.31 Unpacking libnftnl11:arm64 (1.1.9-1) ...
11:45:53 [2022-06-21T11:45:53.713Z] #60 ...
11:45:53 [2022-06-21T11:45:53.713Z] 
11:45:53 [2022-06-21T11:45:53.713Z] #20 [dev-systemd-false  6/28] RUN ldconfig
11:45:53 [2022-06-21T11:45:53.713Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a
11:45:53 [2022-06-21T11:45:53.954Z] #21 22.40 Selecting previously unselected package iptables.
11:45:53 [2022-06-21T11:45:53.954Z] #21 22.41 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ...
11:45:53 [2022-06-21T11:45:53.954Z] #21 22.42 Unpacking iptables (1.8.7-1) ...
11:45:54 [2022-06-21T11:45:54.210Z] #21 22.74 Selecting previously unselected package libonig5:arm64.
11:45:54 [2022-06-21T11:45:54.210Z] #21 22.74 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ...
11:45:54 [2022-06-21T11:45:54.210Z] #21 22.75 Unpacking libonig5:arm64 (6.9.6-1.1) ...
11:45:54 [2022-06-21T11:45:54.210Z] #21 22.89 Selecting previously unselected package libjq1:arm64.
11:45:54 [2022-06-21T11:45:54.211Z] #21 22.89 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ...
11:45:54 [2022-06-21T11:45:54.211Z] #21 22.89 Unpacking libjq1:arm64 (1.6-2.1) ...
11:45:54 [2022-06-21T11:45:54.467Z] #21 23.01 Selecting previously unselected package jq.
11:45:54 [2022-06-21T11:45:54.467Z] #21 23.01 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ...
11:45:54 [2022-06-21T11:45:54.467Z] #21 23.02 Unpacking jq (1.6-2.1) ...
11:45:54 [2022-06-21T11:45:54.467Z] #21 23.11 Selecting previously unselected package libaio1:arm64.
11:45:54 [2022-06-21T11:45:54.467Z] #21 23.11 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ...
11:45:54 [2022-06-21T11:45:54.467Z] #21 23.11 Unpacking libaio1:arm64 (0.3.112-9) ...
11:45:54 [2022-06-21T11:45:54.467Z] #21 23.18 Selecting previously unselected package libgpm2:arm64.
11:45:54 [2022-06-21T11:45:54.723Z] #21 23.18 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ...
11:45:54 [2022-06-21T11:45:54.723Z] #21 23.19 Unpacking libgpm2:arm64 (1.20.7-8) ...
11:45:54 [2022-06-21T11:45:54.723Z] #21 23.26 Selecting previously unselected package libicu67:arm64.
11:45:54 [2022-06-21T11:45:54.723Z] #21 23.26 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ...
11:45:54 [2022-06-21T11:45:54.723Z] #21 23.27 Unpacking libicu67:arm64 (67.1-7) ...
11:45:54 [2022-06-21T11:45:54.860Z] #77 ...
11:45:54 [2022-06-21T11:45:54.860Z] 
11:45:54 [2022-06-21T11:45:54.860Z] #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
11:45:54 [2022-06-21T11:45:54.860Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:45:54 [2022-06-21T11:45:54.860Z] #14 137.2 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
11:45:54 [2022-06-21T11:45:54.860Z] #14 137.2 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:45:54 [2022-06-21T11:45:54.860Z] #14 137.2 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:45:55 [2022-06-21T11:45:55.624Z] #20 DONE 2.2s
11:45:55 [2022-06-21T11:45:55.624Z] 
11:45:55 [2022-06-21T11:45:55.624Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:45:55 [2022-06-21T11:45:55.624Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:45:55 [2022-06-21T11:45:55.624Z] #77 93.38 configure.ac:11: installing 'build-aux/compile'
11:45:55 [2022-06-21T11:45:55.624Z] #77 93.39 configure.ac:11: installing 'build-aux/config.guess'
11:45:55 [2022-06-21T11:45:55.624Z] #77 93.40 configure.ac:11: installing 'build-aux/config.sub'
11:45:55 [2022-06-21T11:45:55.624Z] #77 93.43 configure.ac:13: installing 'build-aux/install-sh'
11:45:55 [2022-06-21T11:45:55.624Z] #77 93.43 configure.ac:13: installing 'build-aux/missing'
11:45:55 [2022-06-21T11:45:55.624Z] #77 93.43 configure.ac:8: installing 'build-aux/tap-driver.sh'
11:45:55 [2022-06-21T11:45:55.624Z] #77 93.64 Makefile.am: installing 'build-aux/depcomp'
11:45:55 [2022-06-21T11:45:55.651Z] #21 ...
11:45:55 [2022-06-21T11:45:55.651Z] 
11:45:55 [2022-06-21T11:45:55.651Z] #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
11:45:55 [2022-06-21T11:45:55.651Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:45:55 [2022-06-21T11:45:55.651Z] #77 88.93 checking for library containing sd_bus_match_signal_async... -lsystemd
11:45:55 [2022-06-21T11:45:55.651Z] #77 89.29 checking for sd_notify_barrier... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 89.46 checking linux/bpf.h usability... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 89.60 checking linux/bpf.h presence... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 89.68 checking for linux/bpf.h... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 89.68 checking compilation for eBPF... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 89.94 checking for criu >= 3.15... no
11:45:55 [2022-06-21T11:45:55.651Z] #77 89.98 configure: CRIU headers not found, building without CRIU support
11:45:55 [2022-06-21T11:45:55.651Z] #77 89.99 checking for criu > 3.16... no
11:45:55 [2022-06-21T11:45:55.651Z] #77 90.02 configure: CRIU version doesn't support join-ns API
11:45:55 [2022-06-21T11:45:55.651Z] #77 90.02 checking for criu > 3.16.1... no
11:45:55 [2022-06-21T11:45:55.651Z] #77 90.07 configure: CRIU version doesn't support for pre-dumping
11:45:55 [2022-06-21T11:45:55.651Z] #77 90.07 checking for new mount API (fsconfig)... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 90.13 checking for seccomp notify API... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 90.22 checking for gperf... no
11:45:55 [2022-06-21T11:45:55.651Z] #77 90.22 configure: gperf not found - cannot rebuild signal parser code
11:45:55 [2022-06-21T11:45:55.651Z] #77 90.22 checking for library containing argp_parse... none required
11:45:55 [2022-06-21T11:45:55.651Z] #77 90.56 checking that generated files are newer than configure... done
11:45:55 [2022-06-21T11:45:55.651Z] #77 90.57 configure: creating ./config.status
11:45:55 [2022-06-21T11:45:55.651Z] #77 93.45 config.status: creating Makefile
11:45:55 [2022-06-21T11:45:55.651Z] #77 93.53 config.status: creating rpm/crun.spec
11:45:55 [2022-06-21T11:45:55.651Z] #77 93.58 config.status: creating config.h
11:45:55 [2022-06-21T11:45:55.651Z] #77 93.62 config.status: executing libtool commands
11:45:55 [2022-06-21T11:45:55.651Z] #77 93.65 config.status: executing depfiles commands
11:45:55 [2022-06-21T11:45:55.651Z] #77 94.82 === configuring in libocispec (/tmp/crun-build/libocispec)
11:45:55 [2022-06-21T11:45:55.651Z] #77 94.84 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
11:45:55 [2022-06-21T11:45:55.651Z] #77 95.21 checking for gcc... gcc
11:45:55 [2022-06-21T11:45:55.651Z] #77 95.33 checking whether the C compiler works... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 95.55 checking for C compiler default output file name... a.out
11:45:55 [2022-06-21T11:45:55.651Z] #77 95.55 checking for suffix of executables... 
11:45:55 [2022-06-21T11:45:55.651Z] #77 95.68 checking whether we are cross compiling... no
11:45:55 [2022-06-21T11:45:55.651Z] #77 95.92 checking for suffix of object files... o
11:45:55 [2022-06-21T11:45:55.651Z] #77 96.05 checking whether we are using the GNU C compiler... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 96.22 checking whether gcc accepts -g... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 96.35 checking for gcc option to accept ISO C89... none needed
11:45:55 [2022-06-21T11:45:55.651Z] #77 96.51 checking whether gcc understands -c and -o together... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 96.68 checking how to run the C preprocessor... gcc -E
11:45:55 [2022-06-21T11:45:55.651Z] #77 96.96 checking for grep that handles long lines and -e... /bin/grep
11:45:55 [2022-06-21T11:45:55.651Z] #77 96.97 checking for egrep... /bin/grep -E
11:45:55 [2022-06-21T11:45:55.651Z] #77 96.98 checking for ANSI C header files... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 97.41 checking for sys/types.h... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 97.62 checking for sys/stat.h... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 97.79 checking for stdlib.h... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 97.94 checking for string.h... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 98.15 checking for memory.h... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 98.31 checking for strings.h... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 98.48 checking for inttypes.h... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 98.67 checking for stdint.h... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 98.86 checking for unistd.h... yes
11:45:55 [2022-06-21T11:45:55.651Z] #77 99.04 checking minix/config.h usability... no
11:45:55 [2022-06-21T11:45:55.651Z] #77 99.15 checking minix/config.h presence... no
11:45:55 [2022-06-21T11:45:55.651Z] #77 99.22 checking for minix/config.h... no
11:45:55 [2022-06-21T11:45:55.651Z] #77 99.22 checking whether it is safe to define __EXTENSIONS__... yes
11:45:55 [2022-06-21T11:45:55.908Z] #77 99.52 checking build system type... aarch64-unknown-linux-gnu
11:45:55 [2022-06-21T11:45:55.908Z] #77 99.72 checking host system type... aarch64-unknown-linux-gnu
11:45:55 [2022-06-21T11:45:55.908Z] #77 99.72 checking how to print strings... printf
11:45:55 [2022-06-21T11:45:55.908Z] #77 99.72 checking for a sed that does not truncate output... /bin/sed
11:45:55 [2022-06-21T11:45:55.908Z] #77 99.74 checking for fgrep... /bin/grep -F
11:45:55 [2022-06-21T11:45:55.908Z] #77 99.75 checking for ld used by gcc... /usr/bin/ld
11:45:55 [2022-06-21T11:45:55.908Z] #77 99.76 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:45:55 [2022-06-21T11:45:55.908Z] #77 99.77 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:45:55 [2022-06-21T11:45:55.978Z] #84 ...
11:45:55 [2022-06-21T11:45:55.978Z] 
11:45:55 [2022-06-21T11:45:55.978Z] #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
11:45:55 [2022-06-21T11:45:55.978Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:45:55 [2022-06-21T11:45:55.978Z] #19 230.8 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
11:45:55 [2022-06-21T11:45:55.978Z] #19 230.8 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
11:45:55 [2022-06-21T11:45:55.978Z] #19 231.0 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
11:45:55 [2022-06-21T11:45:55.978Z] #19 231.2 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
11:45:55 [2022-06-21T11:45:55.978Z] #19 231.2 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
11:45:55 [2022-06-21T11:45:55.978Z] #19 231.2 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
11:45:56 [2022-06-21T11:45:56.165Z] #77 99.79 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:45:56 [2022-06-21T11:45:56.165Z] #77 99.93 checking whether ln -s works... yes
11:45:56 [2022-06-21T11:45:56.165Z] #77 99.93 checking the maximum length of command line arguments... 1572864
11:45:56 [2022-06-21T11:45:56.165Z] #77 99.96 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
11:45:56 [2022-06-21T11:45:56.165Z] #77 99.96 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
11:45:56 [2022-06-21T11:45:56.165Z] #77 99.97 checking for /usr/bin/ld option to reload object files... -r
11:45:56 [2022-06-21T11:45:56.165Z] #77 99.97 checking for objdump... objdump
11:45:56 [2022-06-21T11:45:56.165Z] #77 99.97 checking how to recognize dependent libraries... pass_all
11:45:56 [2022-06-21T11:45:56.165Z] #77 99.97 checking for dlltool... no
11:45:56 [2022-06-21T11:45:56.165Z] #77 99.98 checking how to associate runtime and link libraries... printf %s\n
11:45:56 [2022-06-21T11:45:56.165Z] #77 99.99 checking for ar... ar
11:45:56 [2022-06-21T11:45:56.194Z] #77 95.12 checking build system type... x86_64-pc-linux-gnu
11:45:56 [2022-06-21T11:45:56.194Z] #77 95.51 checking host system type... x86_64-pc-linux-gnu
11:45:56 [2022-06-21T11:45:56.194Z] #77 95.51 checking how to print strings... printf
11:45:56 [2022-06-21T11:45:56.194Z] #77 95.55 checking for gcc... gcc
11:45:56 [2022-06-21T11:45:56.231Z] #14 149.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
11:45:56 [2022-06-21T11:45:56.231Z] #14 149.1 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
11:45:56 [2022-06-21T11:45:56.231Z] #14 149.1 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:45:56 [2022-06-21T11:45:56.348Z] #14 ...
11:45:56 [2022-06-21T11:45:56.348Z] 
11:45:56 [2022-06-21T11:45:56.348Z] #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
11:45:56 [2022-06-21T11:45:56.348Z] #64 sha256:978295747f5c7cff3ef40cfb8c120e667fa1648aa7736c191b3d168207f92843
11:45:56 [2022-06-21T11:45:56.348Z] #64 79.01 + bin/ctr
11:45:56 [2022-06-21T11:45:56.421Z] #77 99.99 checking for archiver @FILE support... @
11:45:56 [2022-06-21T11:45:56.421Z] #77 100.2 checking for strip... strip
11:45:56 [2022-06-21T11:45:56.421Z] #77 100.2 checking for ranlib... ranlib
11:45:56 [2022-06-21T11:45:56.421Z] #77 100.2 checking for gawk... no
11:45:56 [2022-06-21T11:45:56.421Z] #77 100.2 checking for mawk... mawk
11:45:56 [2022-06-21T11:45:56.466Z] #77 95.63 checking whether the C compiler works... yes
11:45:56 [2022-06-21T11:45:56.466Z] #77 95.88 checking for C compiler default output file name... a.out
11:45:56 [2022-06-21T11:45:56.678Z] #77 100.2 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:45:56 [2022-06-21T11:45:56.729Z] #77 95.91 checking for suffix of executables... 
11:45:56 [2022-06-21T11:45:56.934Z] #77 100.5 checking for sysroot... no
11:45:56 [2022-06-21T11:45:56.934Z] #77 100.5 checking for a working dd... /bin/dd
11:45:56 [2022-06-21T11:45:56.934Z] #77 100.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:45:56 [2022-06-21T11:45:56.934Z] #77 100.6 checking for mt... no
11:45:56 [2022-06-21T11:45:56.934Z] #77 100.6 checking if : is a manifest tool... no
11:45:56 [2022-06-21T11:45:56.934Z] #77 100.6 checking for dlfcn.h... yes
11:45:56 [2022-06-21T11:45:56.934Z] #77 100.7 checking for objdir... .libs
11:45:56 [2022-06-21T11:45:56.989Z] #77 96.13 checking whether we are cross compiling... no
11:45:56 [2022-06-21T11:45:56.989Z] #77 96.34 checking for suffix of object files... o
11:45:56 [2022-06-21T11:45:56.989Z] #77 96.43 checking whether we are using the GNU C compiler... yes
11:45:57 [2022-06-21T11:45:57.249Z] #77 96.54 checking whether gcc accepts -g... yes
11:45:57 [2022-06-21T11:45:57.448Z] #77 101.0 checking if gcc supports -fno-rtti -fno-exceptions... no
11:45:57 [2022-06-21T11:45:57.448Z] #77 101.1 checking for gcc option to produce PIC... -fPIC -DPIC
11:45:57 [2022-06-21T11:45:57.448Z] #77 101.1 checking if gcc PIC flag -fPIC -DPIC works... yes
11:45:57 [2022-06-21T11:45:57.509Z] #77 96.66 checking for gcc option to accept ISO C89... none needed
11:45:57 [2022-06-21T11:45:57.705Z] #77 101.2 checking if gcc static flag -static works... yes
11:45:57 [2022-06-21T11:45:57.770Z] #77 96.94 checking whether gcc understands -c and -o together... yes
11:45:57 [2022-06-21T11:45:57.770Z] #77 97.10 checking for a sed that does not truncate output... /bin/sed
11:45:57 [2022-06-21T11:45:57.770Z] #77 97.14 checking for grep that handles long lines and -e... /bin/grep
11:45:57 [2022-06-21T11:45:57.770Z] #77 97.15 checking for egrep... /bin/grep -E
11:45:57 [2022-06-21T11:45:57.770Z] #77 97.17 checking for fgrep... /bin/grep -F
11:45:57 [2022-06-21T11:45:57.770Z] #77 97.19 checking for ld used by gcc... /usr/bin/ld
11:45:57 [2022-06-21T11:45:57.770Z] #77 97.20 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:45:57 [2022-06-21T11:45:57.770Z] #77 97.22 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:45:57 [2022-06-21T11:45:57.770Z] #77 97.24 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:45:57 [2022-06-21T11:45:57.962Z] #77 101.5 checking if gcc supports -c -o file.o... yes
11:45:57 [2022-06-21T11:45:57.962Z] #77 101.6 checking if gcc supports -c -o file.o... (cached) yes
11:45:57 [2022-06-21T11:45:57.962Z] #77 101.7 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
11:45:57 [2022-06-21T11:45:57.962Z] #77 101.7 checking dynamic linker characteristics... 
11:45:57 [2022-06-21T11:45:57.962Z] #77 ...
11:45:57 [2022-06-21T11:45:57.962Z] 
11:45:57 [2022-06-21T11:45:57.962Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:45:57 [2022-06-21T11:45:57.962Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f
11:45:57 [2022-06-21T11:45:57.962Z] #21 26.52 Selecting previously unselected package libinih1:arm64.
11:45:57 [2022-06-21T11:45:57.962Z] #21 26.52 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ...
11:45:57 [2022-06-21T11:45:57.962Z] #21 26.53 Unpacking libinih1:arm64 (53-1+b2) ...
11:45:58 [2022-06-21T11:45:58.030Z] #77 97.33 checking whether ln -s works... yes
11:45:58 [2022-06-21T11:45:58.030Z] #77 97.33 checking the maximum length of command line arguments... 1572864
11:45:58 [2022-06-21T11:45:58.030Z] #77 97.36 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
11:45:58 [2022-06-21T11:45:58.030Z] #77 97.37 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
11:45:58 [2022-06-21T11:45:58.030Z] #77 97.37 checking for /usr/bin/ld option to reload object files... -r
11:45:58 [2022-06-21T11:45:58.030Z] #77 97.37 checking for objdump... objdump
11:45:58 [2022-06-21T11:45:58.030Z] #77 97.37 checking how to recognize dependent libraries... pass_all
11:45:58 [2022-06-21T11:45:58.030Z] #77 97.37 checking for dlltool... no
11:45:58 [2022-06-21T11:45:58.030Z] #77 97.37 checking how to associate runtime and link libraries... printf %s\n
11:45:58 [2022-06-21T11:45:58.030Z] #77 97.38 checking for ar... ar
11:45:58 [2022-06-21T11:45:58.123Z] #14 ...
11:45:58 [2022-06-21T11:45:58.123Z] 
11:45:58 [2022-06-21T11:45:58.123Z] #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
11:45:58 [2022-06-21T11:45:58.123Z] #64 sha256:41940daf8f2005ef9a54ffdd45a5652604ab9bb014cefa6241b59c995b2b89e6
11:45:58 [2022-06-21T11:45:58.123Z] #64 78.35 + bin/ctr
11:45:58 [2022-06-21T11:45:58.245Z] #21 26.59 Selecting previously unselected package libnet1:arm64.
11:45:58 [2022-06-21T11:45:58.245Z] #21 26.59 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
11:45:58 [2022-06-21T11:45:58.245Z] #21 26.59 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
11:45:58 [2022-06-21T11:45:58.245Z] #21 26.72 Selecting previously unselected package libnl-3-200:arm64.
11:45:58 [2022-06-21T11:45:58.245Z] #21 26.73 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ...
11:45:58 [2022-06-21T11:45:58.245Z] #21 26.73 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
11:45:58 [2022-06-21T11:45:58.245Z] #21 26.85 Selecting previously unselected package libprotobuf-c1:arm64.
11:45:58 [2022-06-21T11:45:58.245Z] #21 26.85 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
11:45:58 [2022-06-21T11:45:58.245Z] #21 26.85 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
11:45:58 [2022-06-21T11:45:58.290Z] #77 97.38 checking for archiver @FILE support... @
11:45:58 [2022-06-21T11:45:58.290Z] #77 97.51 checking for strip... strip
11:45:58 [2022-06-21T11:45:58.290Z] #77 97.52 checking for ranlib... ranlib
11:45:58 [2022-06-21T11:45:58.290Z] #77 97.52 checking for gawk... no
11:45:58 [2022-06-21T11:45:58.290Z] #77 97.53 checking for mawk... mawk
11:45:58 [2022-06-21T11:45:58.502Z] #21 26.98 Selecting previously unselected package libyajl2:arm64.
11:45:58 [2022-06-21T11:45:58.502Z] #21 27.00 Preparing to unpack .../31-libyajl2_2.1.0-3_arm64.deb ...
11:45:58 [2022-06-21T11:45:58.502Z] #21 27.03 Unpacking libyajl2:arm64 (2.1.0-3) ...
11:45:58 [2022-06-21T11:45:58.502Z] #21 27.13 Selecting previously unselected package net-tools.
11:45:58 [2022-06-21T11:45:58.502Z] #21 27.13 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
11:45:58 [2022-06-21T11:45:58.502Z] #21 27.15 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
11:45:58 [2022-06-21T11:45:58.550Z] #77 97.53 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:45:58 [2022-06-21T11:45:58.550Z] #77 98.00 checking for sysroot... no
11:45:58 [2022-06-21T11:45:58.550Z] #77 98.01 checking for a working dd... /bin/dd
11:45:58 [2022-06-21T11:45:58.550Z] #77 98.03 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:45:58 [2022-06-21T11:45:58.815Z] #77 98.15 checking for mt... no
11:45:58 [2022-06-21T11:45:58.815Z] #77 98.16 checking if : is a manifest tool... no
11:45:59 [2022-06-21T11:45:59.044Z] #21 27.40 Selecting previously unselected package patch.
11:45:59 [2022-06-21T11:45:59.044Z] #21 27.41 Preparing to unpack .../33-patch_2.7.6-7_arm64.deb ...
11:45:59 [2022-06-21T11:45:59.044Z] #21 27.42 Unpacking patch (2.7.6-7) ...
11:45:59 [2022-06-21T11:45:59.044Z] #21 27.56 Selecting previously unselected package python-pip-whl.
11:45:59 [2022-06-21T11:45:59.044Z] #21 27.56 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
11:45:59 [2022-06-21T11:45:59.044Z] #21 27.57 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
11:45:59 [2022-06-21T11:45:59.076Z] #77 98.17 checking how to run the C preprocessor... gcc -E
11:45:59 [2022-06-21T11:45:59.613Z] #21 28.10 Selecting previously unselected package python3-lib2to3.
11:45:59 [2022-06-21T11:45:59.614Z] #21 28.10 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
11:45:59 [2022-06-21T11:45:59.614Z] #21 28.11 Unpacking python3-lib2to3 (3.9.2-1) ...
11:45:59 [2022-06-21T11:45:59.614Z] #21 28.23 Selecting previously unselected package python3-distutils.
11:45:59 [2022-06-21T11:45:59.646Z] #77 98.47 checking for ANSI C header files... yes
11:45:59 [2022-06-21T11:45:59.871Z] #21 28.23 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
11:45:59 [2022-06-21T11:45:59.871Z] #21 28.23 Unpacking python3-distutils (3.9.2-1) ...
11:45:59 [2022-06-21T11:45:59.871Z] #21 28.38 Selecting previously unselected package python3-pkg-resources.
11:45:59 [2022-06-21T11:45:59.871Z] #21 28.38 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
11:45:59 [2022-06-21T11:45:59.871Z] #21 28.38 Unpacking python3-pkg-resources (52.0.0-4) ...
11:45:59 [2022-06-21T11:45:59.906Z] #77 99.11 checking for sys/types.h... yes
11:46:00 [2022-06-21T11:46:00.128Z] #21 28.49 Selecting previously unselected package python3-setuptools.
11:46:00 [2022-06-21T11:46:00.128Z] #21 28.49 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
11:46:00 [2022-06-21T11:46:00.128Z] #21 28.50 Unpacking python3-setuptools (52.0.0-4) ...
11:46:00 [2022-06-21T11:46:00.166Z] #77 99.29 checking for sys/stat.h... yes
11:46:00 [2022-06-21T11:46:00.386Z] #21 28.75 Selecting previously unselected package python3-wheel.
11:46:00 [2022-06-21T11:46:00.386Z] #21 28.79 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
11:46:00 [2022-06-21T11:46:00.386Z] #21 28.80 Unpacking python3-wheel (0.34.2-1) ...
11:46:00 [2022-06-21T11:46:00.386Z] #21 28.91 Selecting previously unselected package python3-pip.
11:46:00 [2022-06-21T11:46:00.386Z] #21 28.91 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
11:46:00 [2022-06-21T11:46:00.386Z] #21 28.91 Unpacking python3-pip (20.3.4-4+deb11u1) ...
11:46:00 [2022-06-21T11:46:00.426Z] #77 99.62 checking for stdlib.h... yes
11:46:00 [2022-06-21T11:46:00.426Z] #77 99.80 checking for string.h... yes
11:46:00 [2022-06-21T11:46:00.565Z] #64 ...
11:46:00 [2022-06-21T11:46:00.565Z] 
11:46:00 [2022-06-21T11:46:00.565Z] #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
11:46:00 [2022-06-21T11:46:00.565Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:00 [2022-06-21T11:46:00.565Z] #77 78.43 configure.ac:7: installing './compile'
11:46:00 [2022-06-21T11:46:00.565Z] #77 78.45 configure.ac:11: installing './config.guess'
11:46:00 [2022-06-21T11:46:00.565Z] #77 78.45 configure.ac:11: installing './config.sub'
11:46:00 [2022-06-21T11:46:00.565Z] #77 78.45 configure.ac:8: installing './install-sh'
11:46:00 [2022-06-21T11:46:00.565Z] #77 78.48 configure.ac:8: installing './missing'
11:46:00 [2022-06-21T11:46:00.565Z] #77 78.64 Makefile.am: installing './depcomp'
11:46:00 [2022-06-21T11:46:00.643Z] #21 29.22 Selecting previously unselected package sudo.
11:46:00 [2022-06-21T11:46:00.643Z] #21 29.23 Preparing to unpack .../41-sudo_1.9.5p2-3_arm64.deb ...
11:46:00 [2022-06-21T11:46:00.643Z] #21 29.23 Unpacking sudo (1.9.5p2-3) ...
11:46:00 [2022-06-21T11:46:00.686Z] #77 99.96 checking for memory.h... yes
11:46:00 [2022-06-21T11:46:00.946Z] #77 100.3 checking for strings.h... yes
11:46:01 [2022-06-21T11:46:01.206Z] #77 100.5 checking for inttypes.h... yes
11:46:01 [2022-06-21T11:46:01.466Z] #77 100.7 checking for stdint.h... yes
11:46:01 [2022-06-21T11:46:01.617Z] #21 29.81 Selecting previously unselected package thin-provisioning-tools.
11:46:01 [2022-06-21T11:46:01.617Z] #21 29.81 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_arm64.deb ...
11:46:01 [2022-06-21T11:46:01.617Z] #21 29.82 Unpacking thin-provisioning-tools (0.9.0-1) ...
11:46:01 [2022-06-21T11:46:01.617Z] #21 30.06 Selecting previously unselected package uidmap.
11:46:01 [2022-06-21T11:46:01.617Z] #21 30.06 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_arm64.deb ...
11:46:01 [2022-06-21T11:46:01.617Z] #21 30.07 Unpacking uidmap (1:4.8.1-1) ...
11:46:01 [2022-06-21T11:46:01.617Z] #21 30.20 Selecting previously unselected package vim-runtime.
11:46:01 [2022-06-21T11:46:01.725Z] #77 101.0 checking for unistd.h... yes
11:46:01 [2022-06-21T11:46:01.878Z] #21 30.21 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
11:46:01 [2022-06-21T11:46:01.878Z] #21 30.23 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
11:46:01 [2022-06-21T11:46:01.878Z] #21 30.26 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
11:46:01 [2022-06-21T11:46:01.878Z] #21 30.27 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
11:46:01 [2022-06-21T11:46:01.985Z] #77 101.1 checking for dlfcn.h... yes
11:46:01 [2022-06-21T11:46:01.985Z] #77 101.4 checking for objdir... .libs
11:46:02 [2022-06-21T11:46:02.504Z] #77 101.8 checking if gcc supports -fno-rtti -fno-exceptions... no
11:46:02 [2022-06-21T11:46:02.504Z] #77 102.0 checking for gcc option to produce PIC... -fPIC -DPIC
11:46:02 [2022-06-21T11:46:02.504Z] #77 102.0 checking if gcc PIC flag -fPIC -DPIC works... yes
11:46:03 [2022-06-21T11:46:03.074Z] #77 102.1 checking if gcc static flag -static works... yes
11:46:03 [2022-06-21T11:46:03.116Z] #77 81.33 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
11:46:03 [2022-06-21T11:46:03.116Z] #77 81.33 libtoolize: copying file 'build-aux/ltmain.sh'
11:46:03 [2022-06-21T11:46:03.116Z] #77 81.68 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
11:46:03 [2022-06-21T11:46:03.116Z] #77 81.68 libtoolize: copying file 'm4/libtool.m4'
11:46:03 [2022-06-21T11:46:03.334Z] #77 102.5 checking if gcc supports -c -o file.o... yes
11:46:03 [2022-06-21T11:46:03.334Z] #77 102.7 checking if gcc supports -c -o file.o... (cached) yes
11:46:03 [2022-06-21T11:46:03.334Z] #77 102.7 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
11:46:03 [2022-06-21T11:46:03.378Z] #77 81.80 libtoolize: copying file 'm4/ltoptions.m4'
11:46:03 [2022-06-21T11:46:03.378Z] #77 81.91 libtoolize: copying file 'm4/ltsugar.m4'
11:46:03 [2022-06-21T11:46:03.593Z] #77 102.8 checking dynamic linker characteristics... GNU/Linux ld.so
11:46:03 [2022-06-21T11:46:03.643Z] #77 82.11 libtoolize: copying file 'm4/ltversion.m4'
11:46:03 [2022-06-21T11:46:03.643Z] #77 82.33 libtoolize: copying file 'm4/lt~obsolete.m4'
11:46:03 [2022-06-21T11:46:03.853Z] #77 103.1 checking how to hardcode library paths into programs... immediate
11:46:03 [2022-06-21T11:46:03.853Z] #77 103.1 checking whether stripping libraries is possible... yes
11:46:03 [2022-06-21T11:46:03.853Z] #77 103.1 checking if libtool supports shared libraries... yes
11:46:03 [2022-06-21T11:46:03.853Z] #77 103.1 checking whether to build shared libraries... no
11:46:03 [2022-06-21T11:46:03.853Z] #77 103.1 checking whether to build static libraries... yes
11:46:03 [2022-06-21T11:46:03.853Z] #77 103.1 checking for a BSD-compatible install... /usr/bin/install -c
11:46:03 [2022-06-21T11:46:03.853Z] #77 103.2 checking whether build environment is sane... yes
11:46:03 [2022-06-21T11:46:03.853Z] #77 103.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:46:03 [2022-06-21T11:46:03.853Z] #77 103.3 checking whether make sets $(MAKE)... yes
11:46:03 [2022-06-21T11:46:03.853Z] #77 103.3 checking whether make supports the include directive... yes (GNU style)
11:46:03 [2022-06-21T11:46:03.853Z] #77 103.4 checking whether make supports nested variables... yes
11:46:03 [2022-06-21T11:46:03.904Z] #77 82.49 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
11:46:04 [2022-06-21T11:46:04.113Z] #77 103.4 checking whether UID '0' is supported by ustar format... yes
11:46:04 [2022-06-21T11:46:04.113Z] #77 103.4 checking whether GID '0' is supported by ustar format... yes
11:46:04 [2022-06-21T11:46:04.113Z] #77 103.4 checking how to create a ustar tar archive... gnutar
11:46:04 [2022-06-21T11:46:04.373Z] #77 103.5 checking dependency style of gcc... gcc3
11:46:04 [2022-06-21T11:46:04.373Z] #77 103.8 checking whether to enable maintainer-specific portions of Makefiles... yes
11:46:04 [2022-06-21T11:46:04.373Z] #77 103.8 checking whether make supports nested variables... (cached) yes
11:46:04 [2022-06-21T11:46:04.373Z] #77 103.8 checking for gawk... (cached) mawk
11:46:04 [2022-06-21T11:46:04.373Z] #77 103.8 checking for a sed that does not truncate output... (cached) /bin/sed
11:46:04 [2022-06-21T11:46:04.373Z] #77 103.8 checking for gcc... (cached) gcc
11:46:04 [2022-06-21T11:46:04.373Z] #77 103.9 checking whether we are using the GNU C compiler... (cached) yes
11:46:04 [2022-06-21T11:46:04.373Z] #77 103.9 checking whether gcc accepts -g... (cached) yes
11:46:04 [2022-06-21T11:46:04.373Z] #77 103.9 checking for gcc option to accept ISO C89... (cached) none needed
11:46:04 [2022-06-21T11:46:04.373Z] #77 103.9 checking whether gcc understands -c and -o together... (cached) yes
11:46:04 [2022-06-21T11:46:04.373Z] #77 103.9 checking for a Python interpreter with version >= 3... python3
11:46:04 [2022-06-21T11:46:04.633Z] #77 103.9 checking for python3... /usr/bin/python3
11:46:04 [2022-06-21T11:46:04.633Z] #77 104.0 checking for python3 version... 3.9
11:46:04 [2022-06-21T11:46:04.633Z] #77 104.0 checking for python3 platform... linux
11:46:04 [2022-06-21T11:46:04.675Z] #64 ...
11:46:04 [2022-06-21T11:46:04.675Z] 
11:46:04 [2022-06-21T11:46:04.675Z] #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
11:46:04 [2022-06-21T11:46:04.675Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:04 [2022-06-21T11:46:04.675Z] #77 77.27 configure.ac:7: installing './compile'
11:46:04 [2022-06-21T11:46:04.675Z] #77 77.29 configure.ac:11: installing './config.guess'
11:46:04 [2022-06-21T11:46:04.675Z] #77 77.29 configure.ac:11: installing './config.sub'
11:46:04 [2022-06-21T11:46:04.675Z] #77 77.30 configure.ac:8: installing './install-sh'
11:46:04 [2022-06-21T11:46:04.675Z] #77 77.30 configure.ac:8: installing './missing'
11:46:04 [2022-06-21T11:46:04.675Z] #77 77.44 Makefile.am: installing './depcomp'
11:46:04 [2022-06-21T11:46:04.893Z] #77 104.1 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
11:46:05 [2022-06-21T11:46:05.149Z] #21 33.35 Selecting previously unselected package vim.
11:46:05 [2022-06-21T11:46:05.149Z] #21 33.36 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
11:46:05 [2022-06-21T11:46:05.149Z] #21 33.38 Unpacking vim (2:8.2.2434-3+deb11u1) ...
11:46:05 [2022-06-21T11:46:05.152Z] #77 104.3 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
11:46:05 [2022-06-21T11:46:05.152Z] #77 104.5 checking for go-md2man... no
11:46:05 [2022-06-21T11:46:05.406Z] #21 33.92 Selecting previously unselected package xfsprogs.
11:46:05 [2022-06-21T11:46:05.406Z] #21 33.94 Preparing to unpack .../46-xfsprogs_5.10.0-4_arm64.deb ...
11:46:05 [2022-06-21T11:46:05.406Z] #21 33.94 Unpacking xfsprogs (5.10.0-4) ...
11:46:05 [2022-06-21T11:46:05.412Z] #77 104.5 checking error.h usability... yes
11:46:05 [2022-06-21T11:46:05.412Z] #77 104.7 checking error.h presence... yes
11:46:05 [2022-06-21T11:46:05.412Z] #77 104.7 checking for error.h... yes
11:46:05 [2022-06-21T11:46:05.412Z] #77 104.8 checking linux/openat2.h usability... yes
11:46:05 [2022-06-21T11:46:05.672Z] #77 105.0 checking linux/openat2.h presence... yes
11:46:05 [2022-06-21T11:46:05.672Z] #77 105.0 checking for linux/openat2.h... yes
11:46:05 [2022-06-21T11:46:05.933Z] #77 105.1 checking for copy_file_range... 
11:46:05 [2022-06-21T11:46:05.933Z] #77 ...
11:46:05 [2022-06-21T11:46:05.933Z] 
11:46:05 [2022-06-21T11:46:05.933Z] #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
11:46:05 [2022-06-21T11:46:05.933Z] #60 sha256:8180a865b53d4f2686a57a7efc8185d2d2dec353515c0d22465715c5d0d88d2d
11:46:05 [2022-06-21T11:46:05.933Z] #60 15.85 + cd /tmp/tmp.Wk6xdyju1B/src/github.com/opencontainers/runc
11:46:05 [2022-06-21T11:46:05.933Z] #60 15.85 + git checkout -q v1.1.2
11:46:05 [2022-06-21T11:46:05.933Z] #60 16.71 + '[' -z '' ']'
11:46:05 [2022-06-21T11:46:05.933Z] #60 16.71 + target=static
11:46:05 [2022-06-21T11:46:05.933Z] #60 16.71 + make BUILDTAGS=seccomp static
11:46:05 [2022-06-21T11:46:05.933Z] #60 17.09 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
11:46:05 [2022-06-21T11:46:05.933Z] #60 ...
11:46:05 [2022-06-21T11:46:05.933Z] 
11:46:05 [2022-06-21T11:46:05.933Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:46:05 [2022-06-21T11:46:05.933Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:46:05 [2022-06-21T11:46:05.933Z] #21 2.567 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:46:05 [2022-06-21T11:46:05.933Z] #21 2.599 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:46:05 [2022-06-21T11:46:05.933Z] #21 2.600 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:46:05 [2022-06-21T11:46:05.933Z] #21 3.222 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:46:05 [2022-06-21T11:46:05.933Z] #21 4.479 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:46:05 [2022-06-21T11:46:05.933Z] #21 5.882 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:46:05 [2022-06-21T11:46:05.969Z] #21 34.42 Selecting previously unselected package zip.
11:46:05 [2022-06-21T11:46:05.969Z] #21 34.42 Preparing to unpack .../47-zip_3.0-12_arm64.deb ...
11:46:05 [2022-06-21T11:46:05.969Z] #21 34.42 Unpacking zip (3.0-12) ...
11:46:05 [2022-06-21T11:46:05.969Z] #21 ...
11:46:05 [2022-06-21T11:46:05.969Z] 
11:46:05 [2022-06-21T11:46:05.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
11:46:05 [2022-06-21T11:46:05.969Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:46:05 [2022-06-21T11:46:05.969Z] #77 101.7 checking dynamic linker characteristics... GNU/Linux ld.so
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.0 checking how to hardcode library paths into programs... immediate
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.0 checking whether stripping libraries is possible... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.0 checking if libtool supports shared libraries... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.0 checking whether to build shared libraries... no
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.0 checking whether to build static libraries... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.0 checking for a BSD-compatible install... /usr/bin/install -c
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.0 checking whether build environment is sane... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.1 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.1 checking whether make sets $(MAKE)... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.2 checking whether make supports the include directive... yes (GNU style)
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.2 checking whether make supports nested variables... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.3 checking whether UID '0' is supported by ustar format... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.3 checking whether GID '0' is supported by ustar format... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.3 checking how to create a ustar tar archive... gnutar
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.3 checking dependency style of gcc... gcc3
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.4 checking whether to enable maintainer-specific portions of Makefiles... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.4 checking whether make supports nested variables... (cached) yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.4 checking for pkg-config... /usr/bin/pkg-config
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.4 checking pkg-config is at least version 0.9.0... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.4 checking for yajl >= 2.1.0... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.5 checking for a sed that does not truncate output... (cached) /bin/sed
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.5 checking for gcc... (cached) gcc
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.6 checking whether we are using the GNU C compiler... (cached) yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.6 checking whether gcc accepts -g... (cached) yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.6 checking for gcc option to accept ISO C89... (cached) none needed
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.6 checking whether gcc understands -c and -o together... (cached) yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.6 checking for a Python interpreter with version >= 3... python3
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.6 checking for python3... /usr/bin/python3
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.6 checking for python3 version... 3.9
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.7 checking for python3 platform... linux
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
11:46:05 [2022-06-21T11:46:05.969Z] #77 102.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
11:46:05 [2022-06-21T11:46:05.969Z] #77 103.2 checking that generated files are newer than configure... done
11:46:05 [2022-06-21T11:46:05.969Z] #77 103.2 configure: creating ./config.status
11:46:05 [2022-06-21T11:46:05.969Z] #77 106.0 config.status: creating Makefile
11:46:05 [2022-06-21T11:46:05.969Z] #77 106.1 config.status: creating config.h
11:46:05 [2022-06-21T11:46:05.969Z] #77 106.1 config.status: executing libtool commands
11:46:05 [2022-06-21T11:46:05.969Z] #77 106.2 config.status: executing depfiles commands
11:46:05 [2022-06-21T11:46:05.969Z] #77 106.9 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
11:46:05 [2022-06-21T11:46:05.969Z] #77 106.9 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
11:46:05 [2022-06-21T11:46:05.969Z] #77 107.3 checking for gcc... gcc
11:46:05 [2022-06-21T11:46:05.969Z] #77 107.4 checking whether the C compiler works... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 107.6 checking for C compiler default output file name... a.out
11:46:05 [2022-06-21T11:46:05.969Z] #77 107.6 checking for suffix of executables... 
11:46:05 [2022-06-21T11:46:05.969Z] #77 107.7 checking whether we are cross compiling... no
11:46:05 [2022-06-21T11:46:05.969Z] #77 107.9 checking for suffix of object files... o
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.0 checking whether we are using the GNU C compiler... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.1 checking whether gcc accepts -g... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.2 checking for gcc option to accept ISO C89... none needed
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.4 checking whether gcc understands -c and -o together... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.5 checking for a BSD-compatible install... /usr/bin/install -c
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.6 checking whether build environment is sane... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.6 checking for gawk... no
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.6 checking for mawk... mawk
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.6 checking whether make sets $(MAKE)... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.7 checking whether make supports the include directive... yes (GNU style)
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.7 checking whether make supports nested variables... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.8 checking whether UID '0' is supported by ustar format... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.8 checking whether GID '0' is supported by ustar format... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.8 checking how to create a ustar tar archive... gnutar
11:46:05 [2022-06-21T11:46:05.969Z] #77 108.8 checking dependency style of gcc... gcc3
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.0 checking whether to enable maintainer-specific portions of Makefiles... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.0 checking whether make supports nested variables... (cached) yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.0 checking build system type... aarch64-unknown-linux-gnu
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.3 checking host system type... aarch64-unknown-linux-gnu
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.3 checking how to print strings... printf
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.3 checking for a sed that does not truncate output... /bin/sed
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.4 checking for grep that handles long lines and -e... /bin/grep
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.4 checking for egrep... /bin/grep -E
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.4 checking for fgrep... /bin/grep -F
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.4 checking for ld used by gcc... /usr/bin/ld
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.4 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.4 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.4 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.6 checking whether ln -s works... yes
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.6 checking the maximum length of command line arguments... 1572864
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.6 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.7 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.7 checking for /usr/bin/ld option to reload object files... -r
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.7 checking for objdump... objdump
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.7 checking how to recognize dependent libraries... pass_all
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.7 checking for dlltool... no
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.7 checking how to associate runtime and link libraries... printf %s\n
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.7 checking for ar... ar
11:46:05 [2022-06-21T11:46:05.969Z] #77 109.7 checking for archiver @FILE support... @
11:46:05 [2022-06-21T11:46:05.969Z] #77 ...
11:46:05 [2022-06-21T11:46:05.969Z] 
11:46:05 [2022-06-21T11:46:05.969Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:46:05 [2022-06-21T11:46:05.969Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f
11:46:05 [2022-06-21T11:46:05.969Z] #21 34.61 Selecting previously unselected package zstd.
11:46:05 [2022-06-21T11:46:05.969Z] #21 34.62 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_arm64.deb ...
11:46:05 [2022-06-21T11:46:05.969Z] #21 34.63 Unpacking zstd (1.4.8+dfsg-2.1) ...
11:46:06 [2022-06-21T11:46:06.046Z] #77 79.41 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
11:46:06 [2022-06-21T11:46:06.046Z] #77 79.41 libtoolize: copying file 'build-aux/ltmain.sh'
11:46:06 [2022-06-21T11:46:06.046Z] #77 79.63 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
11:46:06 [2022-06-21T11:46:06.046Z] #77 79.63 libtoolize: copying file 'm4/libtool.m4'
11:46:06 [2022-06-21T11:46:06.193Z] #21 10.36 Fetched 8544 kB in 8s (1041 kB/s)
11:46:06 [2022-06-21T11:46:06.193Z] #21 10.36 Reading package lists...
11:46:06 [2022-06-21T11:46:06.193Z] #21 ...
11:46:06 [2022-06-21T11:46:06.193Z] 
11:46:06 [2022-06-21T11:46:06.193Z] #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
11:46:06 [2022-06-21T11:46:06.193Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:06 [2022-06-21T11:46:06.193Z] #77 105.1 checking for copy_file_range... yes
11:46:06 [2022-06-21T11:46:06.193Z] #77 105.4 checking for fgetxattr... yes
11:46:06 [2022-06-21T11:46:06.304Z] #77 79.90 libtoolize: copying file 'm4/ltoptions.m4'
11:46:06 [2022-06-21T11:46:06.453Z] #77 105.8 checking for statx... yes
11:46:06 [2022-06-21T11:46:06.532Z] #21 35.01 Setting up python3-pkg-resources (52.0.0-4) ...
11:46:06 [2022-06-21T11:46:06.867Z] #77 80.20 libtoolize: copying file 'm4/ltsugar.m4'
11:46:06 [2022-06-21T11:46:06.867Z] #77 80.46 libtoolize: copying file 'm4/ltversion.m4'
11:46:06 [2022-06-21T11:46:06.974Z] #77 106.1 checking for fgetpwent_r... yes
11:46:07 [2022-06-21T11:46:07.233Z] #77 106.4 checking for issetugid... no
11:46:07 [2022-06-21T11:46:07.233Z] #77 106.7 checking for pkg-config... /usr/bin/pkg-config
11:46:07 [2022-06-21T11:46:07.233Z] #77 106.7 checking pkg-config is at least version 0.9.0... yes
11:46:07 [2022-06-21T11:46:07.431Z] #77 80.83 libtoolize: copying file 'm4/lt~obsolete.m4'
11:46:07 [2022-06-21T11:46:07.461Z] #21 35.79 Setting up libip4tc2:arm64 (1.8.7-1) ...
11:46:07 [2022-06-21T11:46:07.461Z] #21 35.81 Setting up net-tools (1.60+git20181103.0eebece-1) ...
11:46:07 [2022-06-21T11:46:07.461Z] #21 35.82 Setting up libgpm2:arm64 (1.20.7-8) ...
11:46:07 [2022-06-21T11:46:07.461Z] #21 35.83 Setting up libicu67:arm64 (67.1-7) ...
11:46:07 [2022-06-21T11:46:07.461Z] #21 35.85 Setting up libip6tc2:arm64 (1.8.7-1) ...
11:46:07 [2022-06-21T11:46:07.461Z] #21 35.86 Setting up libinih1:arm64 (53-1+b2) ...
11:46:07 [2022-06-21T11:46:07.461Z] #21 35.87 Setting up uidmap (1:4.8.1-1) ...
11:46:07 [2022-06-21T11:46:07.461Z] #21 35.88 Setting up libyajl2:arm64 (2.1.0-3) ...
11:46:07 [2022-06-21T11:46:07.461Z] #21 35.89 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
11:46:07 [2022-06-21T11:46:07.461Z] #21 35.90 Setting up bzip2 (1.0.8-4) ...
11:46:07 [2022-06-21T11:46:07.461Z] #21 35.91 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
11:46:07 [2022-06-21T11:46:07.461Z] #21 35.92 Setting up python3-wheel (0.34.2-1) ...
11:46:07 [2022-06-21T11:46:07.689Z] #77 81.23 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
11:46:07 [2022-06-21T11:46:07.802Z] #77 106.7 checking for library containing yajl_tree_get... -lyajl
11:46:07 [2022-06-21T11:46:07.802Z] #77 107.2 checking for yajl >= 2.0.0... yes
11:46:08 [2022-06-21T11:46:08.024Z] #21 36.46 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:46:08 [2022-06-21T11:46:08.024Z] #21 36.47 Setting up libcap2:arm64 (1:2.44-1) ...
11:46:08 [2022-06-21T11:46:08.024Z] #21 36.48 Setting up libcap2-bin (1:2.44-1) ...
11:46:08 [2022-06-21T11:46:08.024Z] #21 36.49 Setting up apparmor (2.13.6-10) ...
11:46:08 [2022-06-21T11:46:08.062Z] #77 107.3 checking sys/capability.h usability... yes
11:46:08 [2022-06-21T11:46:08.062Z] #77 107.5 checking sys/capability.h presence... yes
11:46:08 [2022-06-21T11:46:08.324Z] #77 107.6 checking for sys/capability.h... yes
11:46:08 [2022-06-21T11:46:08.893Z] #77 107.6 checking for library containing cap_from_name... -lcap
11:46:09 [2022-06-21T11:46:09.154Z] #77 108.1 checking for library containing dlopen... 
11:46:09 [2022-06-21T11:46:09.155Z] #77 ...
11:46:09 [2022-06-21T11:46:09.155Z] 
11:46:09 [2022-06-21T11:46:09.155Z] #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
11:46:09 [2022-06-21T11:46:09.155Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:46:09 [2022-06-21T11:46:09.155Z] #34 DONE 160.0s
11:46:09 [2022-06-21T11:46:09.155Z] 
11:46:09 [2022-06-21T11:46:09.155Z] #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
11:46:09 [2022-06-21T11:46:09.155Z] #60 sha256:8180a865b53d4f2686a57a7efc8185d2d2dec353515c0d22465715c5d0d88d2d
11:46:09 [2022-06-21T11:46:09.394Z] #21 37.99 Setting up zip (3.0-12) ...
11:46:09 [2022-06-21T11:46:09.394Z] #21 38.00 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:46:09 [2022-06-21T11:46:09.414Z] #60 ...
11:46:09 [2022-06-21T11:46:09.414Z] 
11:46:09 [2022-06-21T11:46:09.414Z] #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
11:46:09 [2022-06-21T11:46:09.414Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:09 [2022-06-21T11:46:09.414Z] #77 108.1 checking for library containing dlopen... -ldl
11:46:09 [2022-06-21T11:46:09.414Z] #77 108.8 checking seccomp.h usability... yes
11:46:09 [2022-06-21T11:46:09.651Z] #21 38.03 Setting up bash-completion (1:2.11-2) ...
11:46:09 [2022-06-21T11:46:09.674Z] #77 109.0 checking seccomp.h presence... yes
11:46:09 [2022-06-21T11:46:09.674Z] #77 109.0 checking for seccomp.h... yes
11:46:09 [2022-06-21T11:46:09.933Z] #77 109.1 checking for library containing seccomp_rule_add... -lseccomp
11:46:10 [2022-06-21T11:46:10.502Z] #77 109.4 checking for library containing seccomp_arch_resolve_name... none required
11:46:10 [2022-06-21T11:46:10.502Z] #77 109.7 checking systemd/sd-bus.h usability... #77 ...
11:46:10 [2022-06-21T11:46:10.502Z] 
11:46:10 [2022-06-21T11:46:10.502Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:46:10 [2022-06-21T11:46:10.502Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 Delve is a source level debugger for Go programs.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 Delve enables you to interact with your program by controlling the execution of the process,
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 Pass flags to the program you are debugging using `--`, for example:
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 `dlv exec ./hello -- server --config conf/config.toml`
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 Usage:
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5   dlv [command]
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 Available Commands:
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5   attach      Attach to running process and begin debugging.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5   connect     Connect to a headless debug server with a terminal client.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5   core        Examine a core dump.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5   debug       Compile and begin debugging main package in current directory, or the package specified.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5   exec        Execute a precompiled binary, and begin a debug session.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5   help        Help about any command
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5   run         Deprecated command. Use 'debug' instead.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5   test        Compile test binary and begin debugging program.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5   trace       Compile and begin tracing program.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5   version     Prints version.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5 Flags:
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.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)
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
11:46:10 [2022-06-21T11:46:10.502Z] #36 161.5       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.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)
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5       --disable-aslr                     Disables address space randomization
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5   -h, --help                             help for dlv
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5       --init string                      Init file, executed by the terminal client.
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5       --log                              Enable debugging server logging.
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5       --wd string                        Working directory for running the program.
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5 
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5 Additional help topics:
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5   dlv backend  Help about the --backend flag.
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5   dlv log      Help about logging flags.
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5   dlv redirect Help about file redirection.
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5 
11:46:10 [2022-06-21T11:46:10.503Z] #36 161.5 Use "dlv [command] --help" for more information about a command.
11:46:10 [2022-06-21T11:46:10.503Z] #36 DONE 161.7s
11:46:10 [2022-06-21T11:46:10.503Z] 
11:46:10 [2022-06-21T11:46:10.503Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:46:10 [2022-06-21T11:46:10.503Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:10 [2022-06-21T11:46:10.503Z] #77 109.7 checking systemd/sd-bus.h usability... yes
11:46:10 [2022-06-21T11:46:10.503Z] #77 109.8 checking systemd/sd-bus.h presence... yes
11:46:10 [2022-06-21T11:46:10.503Z] #77 109.9 checking for systemd/sd-bus.h... yes
11:46:11 [2022-06-21T11:46:11.076Z] #77 109.9 checking for library containing sd_bus_match_signal_async... -lsystemd
11:46:11 [2022-06-21T11:46:11.335Z] #77 110.5 checking for sd_notify_barrier... yes
11:46:11 [2022-06-21T11:46:11.335Z] #77 110.7 checking linux/bpf.h usability... yes
11:46:11 [2022-06-21T11:46:11.335Z] #77 110.8 checking linux/bpf.h presence... yes
11:46:11 [2022-06-21T11:46:11.335Z] #77 110.8 checking for linux/bpf.h... yes
11:46:11 [2022-06-21T11:46:11.594Z] #77 110.8 checking compilation for eBPF... yes
11:46:11 [2022-06-21T11:46:11.594Z] #77 111.0 checking for criu >= 3.15... no
11:46:11 [2022-06-21T11:46:11.594Z] #77 111.0 configure: CRIU headers not found, building without CRIU support
11:46:11 [2022-06-21T11:46:11.594Z] #77 111.0 checking for criu > 3.16... no
11:46:11 [2022-06-21T11:46:11.595Z] #77 111.0 configure: CRIU version doesn't support join-ns API
11:46:11 [2022-06-21T11:46:11.854Z] #77 111.0 checking for criu > 3.16.1... no
11:46:11 [2022-06-21T11:46:11.854Z] #77 111.1 configure: CRIU version doesn't support for pre-dumping
11:46:11 [2022-06-21T11:46:11.854Z] #77 111.1 checking for new mount API (fsconfig)... yes
11:46:11 [2022-06-21T11:46:11.854Z] #77 111.2 checking for seccomp notify API... yes
11:46:11 [2022-06-21T11:46:11.854Z] #77 111.2 checking for gperf... no
11:46:11 [2022-06-21T11:46:11.854Z] #77 111.2 configure: gperf not found - cannot rebuild signal parser code
11:46:11 [2022-06-21T11:46:11.854Z] #77 111.2 checking for library containing argp_parse... none required
11:46:12 [2022-06-21T11:46:12.172Z] #21 40.79 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:46:12 [2022-06-21T11:46:12.423Z] #77 111.6 checking that generated files are newer than configure... done
11:46:12 [2022-06-21T11:46:12.423Z] #77 111.6 configure: creating ./config.status
11:46:12 [2022-06-21T11:46:12.429Z] #21 40.80 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:46:12 [2022-06-21T11:46:12.429Z] #21 40.83 Setting up libmnl0:arm64 (1.0.4-3) ...
11:46:12 [2022-06-21T11:46:12.429Z] #21 40.84 Setting up patch (2.7.6-7) ...
11:46:12 [2022-06-21T11:46:12.429Z] #21 40.86 Setting up sudo (1.9.5p2-3) ...
11:46:12 [2022-06-21T11:46:12.429Z] #21 40.92 invoke-rc.d: could not determine current runlevel
11:46:12 [2022-06-21T11:46:12.429Z] #21 40.93 invoke-rc.d: policy-rc.d denied execution of start.
11:46:12 [2022-06-21T11:46:12.429Z] #21 40.94 Setting up xfsprogs (5.10.0-4) ...
11:46:12 [2022-06-21T11:46:12.429Z] #21 40.96 Setting up libxtables12:arm64 (1.8.7-1) ...
11:46:12 [2022-06-21T11:46:12.429Z] #21 40.97 Setting up inetutils-ping (2:2.0-1) ...
11:46:12 [2022-06-21T11:46:12.429Z] #21 40.98 Setting up pigz (2.6-1) ...
11:46:12 [2022-06-21T11:46:12.429Z] #21 41.00 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
11:46:12 [2022-06-21T11:46:12.429Z] #21 41.01 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
11:46:12 [2022-06-21T11:46:12.685Z] #21 41.03 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
11:46:12 [2022-06-21T11:46:12.685Z] #21 41.04 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
11:46:13 [2022-06-21T11:46:13.249Z] #21 41.72 Setting up libaio1:arm64 (0.3.112-9) ...
11:46:13 [2022-06-21T11:46:13.249Z] #21 41.73 Setting up python3-lib2to3 (3.9.2-1) ...
11:46:13 [2022-06-21T11:46:13.813Z] #21 42.31 Setting up libelf1:arm64 (0.183-1) ...
11:46:13 [2022-06-21T11:46:13.813Z] #21 42.32 Setting up zstd (1.4.8+dfsg-2.1) ...
11:46:13 [2022-06-21T11:46:13.813Z] #21 42.33 Setting up libonig5:arm64 (6.9.6-1.1) ...
11:46:13 [2022-06-21T11:46:13.813Z] #21 42.35 Setting up python3-distutils (3.9.2-1) ...
11:46:13 [2022-06-21T11:46:13.914Z] #77 ...
11:46:13 [2022-06-21T11:46:13.914Z] 
11:46:13 [2022-06-21T11:46:13.914Z] #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
11:46:13 [2022-06-21T11:46:13.914Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:46:13 [2022-06-21T11:46:13.914Z] #14 161.3 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
11:46:13 [2022-06-21T11:46:13.914Z] #14 161.3 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:46:13 [2022-06-21T11:46:13.914Z] #14 161.3 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:46:14 [2022-06-21T11:46:14.376Z] #21 42.78 Setting up vim (2:8.2.2434-3+deb11u1) ...
11:46:14 [2022-06-21T11:46:14.376Z] #21 42.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
11:46:14 [2022-06-21T11:46:14.376Z] #21 42.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
11:46:14 [2022-06-21T11:46:14.376Z] #21 42.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
11:46:14 [2022-06-21T11:46:14.376Z] #21 42.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
11:46:14 [2022-06-21T11:46:14.376Z] #21 42.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
11:46:14 [2022-06-21T11:46:14.376Z] #21 42.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
11:46:14 [2022-06-21T11:46:14.376Z] #21 42.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
11:46:14 [2022-06-21T11:46:14.376Z] #21 42.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
11:46:14 [2022-06-21T11:46:14.376Z] #21 42.87 Setting up python3-setuptools (52.0.0-4) ...
11:46:14 [2022-06-21T11:46:14.963Z] #77 114.0 config.status: creating Makefile
11:46:14 [2022-06-21T11:46:14.963Z] #77 114.1 config.status: creating rpm/crun.spec
11:46:14 [2022-06-21T11:46:14.963Z] #77 114.2 config.status: creating config.h
11:46:14 [2022-06-21T11:46:14.963Z] #77 114.2 config.status: executing libtool commands
11:46:14 [2022-06-21T11:46:14.963Z] #77 114.2 config.status: executing depfiles commands
11:46:15 [2022-06-21T11:46:15.746Z] #21 ...
11:46:15 [2022-06-21T11:46:15.746Z] 
11:46:15 [2022-06-21T11:46:15.746Z] #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
11:46:15 [2022-06-21T11:46:15.746Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:46:15 [2022-06-21T11:46:15.746Z] #77 109.9 checking for strip... strip
11:46:15 [2022-06-21T11:46:15.746Z] #77 109.9 checking for ranlib... ranlib
11:46:15 [2022-06-21T11:46:15.746Z] #77 109.9 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:46:15 [2022-06-21T11:46:15.746Z] #77 110.2 checking for sysroot... no
11:46:15 [2022-06-21T11:46:15.746Z] #77 110.2 checking for a working dd... /bin/dd
11:46:15 [2022-06-21T11:46:15.746Z] #77 110.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:46:15 [2022-06-21T11:46:15.746Z] #77 110.3 checking for mt... no
11:46:15 [2022-06-21T11:46:15.746Z] #77 110.3 checking if : is a manifest tool... no
11:46:15 [2022-06-21T11:46:15.746Z] #77 110.3 checking how to run the C preprocessor... gcc -E
11:46:15 [2022-06-21T11:46:15.746Z] #77 110.5 checking for ANSI C header files... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 111.0 checking for sys/types.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 111.1 checking for sys/stat.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 111.3 checking for stdlib.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 111.5 checking for string.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 111.6 checking for memory.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 111.8 checking for strings.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 111.9 checking for inttypes.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 112.1 checking for stdint.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 112.2 checking for unistd.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 112.4 checking for dlfcn.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 112.5 checking for objdir... .libs
11:46:15 [2022-06-21T11:46:15.746Z] #77 112.9 checking if gcc supports -fno-rtti -fno-exceptions... no
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.0 checking for gcc option to produce PIC... -fPIC -DPIC
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.0 checking if gcc PIC flag -fPIC -DPIC works... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.1 checking if gcc static flag -static works... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.4 checking if gcc supports -c -o file.o... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.5 checking if gcc supports -c -o file.o... (cached) yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.5 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.6 checking dynamic linker characteristics... GNU/Linux ld.so
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.9 checking how to hardcode library paths into programs... immediate
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.9 checking whether stripping libraries is possible... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.9 checking if libtool supports shared libraries... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.9 checking whether to build shared libraries... no
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.9 checking whether to build static libraries... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 113.9 checking float.h usability... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.1 checking float.h presence... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.1 checking for float.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.1 checking limits.h usability... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.2 checking limits.h presence... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.3 checking for limits.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.3 checking stddef.h usability... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.5 checking stddef.h presence... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.6 checking for stddef.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.6 checking for stdlib.h... (cached) yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.6 checking for string.h... (cached) yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.7 checking sys/time.h usability... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.8 checking sys/time.h presence... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.9 checking for sys/time.h... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 114.9 checking for inline... inline
11:46:15 [2022-06-21T11:46:15.746Z] #77 115.0 checking for size_t... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 115.3 checking for stdlib.h... (cached) yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 115.4 checking for GNU libc compatible malloc... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 115.5 checking for stdlib.h... (cached) yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 115.5 checking for GNU libc compatible realloc... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 115.7 checking for working strtod... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 115.9 checking for gettimeofday... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 116.1 checking for memset... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 116.3 checking for strspn... yes
11:46:15 [2022-06-21T11:46:15.746Z] #77 116.6 checking that generated files are newer than configure... done
11:46:15 [2022-06-21T11:46:15.746Z] #77 116.7 configure: creating ./config.status
11:46:15 [2022-06-21T11:46:15.746Z] #77 119.2 config.status: creating Makefile
11:46:15 [2022-06-21T11:46:15.746Z] #77 119.3 config.status: creating config.h
11:46:15 [2022-06-21T11:46:15.746Z] #77 119.3 config.status: executing depfiles commands
11:46:15 [2022-06-21T11:46:15.746Z] #77 119.5 config.status: executing libtool commands
11:46:15 [2022-06-21T11:46:15.746Z] #77 ...
11:46:15 [2022-06-21T11:46:15.746Z] 
11:46:15 [2022-06-21T11:46:15.746Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:46:15 [2022-06-21T11:46:15.746Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f
11:46:15 [2022-06-21T11:46:15.746Z] #21 44.26 Setting up libjq1:arm64 (1.6-2.1) ...
11:46:15 [2022-06-21T11:46:15.746Z] #21 44.27 Setting up libnftnl11:arm64 (1.1.9-1) ...
11:46:15 [2022-06-21T11:46:15.746Z] #21 44.29 Setting up thin-provisioning-tools (0.9.0-1) ...
11:46:15 [2022-06-21T11:46:15.746Z] #21 44.31 Setting up python3-pip (20.3.4-4+deb11u1) ...
11:46:16 [2022-06-21T11:46:16.345Z] #77 115.4 === configuring in libocispec (/tmp/crun-build/libocispec)
11:46:16 [2022-06-21T11:46:16.345Z] #77 115.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
11:46:16 [2022-06-21T11:46:16.605Z] #77 115.9 checking for gcc... gcc
11:46:16 [2022-06-21T11:46:16.866Z] #77 116.0 checking whether the C compiler works... yes
11:46:16 [2022-06-21T11:46:16.866Z] #77 116.3 checking for C compiler default output file name... a.out
11:46:16 [2022-06-21T11:46:16.866Z] #77 116.3 checking for suffix of executables... 
11:46:17 [2022-06-21T11:46:17.124Z] #21 45.43 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
11:46:17 [2022-06-21T11:46:17.124Z] #21 45.44 Setting up jq (1.6-2.1) ...
11:46:17 [2022-06-21T11:46:17.124Z] #21 45.45 Setting up libbpf0:arm64 (1:0.3-2) ...
11:46:17 [2022-06-21T11:46:17.124Z] #21 45.46 Setting up iptables (1.8.7-1) ...
11:46:17 [2022-06-21T11:46:17.124Z] #21 45.48 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:46:17 [2022-06-21T11:46:17.124Z] #21 45.48 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:46:17 [2022-06-21T11:46:17.124Z] #21 45.49 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:46:17 [2022-06-21T11:46:17.124Z] #21 45.49 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:46:17 [2022-06-21T11:46:17.124Z] #21 45.50 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:46:17 [2022-06-21T11:46:17.124Z] #21 45.51 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:46:17 [2022-06-21T11:46:17.124Z] #21 45.51 Setting up iproute2 (5.10.0-4) ...
11:46:17 [2022-06-21T11:46:17.126Z] #77 116.4 checking whether we are cross compiling... no
11:46:17 [2022-06-21T11:46:17.382Z] #21 45.90 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:46:17 [2022-06-21T11:46:17.387Z] #77 116.5 checking for suffix of object files... o
11:46:17 [2022-06-21T11:46:17.387Z] #77 116.6 checking whether we are using the GNU C compiler... yes
11:46:17 [2022-06-21T11:46:17.387Z] #77 116.8 checking whether gcc accepts -g... yes
11:46:17 [2022-06-21T11:46:17.649Z] #77 117.0 checking for gcc option to accept ISO C89... none needed
11:46:17 [2022-06-21T11:46:17.909Z] #77 117.1 checking whether gcc understands -c and -o together... yes
11:46:17 [2022-06-21T11:46:17.925Z] #19 252.7 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
11:46:17 [2022-06-21T11:46:17.925Z] #19 252.7 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
11:46:17 [2022-06-21T11:46:17.925Z] #19 252.9 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
11:46:18 [2022-06-21T11:46:18.169Z] #77 117.3 checking how to run the C preprocessor... gcc -E
11:46:18 [2022-06-21T11:46:18.169Z] #77 117.6 checking for grep that handles long lines and -e... /bin/grep
11:46:18 [2022-06-21T11:46:18.169Z] #77 117.6 checking for egrep... /bin/grep -E
11:46:18 [2022-06-21T11:46:18.742Z] #77 117.6 checking for ANSI C header files... yes
11:46:18 [2022-06-21T11:46:18.864Z] #19 254.1 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
11:46:18 [2022-06-21T11:46:18.864Z] #19 254.1 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
11:46:19 [2022-06-21T11:46:19.002Z] #77 118.1 checking for sys/types.h... yes
11:46:19 [2022-06-21T11:46:19.002Z] #77 118.2 checking for sys/stat.h... yes
11:46:19 [2022-06-21T11:46:19.002Z] #77 118.4 checking for stdlib.h... yes
11:46:19 [2022-06-21T11:46:19.126Z] #19 254.3 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
11:46:19 [2022-06-21T11:46:19.263Z] #77 118.5 checking for string.h... 
11:46:19 [2022-06-21T11:46:19.263Z] #77 ...
11:46:19 [2022-06-21T11:46:19.263Z] 
11:46:19 [2022-06-21T11:46:19.263Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:46:19 [2022-06-21T11:46:19.263Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:46:19 [2022-06-21T11:46:19.263Z] #21 10.36 Reading package lists...
11:46:19 [2022-06-21T11:46:19.263Z] #21 13.98 Reading package lists...
11:46:19 [2022-06-21T11:46:19.263Z] #21 17.08 Building dependency tree...
11:46:19 [2022-06-21T11:46:19.263Z] #21 19.26 The following additional packages will be installed:
11:46:19 [2022-06-21T11:46:19.263Z] #21 19.26   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
11:46:19 [2022-06-21T11:46:19.263Z] #21 19.26   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:46:19 [2022-06-21T11:46:19.263Z] #21 19.26   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
11:46:19 [2022-06-21T11:46:19.263Z] #21 19.26   python3-pkg-resources vim-runtime xxd
11:46:19 [2022-06-21T11:46:19.263Z] #21 19.26 Suggested packages:
11:46:19 [2022-06-21T11:46:19.263Z] #21 19.26   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
11:46:19 [2022-06-21T11:46:19.263Z] #21 19.26   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
11:46:19 [2022-06-21T11:46:19.263Z] #21 19.26   acl attr quota
11:46:19 [2022-06-21T11:46:19.263Z] #21 19.26 Recommended packages:
11:46:19 [2022-06-21T11:46:19.263Z] #21 19.26   libatm1 nftables libpam-cap build-essential python3-dev unzip
11:46:19 [2022-06-21T11:46:19.263Z] #21 20.83 The following NEW packages will be installed:
11:46:19 [2022-06-21T11:46:19.263Z] #21 20.83   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
11:46:19 [2022-06-21T11:46:19.263Z] #21 20.83   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
11:46:19 [2022-06-21T11:46:19.263Z] #21 20.83   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
11:46:19 [2022-06-21T11:46:19.263Z] #21 20.83   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
11:46:19 [2022-06-21T11:46:19.263Z] #21 20.83   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
11:46:19 [2022-06-21T11:46:19.263Z] #21 20.83   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
11:46:19 [2022-06-21T11:46:19.263Z] #21 20.83   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
11:46:19 [2022-06-21T11:46:19.263Z] #21 20.83   xz-utils zip zstd
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.18 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded.
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.18 Need to get 27.7 MB of archives.
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.18 After this operation, 106 MB of additional disk space will be used.
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.18 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.18 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.18 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.19 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.21 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.24 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.24 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.24 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.26 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.26 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.27 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.29 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.30 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.30 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.31 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.31 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.31 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.32 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.34 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.34 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.34 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.35 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.35 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.35 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.65 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.65 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.65 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.65 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.65 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.65 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.66 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.71 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.75 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.76 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.77 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.77 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.81 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.81 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.81 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.85 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.86 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 21.87 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 22.08 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 22.12 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 22.14 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 22.15 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
11:46:19 [2022-06-21T11:46:19.263Z] #21 22.78 debconf: delaying package configuration, since apt-utils is not installed
11:46:19 [2022-06-21T11:46:19.263Z] #21 22.93 Fetched 27.7 MB in 1s (21.2 MB/s)
11:46:19 [2022-06-21T11:46:19.263Z] #21 22.99 Selecting previously unselected package pigz.
11:46:19 [2022-06-21T11:46:19.263Z] #21 22.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 ... 24019 files and directories currently installed.)
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.06 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.07 Unpacking pigz (2.6-1) ...
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.17 Selecting previously unselected package libelf1:amd64.
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.17 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.18 Unpacking libelf1:amd64 (0.183-1) ...
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.32 Selecting previously unselected package libbpf0:amd64.
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.35 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.36 Unpacking libbpf0:amd64 (1:0.3-2) ...
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.46 Selecting previously unselected package libcap2:amd64.
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.47 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.47 Unpacking libcap2:amd64 (1:2.44-1) ...
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.54 Selecting previously unselected package libmnl0:amd64.
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.54 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
11:46:19 [2022-06-21T11:46:19.263Z] #21 23.55 Unpacking libmnl0:amd64 (1.0.4-3) ...
11:46:19 [2022-06-21T11:46:19.263Z] #21 ...
11:46:19 [2022-06-21T11:46:19.263Z] 
11:46:19 [2022-06-21T11:46:19.263Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:46:19 [2022-06-21T11:46:19.263Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:19 [2022-06-21T11:46:19.263Z] #77 118.5 checking for string.h... yes
11:46:19 [2022-06-21T11:46:19.276Z] #21 DONE 47.7s
11:46:19 [2022-06-21T11:46:19.276Z] 
11:46:19 [2022-06-21T11:46:19.276Z] #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
11:46:19 [2022-06-21T11:46:19.276Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:46:19 [2022-06-21T11:46:19.276Z] #77 120.5   GEN      .version
11:46:19 [2022-06-21T11:46:19.276Z] #77 120.5 make  install-recursive
11:46:19 [2022-06-21T11:46:19.276Z] #77 120.6 make[1]: Entering directory '/tmp/crun-build'
11:46:19 [2022-06-21T11:46:19.276Z] #77 120.7 Making install in libocispec
11:46:19 [2022-06-21T11:46:19.276Z] #77 120.7 make[2]: Entering directory '/tmp/crun-build/libocispec'
11:46:19 [2022-06-21T11:46:19.276Z] #77 120.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
11:46:19 [2022-06-21T11:46:19.276Z] #77 120.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
11:46:19 [2022-06-21T11:46:19.276Z] #77 120.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
11:46:19 [2022-06-21T11:46:19.276Z] #77 120.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 121.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.3 make  install-recursive
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.4 make[3]: Entering directory '/tmp/crun-build/libocispec'
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.4 Making install in yajl
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.4 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.5   CC       verify/json_verify-json_verify.o
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.5   CC       src/libyajl_la-yajl_alloc.lo
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.6   CC       src/libyajl_la-yajl.lo
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.6   CC       src/libyajl_la-yajl_gen.lo
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.6   CC       src/libyajl_la-yajl_parser.lo
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.7   CC       src/libyajl_la-yajl_buf.lo
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.7   CC       src/libyajl_la-yajl_encode.lo
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.7   CC       src/libyajl_la-yajl_lex.lo
11:46:19 [2022-06-21T11:46:19.276Z] #77 122.8   CC       src/libyajl_la-yajl_tree.lo
11:46:19 [2022-06-21T11:46:19.524Z] #77 118.7 checking for memory.h... yes
11:46:19 [2022-06-21T11:46:19.524Z] #77 118.9 checking for strings.h... yes
11:46:19 [2022-06-21T11:46:19.784Z] #77 119.0 checking for inttypes.h... yes
11:46:19 [2022-06-21T11:46:19.840Z] #77 ...
11:46:19 [2022-06-21T11:46:19.840Z] 
11:46:19 [2022-06-21T11:46:19.840Z] #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
11:46:19 [2022-06-21T11:46:19.840Z] #22 sha256:bb9be009a72834be69ad3d42ea3d60feffc45c0645929d71527a1b0f53880ef9
11:46:19 [2022-06-21T11:46:19.840Z] #22 0.694 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
11:46:19 [2022-06-21T11:46:19.840Z] #22 0.699 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
11:46:19 [2022-06-21T11:46:19.840Z] #22 0.703 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
11:46:19 [2022-06-21T11:46:19.840Z] #22 DONE 0.8s
11:46:19 [2022-06-21T11:46:19.873Z] #77 ...
11:46:19 [2022-06-21T11:46:19.873Z] 
11:46:19 [2022-06-21T11:46:19.873Z] #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
11:46:19 [2022-06-21T11:46:19.873Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:46:19 [2022-06-21T11:46:19.873Z] #14 161.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
11:46:19 [2022-06-21T11:46:19.873Z] #14 161.8 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:46:19 [2022-06-21T11:46:19.873Z] #14 161.8 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:46:20 [2022-06-21T11:46:20.045Z] #77 119.1 checking for stdint.h... yes
11:46:20 [2022-06-21T11:46:20.045Z] #77 119.3 checking for unistd.h... yes
11:46:20 [2022-06-21T11:46:20.097Z] 
11:46:20 [2022-06-21T11:46:20.097Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
11:46:20 [2022-06-21T11:46:20.097Z] #23 sha256:2be5ffe64d88e98050be52a2eba4782a24c1ae7b06b0fc27a348a559f3723faa
11:46:20 [2022-06-21T11:46:20.305Z] #77 119.5 checking minix/config.h usability... no
11:46:20 [2022-06-21T11:46:20.305Z] #77 119.7 checking minix/config.h presence... no
11:46:20 [2022-06-21T11:46:20.305Z] #77 119.7 checking for minix/config.h... no
11:46:20 [2022-06-21T11:46:20.566Z] #77 119.7 checking whether it is safe to define __EXTENSIONS__... yes
11:46:20 [2022-06-21T11:46:20.826Z] #77 120.0 checking build system type... x86_64-pc-linux-gnu
11:46:20 [2022-06-21T11:46:20.826Z] #77 120.2 checking host system type... x86_64-pc-linux-gnu
11:46:20 [2022-06-21T11:46:20.826Z] #77 120.2 checking how to print strings... printf
11:46:20 [2022-06-21T11:46:20.826Z] #77 120.3 checking for a sed that does not truncate output... /bin/sed
11:46:20 [2022-06-21T11:46:20.826Z] #77 120.3 checking for fgrep... /bin/grep -F
11:46:20 [2022-06-21T11:46:20.826Z] #77 120.3 checking for ld used by gcc... /usr/bin/ld
11:46:20 [2022-06-21T11:46:20.826Z] #77 120.3 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:46:20 [2022-06-21T11:46:20.826Z] #77 120.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:46:21 [2022-06-21T11:46:21.086Z] #77 120.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:46:21 [2022-06-21T11:46:21.087Z] #77 120.4 checking whether ln -s works... yes
11:46:21 [2022-06-21T11:46:21.087Z] #77 120.4 checking the maximum length of command line arguments... 1572864
11:46:21 [2022-06-21T11:46:21.087Z] #77 120.4 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
11:46:21 [2022-06-21T11:46:21.087Z] #77 120.4 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
11:46:21 [2022-06-21T11:46:21.087Z] #77 120.4 checking for /usr/bin/ld option to reload object files... -r
11:46:21 [2022-06-21T11:46:21.087Z] #77 120.4 checking for objdump... objdump
11:46:21 [2022-06-21T11:46:21.087Z] #77 120.4 checking how to recognize dependent libraries... pass_all
11:46:21 [2022-06-21T11:46:21.087Z] #77 120.4 checking for dlltool... no
11:46:21 [2022-06-21T11:46:21.087Z] #77 120.4 checking how to associate runtime and link libraries... printf %s\n
11:46:21 [2022-06-21T11:46:21.087Z] #77 120.4 checking for ar... ar
11:46:21 [2022-06-21T11:46:21.347Z] #77 120.4 checking for archiver @FILE support... @
11:46:21 [2022-06-21T11:46:21.347Z] #77 120.6 checking for strip... strip
11:46:21 [2022-06-21T11:46:21.347Z] #77 120.6 checking for ranlib... ranlib
11:46:21 [2022-06-21T11:46:21.347Z] #77 120.6 checking for gawk... no
11:46:21 [2022-06-21T11:46:21.347Z] #77 120.6 checking for mawk... mawk
11:46:21 [2022-06-21T11:46:21.607Z] #77 120.6 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:46:21 [2022-06-21T11:46:21.607Z] #77 121.0 checking for sysroot... no
11:46:21 [2022-06-21T11:46:21.607Z] #77 121.0 checking for a working dd... /bin/dd
11:46:21 [2022-06-21T11:46:21.607Z] #77 121.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:46:21 [2022-06-21T11:46:21.868Z] #77 121.1 checking for mt... no
11:46:21 [2022-06-21T11:46:21.868Z] #77 121.1 checking if : is a manifest tool... no
11:46:21 [2022-06-21T11:46:21.868Z] #77 121.1 checking for dlfcn.h... yes
11:46:21 [2022-06-21T11:46:21.868Z] #77 121.3 checking for objdir... .libs
11:46:22 [2022-06-21T11:46:22.128Z] #77 121.6 checking if gcc supports -fno-rtti -fno-exceptions... no
11:46:22 [2022-06-21T11:46:22.388Z] #77 121.6 checking for gcc option to produce PIC... -fPIC -DPIC
11:46:22 [2022-06-21T11:46:22.388Z] #77 121.6 checking if gcc PIC flag -fPIC -DPIC works... yes
11:46:22 [2022-06-21T11:46:22.649Z] #77 121.7 checking if gcc static flag -static works... yes
11:46:22 [2022-06-21T11:46:22.909Z] #77 122.2 checking if gcc supports -c -o file.o... yes
11:46:22 [2022-06-21T11:46:22.909Z] #77 122.3 checking if gcc supports -c -o file.o... (cached) yes
11:46:22 [2022-06-21T11:46:22.909Z] #77 122.3 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
11:46:23 [2022-06-21T11:46:23.169Z] #77 122.3 checking dynamic linker characteristics... GNU/Linux ld.so
11:46:23 [2022-06-21T11:46:23.169Z] #77 122.5 checking how to hardcode library paths into programs... immediate
11:46:23 [2022-06-21T11:46:23.169Z] #77 122.5 checking whether stripping libraries is possible... yes
11:46:23 [2022-06-21T11:46:23.169Z] #77 122.5 checking if libtool supports shared libraries... yes
11:46:23 [2022-06-21T11:46:23.169Z] #77 122.5 checking whether to build shared libraries... no
11:46:23 [2022-06-21T11:46:23.169Z] #77 122.5 checking whether to build static libraries... yes
11:46:23 [2022-06-21T11:46:23.169Z] #77 122.5 checking for a BSD-compatible install... /usr/bin/install -c
11:46:23 [2022-06-21T11:46:23.169Z] #77 122.6 checking whether build environment is sane... yes
11:46:23 [2022-06-21T11:46:23.169Z] #77 122.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:46:23 [2022-06-21T11:46:23.169Z] #77 122.6 checking whether make sets $(MAKE)... yes
11:46:23 [2022-06-21T11:46:23.169Z] #77 122.6 checking whether make supports the include directive... yes (GNU style)
11:46:23 [2022-06-21T11:46:23.430Z] #77 122.7 checking whether make supports nested variables... yes
11:46:23 [2022-06-21T11:46:23.430Z] #77 122.7 checking whether UID '0' is supported by ustar format... yes
11:46:23 [2022-06-21T11:46:23.430Z] #77 122.7 checking whether GID '0' is supported by ustar format... yes
11:46:23 [2022-06-21T11:46:23.430Z] #77 122.7 checking how to create a ustar tar archive... gnutar
11:46:23 [2022-06-21T11:46:23.430Z] #77 122.8 checking dependency style of gcc... gcc3
11:46:23 [2022-06-21T11:46:23.430Z] #77 122.9 checking whether to enable maintainer-specific portions of Makefiles... yes
11:46:23 [2022-06-21T11:46:23.690Z] #77 122.9 checking whether make supports nested variables... (cached) yes
11:46:23 [2022-06-21T11:46:23.690Z] #77 122.9 checking for pkg-config... /usr/bin/pkg-config
11:46:23 [2022-06-21T11:46:23.690Z] #77 122.9 checking pkg-config is at least version 0.9.0... yes
11:46:23 [2022-06-21T11:46:23.690Z] #77 122.9 checking for yajl >= 2.1.0... yes
11:46:23 [2022-06-21T11:46:23.690Z] #77 123.0 checking for a sed that does not truncate output... (cached) /bin/sed
11:46:23 [2022-06-21T11:46:23.690Z] #77 123.0 checking for gcc... (cached) gcc
11:46:23 [2022-06-21T11:46:23.690Z] #77 123.1 checking whether we are using the GNU C compiler... (cached) yes
11:46:23 [2022-06-21T11:46:23.690Z] #77 123.1 checking whether gcc accepts -g... (cached) yes
11:46:23 [2022-06-21T11:46:23.690Z] #77 123.1 checking for gcc option to accept ISO C89... (cached) none needed
11:46:23 [2022-06-21T11:46:23.690Z] #77 123.1 checking whether gcc understands -c and -o together... (cached) yes
11:46:23 [2022-06-21T11:46:23.690Z] #77 123.1 checking for a Python interpreter with version >= 3... python3
11:46:23 [2022-06-21T11:46:23.951Z] #77 123.2 checking for python3... /usr/bin/python3
11:46:23 [2022-06-21T11:46:23.951Z] #77 123.2 checking for python3 version... 3.9
11:46:23 [2022-06-21T11:46:23.951Z] #77 123.2 checking for python3 platform... linux
11:46:23 [2022-06-21T11:46:23.951Z] #77 123.3 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
11:46:24 [2022-06-21T11:46:24.227Z] #77 123.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
11:46:24 [2022-06-21T11:46:24.227Z] #77 123.7 checking that generated files are newer than configure... done
11:46:24 [2022-06-21T11:46:24.227Z] #77 123.7 configure: creating ./config.status
11:46:25 [2022-06-21T11:46:25.353Z] #23 ...
11:46:25 [2022-06-21T11:46:25.353Z] 
11:46:25 [2022-06-21T11:46:25.353Z] #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
11:46:25 [2022-06-21T11:46:25.353Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:46:25 [2022-06-21T11:46:25.353Z] #77 128.4   CCLD     libyajl.la
11:46:25 [2022-06-21T11:46:25.353Z] #77 128.8   CCLD     verify/json_verify
11:46:25 [2022-06-21T11:46:25.353Z] #77 129.1 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
11:46:25 [2022-06-21T11:46:25.354Z] #77 129.1 make[5]: Nothing to be done for 'install-exec-am'.
11:46:25 [2022-06-21T11:46:25.354Z] #77 129.1 make[5]: Nothing to be done for 'install-data-am'.
11:46:25 [2022-06-21T11:46:25.354Z] #77 129.1 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
11:46:25 [2022-06-21T11:46:25.354Z] #77 129.1 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
11:46:25 [2022-06-21T11:46:25.354Z] #77 129.1 make[4]: Entering directory '/tmp/crun-build/libocispec'
11:46:25 [2022-06-21T11:46:25.354Z] #77 129.2   CC       src/validate.o
11:46:25 [2022-06-21T11:46:25.611Z] #77 129.2   CC       src/image_spec_schema_config_schema.lo
11:46:25 [2022-06-21T11:46:25.611Z] #77 129.2   CC       src/image_spec_schema_content_descriptor.lo
11:46:25 [2022-06-21T11:46:25.611Z] #77 129.2   CC       src/image_spec_schema_defs.lo
11:46:25 [2022-06-21T11:46:25.611Z] #77 129.2   CC       src/image_spec_schema_defs_descriptor.lo
11:46:25 [2022-06-21T11:46:25.611Z] #77 129.3   CC       src/image_spec_schema_image_index_schema.lo
11:46:25 [2022-06-21T11:46:25.611Z] #77 129.3   CC       src/image_spec_schema_image_layout_schema.lo
11:46:25 [2022-06-21T11:46:25.611Z] #77 129.3   CC       src/image_spec_schema_image_manifest_schema.lo
11:46:25 [2022-06-21T11:46:25.611Z] #77 129.3   CC       src/runtime_spec_schema_config_linux.lo
11:46:25 [2022-06-21T11:46:25.611Z] #77 129.4   CC       src/runtime_spec_schema_config_zos.lo
11:46:25 [2022-06-21T11:46:25.611Z] #77 129.4   CC       src/runtime_spec_schema_config_schema.lo
11:46:25 [2022-06-21T11:46:25.611Z] #77 129.4   CC       src/runtime_spec_schema_config_solaris.lo
11:46:25 [2022-06-21T11:46:25.868Z] #77 129.5   CC       src/runtime_spec_schema_config_vm.lo
11:46:25 [2022-06-21T11:46:25.868Z] #77 129.5   CC       src/runtime_spec_schema_config_windows.lo
11:46:25 [2022-06-21T11:46:25.868Z] #77 129.6   CC       src/runtime_spec_schema_defs.lo
11:46:25 [2022-06-21T11:46:25.868Z] #77 129.7   CC       src/runtime_spec_schema_defs_linux.lo
11:46:25 [2022-06-21T11:46:25.868Z] #77 129.8   CC       src/runtime_spec_schema_defs_zos.lo
11:46:26 [2022-06-21T11:46:26.125Z] #77 129.9   CC       src/runtime_spec_schema_defs_vm.lo
11:46:26 [2022-06-21T11:46:26.125Z] #77 129.9   CC       src/runtime_spec_schema_defs_windows.lo
11:46:26 [2022-06-21T11:46:26.265Z] #14 ...
11:46:26 [2022-06-21T11:46:26.265Z] 
11:46:26 [2022-06-21T11:46:26.265Z] #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
11:46:26 [2022-06-21T11:46:26.265Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:26 [2022-06-21T11:46:26.265Z] #77 103.3 configure.ac:7: installing 'build-aux/compile'
11:46:26 [2022-06-21T11:46:26.265Z] #77 103.3 configure.ac:9: installing 'build-aux/config.guess'
11:46:26 [2022-06-21T11:46:26.265Z] #77 103.3 configure.ac:9: installing 'build-aux/config.sub'
11:46:26 [2022-06-21T11:46:26.265Z] #77 103.4 configure.ac:11: installing 'build-aux/install-sh'
11:46:26 [2022-06-21T11:46:26.265Z] #77 103.4 configure.ac:11: installing 'build-aux/missing'
11:46:26 [2022-06-21T11:46:26.265Z] #77 103.6 Makefile.am: installing 'build-aux/depcomp'
11:46:26 [2022-06-21T11:46:26.265Z] #77 103.6 parallel-tests: installing 'build-aux/test-driver'
11:46:26 [2022-06-21T11:46:26.382Z] #77 130.0   CC       src/runtime_spec_schema_state_schema.lo
11:46:26 [2022-06-21T11:46:26.382Z] #77 130.2   CC       src/image_manifest_items_image_manifest_items_schema.lo
11:46:26 [2022-06-21T11:46:26.639Z] #77 130.2   CC       src/basic_test_double_array_item.lo
11:46:26 [2022-06-21T11:46:26.639Z] #77 130.3   CC       src/basic_test_double_array.lo
11:46:26 [2022-06-21T11:46:26.639Z] #77 130.4   CC       src/basic_test_top_array_int.lo
11:46:26 [2022-06-21T11:46:26.804Z] #77 125.8 config.status: creating Makefile
11:46:26 [2022-06-21T11:46:26.804Z] #77 125.9 config.status: creating config.h
11:46:26 [2022-06-21T11:46:26.804Z] #77 125.9 config.status: executing libtool commands
11:46:26 [2022-06-21T11:46:26.804Z] #77 126.0 config.status: executing depfiles commands
11:46:26 [2022-06-21T11:46:26.836Z] #77 105.3 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
11:46:26 [2022-06-21T11:46:26.836Z] #77 105.3 libtoolize: copying file 'build-aux/ltmain.sh'
11:46:26 [2022-06-21T11:46:26.896Z] #77 130.5   CC       src/basic_test_top_array_string.lo
11:46:26 [2022-06-21T11:46:26.896Z] #77 130.7   CC       src/basic_test_top_double_array_int.lo
11:46:27 [2022-06-21T11:46:27.064Z] #77 126.6 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
11:46:27 [2022-06-21T11:46:27.064Z] #77 126.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
11:46:27 [2022-06-21T11:46:27.153Z] #77 130.8   CC       src/basic_test_top_double_array_obj.lo
11:46:27 [2022-06-21T11:46:27.410Z] #77 131.0   CC       src/basic_test_top_double_array_refobj.lo
11:46:27 [2022-06-21T11:46:27.410Z] #77 131.1   CC       src/basic_test_top_double_array_string.lo
11:46:27 [2022-06-21T11:46:27.633Z] #77 127.0 checking for gcc... gcc
11:46:27 [2022-06-21T11:46:27.667Z] #77 131.3   CC       src/read-file.lo
11:46:27 [2022-06-21T11:46:27.667Z] #77 131.4   CC       src/json_common.lo
11:46:27 [2022-06-21T11:46:27.893Z] #77 127.0 checking whether the C compiler works... yes
11:46:27 [2022-06-21T11:46:27.893Z] #77 127.2 checking for C compiler default output file name... a.out
11:46:27 [2022-06-21T11:46:27.924Z] #77 131.6   CC       tests/test-1.o
11:46:27 [2022-06-21T11:46:27.924Z] #77 131.7   CC       tests/test-2.o
11:46:27 [2022-06-21T11:46:27.924Z] #77 131.8   CC       tests/test-3.o
11:46:28 [2022-06-21T11:46:28.154Z] #77 127.2 checking for suffix of executables... 
11:46:28 [2022-06-21T11:46:28.154Z] #77 127.4 checking whether we are cross compiling... no
11:46:28 [2022-06-21T11:46:28.181Z] #77 132.0   CC       tests/test-4.o
11:46:28 [2022-06-21T11:46:28.225Z] #77 106.6 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
11:46:28 [2022-06-21T11:46:28.225Z] #77 106.6 libtoolize: copying file 'm4/libtool.m4'
11:46:28 [2022-06-21T11:46:28.225Z] #77 106.8 libtoolize: copying file 'm4/ltoptions.m4'
11:46:28 [2022-06-21T11:46:28.414Z] #77 127.6 checking for suffix of object files... o
11:46:28 [2022-06-21T11:46:28.414Z] #77 127.7 checking whether we are using the GNU C compiler... yes
11:46:28 [2022-06-21T11:46:28.414Z] #77 127.8 checking whether gcc accepts -g... yes
11:46:28 [2022-06-21T11:46:28.438Z] #77 132.2   CC       tests/test-5.o
11:46:28 [2022-06-21T11:46:28.438Z] #77 132.4   CC       tests/test-6.o
11:46:28 [2022-06-21T11:46:28.486Z] #77 107.2 libtoolize: copying file 'm4/ltsugar.m4'
11:46:28 [2022-06-21T11:46:28.674Z] #77 127.9 checking for gcc option to accept ISO C89... none needed
11:46:28 [2022-06-21T11:46:28.746Z] #77 107.4 libtoolize: copying file 'm4/ltversion.m4'
11:46:28 [2022-06-21T11:46:28.935Z] #77 128.2 checking whether gcc understands -c and -o together... yes
11:46:28 [2022-06-21T11:46:28.935Z] #77 128.4 checking for a BSD-compatible install... /usr/bin/install -c
11:46:28 [2022-06-21T11:46:28.935Z] #77 128.5 checking whether build environment is sane... yes
11:46:29 [2022-06-21T11:46:29.001Z] #77 132.7   CC       tests/test-7.o
11:46:29 [2022-06-21T11:46:29.007Z] #77 107.7 libtoolize: copying file 'm4/lt~obsolete.m4'
11:46:29 [2022-06-21T11:46:29.195Z] #77 128.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:46:29 [2022-06-21T11:46:29.195Z] #77 128.5 checking for gawk... no
11:46:29 [2022-06-21T11:46:29.195Z] #77 128.5 checking for mawk... mawk
11:46:29 [2022-06-21T11:46:29.195Z] #77 128.5 checking whether make sets $(MAKE)... yes
11:46:29 [2022-06-21T11:46:29.195Z] #77 128.6 checking whether make supports the include directive... yes (GNU style)
11:46:29 [2022-06-21T11:46:29.195Z] #77 128.6 checking whether make supports nested variables... yes
11:46:29 [2022-06-21T11:46:29.195Z] #77 128.6 checking whether UID '0' is supported by ustar format... yes
11:46:29 [2022-06-21T11:46:29.195Z] #77 128.6 checking whether GID '0' is supported by ustar format... yes
11:46:29 [2022-06-21T11:46:29.259Z] #77 133.1   CC       tests/test-8.o
11:46:29 [2022-06-21T11:46:29.259Z] #77 133.2   CC       tests/test-9.o
11:46:29 [2022-06-21T11:46:29.457Z] #77 128.6 checking how to create a ustar tar archive... gnutar
11:46:29 [2022-06-21T11:46:29.457Z] #77 128.7 checking dependency style of gcc... 
11:46:29 [2022-06-21T11:46:29.457Z] #77 ...
11:46:29 [2022-06-21T11:46:29.457Z] 
11:46:29 [2022-06-21T11:46:29.457Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:46:29 [2022-06-21T11:46:29.457Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:46:29 [2022-06-21T11:46:29.457Z] #21 23.55 Unpacking libmnl0:amd64 (1.0.4-3) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 23.62 Selecting previously unselected package libxtables12:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 23.62 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 23.63 Unpacking libxtables12:amd64 (1.8.7-1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 23.69 Selecting previously unselected package libcap2-bin.
11:46:29 [2022-06-21T11:46:29.457Z] #21 23.70 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 23.71 Unpacking libcap2-bin (1:2.44-1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 23.79 Selecting previously unselected package iproute2.
11:46:29 [2022-06-21T11:46:29.457Z] #21 23.79 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 23.80 Unpacking iproute2 (5.10.0-4) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 24.34 Selecting previously unselected package xxd.
11:46:29 [2022-06-21T11:46:29.457Z] #21 24.34 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 24.36 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 24.47 Selecting previously unselected package vim-common.
11:46:29 [2022-06-21T11:46:29.457Z] #21 24.47 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 24.48 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 24.66 Selecting previously unselected package bash-completion.
11:46:29 [2022-06-21T11:46:29.457Z] #21 24.66 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 26.66 Unpacking bash-completion (1:2.11-2) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 27.15 Selecting previously unselected package bzip2.
11:46:29 [2022-06-21T11:46:29.457Z] #21 27.15 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 27.16 Unpacking bzip2 (1.0.8-4) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 27.24 Selecting previously unselected package xz-utils.
11:46:29 [2022-06-21T11:46:29.457Z] #21 27.24 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 27.25 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 27.45 Selecting previously unselected package apparmor.
11:46:29 [2022-06-21T11:46:29.457Z] #21 27.45 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 27.51 Unpacking apparmor (2.13.6-10) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 27.94 Selecting previously unselected package inetutils-ping.
11:46:29 [2022-06-21T11:46:29.457Z] #21 27.95 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 27.96 Unpacking inetutils-ping (2:2.0-1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.09 Selecting previously unselected package libip4tc2:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.09 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.11 Unpacking libip4tc2:amd64 (1.8.7-1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.20 Selecting previously unselected package libip6tc2:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.22 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.22 Unpacking libip6tc2:amd64 (1.8.7-1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.28 Selecting previously unselected package libnfnetlink0:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.30 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.30 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.36 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.37 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.37 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.43 Selecting previously unselected package libnftnl11:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.43 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.44 Unpacking libnftnl11:amd64 (1.1.9-1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.51 Selecting previously unselected package iptables.
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.51 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.52 Unpacking iptables (1.8.7-1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.91 Selecting previously unselected package libonig5:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.93 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 28.93 Unpacking libonig5:amd64 (6.9.6-1.1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.07 Selecting previously unselected package libjq1:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.07 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.08 Unpacking libjq1:amd64 (1.6-2.1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.16 Selecting previously unselected package jq.
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.17 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.18 Unpacking jq (1.6-2.1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.29 Selecting previously unselected package libaio1:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.29 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.30 Unpacking libaio1:amd64 (0.3.112-9) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.36 Selecting previously unselected package libgpm2:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.36 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.37 Unpacking libgpm2:amd64 (1.20.7-8) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.46 Selecting previously unselected package libicu67:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.46 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 29.47 Unpacking libicu67:amd64 (67.1-7) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.21 Selecting previously unselected package libinih1:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.21 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.22 Unpacking libinih1:amd64 (53-1+b2) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.28 Selecting previously unselected package libnet1:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.28 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.28 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.39 Selecting previously unselected package libnl-3-200:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.40 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.40 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.47 Selecting previously unselected package libprotobuf-c1:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.48 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.48 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.56 Selecting previously unselected package libyajl2:amd64.
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.58 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.59 Unpacking libyajl2:amd64 (2.1.0-3) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.66 Selecting previously unselected package net-tools.
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.68 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 33.69 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
11:46:29 [2022-06-21T11:46:29.457Z] #21 ...
11:46:29 [2022-06-21T11:46:29.457Z] 
11:46:29 [2022-06-21T11:46:29.457Z] #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
11:46:29 [2022-06-21T11:46:29.457Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:29 [2022-06-21T11:46:29.457Z] #77 128.7 checking dependency style of gcc... gcc3
11:46:29 [2022-06-21T11:46:29.457Z] #77 128.9 checking whether to enable maintainer-specific portions of Makefiles... yes
11:46:29 [2022-06-21T11:46:29.457Z] #77 128.9 checking whether make supports nested variables... (cached) yes
11:46:29 [2022-06-21T11:46:29.718Z] #77 128.9 checking build system type... x86_64-pc-linux-gnu
11:46:29 [2022-06-21T11:46:29.718Z] #77 129.1 checking host system type... x86_64-pc-linux-gnu
11:46:29 [2022-06-21T11:46:29.718Z] #77 129.1 checking how to print strings... printf
11:46:29 [2022-06-21T11:46:29.718Z] #77 129.1 checking for a sed that does not truncate output... /bin/sed
11:46:29 [2022-06-21T11:46:29.718Z] #77 129.2 checking for grep that handles long lines and -e... /bin/grep
11:46:29 [2022-06-21T11:46:29.718Z] #77 129.2 checking for egrep... /bin/grep -E
11:46:29 [2022-06-21T11:46:29.718Z] #77 129.2 checking for fgrep... /bin/grep -F
11:46:29 [2022-06-21T11:46:29.718Z] #77 129.2 checking for ld used by gcc... /usr/bin/ld
11:46:29 [2022-06-21T11:46:29.718Z] #77 129.2 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:46:29 [2022-06-21T11:46:29.718Z] #77 129.2 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:46:29 [2022-06-21T11:46:29.822Z] #77 133.5   CC       tests/test-10.o
11:46:29 [2022-06-21T11:46:29.831Z] #14 ...
11:46:29 [2022-06-21T11:46:29.831Z] 
11:46:29 [2022-06-21T11:46:29.832Z] #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
11:46:29 [2022-06-21T11:46:29.832Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:29 [2022-06-21T11:46:29.832Z] #77 101.7 configure.ac:7: installing 'build-aux/compile'
11:46:29 [2022-06-21T11:46:29.832Z] #77 101.7 configure.ac:9: installing 'build-aux/config.guess'
11:46:29 [2022-06-21T11:46:29.832Z] #77 101.7 configure.ac:9: installing 'build-aux/config.sub'
11:46:29 [2022-06-21T11:46:29.832Z] #77 101.8 configure.ac:11: installing 'build-aux/install-sh'
11:46:29 [2022-06-21T11:46:29.832Z] #77 101.8 configure.ac:11: installing 'build-aux/missing'
11:46:29 [2022-06-21T11:46:29.832Z] #77 102.2 Makefile.am: installing 'build-aux/depcomp'
11:46:29 [2022-06-21T11:46:29.832Z] #77 102.5 parallel-tests: installing 'build-aux/test-driver'
11:46:29 [2022-06-21T11:46:29.978Z] #77 129.2 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:46:29 [2022-06-21T11:46:29.978Z] #77 129.3 checking whether ln -s works... yes
11:46:29 [2022-06-21T11:46:29.978Z] #77 129.3 checking the maximum length of command line arguments... 1572864
11:46:29 [2022-06-21T11:46:29.978Z] #77 129.4 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
11:46:29 [2022-06-21T11:46:29.978Z] #77 129.4 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
11:46:29 [2022-06-21T11:46:29.978Z] #77 129.4 checking for /usr/bin/ld option to reload object files... -r
11:46:29 [2022-06-21T11:46:29.978Z] #77 129.4 checking for objdump... objdump
11:46:29 [2022-06-21T11:46:29.978Z] #77 129.4 checking how to recognize dependent libraries... pass_all
11:46:29 [2022-06-21T11:46:29.978Z] #77 129.4 checking for dlltool... no
11:46:29 [2022-06-21T11:46:29.978Z] #77 129.4 checking how to associate runtime and link libraries... printf %s\n
11:46:29 [2022-06-21T11:46:29.978Z] #77 129.4 checking for ar... ar
11:46:30 [2022-06-21T11:46:30.079Z] #77 133.6   CC       tests/test-11.o
11:46:30 [2022-06-21T11:46:30.238Z] #77 129.4 checking for archiver @FILE support... @
11:46:30 [2022-06-21T11:46:30.238Z] #77 129.6 checking for strip... strip
11:46:30 [2022-06-21T11:46:30.238Z] #77 129.6 checking for ranlib... ranlib
11:46:30 [2022-06-21T11:46:30.510Z] #77 129.6 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:46:30 [2022-06-21T11:46:30.510Z] #77 129.9 checking for sysroot... no
11:46:30 [2022-06-21T11:46:30.510Z] #77 129.9 checking for a working dd... /bin/dd
11:46:30 [2022-06-21T11:46:30.510Z] #77 130.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:46:30 [2022-06-21T11:46:30.770Z] #77 130.0 checking for mt... no
11:46:30 [2022-06-21T11:46:30.770Z] #77 130.0 checking if : is a manifest tool... no
11:46:30 [2022-06-21T11:46:30.770Z] #77 130.1 checking how to run the C preprocessor... gcc -E
11:46:31 [2022-06-21T11:46:31.339Z] #77 130.3 checking for ANSI C header files... yes
11:46:31 [2022-06-21T11:46:31.339Z] #77 130.7 checking for sys/types.h... yes
11:46:31 [2022-06-21T11:46:31.346Z] #19 ...
11:46:31 [2022-06-21T11:46:31.346Z] 
11:46:31 [2022-06-21T11:46:31.346Z] #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
11:46:31 [2022-06-21T11:46:31.346Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:31 [2022-06-21T11:46:31.346Z] #84 215.5   CCLD     libocispec.la
11:46:31 [2022-06-21T11:46:31.346Z] #84 215.9   CCLD     tests/test-1
11:46:31 [2022-06-21T11:46:31.346Z] #84 216.0   CCLD     src/validate
11:46:31 [2022-06-21T11:46:31.346Z] #84 216.0   CCLD     tests/test-2
11:46:31 [2022-06-21T11:46:31.346Z] #84 216.0   CCLD     tests/test-3
11:46:31 [2022-06-21T11:46:31.346Z] #84 216.0   CCLD     tests/test-4
11:46:31 [2022-06-21T11:46:31.346Z] #84 216.1   CCLD     tests/test-5
11:46:31 [2022-06-21T11:46:31.346Z] #84 216.1   CCLD     tests/test-6
11:46:31 [2022-06-21T11:46:31.346Z] #84 216.2   CCLD     tests/test-7
11:46:31 [2022-06-21T11:46:31.346Z] #84 216.3   CCLD     tests/test-8
11:46:31 [2022-06-21T11:46:31.347Z] #84 216.3 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
11:46:31 [2022-06-21T11:46:31.347Z] #84 216.3   CCLD     tests/test-9
11:46:31 [2022-06-21T11:46:31.347Z] #84 216.4   CCLD     tests/test-10
11:46:31 [2022-06-21T11:46:31.347Z] #84 216.5   CCLD     tests/test-11
11:46:31 [2022-06-21T11:46:31.555Z] #77 ...
11:46:31 [2022-06-21T11:46:31.555Z] 
11:46:31 [2022-06-21T11:46:31.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
11:46:31 [2022-06-21T11:46:31.555Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:46:31 [2022-06-21T11:46:31.555Z] #14 189.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
11:46:31 [2022-06-21T11:46:31.555Z] #14 189.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:46:31 [2022-06-21T11:46:31.555Z] #14 189.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:46:31 [2022-06-21T11:46:31.599Z] #77 130.8 checking for sys/stat.h... yes
11:46:31 [2022-06-21T11:46:31.599Z] #77 131.0 checking for stdlib.h... yes
11:46:31 [2022-06-21T11:46:31.859Z] #77 131.1 checking for string.h... yes
11:46:31 [2022-06-21T11:46:31.859Z] #77 131.3 checking for memory.h... yes
11:46:32 [2022-06-21T11:46:32.379Z] #77 131.5 checking for strings.h... yes
11:46:32 [2022-06-21T11:46:32.379Z] #77 131.6 checking for inttypes.h... yes
11:46:32 [2022-06-21T11:46:32.639Z] #77 131.8 checking for stdint.h... yes
11:46:32 [2022-06-21T11:46:32.756Z] #84 218.2 libtool: link: ar cr libocispec.a 
11:46:32 [2022-06-21T11:46:32.756Z] #84 218.2 libtool: link: ranlib libocispec.a
11:46:32 [2022-06-21T11:46:32.899Z] #77 132.0 checking for unistd.h... yes
11:46:32 [2022-06-21T11:46:32.899Z] #77 132.2 checking for dlfcn.h... yes
11:46:32 [2022-06-21T11:46:32.899Z] #77 132.3 checking for objdir... .libs
11:46:33 [2022-06-21T11:46:33.117Z] #77 106.2 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
11:46:33 [2022-06-21T11:46:33.117Z] #77 106.2 libtoolize: copying file 'build-aux/ltmain.sh'
11:46:33 [2022-06-21T11:46:33.419Z] #77 132.7 checking if gcc supports -fno-rtti -fno-exceptions... no
11:46:33 [2022-06-21T11:46:33.419Z] #77 132.8 checking for gcc option to produce PIC... -fPIC -DPIC
11:46:33 [2022-06-21T11:46:33.419Z] #77 132.8 checking if gcc PIC flag -fPIC -DPIC works... yes
11:46:33 [2022-06-21T11:46:33.761Z] #77 132.9 checking if gcc static flag -static works... yes
11:46:33 [2022-06-21T11:46:33.765Z] #77 107.2 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
11:46:33 [2022-06-21T11:46:33.766Z] #77 107.2 libtoolize: copying file 'm4/libtool.m4'
11:46:34 [2022-06-21T11:46:34.045Z] #77 133.2 checking if gcc supports -c -o file.o... yes
11:46:34 [2022-06-21T11:46:34.045Z] #77 133.4 checking if gcc supports -c -o file.o... (cached) yes
11:46:34 [2022-06-21T11:46:34.045Z] #77 133.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
11:46:34 [2022-06-21T11:46:34.061Z] #77 107.5 libtoolize: copying file 'm4/ltoptions.m4'
11:46:34 [2022-06-21T11:46:34.253Z] #77 ...
11:46:34 [2022-06-21T11:46:34.253Z] 
11:46:34 [2022-06-21T11:46:34.253Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
11:46:34 [2022-06-21T11:46:34.253Z] #23 sha256:2be5ffe64d88e98050be52a2eba4782a24c1ae7b06b0fc27a348a559f3723faa
11:46:34 [2022-06-21T11:46:34.253Z] #23 9.016 Collecting yamllint==1.26.1
11:46:34 [2022-06-21T11:46:34.253Z] #23 10.05   Downloading yamllint-1.26.1.tar.gz (126 kB)
11:46:34 [2022-06-21T11:46:34.253Z] #23 11.14 Collecting pathspec>=0.5.3
11:46:34 [2022-06-21T11:46:34.253Z] #23 11.15   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
11:46:34 [2022-06-21T11:46:34.253Z] #23 11.43 Collecting pyyaml
11:46:34 [2022-06-21T11:46:34.253Z] #23 11.44   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
11:46:34 [2022-06-21T11:46:34.253Z] #23 11.48 Building wheels for collected packages: yamllint
11:46:34 [2022-06-21T11:46:34.253Z] #23 11.48   Building wheel for yamllint (setup.py): started
11:46:34 [2022-06-21T11:46:34.253Z] #23 12.63   Building wheel for yamllint (setup.py): finished with status 'done'
11:46:34 [2022-06-21T11:46:34.253Z] #23 12.63   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=e6ec83d7dd2f9340d05b958d2511b472d7466cede2c6c373717e915a7e7b3bdf
11:46:34 [2022-06-21T11:46:34.253Z] #23 12.64   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
11:46:34 [2022-06-21T11:46:34.253Z] #23 12.64 Successfully built yamllint
11:46:34 [2022-06-21T11:46:34.253Z] #23 12.67 Installing collected packages: pyyaml, pathspec, yamllint
11:46:34 [2022-06-21T11:46:34.253Z] #23 13.06 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
11:46:34 [2022-06-21T11:46:34.253Z] #23 DONE 13.9s
11:46:34 [2022-06-21T11:46:34.253Z] 
11:46:34 [2022-06-21T11:46:34.253Z] #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.44.0"      && /build/golangci-lint --version
11:46:34 [2022-06-21T11:46:34.253Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
11:46:34 [2022-06-21T11:46:34.305Z] #77 133.4 checking dynamic linker characteristics... GNU/Linux ld.so
11:46:34 [2022-06-21T11:46:34.318Z] #77 107.9 libtoolize: copying file 'm4/ltsugar.m4'
11:46:34 [2022-06-21T11:46:34.319Z] #77 108.1 libtoolize: copying file 'm4/ltversion.m4'
11:46:34 [2022-06-21T11:46:34.565Z] #77 133.8 checking how to hardcode library paths into programs... immediate
11:46:34 [2022-06-21T11:46:34.565Z] #77 133.8 checking whether stripping libraries is possible... yes
11:46:34 [2022-06-21T11:46:34.565Z] #77 133.8 checking if libtool supports shared libraries... yes
11:46:34 [2022-06-21T11:46:34.565Z] #77 133.8 checking whether to build shared libraries... no
11:46:34 [2022-06-21T11:46:34.565Z] #77 133.8 checking whether to build static libraries... yes
11:46:34 [2022-06-21T11:46:34.565Z] #77 133.8 checking float.h usability... yes
11:46:34 [2022-06-21T11:46:34.565Z] #77 134.0 checking float.h presence... yes
11:46:34 [2022-06-21T11:46:34.565Z] #77 134.1 checking for float.h... yes
11:46:34 [2022-06-21T11:46:34.728Z] #84 220.1 make[5]: Entering directory '/tmp/crun-build/libocispec'
11:46:34 [2022-06-21T11:46:34.728Z] #84 220.2 make[5]: Nothing to be done for 'install-exec-am'.
11:46:34 [2022-06-21T11:46:34.825Z] #77 134.1 checking limits.h usability... yes
11:46:34 [2022-06-21T11:46:34.988Z] #84 220.2 make[5]: Nothing to be done for 'install-data-am'.
11:46:34 [2022-06-21T11:46:34.988Z] #84 220.2 make[5]: Leaving directory '/tmp/crun-build/libocispec'
11:46:34 [2022-06-21T11:46:34.988Z] #84 220.2 make[4]: Leaving directory '/tmp/crun-build/libocispec'
11:46:34 [2022-06-21T11:46:34.988Z] #84 220.2 make[3]: Leaving directory '/tmp/crun-build/libocispec'
11:46:34 [2022-06-21T11:46:34.988Z] #84 220.2 make[2]: Leaving directory '/tmp/crun-build/libocispec'
11:46:34 [2022-06-21T11:46:34.988Z] #84 220.2 make[2]: Entering directory '/tmp/crun-build'
11:46:34 [2022-06-21T11:46:34.988Z] #84 220.4   CC       src/libcrun/libcrun_testing_a-utils.o
11:46:35 [2022-06-21T11:46:35.085Z] #77 134.3 checking limits.h presence... yes
11:46:35 [2022-06-21T11:46:35.085Z] #77 134.4 checking for limits.h... yes
11:46:35 [2022-06-21T11:46:35.085Z] #77 134.4 checking stddef.h usability... yes
11:46:35 [2022-06-21T11:46:35.085Z] #77 134.6 checking stddef.h presence... yes
11:46:35 [2022-06-21T11:46:35.235Z] #77 108.2 libtoolize: copying file 'm4/lt~obsolete.m4'
11:46:35 [2022-06-21T11:46:35.247Z] #84 220.5   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
11:46:35 [2022-06-21T11:46:35.247Z] #84 220.5   CC       src/libcrun/libcrun_testing_a-container.o
11:46:35 [2022-06-21T11:46:35.247Z] #84 220.5   CC       src/libcrun/libcrun_testing_a-cgroup.o
11:46:35 [2022-06-21T11:46:35.247Z] #84 220.5   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
11:46:35 [2022-06-21T11:46:35.247Z] #84 220.6   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
11:46:35 [2022-06-21T11:46:35.247Z] #84 220.6   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
11:46:35 [2022-06-21T11:46:35.247Z] #84 220.6   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
11:46:35 [2022-06-21T11:46:35.247Z] #84 220.6   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
11:46:35 [2022-06-21T11:46:35.247Z] #84 220.6   CC       src/libcrun/libcrun_testing_a-criu.o
11:46:35 [2022-06-21T11:46:35.247Z] #84 220.6   CC       src/libcrun/libcrun_testing_a-custom-handler.o
11:46:35 [2022-06-21T11:46:35.247Z] #84 220.6   CC       src/libcrun/libcrun_testing_a-linux.o
11:46:35 [2022-06-21T11:46:35.247Z] #84 220.7   CC       src/libcrun/libcrun_testing_a-seccomp.o
11:46:35 [2022-06-21T11:46:35.345Z] #77 134.6 checking for stddef.h... yes
11:46:35 [2022-06-21T11:46:35.345Z] #77 134.7 checking for stdlib.h... (cached) yes
11:46:35 [2022-06-21T11:46:35.345Z] #77 134.7 checking for string.h... (cached) yes
11:46:35 [2022-06-21T11:46:35.345Z] #77 134.7 checking sys/time.h usability... yes
11:46:35 [2022-06-21T11:46:35.506Z] #84 220.9   CC       src/libcrun/libcrun_testing_a-error.o
11:46:35 [2022-06-21T11:46:35.506Z] #84 220.9   CC       src/libcrun/libcrun_testing_a-ebpf.o
11:46:35 [2022-06-21T11:46:35.506Z] #84 220.9   CC       src/libcrun/libcrun_testing_a-status.o
11:46:35 [2022-06-21T11:46:35.606Z] #77 134.9 checking sys/time.h presence... yes
11:46:35 [2022-06-21T11:46:35.606Z] #77 134.9 checking for sys/time.h... yes
11:46:35 [2022-06-21T11:46:35.606Z] #77 135.0 checking for inline... inline
11:46:35 [2022-06-21T11:46:35.764Z] #84 221.1   CC       src/libcrun/libcrun_testing_a-terminal.o
11:46:35 [2022-06-21T11:46:35.764Z] #84 221.1   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
11:46:35 [2022-06-21T11:46:35.764Z] #84 221.2   CC       src/libcrun/libcrun_testing_a-signals.o
11:46:35 [2022-06-21T11:46:35.866Z] #77 135.0 checking for size_t... yes
11:46:35 [2022-06-21T11:46:35.866Z] #77 135.3 checking for stdlib.h... (cached) yes
11:46:36 [2022-06-21T11:46:36.023Z] #84 221.2   CC       src/libcrun/libcrun_testing_a-mount_flags.o
11:46:36 [2022-06-21T11:46:36.023Z] #84 221.4   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
11:46:36 [2022-06-21T11:46:36.023Z] #84 221.4   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
11:46:36 [2022-06-21T11:46:36.126Z] #77 135.3 checking for GNU libc compatible malloc... yes
11:46:36 [2022-06-21T11:46:36.126Z] #77 135.5 checking for stdlib.h... (cached) yes
11:46:36 [2022-06-21T11:46:36.126Z] #77 135.5 checking for GNU libc compatible realloc... yes
11:46:36 [2022-06-21T11:46:36.282Z] #84 221.6   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
11:46:36 [2022-06-21T11:46:36.282Z] #84 221.6   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
11:46:36 [2022-06-21T11:46:36.282Z] #84 221.7   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
11:46:36 [2022-06-21T11:46:36.282Z] #84 221.7   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
11:46:36 [2022-06-21T11:46:36.282Z] #84 221.8   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
11:46:36 [2022-06-21T11:46:36.542Z] #84 221.9   CC       src/crun-crun.o
11:46:36 [2022-06-21T11:46:36.542Z] #84 222.0   CC       src/crun-run.o
11:46:36 [2022-06-21T11:46:36.602Z] #77 ...
11:46:36 [2022-06-21T11:46:36.602Z] 
11:46:36 [2022-06-21T11:46:36.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
11:46:36 [2022-06-21T11:46:36.602Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:46:36 [2022-06-21T11:46:36.602Z] #14 189.8 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
11:46:36 [2022-06-21T11:46:36.646Z] #77 135.7 checking for working strtod... yes
11:46:36 [2022-06-21T11:46:36.857Z] #14 189.8 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:46:36 [2022-06-21T11:46:36.857Z] #14 189.9 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:46:36 [2022-06-21T11:46:36.905Z] #77 136.1 checking for gettimeofday... yes
11:46:37 [2022-06-21T11:46:37.165Z] #77 136.3 checking for memset... yes
11:46:37 [2022-06-21T11:46:37.304Z] #84 222.3   CC       src/crun-delete.o
11:46:37 [2022-06-21T11:46:37.304Z] #84 222.5   CC       src/crun-kill.o
11:46:37 [2022-06-21T11:46:37.304Z] #84 222.5   CC       src/crun-pause.o
11:46:37 [2022-06-21T11:46:37.304Z] #84 ...
11:46:37 [2022-06-21T11:46:37.304Z] 
11:46:37 [2022-06-21T11:46:37.304Z] #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
11:46:37 [2022-06-21T11:46:37.304Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:46:37 [2022-06-21T11:46:37.425Z] #77 136.6 checking for strspn... yes
11:46:37 [2022-06-21T11:46:37.563Z] #19 272.5 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
11:46:37 [2022-06-21T11:46:37.563Z] #19 272.5 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
11:46:37 [2022-06-21T11:46:37.563Z] #19 272.7 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
11:46:37 [2022-06-21T11:46:37.563Z] #19 272.8 Selecting previously unselected package cpp-10-s390x-linux-gnu.
11:46:37 [2022-06-21T11:46:37.563Z] #19 272.8 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
11:46:37 [2022-06-21T11:46:37.563Z] #19 272.8 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
11:46:37 [2022-06-21T11:46:37.685Z] #77 136.9 checking that generated files are newer than configure... done
11:46:37 [2022-06-21T11:46:37.685Z] #77 136.9 configure: creating ./config.status
11:46:39 [2022-06-21T11:46:39.595Z] #77 138.9 config.status: creating Makefile
11:46:39 [2022-06-21T11:46:39.595Z] #77 139.0 config.status: creating config.h
11:46:39 [2022-06-21T11:46:39.595Z] #77 139.1 config.status: executing depfiles commands
11:46:39 [2022-06-21T11:46:39.595Z] #77 ...
11:46:39 [2022-06-21T11:46:39.595Z] 
11:46:39 [2022-06-21T11:46:39.595Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:46:39 [2022-06-21T11:46:39.595Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:46:39 [2022-06-21T11:46:39.595Z] #21 33.86 Selecting previously unselected package patch.
11:46:39 [2022-06-21T11:46:39.595Z] #21 33.86 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 33.86 Unpacking patch (2.7.6-7) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 33.98 Selecting previously unselected package python-pip-whl.
11:46:39 [2022-06-21T11:46:39.595Z] #21 33.98 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 33.98 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 34.58 Selecting previously unselected package python3-lib2to3.
11:46:39 [2022-06-21T11:46:39.595Z] #21 34.59 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 34.59 Unpacking python3-lib2to3 (3.9.2-1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 34.71 Selecting previously unselected package python3-distutils.
11:46:39 [2022-06-21T11:46:39.595Z] #21 34.72 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 34.72 Unpacking python3-distutils (3.9.2-1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 34.91 Selecting previously unselected package python3-pkg-resources.
11:46:39 [2022-06-21T11:46:39.595Z] #21 34.91 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 34.92 Unpacking python3-pkg-resources (52.0.0-4) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 35.08 Selecting previously unselected package python3-setuptools.
11:46:39 [2022-06-21T11:46:39.595Z] #21 35.08 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 35.08 Unpacking python3-setuptools (52.0.0-4) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 35.39 Selecting previously unselected package python3-wheel.
11:46:39 [2022-06-21T11:46:39.595Z] #21 35.41 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 35.44 Unpacking python3-wheel (0.34.2-1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 35.53 Selecting previously unselected package python3-pip.
11:46:39 [2022-06-21T11:46:39.595Z] #21 35.54 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 35.55 Unpacking python3-pip (20.3.4-4+deb11u1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 35.82 Selecting previously unselected package sudo.
11:46:39 [2022-06-21T11:46:39.595Z] #21 35.83 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 35.83 Unpacking sudo (1.9.5p2-3) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 36.36 Selecting previously unselected package thin-provisioning-tools.
11:46:39 [2022-06-21T11:46:39.595Z] #21 36.37 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 36.37 Unpacking thin-provisioning-tools (0.9.0-1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 36.61 Selecting previously unselected package uidmap.
11:46:39 [2022-06-21T11:46:39.595Z] #21 36.62 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 36.63 Unpacking uidmap (1:4.8.1-1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 36.79 Selecting previously unselected package vim-runtime.
11:46:39 [2022-06-21T11:46:39.595Z] #21 36.79 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 36.84 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
11:46:39 [2022-06-21T11:46:39.595Z] #21 36.88 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
11:46:39 [2022-06-21T11:46:39.595Z] #21 36.90 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 40.39 Selecting previously unselected package vim.
11:46:39 [2022-06-21T11:46:39.595Z] #21 40.39 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 40.40 Unpacking vim (2:8.2.2434-3+deb11u1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 41.00 Selecting previously unselected package xfsprogs.
11:46:39 [2022-06-21T11:46:39.595Z] #21 41.02 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 41.02 Unpacking xfsprogs (5.10.0-4) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 41.51 Selecting previously unselected package zip.
11:46:39 [2022-06-21T11:46:39.595Z] #21 41.53 Preparing to unpack .../47-zip_3.0-12_amd64.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 41.54 Unpacking zip (3.0-12) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 41.72 Selecting previously unselected package zstd.
11:46:39 [2022-06-21T11:46:39.595Z] #21 41.72 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 41.77 Unpacking zstd (1.4.8+dfsg-2.1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 42.12 Setting up python3-pkg-resources (52.0.0-4) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 43.11 Setting up libip4tc2:amd64 (1.8.7-1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 43.13 Setting up net-tools (1.60+git20181103.0eebece-1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 43.14 Setting up libgpm2:amd64 (1.20.7-8) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 43.18 Setting up libicu67:amd64 (67.1-7) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 43.19 Setting up libip6tc2:amd64 (1.8.7-1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 43.21 Setting up libinih1:amd64 (53-1+b2) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 43.22 Setting up uidmap (1:4.8.1-1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 43.24 Setting up libyajl2:amd64 (2.1.0-3) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 43.25 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 43.26 Setting up bzip2 (1.0.8-4) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 43.27 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:46:39 [2022-06-21T11:46:39.595Z] #21 43.28 Setting up python3-wheel (0.34.2-1) ...
11:46:39 [2022-06-21T11:46:39.856Z] #21 44.01 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:46:39 [2022-06-21T11:46:39.856Z] #21 44.02 Setting up libcap2:amd64 (1:2.44-1) ...
11:46:39 [2022-06-21T11:46:39.856Z] #21 44.03 Setting up libcap2-bin (1:2.44-1) ...
11:46:39 [2022-06-21T11:46:39.856Z] #21 44.04 Setting up apparmor (2.13.6-10) ...
11:46:39 [2022-06-21T11:46:39.856Z] #21 ...
11:46:39 [2022-06-21T11:46:39.856Z] 
11:46:39 [2022-06-21T11:46:39.856Z] #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
11:46:39 [2022-06-21T11:46:39.856Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:39 [2022-06-21T11:46:39.856Z] #77 139.2 config.status: executing libtool commands
11:46:40 [2022-06-21T11:46:40.796Z] #77 140.2   GEN      .version
11:46:40 [2022-06-21T11:46:40.796Z] #77 140.2 make  install-recursive
11:46:40 [2022-06-21T11:46:40.796Z] #77 140.2 make[1]: Entering directory '/tmp/crun-build'
11:46:40 [2022-06-21T11:46:40.796Z] #77 140.3 Making install in libocispec
11:46:40 [2022-06-21T11:46:40.796Z] #77 140.3 make[2]: Entering directory '/tmp/crun-build/libocispec'
11:46:41 [2022-06-21T11:46:41.056Z] #77 140.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
11:46:41 [2022-06-21T11:46:41.056Z] #77 140.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
11:46:41 [2022-06-21T11:46:41.056Z] #77 140.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
11:46:41 [2022-06-21T11:46:41.056Z] #77 140.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
11:46:41 [2022-06-21T11:46:41.996Z] #77 141.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
11:46:41 [2022-06-21T11:46:41.996Z] #77 141.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
11:46:41 [2022-06-21T11:46:41.996Z] #77 141.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
11:46:41 [2022-06-21T11:46:41.996Z] #77 141.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
11:46:41 [2022-06-21T11:46:41.996Z] #77 141.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
11:46:41 [2022-06-21T11:46:41.996Z] #77 141.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
11:46:41 [2022-06-21T11:46:41.996Z] #77 141.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
11:46:41 [2022-06-21T11:46:41.996Z] #77 141.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
11:46:41 [2022-06-21T11:46:41.996Z] #77 141.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
11:46:42 [2022-06-21T11:46:42.257Z] #77 141.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
11:46:42 [2022-06-21T11:46:42.257Z] #77 141.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
11:46:42 [2022-06-21T11:46:42.257Z] #77 141.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
11:46:42 [2022-06-21T11:46:42.257Z] #77 141.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
11:46:42 [2022-06-21T11:46:42.257Z] #77 141.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
11:46:42 [2022-06-21T11:46:42.257Z] #77 141.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
11:46:42 [2022-06-21T11:46:42.257Z] #77 141.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 make  install-recursive
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.5 make[3]: Entering directory '/tmp/crun-build/libocispec'
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.6 Making install in yajl
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.6 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.6   CC       verify/json_verify-json_verify.o
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.6   CC       src/libyajl_la-yajl_alloc.lo
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.7   CC       src/libyajl_la-yajl.lo
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.7   CC       src/libyajl_la-yajl_gen.lo
11:46:43 [2022-06-21T11:46:43.196Z] #77 142.7   CC       src/libyajl_la-yajl_parser.lo
11:46:43 [2022-06-21T11:46:43.456Z] #77 142.7   CC       src/libyajl_la-yajl_buf.lo
11:46:43 [2022-06-21T11:46:43.456Z] #77 142.7   CC       src/libyajl_la-yajl_encode.lo
11:46:43 [2022-06-21T11:46:43.456Z] #77 142.8   CC       src/libyajl_la-yajl_lex.lo
11:46:43 [2022-06-21T11:46:43.456Z] #77 142.8   CC       src/libyajl_la-yajl_tree.lo
11:46:43 [2022-06-21T11:46:43.798Z] #14 200.8 Selecting previously unselected package g++-mingw-w64-x86-64.
11:46:43 [2022-06-21T11:46:43.798Z] #14 200.9 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
11:46:43 [2022-06-21T11:46:43.798Z] #14 200.9 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:46:43 [2022-06-21T11:46:43.798Z] #14 201.1 Selecting previously unselected package libapparmor1:amd64.
11:46:43 [2022-06-21T11:46:43.798Z] #14 201.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
11:46:43 [2022-06-21T11:46:43.798Z] #14 201.1 Unpacking libapparmor1:amd64 (2.13.6-10) ...
11:46:43 [2022-06-21T11:46:43.798Z] #14 201.2 Selecting previously unselected package libapparmor-dev:amd64.
11:46:43 [2022-06-21T11:46:43.798Z] #14 201.2 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
11:46:43 [2022-06-21T11:46:43.798Z] #14 201.3 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
11:46:43 [2022-06-21T11:46:43.798Z] #14 201.5 Selecting previously unselected package libbtrfs0:amd64.
11:46:43 [2022-06-21T11:46:43.798Z] #14 201.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
11:46:43 [2022-06-21T11:46:43.798Z] #14 201.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:46:43 [2022-06-21T11:46:43.798Z] #14 201.8 Selecting previously unselected package libbtrfs-dev:amd64.
11:46:44 [2022-06-21T11:46:44.061Z] #14 201.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
11:46:44 [2022-06-21T11:46:44.061Z] #14 201.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:46:44 [2022-06-21T11:46:44.148Z] #19 ...
11:46:44 [2022-06-21T11:46:44.148Z] 
11:46:44 [2022-06-21T11:46:44.148Z] #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
11:46:44 [2022-06-21T11:46:44.148Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:44 [2022-06-21T11:46:44.148Z] #84 222.6   CC       src/crun-unpause.o
11:46:44 [2022-06-21T11:46:44.148Z] #84 222.7   CC       src/crun-spec.o
11:46:44 [2022-06-21T11:46:44.148Z] #84 222.7   CC       src/crun-exec.o
11:46:44 [2022-06-21T11:46:44.148Z] #84 222.7   CC       src/crun-create.o
11:46:44 [2022-06-21T11:46:44.148Z] #84 222.7   CC       src/crun-list.o
11:46:44 [2022-06-21T11:46:44.148Z] #84 222.7   CC       src/crun-start.o
11:46:44 [2022-06-21T11:46:44.148Z] #84 222.7   CC       src/crun-state.o
11:46:44 [2022-06-21T11:46:44.148Z] #84 222.8   CC       src/crun-update.o
11:46:44 [2022-06-21T11:46:44.148Z] #84 222.9   CC       src/crun-ps.o
11:46:44 [2022-06-21T11:46:44.148Z] #84 223.3   CC       src/crun-restore.o
11:46:44 [2022-06-21T11:46:44.148Z] #84 223.4   CC       src/libcrun/libcrun_la-utils.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 223.4   CC       src/crun-checkpoint.o
11:46:44 [2022-06-21T11:46:44.148Z] #84 223.5   CC       src/libcrun/libcrun_la-cloned_binary.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 223.5   CC       src/libcrun/libcrun_la-container.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 223.8   CC       src/libcrun/libcrun_la-cgroup.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 223.8   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 223.9   CC       src/libcrun/libcrun_la-cgroup-resources.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 224.0   CC       src/libcrun/libcrun_la-cgroup-setup.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 224.1   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 224.2   CC       src/libcrun/libcrun_la-cgroup-utils.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 224.4   CC       src/libcrun/libcrun_la-criu.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 224.4   CC       src/libcrun/libcrun_la-linux.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 224.4   CC       src/libcrun/libcrun_la-custom-handler.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 224.6   CC       src/libcrun/libcrun_la-seccomp.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 224.8   CC       src/libcrun/libcrun_la-ebpf.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 224.8   CC       src/libcrun/libcrun_la-status.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 225.0   CC       src/libcrun/libcrun_la-terminal.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 225.0   CC       src/libcrun/libcrun_la-error.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 225.1   CC       src/libcrun/libcrun_la-chroot_realpath.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 225.2   CC       src/libcrun/libcrun_la-signals.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 225.3   CC       src/libcrun/libcrun_la-seccomp_notify.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 225.3   CC       src/libcrun/libcrun_la-mount_flags.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 225.6   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 225.6   CC       src/libcrun/handlers/libcrun_la-krun.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 225.7   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 225.8   CC       tests/init.o
11:46:44 [2022-06-21T11:46:44.148Z] #84 225.9   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
11:46:44 [2022-06-21T11:46:44.148Z] #84 226.0   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
11:46:44 [2022-06-21T11:46:44.322Z] #14 202.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:46:44 [2022-06-21T11:46:44.322Z] #14 202.2 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:46:44 [2022-06-21T11:46:44.322Z] #14 202.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:46:44 [2022-06-21T11:46:44.585Z] #14 202.3 Selecting previously unselected package libudev-dev:amd64.
11:46:44 [2022-06-21T11:46:44.586Z] #14 202.3 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
11:46:44 [2022-06-21T11:46:44.586Z] #14 202.3 Unpacking libudev-dev:amd64 (247.3-7) ...
11:46:44 [2022-06-21T11:46:44.586Z] #14 202.6 Selecting previously unselected package libsepol1-dev:amd64.
11:46:44 [2022-06-21T11:46:44.846Z] #14 202.6 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
11:46:44 [2022-06-21T11:46:44.846Z] #14 202.6 Unpacking libsepol1-dev:amd64 (3.1-1) ...
11:46:44 [2022-06-21T11:46:44.846Z] #14 ...
11:46:44 [2022-06-21T11:46:44.846Z] 
11:46:44 [2022-06-21T11:46:44.846Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
11:46:44 [2022-06-21T11:46:44.846Z] #67 sha256:e372149e69b1c805fe62427142dded79b3a0ed39e57e3a504950772efbe5a893
11:46:44 [2022-06-21T11:46:44.846Z] #67 192.6 + for f in rootlesskit rootlesskit-docker-proxy
11:46:44 [2022-06-21T11:46:44.846Z] #67 192.6 + GOBIN=/build
11:46:44 [2022-06-21T11:46:44.846Z] #67 192.6 + GO111MODULE=on
11:46:44 [2022-06-21T11:46:44.846Z] #67 192.6 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
11:46:45 [2022-06-21T11:46:45.108Z] #67 ...
11:46:45 [2022-06-21T11:46:45.108Z] 
11:46:45 [2022-06-21T11:46:45.108Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
11:46:45 [2022-06-21T11:46:45.108Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:46:45 [2022-06-21T11:46:45.369Z] #14 203.0 Selecting previously unselected package libpcre2-16-0:amd64.
11:46:45 [2022-06-21T11:46:45.369Z] #14 203.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
11:46:45 [2022-06-21T11:46:45.369Z] #14 203.0 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
11:46:46 [2022-06-21T11:46:46.204Z] #14 203.9 Selecting previously unselected package libpcre2-32-0:amd64.
11:46:46 [2022-06-21T11:46:46.204Z] #14 203.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
11:46:46 [2022-06-21T11:46:46.204Z] #14 204.0 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
11:46:46 [2022-06-21T11:46:46.779Z] #14 ...
11:46:46 [2022-06-21T11:46:46.779Z] 
11:46:46 [2022-06-21T11:46:46.779Z] #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
11:46:46 [2022-06-21T11:46:46.779Z] #67 sha256:e372149e69b1c805fe62427142dded79b3a0ed39e57e3a504950772efbe5a893
11:46:46 [2022-06-21T11:46:46.779Z] #67 203.0 rootlesskit version 1.0.0
11:46:46 [2022-06-21T11:46:46.779Z] #67 203.0 Usage of /build/rootlesskit-docker-proxy:
11:46:46 [2022-06-21T11:46:46.779Z] #67 203.0   -container-ip string
11:46:46 [2022-06-21T11:46:46.779Z] #67 203.0     	container ip
11:46:46 [2022-06-21T11:46:46.779Z] #67 203.0   -container-port int
11:46:46 [2022-06-21T11:46:46.779Z] #67 203.0     	container port (default -1)
11:46:46 [2022-06-21T11:46:46.779Z] #67 203.0   -host-ip string
11:46:46 [2022-06-21T11:46:46.779Z] #67 203.0     	host ip
11:46:46 [2022-06-21T11:46:46.779Z] #67 203.0   -host-port int
11:46:46 [2022-06-21T11:46:46.779Z] #67 203.0     	host port (default -1)
11:46:46 [2022-06-21T11:46:46.779Z] #67 203.0   -proto string
11:46:46 [2022-06-21T11:46:46.779Z] #67 203.0     	proxy protocol (default "tcp")
11:46:46 [2022-06-21T11:46:46.779Z] #67 DONE 204.6s
11:46:46 [2022-06-21T11:46:46.779Z] 
11:46:46 [2022-06-21T11:46:46.779Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
11:46:46 [2022-06-21T11:46:46.779Z] #68 sha256:503b107b8833dc2934931d0ef2fcf9854f432b957a2ea062210aebbfa5640945
11:46:46 [2022-06-21T11:46:46.779Z] #68 DONE 0.1s
11:46:46 [2022-06-21T11:46:46.779Z] 
11:46:46 [2022-06-21T11:46:46.779Z] #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
11:46:46 [2022-06-21T11:46:46.779Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:46:46 [2022-06-21T11:46:46.779Z] #14 204.7 Selecting previously unselected package libpcre2-posix2:amd64.
11:46:46 [2022-06-21T11:46:46.779Z] #14 204.7 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
11:46:46 [2022-06-21T11:46:46.779Z] #14 204.7 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
11:46:46 [2022-06-21T11:46:46.814Z] #14 ...
11:46:46 [2022-06-21T11:46:46.814Z] 
11:46:46 [2022-06-21T11:46:46.814Z] #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
11:46:46 [2022-06-21T11:46:46.815Z] #67 sha256:a1f324366dde943c9bf07f0b781e7cda7a14252db9bdffd143d2dc3e440500fb
11:46:46 [2022-06-21T11:46:46.815Z] #67 189.5 + for f in rootlesskit rootlesskit-docker-proxy
11:46:46 [2022-06-21T11:46:46.815Z] #67 189.5 + GOBIN=/build
11:46:46 [2022-06-21T11:46:46.815Z] #67 189.5 + GO111MODULE=on
11:46:46 [2022-06-21T11:46:46.815Z] #67 189.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
11:46:47 [2022-06-21T11:46:47.042Z] #14 ...
11:46:47 [2022-06-21T11:46:47.042Z] 
11:46:47 [2022-06-21T11:46:47.042Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
11:46:47 [2022-06-21T11:46:47.042Z] #69 sha256:ec7d3373959ceb07311e735a0a78dfc11c6fed2e87b380acd87a3768f5e4b97f
11:46:47 [2022-06-21T11:46:47.042Z] #69 DONE 0.1s
11:46:47 [2022-06-21T11:46:47.042Z] 
11:46:47 [2022-06-21T11:46:47.042Z] #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
11:46:47 [2022-06-21T11:46:47.042Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:46:47 [2022-06-21T11:46:47.042Z] #14 204.9 Selecting previously unselected package libpcre2-dev:amd64.
11:46:47 [2022-06-21T11:46:47.042Z] #14 204.9 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
11:46:47 [2022-06-21T11:46:47.042Z] #14 204.9 Unpacking libpcre2-dev:amd64 (10.36-2) ...
11:46:47 [2022-06-21T11:46:47.654Z] #77 ...
11:46:47 [2022-06-21T11:46:47.654Z] 
11:46:47 [2022-06-21T11:46:47.654Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:46:47 [2022-06-21T11:46:47.654Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:46:47 [2022-06-21T11:46:47.654Z] #21 45.52 Setting up zip (3.0-12) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 45.53 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 45.57 Setting up bash-completion (1:2.11-2) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 47.76 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 47.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:46:47 [2022-06-21T11:46:47.654Z] #21 47.79 Setting up libmnl0:amd64 (1.0.4-3) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 47.80 Setting up patch (2.7.6-7) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 47.82 Setting up sudo (1.9.5p2-3) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 47.92 invoke-rc.d: could not determine current runlevel
11:46:47 [2022-06-21T11:46:47.654Z] #21 47.93 invoke-rc.d: policy-rc.d denied execution of start.
11:46:47 [2022-06-21T11:46:47.654Z] #21 47.94 Setting up xfsprogs (5.10.0-4) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 47.96 Setting up libxtables12:amd64 (1.8.7-1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 47.98 Setting up inetutils-ping (2:2.0-1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 47.99 Setting up pigz (2.6-1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 48.01 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 48.02 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 48.04 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 48.05 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 48.86 Setting up libaio1:amd64 (0.3.112-9) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 48.87 Setting up python3-lib2to3 (3.9.2-1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 49.38 Setting up libelf1:amd64 (0.183-1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 49.41 Setting up zstd (1.4.8+dfsg-2.1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 49.42 Setting up libonig5:amd64 (6.9.6-1.1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 49.45 Setting up python3-distutils (3.9.2-1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 49.93 Setting up vim (2:8.2.2434-3+deb11u1) ...
11:46:47 [2022-06-21T11:46:47.654Z] #21 49.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
11:46:47 [2022-06-21T11:46:47.655Z] #21 49.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
11:46:47 [2022-06-21T11:46:47.655Z] #21 49.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
11:46:47 [2022-06-21T11:46:47.655Z] #21 49.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
11:46:47 [2022-06-21T11:46:47.655Z] #21 49.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
11:46:47 [2022-06-21T11:46:47.655Z] #21 49.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
11:46:47 [2022-06-21T11:46:47.655Z] #21 49.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
11:46:47 [2022-06-21T11:46:47.655Z] #21 49.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
11:46:47 [2022-06-21T11:46:47.655Z] #21 50.01 Setting up python3-setuptools (52.0.0-4) ...
11:46:47 [2022-06-21T11:46:47.655Z] #21 51.69 Setting up libjq1:amd64 (1.6-2.1) ...
11:46:47 [2022-06-21T11:46:47.655Z] #21 51.71 Setting up libnftnl11:amd64 (1.1.9-1) ...
11:46:47 [2022-06-21T11:46:47.655Z] #21 51.72 Setting up thin-provisioning-tools (0.9.0-1) ...
11:46:47 [2022-06-21T11:46:47.655Z] #21 51.74 Setting up python3-pip (20.3.4-4+deb11u1) ...
11:46:47 [2022-06-21T11:46:47.985Z] #14 205.8 Selecting previously unselected package libselinux1-dev:amd64.
11:46:47 [2022-06-21T11:46:47.985Z] #14 205.8 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
11:46:47 [2022-06-21T11:46:47.985Z] #14 205.8 Unpacking libselinux1-dev:amd64 (3.1-3) ...
11:46:48 [2022-06-21T11:46:48.557Z] #14 206.3 Selecting previously unselected package libdevmapper-dev:amd64.
11:46:48 [2022-06-21T11:46:48.557Z] #14 206.3 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
11:46:48 [2022-06-21T11:46:48.557Z] #14 206.3 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:46:48 [2022-06-21T11:46:48.557Z] #14 206.5 Selecting previously unselected package libseccomp-dev:amd64.
11:46:48 [2022-06-21T11:46:48.557Z] #14 206.5 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:46:48 [2022-06-21T11:46:48.557Z] #14 206.5 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:46:48 [2022-06-21T11:46:48.726Z] #67 201.4 rootlesskit version 1.0.0
11:46:48 [2022-06-21T11:46:48.726Z] #67 201.5 Usage of /build/rootlesskit-docker-proxy:
11:46:48 [2022-06-21T11:46:48.726Z] #67 201.5   -container-ip string
11:46:48 [2022-06-21T11:46:48.726Z] #67 201.5     	container ip
11:46:48 [2022-06-21T11:46:48.726Z] #67 201.5   -container-port int
11:46:48 [2022-06-21T11:46:48.726Z] #67 201.5     	container port (default -1)
11:46:48 [2022-06-21T11:46:48.726Z] #67 201.5   -host-ip string
11:46:48 [2022-06-21T11:46:48.726Z] #67 201.5     	host ip
11:46:48 [2022-06-21T11:46:48.726Z] #67 201.5   -host-port int
11:46:48 [2022-06-21T11:46:48.726Z] #67 201.5     	host port (default -1)
11:46:48 [2022-06-21T11:46:48.726Z] #67 201.5   -proto string
11:46:48 [2022-06-21T11:46:48.726Z] #67 201.5     	proxy protocol (default "tcp")
11:46:48 [2022-06-21T11:46:48.818Z] #14 206.7 Selecting previously unselected package libsystemd-dev:amd64.
11:46:48 [2022-06-21T11:46:48.819Z] #14 206.8 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
11:46:48 [2022-06-21T11:46:48.819Z] #14 206.8 Unpacking libsystemd-dev:amd64 (247.3-7) ...
11:46:49 [2022-06-21T11:46:49.035Z] #21 53.15 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
11:46:49 [2022-06-21T11:46:49.035Z] #21 53.17 Setting up jq (1.6-2.1) ...
11:46:49 [2022-06-21T11:46:49.035Z] #21 53.18 Setting up libbpf0:amd64 (1:0.3-2) ...
11:46:49 [2022-06-21T11:46:49.035Z] #21 53.20 Setting up iptables (1.8.7-1) ...
11:46:49 [2022-06-21T11:46:49.035Z] #21 53.21 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:46:49 [2022-06-21T11:46:49.035Z] #21 53.21 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:46:49 [2022-06-21T11:46:49.035Z] #21 53.23 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:46:49 [2022-06-21T11:46:49.035Z] #21 53.23 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:46:49 [2022-06-21T11:46:49.035Z] #21 53.24 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:46:49 [2022-06-21T11:46:49.035Z] #21 53.24 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:46:49 [2022-06-21T11:46:49.035Z] #21 53.25 Setting up iproute2 (5.10.0-4) ...
11:46:49 [2022-06-21T11:46:49.423Z] #84 ...
11:46:49 [2022-06-21T11:46:49.423Z] 
11:46:49 [2022-06-21T11:46:49.423Z] #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
11:46:49 [2022-06-21T11:46:49.423Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:46:49 [2022-06-21T11:46:49.423Z] #54 286.8 + dpkg --print-architecture
11:46:49 [2022-06-21T11:46:49.423Z] #54 286.8 + git checkout -q v2.1.0
11:46:49 [2022-06-21T11:46:49.423Z] #54 287.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
11:46:49 [2022-06-21T11:46:49.423Z] #54 287.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
11:46:49 [2022-06-21T11:46:49.604Z] #21 53.63 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:46:49 [2022-06-21T11:46:49.658Z] #67 DONE 202.5s
11:46:49 [2022-06-21T11:46:49.658Z] 
11:46:49 [2022-06-21T11:46:49.658Z] #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.44.0"      && /build/golangci-lint --version
11:46:49 [2022-06-21T11:46:49.658Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.5 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.6 Setting up libapparmor1:amd64 (2.13.6-10) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.6 Setting up libsepol1-dev:amd64 (3.1-1) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.7 Setting up libpcre2-16-0:amd64 (10.36-2) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.7 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.7 Setting up libpcre2-32-0:amd64 (10.36-2) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.7 Setting up libudev-dev:amd64 (247.3-7) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.7 Setting up libpcre2-posix2:amd64 (10.36-2) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
11:46:49 [2022-06-21T11:46:49.764Z] #14 207.8 Setting up mingw-w64-common (8.0.0-1) ...
11:46:49 [2022-06-21T11:46:49.866Z] #21 DONE 54.1s
11:46:49 [2022-06-21T11:46:49.866Z] 
11:46:49 [2022-06-21T11:46:49.866Z] #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
11:46:49 [2022-06-21T11:46:49.866Z] #22 sha256:b86bf8904c81921a37395e425b3472442421bc6e8a05e0d87aaa1a3fceb022f0
11:46:49 [2022-06-21T11:46:49.916Z] #55 ...
11:46:49 [2022-06-21T11:46:49.916Z] 
11:46:49 [2022-06-21T11:46:49.916Z] #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
11:46:49 [2022-06-21T11:46:49.916Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:46:49 [2022-06-21T11:46:49.916Z] #14 202.8 Selecting previously unselected package g++-mingw-w64-x86-64.
11:46:49 [2022-06-21T11:46:49.916Z] #14 202.8 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
11:46:49 [2022-06-21T11:46:49.916Z] #14 202.9 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:46:49 [2022-06-21T11:46:49.916Z] #14 ...
11:46:49 [2022-06-21T11:46:49.916Z] 
11:46:49 [2022-06-21T11:46:49.916Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
11:46:49 [2022-06-21T11:46:49.916Z] #68 sha256:38e8602ac864b34930e3b0c1a6b8a62dfd9e84126b10e3561c95df2fe7f21dba
11:46:49 [2022-06-21T11:46:49.916Z] #68 DONE 0.2s
11:46:50 [2022-06-21T11:46:50.026Z] #14 207.8 Setting up libsystemd-dev:amd64 (247.3-7) ...
11:46:50 [2022-06-21T11:46:50.026Z] #14 207.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
11:46:50 [2022-06-21T11:46:50.026Z] #14 207.8 Setting up libpcre2-dev:amd64 (10.36-2) ...
11:46:50 [2022-06-21T11:46:50.026Z] #14 207.9 Setting up libselinux1-dev:amd64 (3.1-3) ...
11:46:50 [2022-06-21T11:46:50.026Z] #14 207.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:46:50 [2022-06-21T11:46:50.026Z] #14 207.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:46:50 [2022-06-21T11:46:50.026Z] #14 207.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
11:46:50 [2022-06-21T11:46:50.026Z] #14 207.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:46:50 [2022-06-21T11:46:50.026Z] #14 207.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
11:46:50 [2022-06-21T11:46:50.026Z] #14 208.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
11:46:50 [2022-06-21T11:46:50.026Z] #14 208.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:46:50 [2022-06-21T11:46:50.026Z] #14 208.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
11:46:50 [2022-06-21T11:46:50.173Z] 
11:46:50 [2022-06-21T11:46:50.173Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
11:46:50 [2022-06-21T11:46:50.173Z] #69 sha256:256eafbc3d2fadff2d854a599280759263d35eb1b45780f48b48c59c4c03d300
11:46:50 [2022-06-21T11:46:50.173Z] #69 DONE 0.1s
11:46:50 [2022-06-21T11:46:50.173Z] 
11:46:50 [2022-06-21T11:46:50.173Z] #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
11:46:50 [2022-06-21T11:46:50.173Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:46:50 [2022-06-21T11:46:50.173Z] #14 203.2 Selecting previously unselected package libapparmor1:amd64.
11:46:50 [2022-06-21T11:46:50.173Z] #14 203.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
11:46:50 [2022-06-21T11:46:50.173Z] #14 203.2 Unpacking libapparmor1:amd64 (2.13.6-10) ...
11:46:50 [2022-06-21T11:46:50.287Z] #14 208.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:46:50 [2022-06-21T11:46:50.287Z] #14 208.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:46:50 [2022-06-21T11:46:50.287Z] #14 208.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:46:50 [2022-06-21T11:46:50.287Z] #14 208.2 Setting up dmsetup (2:1.02.175-2.1) ...
11:46:50 [2022-06-21T11:46:50.287Z] #14 208.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:46:50 [2022-06-21T11:46:50.287Z] #14 208.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:46:50 [2022-06-21T11:46:50.287Z] #14 208.3 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:46:50 [2022-06-21T11:46:50.433Z] #14 203.4 Selecting previously unselected package libapparmor-dev:amd64.
11:46:50 [2022-06-21T11:46:50.433Z] #14 203.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
11:46:50 [2022-06-21T11:46:50.433Z] #14 203.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
11:46:50 [2022-06-21T11:46:50.690Z] #14 203.7 Selecting previously unselected package libbtrfs0:amd64.
11:46:50 [2022-06-21T11:46:50.690Z] #14 203.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
11:46:50 [2022-06-21T11:46:50.690Z] #14 203.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:46:50 [2022-06-21T11:46:50.690Z] #14 203.9 Selecting previously unselected package libbtrfs-dev:amd64.
11:46:50 [2022-06-21T11:46:50.948Z] #14 203.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
11:46:50 [2022-06-21T11:46:50.948Z] #14 204.0 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:46:51 [2022-06-21T11:46:51.512Z] #14 204.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:46:51 [2022-06-21T11:46:51.512Z] #14 204.4 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:46:51 [2022-06-21T11:46:51.512Z] #14 204.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:46:51 [2022-06-21T11:46:51.512Z] #14 204.6 Selecting previously unselected package libudev-dev:amd64.
11:46:51 [2022-06-21T11:46:51.512Z] #14 204.6 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
11:46:51 [2022-06-21T11:46:51.512Z] #14 204.6 Unpacking libudev-dev:amd64 (247.3-7) ...
11:46:51 [2022-06-21T11:46:51.691Z] #14 DONE 209.3s
11:46:51 [2022-06-21T11:46:51.691Z] 
11:46:51 [2022-06-21T11:46:51.691Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
11:46:51 [2022-06-21T11:46:51.691Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22
11:46:51 [2022-06-21T11:46:51.691Z] #15 ...
11:46:51 [2022-06-21T11:46:51.691Z] 
11:46:51 [2022-06-21T11:46:51.691Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
11:46:51 [2022-06-21T11:46:51.691Z] #59 sha256:94587af1b1edb918ef9f28bddbe0a224d7fba9c0a49ce619dc0306cc5ad90fcb
11:46:51 [2022-06-21T11:46:51.691Z] #59 DONE 0.4s
11:46:51 [2022-06-21T11:46:51.770Z] #14 205.0 Selecting previously unselected package libsepol1-dev:amd64.
11:46:51 [2022-06-21T11:46:51.773Z] #22 1.639 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
11:46:51 [2022-06-21T11:46:51.773Z] #22 1.649 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
11:46:51 [2022-06-21T11:46:51.773Z] #22 1.653 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
11:46:51 [2022-06-21T11:46:51.773Z] #22 DONE 1.7s
11:46:51 [2022-06-21T11:46:51.773Z] 
11:46:51 [2022-06-21T11:46:51.773Z] #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
11:46:51 [2022-06-21T11:46:51.773Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:51 [2022-06-21T11:46:51.773Z] #77 148.3   CCLD     libyajl.la
11:46:51 [2022-06-21T11:46:51.773Z] #77 148.7   CCLD     verify/json_verify
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.1 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.1 make[5]: Nothing to be done for 'install-exec-am'.
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.1 make[5]: Nothing to be done for 'install-data-am'.
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.1 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.1 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.2 make[4]: Entering directory '/tmp/crun-build/libocispec'
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.3   CC       src/validate.o
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.3   CC       src/image_spec_schema_config_schema.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.3   CC       src/image_spec_schema_content_descriptor.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.3   CC       src/image_spec_schema_defs.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.4   CC       src/image_spec_schema_defs_descriptor.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.4   CC       src/image_spec_schema_image_index_schema.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.4   CC       src/image_spec_schema_image_layout_schema.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.4   CC       src/image_spec_schema_image_manifest_schema.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.5   CC       src/runtime_spec_schema_config_linux.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.5   CC       src/runtime_spec_schema_config_zos.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.6   CC       src/runtime_spec_schema_config_schema.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.6   CC       src/runtime_spec_schema_config_solaris.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.6   CC       src/runtime_spec_schema_config_vm.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.7   CC       src/runtime_spec_schema_config_windows.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.8   CC       src/runtime_spec_schema_defs.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.8   CC       src/runtime_spec_schema_defs_linux.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 149.9   CC       src/runtime_spec_schema_defs_zos.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 150.0   CC       src/runtime_spec_schema_defs_vm.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 150.0   CC       src/runtime_spec_schema_defs_windows.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 150.1   CC       src/runtime_spec_schema_state_schema.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 150.2   CC       src/image_manifest_items_image_manifest_items_schema.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 150.3   CC       src/basic_test_double_array_item.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 150.4   CC       src/basic_test_double_array.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 150.4   CC       src/basic_test_top_array_int.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 150.5   CC       src/basic_test_top_array_string.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 150.6   CC       src/basic_test_top_double_array_int.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 150.8   CC       src/basic_test_top_double_array_obj.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 150.9   CC       src/basic_test_top_double_array_refobj.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 151.0   CC       src/basic_test_top_double_array_string.lo
11:46:51 [2022-06-21T11:46:51.773Z] #77 151.3   CC       src/read-file.lo
11:46:51 [2022-06-21T11:46:51.960Z] 
11:46:51 [2022-06-21T11:46:51.960Z] #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
11:46:51 [2022-06-21T11:46:51.960Z] #60 sha256:fc316dbc3689357c902634ec49de24d30fd900891c445ece846d196583b4929b
11:46:52 [2022-06-21T11:46:52.027Z] #14 205.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
11:46:52 [2022-06-21T11:46:52.027Z] #14 205.0 Unpacking libsepol1-dev:amd64 (3.1-1) ...
11:46:52 [2022-06-21T11:46:52.033Z] #77 151.4   CC       src/json_common.lo
11:46:52 [2022-06-21T11:46:52.033Z] #77 151.5   CC       tests/test-1.o
11:46:52 [2022-06-21T11:46:52.292Z] #77 151.7   CC       tests/test-2.o
11:46:52 [2022-06-21T11:46:52.320Z] #55 ...
11:46:52 [2022-06-21T11:46:52.320Z] 
11:46:52 [2022-06-21T11:46:52.320Z] #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
11:46:52 [2022-06-21T11:46:52.320Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e
11:46:52 [2022-06-21T11:46:52.320Z] #47 197.8 + dpkg --print-architecture
11:46:52 [2022-06-21T11:46:52.320Z] #47 DONE 198.5s
11:46:52 [2022-06-21T11:46:52.320Z] 
11:46:52 [2022-06-21T11:46:52.320Z] #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
11:46:52 [2022-06-21T11:46:52.320Z] #64 sha256:451a01997139e0dcfaa41af54e58eb636a34b29ca34c263fe922989ca109e2b2
11:46:52 [2022-06-21T11:46:52.551Z] #77 151.9   CC       tests/test-3.o
11:46:52 [2022-06-21T11:46:52.551Z] #77 152.1   CC       tests/test-4.o
11:46:52 [2022-06-21T11:46:52.593Z] #14 205.7 Selecting previously unselected package libpcre2-16-0:amd64.
11:46:52 [2022-06-21T11:46:52.593Z] #14 205.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
11:46:52 [2022-06-21T11:46:52.593Z] #14 205.7 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
11:46:52 [2022-06-21T11:46:52.714Z] #54 ...
11:46:52 [2022-06-21T11:46:52.714Z] 
11:46:52 [2022-06-21T11:46:52.714Z] #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
11:46:52 [2022-06-21T11:46:52.714Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:46:52 [2022-06-21T11:46:52.714Z] #19 288.0 Selecting previously unselected package cpp-aarch64-linux-gnu.
11:46:52 [2022-06-21T11:46:52.714Z] #19 288.0 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
11:46:52 [2022-06-21T11:46:52.714Z] #19 288.0 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
11:46:52 [2022-06-21T11:46:52.714Z] #19 288.0 Selecting previously unselected package cpp-arm-linux-gnueabi.
11:46:52 [2022-06-21T11:46:52.714Z] #19 288.0 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
11:46:52 [2022-06-21T11:46:52.714Z] #19 288.0 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
11:46:52 [2022-06-21T11:46:52.714Z] #19 288.1 Selecting previously unselected package cpp-arm-linux-gnueabihf.
11:46:52 [2022-06-21T11:46:52.811Z] #77 152.4   CC       tests/test-5.o
11:46:52 [2022-06-21T11:46:52.973Z] #19 288.1 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
11:46:52 [2022-06-21T11:46:52.973Z] #19 288.1 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
11:46:52 [2022-06-21T11:46:52.973Z] #19 288.1 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
11:46:52 [2022-06-21T11:46:52.973Z] #19 288.1 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
11:46:52 [2022-06-21T11:46:52.973Z] #19 288.1 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
11:46:52 [2022-06-21T11:46:52.973Z] #19 288.2 Selecting previously unselected package cpp-s390x-linux-gnu.
11:46:52 [2022-06-21T11:46:52.973Z] #19 288.2 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
11:46:52 [2022-06-21T11:46:52.973Z] #19 288.2 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
11:46:52 [2022-06-21T11:46:52.973Z] #19 288.2 Selecting previously unselected package cross-config.
11:46:52 [2022-06-21T11:46:52.973Z] #19 288.2 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
11:46:52 [2022-06-21T11:46:52.973Z] #19 288.2 Unpacking cross-config (2.6.18+nmu1) ...
11:46:52 [2022-06-21T11:46:52.973Z] #19 288.3 Selecting previously unselected package gcc-10-cross-base.
11:46:53 [2022-06-21T11:46:53.070Z] #77 152.5   CC       tests/test-6.o
11:46:53 [2022-06-21T11:46:53.070Z] #77 152.6   CC       tests/test-7.o
11:46:53 [2022-06-21T11:46:53.232Z] #19 288.3 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
11:46:53 [2022-06-21T11:46:53.232Z] #19 288.3 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
11:46:53 [2022-06-21T11:46:53.232Z] #19 288.4 Selecting previously unselected package libc6-arm64-cross.
11:46:53 [2022-06-21T11:46:53.232Z] #19 288.4 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
11:46:53 [2022-06-21T11:46:53.232Z] #19 288.4 Unpacking libc6-arm64-cross (2.31-9cross4) ...
11:46:53 [2022-06-21T11:46:53.236Z] #14 206.1 Selecting previously unselected package libpcre2-32-0:amd64.
11:46:53 [2022-06-21T11:46:53.236Z] #14 206.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
11:46:53 [2022-06-21T11:46:53.236Z] #14 206.2 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
11:46:53 [2022-06-21T11:46:53.330Z] #77 152.8   CC       tests/test-8.o
11:46:53 [2022-06-21T11:46:53.492Z] #19 288.8 Selecting previously unselected package libgcc-s1-arm64-cross.
11:46:53 [2022-06-21T11:46:53.492Z] #19 288.8 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
11:46:53 [2022-06-21T11:46:53.492Z] #19 288.8 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
11:46:53 [2022-06-21T11:46:53.492Z] #19 288.9 Selecting previously unselected package libgomp1-arm64-cross.
11:46:53 [2022-06-21T11:46:53.525Z] #14 206.4 Selecting previously unselected package libpcre2-posix2:amd64.
11:46:53 [2022-06-21T11:46:53.525Z] #14 206.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
11:46:53 [2022-06-21T11:46:53.525Z] #14 206.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
11:46:53 [2022-06-21T11:46:53.525Z] #14 206.5 Selecting previously unselected package libpcre2-dev:amd64.
11:46:53 [2022-06-21T11:46:53.525Z] #14 206.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
11:46:53 [2022-06-21T11:46:53.525Z] #14 206.6 Unpacking libpcre2-dev:amd64 (10.36-2) ...
11:46:53 [2022-06-21T11:46:53.591Z] #77 153.0   CC       tests/test-9.o
11:46:53 [2022-06-21T11:46:53.751Z] #19 288.9 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
11:46:53 [2022-06-21T11:46:53.751Z] #19 288.9 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
11:46:53 [2022-06-21T11:46:53.751Z] #19 288.9 Selecting previously unselected package libitm1-arm64-cross.
11:46:53 [2022-06-21T11:46:53.751Z] #19 288.9 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
11:46:53 [2022-06-21T11:46:53.751Z] #19 289.0 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
11:46:53 [2022-06-21T11:46:53.850Z] #77 153.0   CC       tests/test-10.o
11:46:53 [2022-06-21T11:46:53.851Z] #77 153.3   CC       tests/test-11.o
11:46:54 [2022-06-21T11:46:54.010Z] #19 289.0 Selecting previously unselected package libatomic1-arm64-cross.
11:46:54 [2022-06-21T11:46:54.011Z] #19 289.0 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
11:46:54 [2022-06-21T11:46:54.011Z] #19 289.0 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
11:46:54 [2022-06-21T11:46:54.011Z] #19 289.1 Selecting previously unselected package libasan6-arm64-cross.
11:46:54 [2022-06-21T11:46:54.011Z] #19 289.1 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
11:46:54 [2022-06-21T11:46:54.011Z] #19 289.1 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
11:46:54 [2022-06-21T11:46:54.462Z] #14 207.4 Selecting previously unselected package libselinux1-dev:amd64.
11:46:54 [2022-06-21T11:46:54.462Z] #14 207.4 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
11:46:54 [2022-06-21T11:46:54.462Z] #14 207.4 Unpacking libselinux1-dev:amd64 (3.1-3) ...
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.671 + RM_GOPATH=0
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.671 + TMP_GOPATH=
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.671 + : /build
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.671 + '[' -z '' ']'
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.675 ++ mktemp -d
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.677 + export GOPATH=/tmp/tmp.NsGVuKcf5H
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.677 + GOPATH=/tmp/tmp.NsGVuKcf5H
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.677 + RM_GOPATH=1
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.677 + case "$(go env GOARCH)" in
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.688 ++ go env GOARCH
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.730 + export GO_BUILDMODE=-buildmode=pie
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.730 + GO_BUILDMODE=-buildmode=pie
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 ++ dirname /install.sh
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 + dir=/
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 + bin=runc
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 + shift
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 + '[' '!' -f //runc.installer ']'
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 + . //runc.installer
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 ++ set -e
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 ++ : v1.1.2
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 + install_runc
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 + RUNC_BUILDTAGS=seccomp
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.NsGVuKcf5H/src/github.com/opencontainers/runc
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 Cloning into '/tmp/tmp.NsGVuKcf5H/src/github.com/opencontainers/runc'...
11:46:54 [2022-06-21T11:46:54.521Z] #60 2.769 Install runc version v1.1.2 (build tags: seccomp)
11:46:54 [2022-06-21T11:46:54.579Z] #19 289.8 Selecting previously unselected package liblsan0-arm64-cross.
11:46:54 [2022-06-21T11:46:54.579Z] #19 289.8 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
11:46:54 [2022-06-21T11:46:54.579Z] #19 289.8 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
11:46:54 [2022-06-21T11:46:54.718Z] #14 207.8 Selecting previously unselected package libdevmapper-dev:amd64.
11:46:54 [2022-06-21T11:46:54.718Z] #14 207.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
11:46:54 [2022-06-21T11:46:54.718Z] #14 207.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:46:54 [2022-06-21T11:46:54.794Z] #60 ...
11:46:54 [2022-06-21T11:46:54.794Z] 
11:46:54 [2022-06-21T11:46:54.794Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
11:46:54 [2022-06-21T11:46:54.794Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22
11:46:54 [2022-06-21T11:46:54.794Z] #15 DONE 3.2s
11:46:54 [2022-06-21T11:46:54.794Z] 
11:46:54 [2022-06-21T11:46:54.794Z] #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
11:46:54 [2022-06-21T11:46:54.794Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67
11:46:54 [2022-06-21T11:46:54.838Z] #19 290.1 Selecting previously unselected package libtsan0-arm64-cross.
11:46:54 [2022-06-21T11:46:54.838Z] #19 290.1 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
11:46:54 [2022-06-21T11:46:54.838Z] #19 290.1 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
11:46:54 [2022-06-21T11:46:54.974Z] #14 207.9 Selecting previously unselected package libseccomp-dev:amd64.
11:46:54 [2022-06-21T11:46:54.975Z] #14 207.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:46:54 [2022-06-21T11:46:54.975Z] #14 207.9 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:46:54 [2022-06-21T11:46:54.975Z] #14 208.1 Selecting previously unselected package libsystemd-dev:amd64.
11:46:54 [2022-06-21T11:46:54.975Z] #14 208.1 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
11:46:54 [2022-06-21T11:46:54.975Z] #14 208.1 Unpacking libsystemd-dev:amd64 (247.3-7) ...
11:46:55 [2022-06-21T11:46:55.539Z] #14 208.8 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:46:55 [2022-06-21T11:46:55.775Z] #19 290.9 Selecting previously unselected package libstdc++6-arm64-cross.
11:46:55 [2022-06-21T11:46:55.775Z] #19 290.9 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
11:46:55 [2022-06-21T11:46:55.775Z] #19 290.9 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.8 Setting up libapparmor1:amd64 (2.13.6-10) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.8 Setting up libsepol1-dev:amd64 (3.1-1) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.8 Setting up libpcre2-16-0:amd64 (10.36-2) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.8 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.9 Setting up libpcre2-32-0:amd64 (10.36-2) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.9 Setting up libudev-dev:amd64 (247.3-7) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.9 Setting up libpcre2-posix2:amd64 (10.36-2) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 208.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
11:46:55 [2022-06-21T11:46:55.797Z] #14 209.0 Setting up mingw-w64-common (8.0.0-1) ...
11:46:56 [2022-06-21T11:46:56.035Z] #19 291.1 Selecting previously unselected package libubsan1-arm64-cross.
11:46:56 [2022-06-21T11:46:56.035Z] #19 291.1 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
11:46:56 [2022-06-21T11:46:56.035Z] #19 291.1 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.0 Setting up libsystemd-dev:amd64 (247.3-7) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.0 Setting up libpcre2-dev:amd64 (10.36-2) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.0 Setting up libselinux1-dev:amd64 (3.1-3) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.1 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.1 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
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.1 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
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.2 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
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.2 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.3 Setting up dmsetup (2:1.02.175-2.1) ...
11:46:56 [2022-06-21T11:46:56.053Z] #14 209.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:46:56 [2022-06-21T11:46:56.294Z] #19 291.5 Selecting previously unselected package libgcc-10-dev-arm64-cross.
11:46:56 [2022-06-21T11:46:56.294Z] #19 291.5 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
11:46:56 [2022-06-21T11:46:56.294Z] #19 291.5 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
11:46:56 [2022-06-21T11:46:56.309Z] #14 209.3 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:46:56 [2022-06-21T11:46:56.309Z] #14 209.3 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:46:56 [2022-06-21T11:46:56.730Z] #16 DONE 2.0s
11:46:56 [2022-06-21T11:46:56.730Z] 
11:46:56 [2022-06-21T11:46:56.730Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
11:46:56 [2022-06-21T11:46:56.730Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3
11:46:56 [2022-06-21T11:46:56.812Z] #19 291.9 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
11:46:56 [2022-06-21T11:46:56.812Z] #19 291.9 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
11:46:56 [2022-06-21T11:46:56.812Z] #19 292.0 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
11:46:57 [2022-06-21T11:46:57.241Z] #14 ...
11:46:57 [2022-06-21T11:46:57.241Z] 
11:46:57 [2022-06-21T11:46:57.241Z] #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
11:46:57 [2022-06-21T11:46:57.241Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:57 [2022-06-21T11:46:57.241Z] #77 130.6 configure.ac:11: installing 'build-aux/compile'
11:46:57 [2022-06-21T11:46:57.241Z] #77 130.6 configure.ac:11: installing 'build-aux/config.guess'
11:46:57 [2022-06-21T11:46:57.241Z] #77 130.6 configure.ac:11: installing 'build-aux/config.sub'
11:46:57 [2022-06-21T11:46:57.241Z] #77 130.7 configure.ac:13: installing 'build-aux/install-sh'
11:46:57 [2022-06-21T11:46:57.241Z] #77 ...
11:46:57 [2022-06-21T11:46:57.241Z] 
11:46:57 [2022-06-21T11:46:57.241Z] #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
11:46:57 [2022-06-21T11:46:57.241Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
11:46:57 [2022-06-21T11:46:57.241Z] #14 DONE 210.3s
11:46:57 [2022-06-21T11:46:57.241Z] 
11:46:57 [2022-06-21T11:46:57.241Z] #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
11:46:57 [2022-06-21T11:46:57.241Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:57 [2022-06-21T11:46:57.241Z] #77 130.7 configure.ac:13: installing 'build-aux/missing'
11:46:57 [2022-06-21T11:46:57.241Z] #77 130.7 configure.ac:8: installing 'build-aux/tap-driver.sh'
11:46:57 [2022-06-21T11:46:57.502Z] #77 ...
11:46:57 [2022-06-21T11:46:57.502Z] 
11:46:57 [2022-06-21T11:46:57.502Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
11:46:57 [2022-06-21T11:46:57.502Z] #59 sha256:413573f0e00773a31ef4baf38a0360bd6987772af6d471211bd57169d1a60c60
11:46:57 [2022-06-21T11:46:57.502Z] #59 DONE 0.2s
11:46:57 [2022-06-21T11:46:57.502Z] 
11:46:57 [2022-06-21T11:46:57.502Z] #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
11:46:57 [2022-06-21T11:46:57.502Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:46:57 [2022-06-21T11:46:57.502Z] #77 131.2 Makefile.am: installing 'build-aux/depcomp'
11:46:58 [2022-06-21T11:46:58.673Z] #17 1.847 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
11:46:58 [2022-06-21T11:46:58.673Z] #17 DONE 2.0s
11:46:58 [2022-06-21T11:46:58.673Z] 
11:46:58 [2022-06-21T11:46:58.673Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
11:46:58 [2022-06-21T11:46:58.673Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138
11:47:00 [2022-06-21T11:47:00.022Z] #77 ...
11:47:00 [2022-06-21T11:47:00.022Z] 
11:47:00 [2022-06-21T11:47:00.022Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
11:47:00 [2022-06-21T11:47:00.022Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22
11:47:00 [2022-06-21T11:47:00.022Z] #15 DONE 2.3s
11:47:00 [2022-06-21T11:47:00.022Z] 
11:47:00 [2022-06-21T11:47:00.022Z] #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
11:47:00 [2022-06-21T11:47:00.022Z] #60 sha256:1cf9985424dec1c3171be28043025a6522f422cd603e7b5586873b26bb8ccbd7
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.950 + RM_GOPATH=0
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.950 + TMP_GOPATH=
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.950 + : /build
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.955 + '[' -z '' ']'
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.955 ++ mktemp -d
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.957 + export GOPATH=/tmp/tmp.JNIBcnCjtE
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.957 + GOPATH=/tmp/tmp.JNIBcnCjtE
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.957 + RM_GOPATH=1
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.957 + case "$(go env GOARCH)" in
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.961 ++ go env GOARCH
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.995 + export GO_BUILDMODE=-buildmode=pie
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.995 + GO_BUILDMODE=-buildmode=pie
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.995 ++ dirname /install.sh
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.999 + dir=/
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.999 + bin=runc
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.999 + shift
11:47:00 [2022-06-21T11:47:00.022Z] #60 1.999 + '[' '!' -f //runc.installer ']'
11:47:00 [2022-06-21T11:47:00.022Z] #60 2.000 + . //runc.installer
11:47:00 [2022-06-21T11:47:00.022Z] #60 2.000 ++ set -e
11:47:00 [2022-06-21T11:47:00.022Z] #60 2.000 ++ : v1.1.2
11:47:00 [2022-06-21T11:47:00.022Z] #60 2.000 + install_runc
11:47:00 [2022-06-21T11:47:00.022Z] #60 2.000 + RUNC_BUILDTAGS=seccomp
11:47:00 [2022-06-21T11:47:00.022Z] #60 2.000 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
11:47:00 [2022-06-21T11:47:00.022Z] #60 2.000 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.JNIBcnCjtE/src/github.com/opencontainers/runc
11:47:00 [2022-06-21T11:47:00.022Z] #60 2.000 Install runc version v1.1.2 (build tags: seccomp)
11:47:00 [2022-06-21T11:47:00.022Z] #60 2.008 Cloning into '/tmp/tmp.JNIBcnCjtE/src/github.com/opencontainers/runc'...
11:47:00 [2022-06-21T11:47:00.065Z] #18 DONE 1.4s
11:47:00 [2022-06-21T11:47:00.065Z] 
11:47:00 [2022-06-21T11:47:00.065Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
11:47:00 [2022-06-21T11:47:00.065Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1
11:47:00 [2022-06-21T11:47:00.951Z] #60 ...
11:47:00 [2022-06-21T11:47:00.951Z] 
11:47:00 [2022-06-21T11:47:00.951Z] #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
11:47:00 [2022-06-21T11:47:00.951Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67
11:47:00 [2022-06-21T11:47:00.951Z] #16 DONE 1.5s
11:47:01 [2022-06-21T11:47:01.208Z] 
11:47:01 [2022-06-21T11:47:01.208Z] #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
11:47:01 [2022-06-21T11:47:01.208Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:01 [2022-06-21T11:47:01.208Z] #77 133.5 checking build system type... x86_64-pc-linux-gnu
11:47:01 [2022-06-21T11:47:01.208Z] #77 134.2 checking host system type... x86_64-pc-linux-gnu
11:47:01 [2022-06-21T11:47:01.208Z] #77 134.2 checking how to print strings... printf
11:47:01 [2022-06-21T11:47:01.208Z] #77 134.2 checking for gcc... gcc
11:47:01 [2022-06-21T11:47:01.450Z] #19 DONE 1.6s
11:47:01 [2022-06-21T11:47:01.451Z] 
11:47:01 [2022-06-21T11:47:01.451Z] #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
11:47:01 [2022-06-21T11:47:01.451Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:01 [2022-06-21T11:47:01.451Z] #77 131.5 configure.ac:11: installing 'build-aux/compile'
11:47:01 [2022-06-21T11:47:01.451Z] #77 131.5 configure.ac:11: installing 'build-aux/config.guess'
11:47:01 [2022-06-21T11:47:01.451Z] #77 131.5 configure.ac:11: installing 'build-aux/config.sub'
11:47:01 [2022-06-21T11:47:01.451Z] #77 131.5 configure.ac:13: installing 'build-aux/install-sh'
11:47:01 [2022-06-21T11:47:01.451Z] #77 131.6 configure.ac:13: installing 'build-aux/missing'
11:47:01 [2022-06-21T11:47:01.451Z] #77 131.6 configure.ac:8: installing 'build-aux/tap-driver.sh'
11:47:01 [2022-06-21T11:47:01.451Z] #77 131.9 Makefile.am: installing 'build-aux/depcomp'
11:47:01 [2022-06-21T11:47:01.451Z] #77 134.0 checking build system type... x86_64-pc-linux-gnu
11:47:01 [2022-06-21T11:47:01.451Z] #77 134.7 checking host system type... x86_64-pc-linux-gnu
11:47:01 [2022-06-21T11:47:01.451Z] #77 134.7 checking how to print strings... printf
11:47:01 [2022-06-21T11:47:01.451Z] #77 134.7 checking for gcc... gcc
11:47:01 [2022-06-21T11:47:01.451Z] #77 134.9 checking whether the C compiler works... yes
11:47:01 [2022-06-21T11:47:01.451Z] #77 135.4 checking for C compiler default output file name... a.out
11:47:01 [2022-06-21T11:47:01.451Z] #77 135.4 checking for suffix of executables... 
11:47:01 [2022-06-21T11:47:01.451Z] #77 135.7 checking whether we are cross compiling... no
11:47:01 [2022-06-21T11:47:01.451Z] #77 136.2 checking for suffix of object files... o
11:47:01 [2022-06-21T11:47:01.451Z] #77 136.4 checking whether we are using the GNU C compiler... yes
11:47:01 [2022-06-21T11:47:01.451Z] #77 136.6 checking whether gcc accepts -g... yes
11:47:01 [2022-06-21T11:47:01.451Z] #77 136.8 checking for gcc option to accept ISO C89... none needed
11:47:01 [2022-06-21T11:47:01.451Z] #77 137.1 checking whether gcc understands -c and -o together... yes
11:47:01 [2022-06-21T11:47:01.451Z] #77 137.5 checking for a sed that does not truncate output... /bin/sed
11:47:01 [2022-06-21T11:47:01.451Z] #77 137.5 checking for grep that handles long lines and -e... /bin/grep
11:47:01 [2022-06-21T11:47:01.451Z] #77 137.6 checking for egrep... /bin/grep -E
11:47:01 [2022-06-21T11:47:01.451Z] #77 137.6 checking for fgrep... /bin/grep -F
11:47:01 [2022-06-21T11:47:01.451Z] #77 137.6 checking for ld used by gcc... /usr/bin/ld
11:47:01 [2022-06-21T11:47:01.451Z] #77 137.6 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:47:01 [2022-06-21T11:47:01.451Z] #77 137.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:47:01 [2022-06-21T11:47:01.451Z] #77 137.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:47:01 [2022-06-21T11:47:01.451Z] #77 137.9 checking whether ln -s works... yes
11:47:01 [2022-06-21T11:47:01.451Z] #77 137.9 checking the maximum length of command line arguments... 1572864
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.0 checking for /usr/bin/ld option to reload object files... -r
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.0 checking for objdump... objdump
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.0 checking how to recognize dependent libraries... pass_all
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.0 checking for dlltool... no
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.0 checking how to associate runtime and link libraries... printf %s\n
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.0 checking for ar... ar
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.0 checking for archiver @FILE support... @
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.2 checking for strip... strip
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.2 checking for ranlib... ranlib
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.3 checking for gawk... no
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.3 checking for mawk... mawk
11:47:01 [2022-06-21T11:47:01.451Z] #77 138.3 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:47:01 [2022-06-21T11:47:01.451Z] #77 139.0 checking for sysroot... no
11:47:01 [2022-06-21T11:47:01.451Z] #77 139.0 checking for a working dd... /bin/dd
11:47:01 [2022-06-21T11:47:01.451Z] #77 139.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:47:01 [2022-06-21T11:47:01.451Z] #77 139.2 checking for mt... no
11:47:01 [2022-06-21T11:47:01.451Z] #77 139.2 checking if : is a manifest tool... no
11:47:01 [2022-06-21T11:47:01.451Z] #77 139.3 checking how to run the C preprocessor... gcc -E
11:47:01 [2022-06-21T11:47:01.464Z] #77 134.4 checking whether the C compiler works... yes
11:47:01 [2022-06-21T11:47:01.464Z] #77 134.8 checking for C compiler default output file name... a.out
11:47:01 [2022-06-21T11:47:01.722Z] #77 134.8 checking for suffix of executables... 
11:47:01 [2022-06-21T11:47:01.978Z] #77 ...
11:47:01 [2022-06-21T11:47:01.978Z] 
11:47:01 [2022-06-21T11:47:01.978Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
11:47:01 [2022-06-21T11:47:01.978Z] #23 sha256:4ff7bb5f5a79988a857ae1bf3022c444a7eeeaf2a8689cd612e9457763aec16d
11:47:02 [2022-06-21T11:47:02.267Z] #64 ...
11:47:02 [2022-06-21T11:47:02.268Z] 
11:47:02 [2022-06-21T11:47:02.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
11:47:02 [2022-06-21T11:47:02.268Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:47:02 [2022-06-21T11:47:02.268Z] #77 165.5   CCLD     libocispec.la
11:47:02 [2022-06-21T11:47:02.268Z] #77 165.8   CCLD     src/validate
11:47:02 [2022-06-21T11:47:02.268Z] #77 165.8   CCLD     tests/test-1
11:47:02 [2022-06-21T11:47:02.268Z] #77 165.8   CCLD     tests/test-2
11:47:02 [2022-06-21T11:47:02.268Z] #77 165.9   CCLD     tests/test-3
11:47:02 [2022-06-21T11:47:02.268Z] #77 165.9   CCLD     tests/test-4
11:47:02 [2022-06-21T11:47:02.268Z] #77 165.9   CCLD     tests/test-5
11:47:02 [2022-06-21T11:47:02.268Z] #77 166.0   CCLD     tests/test-6
11:47:02 [2022-06-21T11:47:02.268Z] #77 166.0   CCLD     tests/test-7
11:47:02 [2022-06-21T11:47:02.268Z] #77 166.1   CCLD     tests/test-8
11:47:02 [2022-06-21T11:47:02.284Z] #77 135.3 checking whether we are cross compiling... no
11:47:02 [2022-06-21T11:47:02.284Z] #77 135.7 checking for suffix of object files... o
11:47:02 [2022-06-21T11:47:02.525Z] #77 166.3   CCLD     tests/test-9
11:47:02 [2022-06-21T11:47:02.540Z] #77 135.9 checking whether we are using the GNU C compiler... yes
11:47:02 [2022-06-21T11:47:02.548Z] #23 10.98 Collecting yamllint==1.26.1
11:47:02 [2022-06-21T11:47:02.782Z] #77 166.4   CCLD     tests/test-10
11:47:02 [2022-06-21T11:47:02.782Z] #77 166.5 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
11:47:02 [2022-06-21T11:47:02.782Z] #77 166.5   CCLD     tests/test-11
11:47:02 [2022-06-21T11:47:02.802Z] #77 136.2 checking whether gcc accepts -g... yes
11:47:02 [2022-06-21T11:47:02.835Z] #77 139.8 checking for ANSI C header files... yes
11:47:02 [2022-06-21T11:47:02.835Z] #77 141.3 checking for sys/types.h... yes
11:47:03 [2022-06-21T11:47:03.058Z] #77 136.3 checking for gcc option to accept ISO C89... 
11:47:03 [2022-06-21T11:47:03.059Z] #77 ...
11:47:03 [2022-06-21T11:47:03.059Z] 
11:47:03 [2022-06-21T11:47:03.059Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
11:47:03 [2022-06-21T11:47:03.059Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3
11:47:03 [2022-06-21T11:47:03.059Z] #17 1.949 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
11:47:03 [2022-06-21T11:47:03.059Z] #17 DONE 2.1s
11:47:03 [2022-06-21T11:47:03.095Z] 
11:47:03 [2022-06-21T11:47:03.095Z] #77 ...
11:47:03 [2022-06-21T11:47:03.095Z] 
11:47:03 [2022-06-21T11:47:03.095Z] #20 [dev-systemd-false  6/28] RUN ldconfig
11:47:03 [2022-06-21T11:47:03.095Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a
11:47:03 [2022-06-21T11:47:03.095Z] #20 DONE 1.5s
11:47:03 [2022-06-21T11:47:03.095Z] 
11:47:03 [2022-06-21T11:47:03.095Z] #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
11:47:03 [2022-06-21T11:47:03.095Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:03 [2022-06-21T11:47:03.095Z] #77 141.6 checking for sys/stat.h... 
11:47:03 [2022-06-21T11:47:03.095Z] #77 ...
11:47:03 [2022-06-21T11:47:03.095Z] 
11:47:03 [2022-06-21T11:47:03.095Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:47:03 [2022-06-21T11:47:03.095Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:47:03 [2022-06-21T11:47:03.315Z] 
11:47:03 [2022-06-21T11:47: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
11:47:03 [2022-06-21T11:47:03.315Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:03 [2022-06-21T11:47:03.315Z] #77 136.3 checking for gcc option to accept ISO C89... none needed
11:47:03 [2022-06-21T11:47:03.488Z] #23 12.03   Downloading yamllint-1.26.1.tar.gz (126 kB)
11:47:03 [2022-06-21T11:47:03.876Z] #77 136.8 checking whether gcc understands -c and -o together... yes
11:47:03 [2022-06-21T11:47:03.876Z] #77 137.3 checking for a sed that does not truncate output... /bin/sed
11:47:03 [2022-06-21T11:47:03.877Z] #77 137.3 checking for grep that handles long lines and -e... /bin/grep
11:47:03 [2022-06-21T11:47:03.877Z] #77 137.4 checking for egrep... /bin/grep -E
11:47:03 [2022-06-21T11:47:03.877Z] #77 137.4 checking for fgrep... /bin/grep -F
11:47:03 [2022-06-21T11:47:03.877Z] #77 137.4 checking for ld used by gcc... /usr/bin/ld
11:47:03 [2022-06-21T11:47:03.877Z] #77 137.4 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:47:03 [2022-06-21T11:47:03.877Z] #77 137.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:47:04 [2022-06-21T11:47:04.141Z] #77 137.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:47:04 [2022-06-21T11:47:04.141Z] #77 137.8 checking whether ln -s works... yes
11:47:04 [2022-06-21T11:47:04.141Z] #77 137.8 checking the maximum length of command line arguments... 1572864
11:47:04 [2022-06-21T11:47:04.149Z] #77 167.8 libtool: link: ar cr libocispec.a 
11:47:04 [2022-06-21T11:47:04.149Z] #77 167.9 libtool: link: ranlib libocispec.a
11:47:04 [2022-06-21T11:47:04.398Z] #77 137.9 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
11:47:04 [2022-06-21T11:47:04.398Z] #77 137.9 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
11:47:04 [2022-06-21T11:47:04.398Z] #77 137.9 checking for /usr/bin/ld option to reload object files... -r
11:47:04 [2022-06-21T11:47:04.398Z] #77 137.9 checking for objdump... objdump
11:47:04 [2022-06-21T11:47:04.398Z] #77 137.9 checking how to recognize dependent libraries... pass_all
11:47:04 [2022-06-21T11:47:04.398Z] #77 137.9 checking for dlltool... no
11:47:04 [2022-06-21T11:47:04.398Z] #77 137.9 checking how to associate runtime and link libraries... printf %s\n
11:47:04 [2022-06-21T11:47:04.398Z] #77 137.9 checking for ar... ar
11:47:04 [2022-06-21T11:47:04.655Z] #77 137.9 checking for archiver @FILE support... @
11:47:04 [2022-06-21T11:47:04.655Z] #77 138.2 checking for strip... strip
11:47:04 [2022-06-21T11:47:04.655Z] #77 138.2 checking for ranlib... ranlib
11:47:04 [2022-06-21T11:47:04.655Z] #77 138.2 checking for gawk... no
11:47:04 [2022-06-21T11:47:04.655Z] #77 138.2 checking for mawk... mawk
11:47:04 [2022-06-21T11:47:04.930Z] #19 ...
11:47:04 [2022-06-21T11:47:04.930Z] 
11:47:04 [2022-06-21T11:47:04.930Z] #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
11:47:04 [2022-06-21T11:47:04.930Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:04 [2022-06-21T11:47:04.930Z] #84 248.9   CCLD     tests/init
11:47:05 [2022-06-21T11:47:05.007Z] #21 1.900 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:47:05 [2022-06-21T11:47:05.015Z] #23 13.50 Collecting pathspec>=0.5.3
11:47:05 [2022-06-21T11:47:05.268Z] #21 2.082 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:47:05 [2022-06-21T11:47:05.268Z] #21 2.103 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:47:05 [2022-06-21T11:47:05.281Z] #23 13.52   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
11:47:05 [2022-06-21T11:47:05.516Z] #77 169.4 make[5]: Entering directory '/tmp/crun-build/libocispec'
11:47:05 [2022-06-21T11:47:05.516Z] #77 169.4 make[5]: Nothing to be done for 'install-exec-am'.
11:47:05 [2022-06-21T11:47:05.516Z] #77 169.4 make[5]: Nothing to be done for 'install-data-am'.
11:47:05 [2022-06-21T11:47:05.516Z] #77 169.4 make[5]: Leaving directory '/tmp/crun-build/libocispec'
11:47:05 [2022-06-21T11:47:05.540Z] #23 14.02 Collecting pyyaml
11:47:05 [2022-06-21T11:47:05.540Z] #23 14.06   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)
11:47:05 [2022-06-21T11:47:05.602Z] #77 138.2 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:47:05 [2022-06-21T11:47:05.602Z] #77 139.1 checking for sysroot... no
11:47:05 [2022-06-21T11:47:05.602Z] #77 139.1 checking for a working dd... /bin/dd
11:47:05 [2022-06-21T11:47:05.602Z] #77 139.2 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:47:05 [2022-06-21T11:47:05.602Z] #77 139.3 checking for mt... no
11:47:05 [2022-06-21T11:47:05.772Z] #77 169.4 make[4]: Leaving directory '/tmp/crun-build/libocispec'
11:47:05 [2022-06-21T11:47:05.772Z] #77 169.4 make[3]: Leaving directory '/tmp/crun-build/libocispec'
11:47:05 [2022-06-21T11:47:05.772Z] #77 169.4 make[2]: Leaving directory '/tmp/crun-build/libocispec'
11:47:05 [2022-06-21T11:47:05.772Z] #77 169.4 make[2]: Entering directory '/tmp/crun-build'
11:47:05 [2022-06-21T11:47:05.772Z] #77 169.5   CC       src/libcrun/libcrun_testing_a-utils.o
11:47:05 [2022-06-21T11:47:05.772Z] #77 169.6   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
11:47:05 [2022-06-21T11:47:05.772Z] #77 169.6   CC       src/libcrun/libcrun_testing_a-container.o
11:47:05 [2022-06-21T11:47:05.772Z] #77 169.6   CC       src/libcrun/libcrun_testing_a-cgroup.o
11:47:05 [2022-06-21T11:47:05.772Z] #77 169.6   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
11:47:05 [2022-06-21T11:47:05.772Z] #77 169.6   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
11:47:05 [2022-06-21T11:47:05.772Z] #77 169.6   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
11:47:05 [2022-06-21T11:47:05.772Z] #77 169.7   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
11:47:05 [2022-06-21T11:47:05.800Z] #23 14.13 Building wheels for collected packages: yamllint
11:47:05 [2022-06-21T11:47:05.800Z] #23 14.15   Building wheel for yamllint (setup.py): started
11:47:05 [2022-06-21T11:47:05.839Z] #21 2.708 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:47:05 [2022-06-21T11:47:05.859Z] #77 139.3 checking if : is a manifest tool... 
11:47:05 [2022-06-21T11:47:05.859Z] #77 ...
11:47:05 [2022-06-21T11:47:05.859Z] 
11:47:05 [2022-06-21T11:47:05.859Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
11:47:05 [2022-06-21T11:47:05.859Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138
11:47:05 [2022-06-21T11:47:05.859Z] #18 DONE 2.6s
11:47:05 [2022-06-21T11:47:05.859Z] 
11:47:05 [2022-06-21T11:47:05.859Z] #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
11:47:05 [2022-06-21T11:47:05.859Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:05 [2022-06-21T11:47:05.859Z] #77 139.3 checking if : is a manifest tool... no
11:47:06 [2022-06-21T11:47:06.028Z] #77 169.7   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
11:47:06 [2022-06-21T11:47:06.028Z] #77 169.7   CC       src/libcrun/libcrun_testing_a-criu.o
11:47:06 [2022-06-21T11:47:06.028Z] #77 169.7   CC       src/libcrun/libcrun_testing_a-custom-handler.o
11:47:06 [2022-06-21T11:47:06.028Z] #77 169.7   CC       src/libcrun/libcrun_testing_a-seccomp.o
11:47:06 [2022-06-21T11:47:06.028Z] #77 169.7   CC       src/libcrun/libcrun_testing_a-ebpf.o
11:47:06 [2022-06-21T11:47:06.028Z] #77 169.7   CC       src/libcrun/libcrun_testing_a-linux.o
11:47:06 [2022-06-21T11:47:06.028Z] #77 169.7   CC       src/libcrun/libcrun_testing_a-error.o
11:47:06 [2022-06-21T11:47:06.028Z] #77 169.8   CC       src/libcrun/libcrun_testing_a-status.o
11:47:06 [2022-06-21T11:47:06.028Z] #77 169.8   CC       src/libcrun/libcrun_testing_a-terminal.o
11:47:06 [2022-06-21T11:47:06.028Z] #77 169.9   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
11:47:06 [2022-06-21T11:47:06.028Z] #77 169.9   CC       src/libcrun/libcrun_testing_a-signals.o
11:47:06 [2022-06-21T11:47:06.117Z] #77 139.3 checking how to run the C preprocessor... gcc -E
11:47:06 [2022-06-21T11:47:06.285Z] #77 170.0   CC       src/libcrun/libcrun_testing_a-mount_flags.o
11:47:06 [2022-06-21T11:47:06.285Z] #77 170.0   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
11:47:06 [2022-06-21T11:47:06.285Z] #77 170.1   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
11:47:06 [2022-06-21T11:47:06.541Z] #77 170.2   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
11:47:06 [2022-06-21T11:47:06.541Z] #77 170.3   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
11:47:06 [2022-06-21T11:47:06.541Z] #77 170.4   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
11:47:06 [2022-06-21T11:47:06.541Z] #77 170.5   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
11:47:06 [2022-06-21T11:47:06.797Z] #77 170.5   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
11:47:07 [2022-06-21T11:47:07.184Z] #23 15.38   Building wheel for yamllint (setup.py): finished with status 'done'
11:47:07 [2022-06-21T11:47:07.184Z] #23 15.38   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=3700723f6108e9113d1ef0534d0c6cef1b89cd34ee947dc235f91566c40878c4
11:47:07 [2022-06-21T11:47:07.184Z] #23 15.38   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
11:47:07 [2022-06-21T11:47:07.184Z] #23 15.40 Successfully built yamllint
11:47:07 [2022-06-21T11:47:07.184Z] #23 15.43 Installing collected packages: pyyaml, pathspec, yamllint
11:47:07 [2022-06-21T11:47:07.360Z] #77 171.1   CC       src/crun-crun.o
11:47:07 [2022-06-21T11:47:07.444Z] #23 15.90 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
11:47:07 [2022-06-21T11:47:07.617Z] #77 171.3   CC       src/crun-run.o
11:47:07 [2022-06-21T11:47:07.617Z] #77 171.3   CC       src/crun-delete.o
11:47:07 [2022-06-21T11:47:07.617Z] #77 171.5   CC       src/crun-kill.o
11:47:07 [2022-06-21T11:47:07.751Z] #77 140.0 checking for ANSI C header files... 
11:47:07 [2022-06-21T11:47:07.751Z] #77 ...
11:47:07 [2022-06-21T11:47:07.751Z] 
11:47:07 [2022-06-21T11:47:07.751Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
11:47:07 [2022-06-21T11:47:07.751Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1
11:47:07 [2022-06-21T11:47:07.751Z] #19 DONE 2.0s
11:47:07 [2022-06-21T11:47:07.751Z] 
11:47:07 [2022-06-21T11:47:07.751Z] #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
11:47:07 [2022-06-21T11:47:07.751Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:07 [2022-06-21T11:47:07.751Z] #77 140.0 checking for ANSI C header files... yes
11:47:07 [2022-06-21T11:47:07.873Z] #77 171.6   CC       src/crun-pause.o
11:47:07 [2022-06-21T11:47:07.873Z] #77 171.7   CC       src/crun-unpause.o
11:47:08 [2022-06-21T11:47:08.010Z] #77 141.3 checking for sys/types.h... yes
11:47:08 [2022-06-21T11:47:08.016Z] #23 DONE 16.4s
11:47:08 [2022-06-21T11:47:08.016Z] 
11:47:08 [2022-06-21T11:47:08.016Z] #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.44.0"      && /build/golangci-lint --version
11:47:08 [2022-06-21T11:47:08.016Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:47:08 [2022-06-21T11:47:08.016Z] #55 ...
11:47:08 [2022-06-21T11:47:08.016Z] 
11:47:08 [2022-06-21T11:47:08.016Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
11:47:08 [2022-06-21T11:47:08.016Z] #27 sha256:5bcb31bced8ed85718fb9460af348e0ef4d9c7b845f2d3c05978089487905537
11:47:08 [2022-06-21T11:47:08.130Z] #77 171.8   CC       src/crun-spec.o
11:47:08 [2022-06-21T11:47:08.130Z] #77 171.9   CC       src/crun-exec.o
11:47:08 [2022-06-21T11:47:08.276Z] #27 DONE 0.4s
11:47:08 [2022-06-21T11:47:08.276Z] 
11:47:08 [2022-06-21T11:47:08.276Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
11:47:08 [2022-06-21T11:47:08.276Z] #64 sha256:09b1eb433f72ba69c2913750cbce936dc868826579efb73e2762958ff61dd913
11:47:08 [2022-06-21T11:47:08.386Z] #21 5.323 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:47:08 [2022-06-21T11:47:08.386Z] #77 172.1   CC       src/crun-list.o
11:47:08 [2022-06-21T11:47:08.386Z] #77 172.2   CC       src/crun-create.o
11:47:08 [2022-06-21T11:47:08.537Z] #64 ...
11:47:08 [2022-06-21T11:47:08.537Z] 
11:47:08 [2022-06-21T11:47:08.537Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
11:47:08 [2022-06-21T11:47:08.537Z] #32 sha256:ea7ba16393e6f5d18d05f89a0d52384eb3a75a3556bed46264c4b54b36f2ec7d
11:47:08 [2022-06-21T11:47:08.582Z] #77 141.8 checking for sys/stat.h... yes
11:47:08 [2022-06-21T11:47:08.642Z] #77 172.4   CC       src/crun-start.o
11:47:08 [2022-06-21T11:47:08.844Z] #77 142.1 checking for stdlib.h... yes
11:47:08 [2022-06-21T11:47:08.899Z] #77 172.5   CC       src/crun-state.o
11:47:08 [2022-06-21T11:47:08.899Z] #77 172.7   CC       src/crun-update.o
11:47:08 [2022-06-21T11:47:08.957Z] #21 ...
11:47:08 [2022-06-21T11:47:08.957Z] 
11:47:08 [2022-06-21T11:47:08.957Z] #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
11:47:08 [2022-06-21T11:47:08.957Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:08 [2022-06-21T11:47:08.957Z] #77 141.6 checking for sys/stat.h... yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 141.9 checking for stdlib.h... yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 142.2 checking for string.h... yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 142.6 checking for memory.h... yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 143.0 checking for strings.h... yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 143.3 checking for inttypes.h... yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 143.7 checking for stdint.h... yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 144.0 checking for unistd.h... yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 144.2 checking for dlfcn.h... yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 144.5 checking for objdir... .libs
11:47:08 [2022-06-21T11:47:08.957Z] #77 145.1 checking if gcc supports -fno-rtti -fno-exceptions... no
11:47:08 [2022-06-21T11:47:08.957Z] #77 145.3 checking for gcc option to produce PIC... -fPIC -DPIC
11:47:08 [2022-06-21T11:47:08.957Z] #77 145.3 checking if gcc PIC flag -fPIC -DPIC works... yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 145.4 checking if gcc static flag -static works... yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 146.5 checking if gcc supports -c -o file.o... yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 146.9 checking if gcc supports -c -o file.o... (cached) yes
11:47:08 [2022-06-21T11:47:08.957Z] #77 146.9 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
11:47:09 [2022-06-21T11:47:09.155Z] #77 172.9   CC       src/crun-ps.o
11:47:09 [2022-06-21T11:47:09.218Z] #77 147.0 checking dynamic linker characteristics... GNU/Linux ld.so
11:47:09 [2022-06-21T11:47:09.218Z] #77 147.8 checking how to hardcode library paths into programs... immediate
11:47:09 [2022-06-21T11:47:09.218Z] #77 147.8 checking whether stripping libraries is possible... yes
11:47:09 [2022-06-21T11:47:09.364Z] #77 142.5 checking for string.h... yes
11:47:09 [2022-06-21T11:47:09.411Z] #77 173.1   CC       src/crun-checkpoint.o
11:47:09 [2022-06-21T11:47:09.411Z] #77 173.2   CC       src/crun-restore.o
11:47:09 [2022-06-21T11:47:09.478Z] #77 147.9 checking if libtool supports shared libraries... yes
11:47:09 [2022-06-21T11:47:09.478Z] #77 147.9 checking whether to build shared libraries... no
11:47:09 [2022-06-21T11:47:09.478Z] #77 147.9 checking whether to build static libraries... yes
11:47:09 [2022-06-21T11:47:09.478Z] #77 147.9 checking for a BSD-compatible install... /usr/bin/install -c
11:47:09 [2022-06-21T11:47:09.478Z] #77 148.0 checking whether build environment is sane... yes
11:47:09 [2022-06-21T11:47:09.480Z] #32 DONE 0.8s
11:47:09 [2022-06-21T11:47:09.480Z] 
11:47:09 [2022-06-21T11:47:09.480Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
11:47:09 [2022-06-21T11:47:09.480Z] #35 sha256:74c549a62057dc5b89fab62956cbc5cc38201ff5a4e24bece5ff1222c88c7dfe
11:47:09 [2022-06-21T11:47:09.626Z] #77 142.9 checking for memory.h... yes
11:47:09 [2022-06-21T11:47:09.668Z] #77 173.5   CC       src/libcrun/libcrun_la-utils.lo
11:47:09 [2022-06-21T11:47:09.740Z] #35 DONE 0.4s
11:47:09 [2022-06-21T11:47:09.740Z] 
11:47:09 [2022-06-21T11:47:09.740Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
11:47:09 [2022-06-21T11:47:09.740Z] #37 sha256:800e175b78f38eecb9d3a0497a9ce804e8c44860f003bd3245a007cf00514ccb
11:47:09 [2022-06-21T11:47:09.784Z] #77 148.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:47:09 [2022-06-21T11:47:09.784Z] #77 148.3 checking whether make sets $(MAKE)... yes
11:47:09 [2022-06-21T11:47:09.882Z] #77 143.2 checking for strings.h... 
11:47:09 [2022-06-21T11:47:09.883Z] #77 ...
11:47:09 [2022-06-21T11:47:09.883Z] 
11:47:09 [2022-06-21T11:47:09.883Z] #20 [dev-systemd-false  6/28] RUN ldconfig
11:47:09 [2022-06-21T11:47:09.883Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a
11:47:09 [2022-06-21T11:47:09.883Z] #20 DONE 2.1s
11:47:09 [2022-06-21T11:47:09.883Z] 
11:47:09 [2022-06-21T11:47:09.883Z] #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
11:47:09 [2022-06-21T11:47:09.883Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:09 [2022-06-21T11:47:09.883Z] #77 143.2 checking for strings.h... yes
11:47:09 [2022-06-21T11:47:09.924Z] #77 173.5   CC       src/libcrun/libcrun_la-cloned_binary.lo
11:47:09 [2022-06-21T11:47:09.924Z] #77 173.6   CC       src/libcrun/libcrun_la-container.lo
11:47:10 [2022-06-21T11:47:10.000Z] #37 DONE 0.4s
11:47:10 [2022-06-21T11:47:10.000Z] 
11:47:10 [2022-06-21T11:47:10.000Z] #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.44.0"      && /build/golangci-lint --version
11:47:10 [2022-06-21T11:47:10.000Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:47:10 [2022-06-21T11:47:10.000Z] #55 ...
11:47:10 [2022-06-21T11:47:10.000Z] 
11:47:10 [2022-06-21T11:47:10.000Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
11:47:10 [2022-06-21T11:47:10.000Z] #39 sha256:b06f5c3269f6b9479f8b617f54f0f8431edfcf8181578ab4fbb17ca5c6e070c6
11:47:10 [2022-06-21T11:47:10.000Z] #39 DONE 0.1s
11:47:10 [2022-06-21T11:47:10.000Z] 
11:47:10 [2022-06-21T11:47:10.000Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
11:47:10 [2022-06-21T11:47:10.000Z] #41 sha256:38f24ca2f9e9e6aba1bafb15d1e3c3c6f5073806419df7bf98361f2f24d94bc1
11:47:10 [2022-06-21T11:47:10.058Z] #77 148.5 checking whether make supports the include directive... yes (GNU style)
11:47:10 [2022-06-21T11:47:10.058Z] #77 148.7 checking whether make supports nested variables... yes
11:47:10 [2022-06-21T11:47:10.181Z] #77 173.9   CC       src/libcrun/libcrun_la-cgroup.lo
11:47:10 [2022-06-21T11:47:10.181Z] #77 173.9   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
11:47:10 [2022-06-21T11:47:10.181Z] #77 174.0   CC       src/libcrun/libcrun_la-cgroup-resources.lo
11:47:10 [2022-06-21T11:47:10.260Z] #41 DONE 0.2s
11:47:10 [2022-06-21T11:47:10.260Z] 
11:47:10 [2022-06-21T11:47:10.260Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
11:47:10 [2022-06-21T11:47:10.260Z] #45 sha256:6a240dd8a7c340e161ee2d48a85df310e936d3fcfbe46a91f9484af015f27f27
11:47:10 [2022-06-21T11:47:10.260Z] #45 DONE 0.1s
11:47:10 [2022-06-21T11:47:10.260Z] 
11:47:10 [2022-06-21T11:47:10.260Z] #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.44.0"      && /build/golangci-lint --version
11:47:10 [2022-06-21T11:47:10.261Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:47:10 [2022-06-21T11:47:10.283Z] #84 ...
11:47:10 [2022-06-21T11:47:10.283Z] 
11:47:10 [2022-06-21T11:47:10.283Z] #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
11:47:10 [2022-06-21T11:47:10.283Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:47:10 [2022-06-21T11:47:10.283Z] #19 305.6 Selecting previously unselected package gcc-aarch64-linux-gnu.
11:47:10 [2022-06-21T11:47:10.283Z] #19 305.6 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
11:47:10 [2022-06-21T11:47:10.327Z] #77 148.9 checking whether UID '0' is supported by ustar format... yes
11:47:10 [2022-06-21T11:47:10.327Z] #77 148.9 checking whether GID '0' is supported by ustar format... yes
11:47:10 [2022-06-21T11:47:10.438Z] #77 174.2   CC       src/libcrun/libcrun_la-cgroup-setup.lo
11:47:10 [2022-06-21T11:47:10.445Z] #77 143.6 checking for inttypes.h... yes
11:47:10 [2022-06-21T11:47:10.564Z] #19 305.7 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
11:47:10 [2022-06-21T11:47:10.611Z] #77 148.9 checking how to create a ustar tar archive... gnutar
11:47:10 [2022-06-21T11:47:10.611Z] #77 149.1 checking dependency style of gcc... gcc3
11:47:10 [2022-06-21T11:47:10.611Z] #77 149.3 checking whether to enable maintainer-specific portions of Makefiles... yes
11:47:10 [2022-06-21T11:47:10.611Z] #77 149.3 checking whether make supports nested variables... (cached) yes
11:47:10 [2022-06-21T11:47:10.611Z] #77 149.3 checking for gawk... (cached) mawk
11:47:10 [2022-06-21T11:47:10.611Z] #77 149.3 checking for a sed that does not truncate output... (cached) /bin/sed
11:47:10 [2022-06-21T11:47:10.695Z] #77 174.4   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
11:47:10 [2022-06-21T11:47:10.695Z] #77 174.5   CC       src/libcrun/libcrun_la-cgroup-utils.lo
11:47:10 [2022-06-21T11:47:10.701Z] #77 144.1 checking for stdint.h... yes
11:47:10 [2022-06-21T11:47:10.878Z] #77 149.3 checking for gcc... (cached) gcc
11:47:11 [2022-06-21T11:47:11.139Z] #77 149.5 checking whether we are using the GNU C compiler... (cached) yes
11:47:11 [2022-06-21T11:47:11.139Z] #77 149.5 checking whether gcc accepts -g... (cached) yes
11:47:11 [2022-06-21T11:47:11.139Z] #77 149.5 checking for gcc option to accept ISO C89... (cached) none needed
11:47:11 [2022-06-21T11:47:11.139Z] #77 149.6 checking whether gcc understands -c and -o together... (cached) yes
11:47:11 [2022-06-21T11:47:11.139Z] #77 149.6 checking for a Python interpreter with version >= 3... 
11:47:11 [2022-06-21T11:47:11.139Z] #77 ...
11:47:11 [2022-06-21T11:47:11.139Z] 
11:47:11 [2022-06-21T11:47:11.139Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:47:11 [2022-06-21T11:47:11.139Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:47:11 [2022-06-21T11:47:11.139Z] #21 8.049 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:47:11 [2022-06-21T11:47:11.259Z] #77 174.9   CC       src/libcrun/libcrun_la-criu.lo
11:47:11 [2022-06-21T11:47:11.263Z] #77 144.4 checking for unistd.h... yes
11:47:11 [2022-06-21T11:47:11.500Z] #19 306.5 Selecting previously unselected package linux-libc-dev-arm64-cross.
11:47:11 [2022-06-21T11:47:11.500Z] #19 306.5 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
11:47:11 [2022-06-21T11:47:11.500Z] #19 306.7 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
11:47:11 [2022-06-21T11:47:11.516Z] #77 175.2   CC       src/libcrun/libcrun_la-custom-handler.lo
11:47:11 [2022-06-21T11:47:11.519Z] #77 144.8 checking for dlfcn.h... yes
11:47:11 [2022-06-21T11:47:11.519Z] #77 145.2 checking for objdir... .libs
11:47:12 [2022-06-21T11:47:12.083Z] #77 175.7   CC       src/libcrun/libcrun_la-linux.lo
11:47:12 [2022-06-21T11:47:12.084Z] #77 145.5 checking if gcc supports -fno-rtti -fno-exceptions... no
11:47:12 [2022-06-21T11:47:12.340Z] #77 145.8 checking for gcc option to produce PIC... -fPIC -DPIC
11:47:12 [2022-06-21T11:47:12.340Z] #77 145.8 checking if gcc PIC flag -fPIC -DPIC works... yes
11:47:12 [2022-06-21T11:47:12.341Z] #77 176.1   CC       src/libcrun/libcrun_la-seccomp.lo
11:47:12 [2022-06-21T11:47:12.598Z] #77 176.4   CC       src/libcrun/libcrun_la-ebpf.lo
11:47:12 [2022-06-21T11:47:12.856Z] #77 176.6   CC       src/libcrun/libcrun_la-error.lo
11:47:12 [2022-06-21T11:47:12.856Z] #77 176.7   CC       src/libcrun/libcrun_la-status.lo
11:47:13 [2022-06-21T11:47:13.113Z] #77 177.0   CC       src/libcrun/libcrun_la-terminal.lo
11:47:13 [2022-06-21T11:47:13.271Z] #77 146.1 checking if gcc static flag -static works... yes
11:47:13 [2022-06-21T11:47:13.401Z] #19 308.4 Selecting previously unselected package libc6-dev-arm64-cross.
11:47:13 [2022-06-21T11:47:13.401Z] #19 308.4 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
11:47:13 [2022-06-21T11:47:13.401Z] #19 308.6 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
11:47:13 [2022-06-21T11:47:13.527Z] #77 146.9 checking if gcc supports -c -o file.o... yes
11:47:13 [2022-06-21T11:47:13.527Z] #77 147.3 checking if gcc supports -c -o file.o... (cached) yes
11:47:13 [2022-06-21T11:47:13.660Z] #19 ...
11:47:13 [2022-06-21T11:47:13.660Z] 
11:47:13 [2022-06-21T11:47:13.660Z] #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
11:47:13 [2022-06-21T11:47:13.660Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:47:13 [2022-06-21T11:47:13.660Z] #54 DONE 321.4s
11:47:13 [2022-06-21T11:47:13.676Z] #77 177.4   CC       src/libcrun/libcrun_la-chroot_realpath.lo
11:47:13 [2022-06-21T11:47:13.676Z] #77 177.5   CC       src/libcrun/libcrun_la-signals.lo
11:47:13 [2022-06-21T11:47:13.919Z] 
11:47:13 [2022-06-21T11:47: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.44.0"      && /build/golangci-lint --version
11:47:13 [2022-06-21T11:47:13.919Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:47:13 [2022-06-21T11:47:13.933Z] #77 177.8   CC       src/libcrun/libcrun_la-mount_flags.lo
11:47:14 [2022-06-21T11:47:14.090Z] #77 147.3 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
11:47:14 [2022-06-21T11:47:14.177Z] #62 ...
11:47:14 [2022-06-21T11:47:14.177Z] 
11:47:14 [2022-06-21T11:47:14.177Z] #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
11:47:14 [2022-06-21T11:47:14.177Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:47:14 [2022-06-21T11:47:14.177Z] #19 309.4 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
11:47:14 [2022-06-21T11:47:14.177Z] #19 309.4 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
11:47:14 [2022-06-21T11:47:14.177Z] #19 309.4 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
11:47:14 [2022-06-21T11:47:14.496Z] #77 178.1   CC       src/libcrun/libcrun_la-seccomp_notify.lo
11:47:14 [2022-06-21T11:47:14.652Z] #77 147.5 checking dynamic linker characteristics... GNU/Linux ld.so
11:47:14 [2022-06-21T11:47:14.653Z] #77 148.2 checking how to hardcode library paths into programs... immediate
11:47:14 [2022-06-21T11:47:14.653Z] #77 148.2 checking whether stripping libraries is possible... yes
11:47:14 [2022-06-21T11:47:14.653Z] #77 148.2 checking if libtool supports shared libraries... yes
11:47:14 [2022-06-21T11:47:14.653Z] #77 148.2 checking whether to build shared libraries... no
11:47:14 [2022-06-21T11:47:14.653Z] #77 148.2 checking whether to build static libraries... yes
11:47:14 [2022-06-21T11:47:14.653Z] #77 148.2 checking for a BSD-compatible install... /usr/bin/install -c
11:47:14 [2022-06-21T11:47:14.653Z] #77 148.3 checking whether build environment is sane... yes
11:47:14 [2022-06-21T11:47:14.909Z] #77 148.4 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:47:14 [2022-06-21T11:47:14.909Z] #77 148.4 checking whether make sets $(MAKE)... yes
11:47:14 [2022-06-21T11:47:14.909Z] #77 148.5 checking whether make supports the include directive... yes (GNU style)
11:47:15 [2022-06-21T11:47:15.059Z] #77 178.7   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
11:47:15 [2022-06-21T11:47:15.059Z] #77 179.0   CC       src/libcrun/handlers/libcrun_la-krun.lo
11:47:15 [2022-06-21T11:47:15.111Z] #19 310.3 Selecting previously unselected package g++-10-aarch64-linux-gnu.
11:47:15 [2022-06-21T11:47:15.111Z] #19 310.4 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
11:47:15 [2022-06-21T11:47:15.111Z] #19 310.4 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
11:47:15 [2022-06-21T11:47:15.165Z] #77 148.6 checking whether make supports nested variables... yes
11:47:15 [2022-06-21T11:47:15.165Z] #77 148.8 checking whether UID '0' is supported by ustar format... yes
11:47:15 [2022-06-21T11:47:15.165Z] #77 148.8 checking whether GID '0' is supported by ustar format... yes
11:47:15 [2022-06-21T11:47:15.623Z] #77 179.4   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
11:47:15 [2022-06-21T11:47:15.728Z] #77 148.8 checking how to create a ustar tar archive... gnutar
11:47:15 [2022-06-21T11:47:15.728Z] #77 149.1 checking dependency style of gcc... gcc3
11:47:15 [2022-06-21T11:47:15.985Z] #77 149.4 checking whether to enable maintainer-specific portions of Makefiles... yes
11:47:15 [2022-06-21T11:47:15.985Z] #77 149.4 checking whether make supports nested variables... (cached) yes
11:47:15 [2022-06-21T11:47:15.985Z] #77 149.4 checking for gawk... (cached) mawk
11:47:15 [2022-06-21T11:47:15.985Z] #77 149.4 checking for a sed that does not truncate output... (cached) /bin/sed
11:47:15 [2022-06-21T11:47:15.985Z] #77 149.4 checking for gcc... (cached) gcc
11:47:15 [2022-06-21T11:47:15.985Z] #77 149.6 checking whether we are using the GNU C compiler... (cached) yes
11:47:15 [2022-06-21T11:47:15.985Z] #77 149.6 checking whether gcc accepts -g... (cached) yes
11:47:15 [2022-06-21T11:47:15.985Z] #77 149.6 checking for gcc option to accept ISO C89... (cached) none needed
11:47:15 [2022-06-21T11:47:15.985Z] #77 149.6 checking whether gcc understands -c and -o together... (cached) yes
11:47:16 [2022-06-21T11:47:16.187Z] #77 180.0   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
11:47:16 [2022-06-21T11:47:16.242Z] #77 149.6 checking for a Python interpreter with version >= 3... python3
11:47:16 [2022-06-21T11:47:16.242Z] #77 149.7 checking for python3... /usr/bin/python3
11:47:16 [2022-06-21T11:47:16.242Z] #77 149.7 checking for python3 version... 3.9
11:47:16 [2022-06-21T11:47:16.242Z] #77 149.8 checking for python3 platform... linux
11:47:16 [2022-06-21T11:47:16.434Z] #21 ...
11:47:16 [2022-06-21T11:47:16.434Z] 
11:47:16 [2022-06-21T11:47:16.434Z] #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
11:47:16 [2022-06-21T11:47:16.434Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:16 [2022-06-21T11:47:16.434Z] #77 149.6 checking for a Python interpreter with version >= 3... python3
11:47:16 [2022-06-21T11:47:16.434Z] #77 149.8 checking for python3... /usr/bin/python3
11:47:16 [2022-06-21T11:47:16.434Z] #77 149.8 checking for python3 version... 3.9
11:47:16 [2022-06-21T11:47:16.434Z] #77 150.0 checking for python3 platform... linux
11:47:16 [2022-06-21T11:47:16.434Z] #77 150.1 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
11:47:16 [2022-06-21T11:47:16.434Z] #77 150.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
11:47:16 [2022-06-21T11:47:16.434Z] #77 150.9 checking for go-md2man... no
11:47:16 [2022-06-21T11:47:16.434Z] #77 151.0 checking error.h usability... yes
11:47:16 [2022-06-21T11:47:16.434Z] #77 151.4 checking error.h presence... yes
11:47:16 [2022-06-21T11:47:16.434Z] #77 151.5 checking for error.h... yes
11:47:16 [2022-06-21T11:47:16.434Z] #77 151.5 checking linux/openat2.h usability... yes
11:47:16 [2022-06-21T11:47:16.434Z] #77 151.8 checking linux/openat2.h presence... yes
11:47:16 [2022-06-21T11:47:16.434Z] #77 151.9 checking for linux/openat2.h... yes
11:47:16 [2022-06-21T11:47:16.434Z] #77 152.1 checking for copy_file_range... yes
11:47:16 [2022-06-21T11:47:16.434Z] #77 152.6 checking for fgetxattr... yes
11:47:16 [2022-06-21T11:47:16.434Z] #77 153.3 checking for statx... yes
11:47:16 [2022-06-21T11:47:16.434Z] #77 153.7 checking for fgetpwent_r... yes
11:47:16 [2022-06-21T11:47:16.434Z] #77 154.0 checking for issetugid... no
11:47:16 [2022-06-21T11:47:16.434Z] #77 154.3 checking for pkg-config... /usr/bin/pkg-config
11:47:16 [2022-06-21T11:47:16.434Z] #77 154.3 checking pkg-config is at least version 0.9.0... yes
11:47:16 [2022-06-21T11:47:16.434Z] #77 154.4 checking for library containing yajl_tree_get... -lyajl
11:47:16 [2022-06-21T11:47:16.434Z] #77 155.0 checking for yajl >= 2.0.0... yes
11:47:16 [2022-06-21T11:47:16.444Z] #77 180.1   CC       tests/init.o
11:47:16 [2022-06-21T11:47:16.444Z] #77 180.3   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
11:47:16 [2022-06-21T11:47:16.498Z] #77 149.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
11:47:16 [2022-06-21T11:47:16.696Z] #77 155.0 checking sys/capability.h usability... yes
11:47:16 [2022-06-21T11:47:16.696Z] #77 155.3 checking sys/capability.h presence... yes
11:47:16 [2022-06-21T11:47:16.696Z] #77 155.4 checking for sys/capability.h... yes
11:47:16 [2022-06-21T11:47:16.958Z] #77 155.4 checking for library containing cap_from_name... 
11:47:16 [2022-06-21T11:47:16.958Z] #77 ...
11:47:16 [2022-06-21T11:47:16.958Z] 
11:47:16 [2022-06-21T11:47:16.958Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:47:16 [2022-06-21T11:47:16.958Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:47:16 [2022-06-21T11:47:16.958Z] #21 13.93 Fetched 8544 kB in 12s (690 kB/s)
11:47:17 [2022-06-21T11:47:17.067Z] #77 150.2 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
11:47:17 [2022-06-21T11:47:17.067Z] #77 150.5 checking for go-md2man... no
11:47:17 [2022-06-21T11:47:17.067Z] #77 150.5 checking error.h usability... yes
11:47:17 [2022-06-21T11:47:17.067Z] #77 150.7 checking error.h presence... yes
11:47:17 [2022-06-21T11:47:17.067Z] #77 150.8 checking for error.h... yes
11:47:17 [2022-06-21T11:47:17.580Z] #77 150.9 checking linux/openat2.h usability... yes
11:47:17 [2022-06-21T11:47:17.837Z] #77 151.2 checking linux/openat2.h presence... yes
11:47:17 [2022-06-21T11:47:17.837Z] #77 151.3 checking for linux/openat2.h... yes
11:47:18 [2022-06-21T11:47:18.399Z] #77 151.5 checking for copy_file_range... yes
11:47:19 [2022-06-21T11:47:19.220Z] #77 152.2 checking for fgetxattr... yes
11:47:19 [2022-06-21T11:47:19.478Z] #77 152.8 checking for statx... yes
11:47:19 [2022-06-21T11:47:19.740Z] #77 153.2 checking for fgetpwent_r... 
11:47:19 [2022-06-21T11:47:19.740Z] #77 ...
11:47:19 [2022-06-21T11:47:19.740Z] 
11:47:19 [2022-06-21T11:47:19.740Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:47:19 [2022-06-21T11:47:19.740Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:47:19 [2022-06-21T11:47:19.740Z] #21 1.610 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:47:19 [2022-06-21T11:47:19.740Z] #21 1.667 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:47:19 [2022-06-21T11:47:19.740Z] #21 1.667 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:47:19 [2022-06-21T11:47:19.740Z] #21 2.662 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:47:19 [2022-06-21T11:47:19.740Z] #21 5.450 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:47:19 [2022-06-21T11:47:19.740Z] #21 7.123 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:47:19 [2022-06-21T11:47:19.998Z] #21 ...
11:47:19 [2022-06-21T11:47:19.998Z] 
11:47:19 [2022-06-21T11:47:19.998Z] #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
11:47:19 [2022-06-21T11:47:19.998Z] #60 sha256:1cf9985424dec1c3171be28043025a6522f422cd603e7b5586873b26bb8ccbd7
11:47:19 [2022-06-21T11:47:19.998Z] #60 19.12 + cd /tmp/tmp.JNIBcnCjtE/src/github.com/opencontainers/runc
11:47:19 [2022-06-21T11:47:19.998Z] #60 19.12 + git checkout -q v1.1.2
11:47:19 [2022-06-21T11:47:19.998Z] #60 19.75 + '[' -z '' ']'
11:47:19 [2022-06-21T11:47:19.998Z] #60 19.75 + target=static
11:47:19 [2022-06-21T11:47:19.998Z] #60 19.75 + make BUILDTAGS=seccomp static
11:47:19 [2022-06-21T11:47:19.998Z] #60 20.60 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
11:47:20 [2022-06-21T11:47:20.267Z] #21 13.93 Reading package lists...
11:47:20 [2022-06-21T11:47:20.267Z] #21 ...
11:47:20 [2022-06-21T11:47:20.267Z] 
11:47:20 [2022-06-21T11:47:20.267Z] #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
11:47:20 [2022-06-21T11:47:20.267Z] #60 sha256:fc316dbc3689357c902634ec49de24d30fd900891c445ece846d196583b4929b
11:47:20 [2022-06-21T11:47:20.267Z] #60 18.52 + cd /tmp/tmp.NsGVuKcf5H/src/github.com/opencontainers/runc
11:47:20 [2022-06-21T11:47:20.267Z] #60 18.52 + git checkout -q v1.1.2
11:47:20 [2022-06-21T11:47:20.267Z] #60 19.21 + '[' -z '' ']'
11:47:20 [2022-06-21T11:47:20.267Z] #60 19.21 + target=static
11:47:20 [2022-06-21T11:47:20.267Z] #60 19.21 + make BUILDTAGS=seccomp static
11:47:20 [2022-06-21T11:47:20.267Z] #60 19.96 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
11:47:20 [2022-06-21T11:47:20.379Z] #19 ...
11:47:20 [2022-06-21T11:47:20.379Z] 
11:47:20 [2022-06-21T11:47:20.379Z] #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
11:47:20 [2022-06-21T11:47:20.379Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:20 [2022-06-21T11:47:20.379Z] #84 265.5   AR       libcrun_testing.a
11:47:20 [2022-06-21T11:47:20.379Z] #84 265.5 ar: `u' modifier ignored since `D' is the default (see `U')
11:47:20 [2022-06-21T11:47:20.379Z] #84 265.6   CCLD     libcrun.la
11:47:20 [2022-06-21T11:47:20.379Z] #84 265.6   CCLD     tests/tests_libcrun_utils
11:47:20 [2022-06-21T11:47:20.379Z] #84 265.6   CCLD     tests/tests_libcrun_errors
11:47:20 [2022-06-21T11:47:20.379Z] #84 265.6   CCLD     tests/tests_libcrun_fuzzer
11:47:20 [2022-06-21T11:47:20.529Z] #60 ...
11:47:20 [2022-06-21T11:47:20.529Z] 
11:47:20 [2022-06-21T11:47:20.529Z] #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
11:47:20 [2022-06-21T11:47:20.529Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:20 [2022-06-21T11:47:20.529Z] #77 155.4 checking for library containing cap_from_name... -lcap
11:47:20 [2022-06-21T11:47:20.529Z] #77 156.3 checking for library containing dlopen... -ldl
11:47:20 [2022-06-21T11:47:20.529Z] #77 156.9 checking seccomp.h usability... yes
11:47:20 [2022-06-21T11:47:20.529Z] #77 157.3 checking seccomp.h presence... yes
11:47:20 [2022-06-21T11:47:20.529Z] #77 157.4 checking for seccomp.h... yes
11:47:20 [2022-06-21T11:47:20.529Z] #77 157.4 checking for library containing seccomp_rule_add... -lseccomp
11:47:20 [2022-06-21T11:47:20.529Z] #77 158.0 checking for library containing seccomp_arch_resolve_name... none required
11:47:20 [2022-06-21T11:47:20.529Z] #77 158.4 checking systemd/sd-bus.h usability... yes
11:47:20 [2022-06-21T11:47:20.529Z] #77 158.7 checking systemd/sd-bus.h presence... yes
11:47:20 [2022-06-21T11:47:20.529Z] #77 158.9 checking for systemd/sd-bus.h... yes
11:47:21 [2022-06-21T11:47:21.102Z] #77 158.9 checking for library containing sd_bus_match_signal_async... -lsystemd
11:47:21 [2022-06-21T11:47:21.365Z] #77 159.6 checking for sd_notify_barrier... yes
11:47:21 [2022-06-21T11:47:21.763Z] #84 266.7   CCLD     crun
11:47:21 [2022-06-21T11:47:21.938Z] #77 160.1 checking linux/bpf.h usability... yes
11:47:21 [2022-06-21T11:47:21.939Z] #77 160.3 checking linux/bpf.h presence... yes
11:47:21 [2022-06-21T11:47:21.939Z] #77 160.4 checking for linux/bpf.h... yes
11:47:21 [2022-06-21T11:47:21.939Z] #77 160.5 checking compilation for eBPF... yes
11:47:22 [2022-06-21T11:47:22.021Z] #84 267.2 make[3]: Entering directory '/tmp/crun-build'
11:47:22 [2022-06-21T11:47:22.021Z] #84 267.3  /bin/mkdir -p '/usr/local/share/man/man1'
11:47:22 [2022-06-21T11:47:22.021Z] #84 267.3  /bin/mkdir -p '/usr/local/lib'
11:47:22 [2022-06-21T11:47:22.021Z] #84 267.4  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
11:47:22 [2022-06-21T11:47:22.021Z] #84 267.4  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
11:47:22 [2022-06-21T11:47:22.021Z] #84 267.4 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
11:47:22 [2022-06-21T11:47:22.199Z] #77 160.7 checking for criu >= 3.15... no
11:47:22 [2022-06-21T11:47:22.200Z] #77 160.7 configure: CRIU headers not found, building without CRIU support
11:47:22 [2022-06-21T11:47:22.200Z] #77 160.8 checking for criu > 3.16... no
11:47:22 [2022-06-21T11:47:22.200Z] #77 160.8 configure: CRIU version doesn't support join-ns API
11:47:22 [2022-06-21T11:47:22.200Z] #77 160.8 checking for criu > 3.16.1... no
11:47:22 [2022-06-21T11:47:22.200Z] #77 160.8 configure: CRIU version doesn't support for pre-dumping
11:47:22 [2022-06-21T11:47:22.281Z] #84 267.4 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
11:47:22 [2022-06-21T11:47:22.281Z] #84 267.4 libtool: install: chmod 644 /usr/local/lib/libcrun.a
11:47:22 [2022-06-21T11:47:22.281Z] #84 267.4 libtool: install: ranlib /usr/local/lib/libcrun.a
11:47:22 [2022-06-21T11:47:22.281Z] #84 267.7 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
11:47:22 [2022-06-21T11:47:22.281Z] #84 267.7 ----------------------------------------------------------------------
11:47:22 [2022-06-21T11:47:22.281Z] #84 267.7 Libraries have been installed in:
11:47:22 [2022-06-21T11:47:22.281Z] #84 267.7    /usr/local/lib
11:47:22 [2022-06-21T11:47:22.460Z] #77 160.8 checking for new mount API (fsconfig)... yes
11:47:22 [2022-06-21T11:47:22.516Z] #60 ...
11:47:22 [2022-06-21T11:47:22.516Z] 
11:47:22 [2022-06-21T11:47:22.516Z] #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
11:47:22 [2022-06-21T11:47:22.516Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:22 [2022-06-21T11:47:22.516Z] #77 153.2 checking for fgetpwent_r... yes
11:47:22 [2022-06-21T11:47:22.517Z] #77 153.9 checking for issetugid... no
11:47:22 [2022-06-21T11:47:22.517Z] #77 154.6 checking for pkg-config... /usr/bin/pkg-config
11:47:22 [2022-06-21T11:47:22.517Z] #77 154.6 checking pkg-config is at least version 0.9.0... yes
11:47:22 [2022-06-21T11:47:22.517Z] #77 154.6 checking for library containing yajl_tree_get... -lyajl
11:47:22 [2022-06-21T11:47:22.517Z] #77 155.5 checking for yajl >= 2.0.0... yes
11:47:22 [2022-06-21T11:47:22.517Z] #77 155.6 checking sys/capability.h usability... yes
11:47:22 [2022-06-21T11:47:22.517Z] #77 155.8 checking sys/capability.h presence... yes
11:47:22 [2022-06-21T11:47:22.517Z] #77 155.9 checking for sys/capability.h... yes
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7 
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7 If you ever happen to want to link against installed libraries
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7 in a given directory, LIBDIR, you must either use libtool, and
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7 specify the full pathname of the library, or use the '-LLIBDIR'
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7 flag during linking and do at least one of the following:
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7      during execution
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7    - add LIBDIR to the 'LD_RUN_PATH' environment variable
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7      during linking
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7 
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7 See any operating system documentation about shared libraries for
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7 more information, such as the ld(1) and ld.so(8) manual pages.
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7 ----------------------------------------------------------------------
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7  /bin/mkdir -p '/build'
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.7 libtool: install: /usr/bin/install -c crun /build/crun
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.8 make[3]: Leaving directory '/tmp/crun-build'
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.8 make[2]: Leaving directory '/tmp/crun-build'
11:47:22 [2022-06-21T11:47:22.540Z] #84 267.8 make[1]: Leaving directory '/tmp/crun-build'
11:47:22 [2022-06-21T11:47:22.721Z] #77 161.0 checking for seccomp notify API... yes
11:47:22 [2022-06-21T11:47:22.721Z] #77 161.3 checking for gperf... no
11:47:22 [2022-06-21T11:47:22.721Z] #77 161.3 configure: gperf not found - cannot rebuild signal parser code
11:47:23 [2022-06-21T11:47:23.293Z] #77 161.3 checking for library containing argp_parse... none required
11:47:23 [2022-06-21T11:47:23.445Z] #77 155.9 checking for library containing cap_from_name... -lcap
11:47:23 [2022-06-21T11:47:23.554Z] #77 162.3 checking that generated files are newer than configure... done
11:47:23 [2022-06-21T11:47:23.554Z] #77 162.3 configure: creating ./config.status
11:47:24 [2022-06-21T11:47:24.373Z] #77 156.9 checking for library containing dlopen... -ldl
11:47:24 [2022-06-21T11:47:24.452Z] #84 DONE 269.6s
11:47:24 [2022-06-21T11:47:24.453Z] 
11:47:24 [2022-06-21T11:47:24.453Z] #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.44.0"      && /build/golangci-lint --version
11:47:24 [2022-06-21T11:47:24.453Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:47:24 [2022-06-21T11:47:24.715Z] #62 ...
11:47:24 [2022-06-21T11:47:24.715Z] 
11:47:24 [2022-06-21T11:47:24.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
11:47:24 [2022-06-21T11:47:24.715Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:47:24 [2022-06-21T11:47:24.715Z] #19 320.0 Selecting previously unselected package g++-aarch64-linux-gnu.
11:47:24 [2022-06-21T11:47:24.715Z] #19 320.0 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
11:47:24 [2022-06-21T11:47:24.715Z] #19 320.0 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
11:47:24 [2022-06-21T11:47:24.715Z] #19 320.1 Selecting previously unselected package patch.
11:47:24 [2022-06-21T11:47:24.935Z] #77 157.8 checking seccomp.h usability... yes
11:47:24 [2022-06-21T11:47:24.935Z] #77 158.3 checking seccomp.h presence... yes
11:47:24 [2022-06-21T11:47:24.935Z] #77 158.5 checking for seccomp.h... yes
11:47:24 [2022-06-21T11:47:24.974Z] #19 320.1 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
11:47:24 [2022-06-21T11:47:24.974Z] #19 320.1 Unpacking patch (2.7.6-7) ...
11:47:24 [2022-06-21T11:47:24.974Z] #19 320.2 Selecting previously unselected package dpkg-dev.
11:47:24 [2022-06-21T11:47:24.974Z] #19 320.2 Preparing to unpack .../047-dpkg-dev_1.20.10_all.deb ...
11:47:24 [2022-06-21T11:47:24.974Z] #19 320.2 Unpacking dpkg-dev (1.20.10) ...
11:47:25 [2022-06-21T11:47:25.236Z] #19 320.6 Selecting previously unselected package libconfig-inifiles-perl.
11:47:25 [2022-06-21T11:47:25.236Z] #19 320.6 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
11:47:25 [2022-06-21T11:47:25.495Z] #19 320.6 Unpacking libconfig-inifiles-perl (3.000003-1) ...
11:47:25 [2022-06-21T11:47:25.495Z] #19 320.7 Selecting previously unselected package libio-string-perl.
11:47:25 [2022-06-21T11:47:25.495Z] #19 320.7 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
11:47:25 [2022-06-21T11:47:25.495Z] #19 320.7 Unpacking libio-string-perl (1.08-3.1) ...
11:47:25 [2022-06-21T11:47:25.753Z] #19 320.8 Selecting previously unselected package libicu67:amd64.
11:47:25 [2022-06-21T11:47:25.753Z] #19 320.8 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
11:47:25 [2022-06-21T11:47:25.753Z] #19 320.8 Unpacking libicu67:amd64 (67.1-7) ...
11:47:25 [2022-06-21T11:47:25.866Z] #77 158.5 checking for library containing seccomp_rule_add... -lseccomp
11:47:26 [2022-06-21T11:47:26.124Z] #77 159.3 checking for library containing seccomp_arch_resolve_name... none required
11:47:26 [2022-06-21T11:47:26.380Z] #77 159.7 checking systemd/sd-bus.h usability... yes
11:47:26 [2022-06-21T11:47:26.380Z] #77 159.9 checking systemd/sd-bus.h presence... yes
11:47:26 [2022-06-21T11:47:26.641Z] #77 160.1 checking for systemd/sd-bus.h... yes
11:47:27 [2022-06-21T11:47:27.132Z] #19 322.3 Selecting previously unselected package libxml2:amd64.
11:47:27 [2022-06-21T11:47:27.132Z] #19 322.3 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
11:47:27 [2022-06-21T11:47:27.132Z] #19 322.3 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
11:47:27 [2022-06-21T11:47:27.132Z] #19 322.5 Selecting previously unselected package libxml-namespacesupport-perl.
11:47:27 [2022-06-21T11:47:27.132Z] #19 322.5 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:47:27 [2022-06-21T11:47:27.132Z] #19 322.5 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:47:27 [2022-06-21T11:47:27.132Z] #19 322.5 Selecting previously unselected package libxml-sax-base-perl.
11:47:27 [2022-06-21T11:47:27.210Z] #77 160.1 checking for library containing sd_bus_match_signal_async... -lsystemd
11:47:27 [2022-06-21T11:47:27.391Z] #19 322.5 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:47:27 [2022-06-21T11:47:27.391Z] #19 322.5 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:47:27 [2022-06-21T11:47:27.391Z] #19 322.6 Selecting previously unselected package libxml-sax-perl.
11:47:27 [2022-06-21T11:47:27.391Z] #19 322.6 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:47:27 [2022-06-21T11:47:27.391Z] #19 322.6 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:47:27 [2022-06-21T11:47:27.391Z] #19 322.7 Selecting previously unselected package libxml-libxml-perl.
11:47:27 [2022-06-21T11:47:27.391Z] #19 322.7 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
11:47:27 [2022-06-21T11:47:27.653Z] #19 322.7 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:47:27 [2022-06-21T11:47:27.778Z] #77 160.8 checking for sd_notify_barrier... yes
11:47:27 [2022-06-21T11:47:27.778Z] #77 161.2 checking linux/bpf.h usability... yes
11:47:27 [2022-06-21T11:47:27.911Z] #19 323.0 Selecting previously unselected package libxml-simple-perl.
11:47:27 [2022-06-21T11:47:27.911Z] #19 323.0 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
11:47:27 [2022-06-21T11:47:27.911Z] #19 323.2 Unpacking libxml-simple-perl (2.25-1) ...
11:47:28 [2022-06-21T11:47:28.036Z] #77 161.4 checking linux/bpf.h presence... yes
11:47:28 [2022-06-21T11:47:28.036Z] #77 161.5 checking for linux/bpf.h... yes
11:47:28 [2022-06-21T11:47:28.036Z] #77 161.5 checking compilation for eBPF... yes
11:47:28 [2022-06-21T11:47:28.036Z] #77 161.7 checking for criu >= 3.15... no
11:47:28 [2022-06-21T11:47:28.036Z] #77 161.7 configure: CRIU headers not found, building without CRIU support
11:47:28 [2022-06-21T11:47:28.036Z] #77 161.7 checking for criu > 3.16... no
11:47:28 [2022-06-21T11:47:28.036Z] #77 161.8 configure: CRIU version doesn't support join-ns API
11:47:28 [2022-06-21T11:47:28.293Z] #77 161.8 checking for criu > 3.16.1... no
11:47:28 [2022-06-21T11:47:28.293Z] #77 161.8 configure: CRIU version doesn't support for pre-dumping
11:47:28 [2022-06-21T11:47:28.293Z] #77 161.8 checking for new mount API (fsconfig)... yes
11:47:28 [2022-06-21T11:47:28.479Z] #19 323.6 Selecting previously unselected package libyaml-perl.
11:47:28 [2022-06-21T11:47:28.479Z] #19 323.6 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
11:47:28 [2022-06-21T11:47:28.479Z] #19 323.6 Unpacking libyaml-perl (1.30-1) ...
11:47:28 [2022-06-21T11:47:28.479Z] #19 323.7 Selecting previously unselected package libconfig-auto-perl.
11:47:28 [2022-06-21T11:47:28.479Z] #19 323.7 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
11:47:28 [2022-06-21T11:47:28.479Z] #19 323.7 Unpacking libconfig-auto-perl (0.44-1.1) ...
11:47:28 [2022-06-21T11:47:28.479Z] #19 323.7 Selecting previously unselected package libfile-which-perl.
11:47:28 [2022-06-21T11:47:28.479Z] #19 323.7 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
11:47:28 [2022-06-21T11:47:28.550Z] #77 161.9 checking for seccomp notify API... yes
11:47:28 [2022-06-21T11:47:28.550Z] #77 162.1 checking for gperf... no
11:47:28 [2022-06-21T11:47:28.550Z] #77 162.1 configure: gperf not found - cannot rebuild signal parser code
11:47:28 [2022-06-21T11:47:28.770Z] #19 323.7 Unpacking libfile-which-perl (1.23-1) ...
11:47:28 [2022-06-21T11:47:28.771Z] #19 323.8 Selecting previously unselected package libfile-homedir-perl.
11:47:28 [2022-06-21T11:47:28.771Z] #19 323.8 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
11:47:28 [2022-06-21T11:47:28.771Z] #19 323.8 Unpacking libfile-homedir-perl (1.006-1) ...
11:47:28 [2022-06-21T11:47:28.771Z] #19 323.8 Selecting previously unselected package libdebian-dpkgcross-perl.
11:47:28 [2022-06-21T11:47:28.771Z] #19 323.8 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
11:47:28 [2022-06-21T11:47:28.771Z] #19 323.8 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
11:47:28 [2022-06-21T11:47:28.771Z] #19 323.9 Selecting previously unselected package dpkg-cross.
11:47:28 [2022-06-21T11:47:28.771Z] #19 323.9 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
11:47:28 [2022-06-21T11:47:28.771Z] #19 323.9 Unpacking dpkg-cross (2.6.18+nmu1) ...
11:47:28 [2022-06-21T11:47:28.771Z] #19 324.0 Selecting previously unselected package crossbuild-essential-arm64.
11:47:28 [2022-06-21T11:47:28.771Z] #19 324.0 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
11:47:28 [2022-06-21T11:47:28.771Z] #19 324.0 Unpacking crossbuild-essential-arm64 (12.9) ...
11:47:28 [2022-06-21T11:47:28.771Z] #19 324.0 Selecting previously unselected package libc6-armel-cross.
11:47:28 [2022-06-21T11:47:28.771Z] #19 324.0 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
11:47:28 [2022-06-21T11:47:28.771Z] #19 324.0 Unpacking libc6-armel-cross (2.31-9cross4) ...
11:47:28 [2022-06-21T11:47:28.807Z] #77 162.1 checking for library containing argp_parse... none required
11:47:28 [2022-06-21T11:47:28.849Z] #77 ...
11:47:28 [2022-06-21T11:47:28.849Z] 
11:47:28 [2022-06-21T11:47:28.849Z] #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
11:47:28 [2022-06-21T11:47:28.849Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:47:28 [2022-06-21T11:47:28.849Z] #34 DONE 245.9s
11:47:28 [2022-06-21T11:47:28.849Z] 
11:47:28 [2022-06-21T11:47:28.849Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:47:28 [2022-06-21T11:47:28.849Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:47:28 [2022-06-21T11:47:28.849Z] #21 13.93 Reading package lists...
11:47:28 [2022-06-21T11:47:28.849Z] #21 18.65 Reading package lists...
11:47:28 [2022-06-21T11:47:28.849Z] #21 24.09 Building dependency tree...
11:47:29 [2022-06-21T11:47:29.040Z] #19 324.2 Selecting previously unselected package libgcc-s1-armel-cross.
11:47:29 [2022-06-21T11:47:29.040Z] #19 324.2 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
11:47:29 [2022-06-21T11:47:29.040Z] #19 324.2 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
11:47:29 [2022-06-21T11:47:29.065Z] #77 162.7 checking that generated files are newer than configure... done
11:47:29 [2022-06-21T11:47:29.065Z] #77 162.7 configure: creating ./config.status
11:47:29 [2022-06-21T11:47:29.110Z] #21 ...
11:47:29 [2022-06-21T11:47:29.110Z] 
11:47:29 [2022-06-21T11:47:29.110Z] #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
11:47:29 [2022-06-21T11:47:29.110Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:29 [2022-06-21T11:47:29.110Z] #77 167.7 config.status: creating Makefile
11:47:29 [2022-06-21T11:47:29.303Z] #19 324.3 Selecting previously unselected package libgomp1-armel-cross.
11:47:29 [2022-06-21T11:47:29.303Z] #19 324.3 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
11:47:29 [2022-06-21T11:47:29.303Z] #19 324.3 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
11:47:29 [2022-06-21T11:47:29.303Z] #19 324.5 Selecting previously unselected package libatomic1-armel-cross.
11:47:29 [2022-06-21T11:47:29.303Z] #19 324.5 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
11:47:29 [2022-06-21T11:47:29.303Z] #19 324.5 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
11:47:29 [2022-06-21T11:47:29.303Z] #19 324.5 Selecting previously unselected package libasan6-armel-cross.
11:47:29 [2022-06-21T11:47:29.303Z] #19 324.5 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
11:47:29 [2022-06-21T11:47:29.303Z] #19 324.5 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
11:47:29 [2022-06-21T11:47:29.371Z] #77 167.8 config.status: creating rpm/crun.spec
11:47:29 [2022-06-21T11:47:29.371Z] #77 168.0 config.status: creating config.h
11:47:29 [2022-06-21T11:47:29.371Z] #77 168.1 config.status: executing libtool commands
11:47:29 [2022-06-21T11:47:29.569Z] #19 324.8 Selecting previously unselected package libstdc++6-armel-cross.
11:47:29 [2022-06-21T11:47:29.569Z] #19 324.8 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
11:47:29 [2022-06-21T11:47:29.569Z] #19 324.9 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
11:47:29 [2022-06-21T11:47:29.633Z] #77 168.2 config.status: executing depfiles commands
11:47:29 [2022-06-21T11:47:29.832Z] #19 325.0 Selecting previously unselected package libubsan1-armel-cross.
11:47:29 [2022-06-21T11:47:29.832Z] #19 325.0 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
11:47:29 [2022-06-21T11:47:29.832Z] #19 325.0 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
11:47:29 [2022-06-21T11:47:29.832Z] #19 325.1 Selecting previously unselected package libgcc-10-dev-armel-cross.
11:47:30 [2022-06-21T11:47:30.090Z] #19 325.1 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
11:47:30 [2022-06-21T11:47:30.090Z] #19 325.1 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
11:47:30 [2022-06-21T11:47:30.090Z] #19 325.2 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
11:47:30 [2022-06-21T11:47:30.090Z] #19 325.2 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
11:47:30 [2022-06-21T11:47:30.090Z] #19 325.2 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
11:47:30 [2022-06-21T11:47:30.967Z] #77 ...
11:47:30 [2022-06-21T11:47:30.967Z] 
11:47:30 [2022-06-21T11:47:30.967Z] #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
11:47:30 [2022-06-21T11:47:30.967Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
11:47:30 [2022-06-21T11:47:30.967Z] #34 DONE 243.7s
11:47:30 [2022-06-21T11:47:30.967Z] 
11:47:30 [2022-06-21T11:47:30.967Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:47:30 [2022-06-21T11:47:30.967Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 Delve is a source level debugger for Go programs.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 Delve enables you to interact with your program by controlling the execution of the process,
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 Pass flags to the program you are debugging using `--`, for example:
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 `dlv exec ./hello -- server --config conf/config.toml`
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 Usage:
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   dlv [command]
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 Available Commands:
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   attach      Attach to running process and begin debugging.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   connect     Connect to a headless debug server with a terminal client.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   core        Examine a core dump.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   debug       Compile and begin debugging main package in current directory, or the package specified.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   exec        Execute a precompiled binary, and begin a debug session.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   help        Help about any command
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   run         Deprecated command. Use 'debug' instead.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   test        Compile test binary and begin debugging program.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   trace       Compile and begin tracing program.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   version     Prints version.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 Flags:
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.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)
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.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)
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7       --disable-aslr                     Disables address space randomization
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   -h, --help                             help for dlv
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7       --init string                      Init file, executed by the terminal client.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7       --log                              Enable debugging server logging.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7       --wd string                        Working directory for running the program.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 Additional help topics:
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   dlv backend  Help about the --backend flag.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   dlv log      Help about logging flags.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7   dlv redirect Help about file redirection.
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 
11:47:30 [2022-06-21T11:47:30.967Z] #36 243.7 Use "dlv [command] --help" for more information about a command.
11:47:30 [2022-06-21T11:47:30.967Z] #36 DONE 243.9s
11:47:30 [2022-06-21T11:47:30.967Z] 
11:47:30 [2022-06-21T11:47:30.967Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:47:30 [2022-06-21T11:47:30.967Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:47:30 [2022-06-21T11:47:30.967Z] #21 13.89 Fetched 8544 kB in 13s (681 kB/s)
11:47:30 [2022-06-21T11:47:30.967Z] #21 13.89 Reading package lists...
11:47:31 [2022-06-21T11:47:31.992Z] #19 ...
11:47:31 [2022-06-21T11:47:31.992Z] 
11:47:31 [2022-06-21T11:47:31.992Z] #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.44.0"      && /build/golangci-lint --version
11:47:31 [2022-06-21T11:47:31.992Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:47:31 [2022-06-21T11:47:31.992Z] #62 339.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
11:47:31 [2022-06-21T11:47:31.992Z] #62 DONE 339.8s
11:47:31 [2022-06-21T11:47:31.992Z] 
11:47:31 [2022-06-21T11:47:31.992Z] #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
11:47:31 [2022-06-21T11:47:31.992Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
11:47:32 [2022-06-21T11:47:32.181Z] #77 170.7 === configuring in libocispec (/tmp/crun-build/libocispec)
11:47:32 [2022-06-21T11:47:32.181Z] #77 170.7 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
11:47:32 [2022-06-21T11:47:32.216Z] #55 ...
11:47:32 [2022-06-21T11:47:32.216Z] 
11:47:32 [2022-06-21T11:47:32.216Z] #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
11:47:32 [2022-06-21T11:47:32.216Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:32 [2022-06-21T11:47:32.216Z] #77 188.2   CCLD     libocispec.la
11:47:32 [2022-06-21T11:47:32.216Z] #77 188.6   CCLD     tests/test-1
11:47:32 [2022-06-21T11:47:32.216Z] #77 188.6   CCLD     src/validate
11:47:32 [2022-06-21T11:47:32.216Z] #77 188.6   CCLD     tests/test-2
11:47:32 [2022-06-21T11:47:32.216Z] #77 188.7   CCLD     tests/test-3
11:47:32 [2022-06-21T11:47:32.216Z] #77 188.7   CCLD     tests/test-4
11:47:32 [2022-06-21T11:47:32.216Z] #77 188.8   CCLD     tests/test-5
11:47:32 [2022-06-21T11:47:32.216Z] #77 188.8   CCLD     tests/test-6
11:47:32 [2022-06-21T11:47:32.216Z] #77 188.9   CCLD     tests/test-7
11:47:32 [2022-06-21T11:47:32.216Z] #77 189.0   CCLD     tests/test-8
11:47:32 [2022-06-21T11:47:32.216Z] #77 189.2   CCLD     tests/test-9
11:47:32 [2022-06-21T11:47:32.216Z] #77 189.3 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
11:47:32 [2022-06-21T11:47:32.216Z] #77 189.3   CCLD     tests/test-10
11:47:32 [2022-06-21T11:47:32.216Z] #77 189.3   CCLD     tests/test-11
11:47:32 [2022-06-21T11:47:32.216Z] #77 191.1 libtool: link: ar cr libocispec.a 
11:47:32 [2022-06-21T11:47:32.216Z] #77 191.2 libtool: link: ranlib libocispec.a
11:47:32 [2022-06-21T11:47:32.876Z] #21 18.91 Reading package lists...
11:47:32 [2022-06-21T11:47:32.876Z] #21 ...
11:47:32 [2022-06-21T11:47:32.876Z] 
11:47:32 [2022-06-21T11:47:32.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
11:47:32 [2022-06-21T11:47:32.876Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:32 [2022-06-21T11:47:32.876Z] #77 166.5 config.status: creating Makefile
11:47:33 [2022-06-21T11:47:33.123Z] #77 171.7 checking for gcc... gcc
11:47:33 [2022-06-21T11:47:33.133Z] #77 166.6 config.status: creating rpm/crun.spec
11:47:33 [2022-06-21T11:47:33.390Z] #77 166.8 config.status: creating config.h
11:47:33 [2022-06-21T11:47:33.390Z] #77 166.9 config.status: executing libtool commands
11:47:33 [2022-06-21T11:47:33.390Z] #77 166.9 config.status: executing depfiles commands
11:47:33 [2022-06-21T11:47:33.597Z] #77 192.8 make[5]: Entering directory '/tmp/crun-build/libocispec'
11:47:33 [2022-06-21T11:47:33.597Z] #77 192.9 make[5]: Nothing to be done for 'install-exec-am'.
11:47:33 [2022-06-21T11:47:33.597Z] #77 192.9 make[5]: Nothing to be done for 'install-data-am'.
11:47:33 [2022-06-21T11:47:33.597Z] #77 192.9 make[5]: Leaving directory '/tmp/crun-build/libocispec'
11:47:33 [2022-06-21T11:47:33.597Z] #77 192.9 make[4]: Leaving directory '/tmp/crun-build/libocispec'
11:47:33 [2022-06-21T11:47:33.597Z] #77 192.9 make[3]: Leaving directory '/tmp/crun-build/libocispec'
11:47:33 [2022-06-21T11:47:33.597Z] #77 192.9 make[2]: Leaving directory '/tmp/crun-build/libocispec'
11:47:33 [2022-06-21T11:47:33.597Z] #77 192.9 make[2]: Entering directory '/tmp/crun-build'
11:47:33 [2022-06-21T11:47:33.597Z] #77 193.0   CC       src/libcrun/libcrun_testing_a-utils.o
11:47:33 [2022-06-21T11:47:33.597Z] #77 193.0   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
11:47:33 [2022-06-21T11:47:33.597Z] #77 193.0   CC       src/libcrun/libcrun_testing_a-container.o
11:47:33 [2022-06-21T11:47:33.597Z] #77 193.1   CC       src/libcrun/libcrun_testing_a-cgroup.o
11:47:33 [2022-06-21T11:47:33.597Z] #77 193.1   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
11:47:33 [2022-06-21T11:47:33.597Z] #77 193.1   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
11:47:33 [2022-06-21T11:47:33.597Z] #77 193.1   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
11:47:33 [2022-06-21T11:47:33.705Z] #77 171.8 checking whether the C compiler works... 
11:47:33 [2022-06-21T11:47:33.705Z] #77 ...
11:47:33 [2022-06-21T11:47:33.705Z] 
11:47:33 [2022-06-21T11:47:33.705Z] #36 [delve 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/go-delve/delve/cmd/dlv@v1.8.1"      && /build/dlv --help
11:47:33 [2022-06-21T11:47:33.705Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 Delve is a source level debugger for Go programs.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 Delve enables you to interact with your program by controlling the execution of the process,
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 Pass flags to the program you are debugging using `--`, for example:
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 `dlv exec ./hello -- server --config conf/config.toml`
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 Usage:
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   dlv [command]
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 Available Commands:
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   attach      Attach to running process and begin debugging.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   connect     Connect to a headless debug server with a terminal client.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   core        Examine a core dump.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   debug       Compile and begin debugging main package in current directory, or the package specified.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   exec        Execute a precompiled binary, and begin a debug session.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   help        Help about any command
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   run         Deprecated command. Use 'debug' instead.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   test        Compile test binary and begin debugging program.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   trace       Compile and begin tracing program.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   version     Prints version.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 Flags:
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.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)
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.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)
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3       --disable-aslr                     Disables address space randomization
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   -h, --help                             help for dlv
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3       --init string                      Init file, executed by the terminal client.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3       --log                              Enable debugging server logging.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3       --wd string                        Working directory for running the program.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 Additional help topics:
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   dlv backend  Help about the --backend flag.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   dlv log      Help about logging flags.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3   dlv redirect Help about file redirection.
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 
11:47:33 [2022-06-21T11:47:33.705Z] #36 251.3 Use "dlv [command] --help" for more information about a command.
11:47:33 [2022-06-21T11:47:33.705Z] #36 DONE 251.4s
11:47:33 [2022-06-21T11:47:33.705Z] 
11:47:33 [2022-06-21T11:47:33.705Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:47:33 [2022-06-21T11:47:33.705Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:47:33 [2022-06-21T11:47:33.705Z] #21 26.73 The following additional packages will be installed:
11:47:33 [2022-06-21T11:47:33.705Z] #21 26.73   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
11:47:33 [2022-06-21T11:47:33.705Z] #21 26.73   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:47:33 [2022-06-21T11:47:33.705Z] #21 26.73   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
11:47:33 [2022-06-21T11:47:33.705Z] #21 26.73   python3-pkg-resources vim-runtime xxd
11:47:33 [2022-06-21T11:47:33.705Z] #21 26.75 Suggested packages:
11:47:33 [2022-06-21T11:47:33.705Z] #21 26.75   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
11:47:33 [2022-06-21T11:47:33.705Z] #21 26.75   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
11:47:33 [2022-06-21T11:47:33.705Z] #21 26.75   acl attr quota
11:47:33 [2022-06-21T11:47:33.705Z] #21 26.75 Recommended packages:
11:47:33 [2022-06-21T11:47:33.705Z] #21 26.75   libatm1 nftables libpam-cap build-essential python3-dev unzip
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.10 The following NEW packages will be installed:
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.11   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.11   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.11   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.11   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.11   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.11   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.11   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.11   xz-utils zip zstd
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.54 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded.
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.54 Need to get 27.7 MB of archives.
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.54 After this operation, 106 MB of additional disk space will be used.
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.54 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.55 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.56 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.56 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.56 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.56 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.56 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.57 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.63 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.65 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.66 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.67 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.68 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.70 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.73 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.75 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.75 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.75 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.75 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.77 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.77 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.79 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.80 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.82 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.82 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.82 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 29.83 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.19 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.19 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.20 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.21 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.21 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.22 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.22 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.24 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.33 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.33 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.33 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.34 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.35 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.36 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.37 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.39 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.42 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
11:47:33 [2022-06-21T11:47:33.705Z] #21 30.42 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
11:47:33 [2022-06-21T11:47:33.858Z] #77 193.1   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
11:47:33 [2022-06-21T11:47:33.858Z] #77 193.2   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
11:47:33 [2022-06-21T11:47:33.858Z] #77 193.3   CC       src/libcrun/libcrun_testing_a-criu.o
11:47:33 [2022-06-21T11:47:33.858Z] #77 193.3   CC       src/libcrun/libcrun_testing_a-custom-handler.o
11:47:33 [2022-06-21T11:47:33.967Z] #21 30.74 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
11:47:33 [2022-06-21T11:47:33.967Z] #21 30.79 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
11:47:33 [2022-06-21T11:47:33.967Z] #21 30.86 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
11:47:33 [2022-06-21T11:47:33.967Z] #21 30.87 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
11:47:34 [2022-06-21T11:47:34.118Z] #77 193.4   CC       src/libcrun/libcrun_testing_a-linux.o
11:47:34 [2022-06-21T11:47:34.119Z] #77 193.5   CC       src/libcrun/libcrun_testing_a-seccomp.o
11:47:34 [2022-06-21T11:47:34.119Z] #77 193.6   CC       src/libcrun/libcrun_testing_a-ebpf.o
11:47:34 [2022-06-21T11:47:34.119Z] #77 193.7   CC       src/libcrun/libcrun_testing_a-error.o
11:47:34 [2022-06-21T11:47:34.379Z] #77 193.7   CC       src/libcrun/libcrun_testing_a-status.o
11:47:34 [2022-06-21T11:47:34.379Z] #77 193.7   CC       src/libcrun/libcrun_testing_a-terminal.o
11:47:34 [2022-06-21T11:47:34.379Z] #77 193.8   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
11:47:34 [2022-06-21T11:47:34.379Z] #77 193.9   CC       src/libcrun/libcrun_testing_a-signals.o
11:47:34 [2022-06-21T11:47:34.639Z] #77 194.0   CC       src/libcrun/libcrun_testing_a-mount_flags.o
11:47:34 [2022-06-21T11:47:34.639Z] #77 194.0   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
11:47:34 [2022-06-21T11:47:34.639Z] #77 194.1   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
11:47:34 [2022-06-21T11:47:34.899Z] #77 194.2   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
11:47:34 [2022-06-21T11:47:34.899Z] #77 194.3   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
11:47:34 [2022-06-21T11:47:34.899Z] #77 194.4   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
11:47:35 [2022-06-21T11:47:35.159Z] #77 194.6   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
11:47:35 [2022-06-21T11:47:35.159Z] #77 194.6   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
11:47:35 [2022-06-21T11:47:35.284Z] #77 168.6 === configuring in libocispec (/tmp/crun-build/libocispec)
11:47:35 [2022-06-21T11:47:35.284Z] #77 168.7 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
11:47:35 [2022-06-21T11:47:35.364Z] #21 32.16 debconf: delaying package configuration, since apt-utils is not installed
11:47:35 [2022-06-21T11:47:35.625Z] #21 32.45 Fetched 27.7 MB in 2s (16.0 MB/s)
11:47:35 [2022-06-21T11:47:35.625Z] #21 32.54 Selecting previously unselected package pigz.
11:47:35 [2022-06-21T11:47:35.728Z] #77 195.1   CC       src/crun-crun.o
11:47:35 [2022-06-21T11:47:35.728Z] #77 195.2   CC       src/crun-run.o
11:47:35 [2022-06-21T11:47:35.728Z] #77 195.3   CC       src/crun-delete.o
11:47:35 [2022-06-21T11:47:35.885Z] #21 32.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 ... 24019 files and directories currently installed.)
11:47:35 [2022-06-21T11:47:35.885Z] #21 32.66 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
11:47:35 [2022-06-21T11:47:35.885Z] #21 32.69 Unpacking pigz (2.6-1) ...
11:47:35 [2022-06-21T11:47:35.885Z] #21 32.90 Selecting previously unselected package libelf1:amd64.
11:47:35 [2022-06-21T11:47:35.929Z] #77 169.5 checking for gcc... gcc
11:47:35 [2022-06-21T11:47:35.988Z] #77 195.4   CC       src/crun-kill.o
11:47:36 [2022-06-21T11:47:36.146Z] #21 32.92 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
11:47:36 [2022-06-21T11:47:36.146Z] #21 32.94 Unpacking libelf1:amd64 (0.183-1) ...
11:47:36 [2022-06-21T11:47:36.146Z] #21 33.15 Selecting previously unselected package libbpf0:amd64.
11:47:36 [2022-06-21T11:47:36.146Z] #21 33.17 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
11:47:36 [2022-06-21T11:47:36.175Z] #19 330.7 Selecting previously unselected package gcc-arm-linux-gnueabi.
11:47:36 [2022-06-21T11:47:36.175Z] #19 330.7 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
11:47:36 [2022-06-21T11:47:36.175Z] #19 330.7 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
11:47:36 [2022-06-21T11:47:36.175Z] #19 330.7 Selecting previously unselected package linux-libc-dev-armel-cross.
11:47:36 [2022-06-21T11:47:36.175Z] #19 330.7 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
11:47:36 [2022-06-21T11:47:36.175Z] #19 330.7 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
11:47:36 [2022-06-21T11:47:36.175Z] #19 330.9 Selecting previously unselected package libc6-dev-armel-cross.
11:47:36 [2022-06-21T11:47:36.175Z] #19 330.9 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
11:47:36 [2022-06-21T11:47:36.175Z] #19 330.9 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
11:47:36 [2022-06-21T11:47:36.175Z] #19 331.1 Selecting previously unselected package libstdc++-10-dev-armel-cross.
11:47:36 [2022-06-21T11:47:36.175Z] #19 331.1 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
11:47:36 [2022-06-21T11:47:36.175Z] #19 331.2 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
11:47:36 [2022-06-21T11:47:36.175Z] #19 331.4 Selecting previously unselected package g++-10-arm-linux-gnueabi.
11:47:36 [2022-06-21T11:47:36.176Z] #19 331.4 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
11:47:36 [2022-06-21T11:47:36.176Z] #19 331.4 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
11:47:36 [2022-06-21T11:47:36.249Z] #77 195.6   CC       src/crun-pause.o
11:47:36 [2022-06-21T11:47:36.249Z] #77 195.6   CC       src/crun-unpause.o
11:47:36 [2022-06-21T11:47:36.249Z] #77 195.7   CC       src/crun-spec.o
11:47:36 [2022-06-21T11:47:36.407Z] #21 33.18 Unpacking libbpf0:amd64 (1:0.3-2) ...
11:47:36 [2022-06-21T11:47:36.448Z] #77 169.8 checking whether the C compiler works... yes
11:47:36 [2022-06-21T11:47:36.509Z] #77 195.8   CC       src/crun-exec.o
11:47:36 [2022-06-21T11:47:36.509Z] #77 196.0   CC       src/crun-list.o
11:47:36 [2022-06-21T11:47:36.509Z] #77 196.0   CC       src/crun-create.o
11:47:36 [2022-06-21T11:47:36.509Z] #77 196.1   CC       src/crun-start.o
11:47:36 [2022-06-21T11:47:36.668Z] #21 33.67 Selecting previously unselected package libcap2:amd64.
11:47:36 [2022-06-21T11:47:36.668Z] #21 33.67 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
11:47:36 [2022-06-21T11:47:36.668Z] #21 33.67 Unpacking libcap2:amd64 (1:2.44-1) ...
11:47:36 [2022-06-21T11:47:36.725Z] #77 170.2 checking for C compiler default output file name... a.out
11:47:36 [2022-06-21T11:47:36.769Z] #77 196.2   CC       src/crun-state.o
11:47:36 [2022-06-21T11:47:36.929Z] #21 33.91 Selecting previously unselected package libmnl0:amd64.
11:47:36 [2022-06-21T11:47:36.929Z] #21 33.91 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
11:47:36 [2022-06-21T11:47:36.929Z] #21 33.91 Unpacking libmnl0:amd64 (1.0.4-3) ...
11:47:36 [2022-06-21T11:47:36.985Z] #77 170.2 checking for suffix of executables... 
11:47:37 [2022-06-21T11:47:37.029Z] #77 196.5   CC       src/crun-update.o
11:47:37 [2022-06-21T11:47:37.029Z] #77 196.6   CC       src/crun-ps.o
11:47:37 [2022-06-21T11:47:37.192Z] #21 34.07 Selecting previously unselected package libxtables12:amd64.
11:47:37 [2022-06-21T11:47:37.192Z] #21 34.08 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
11:47:37 [2022-06-21T11:47:37.192Z] #21 34.11 Unpacking libxtables12:amd64 (1.8.7-1) ...
11:47:37 [2022-06-21T11:47:37.453Z] #21 34.21 Selecting previously unselected package libcap2-bin.
11:47:37 [2022-06-21T11:47:37.453Z] #21 34.25 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
11:47:37 [2022-06-21T11:47:37.453Z] #21 34.26 Unpacking libcap2-bin (1:2.44-1) ...
11:47:37 [2022-06-21T11:47:37.453Z] #21 34.40 Selecting previously unselected package iproute2.
11:47:37 [2022-06-21T11:47:37.453Z] #21 34.41 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
11:47:37 [2022-06-21T11:47:37.453Z] #21 34.42 Unpacking iproute2 (5.10.0-4) ...
11:47:37 [2022-06-21T11:47:37.548Z] #77 170.6 checking whether we are cross compiling... no
11:47:37 [2022-06-21T11:47:37.548Z] #77 170.9 checking for suffix of object files... o
11:47:37 [2022-06-21T11:47:37.598Z] #77 196.8   CC       src/crun-checkpoint.o
11:47:37 [2022-06-21T11:47:37.598Z] #77 197.0   CC       src/crun-restore.o
11:47:37 [2022-06-21T11:47:37.598Z] #77 197.1   CC       src/libcrun/libcrun_la-utils.lo
11:47:37 [2022-06-21T11:47:37.598Z] #77 197.2   CC       src/libcrun/libcrun_la-cloned_binary.lo
11:47:37 [2022-06-21T11:47:37.804Z] #77 171.2 checking whether we are using the GNU C compiler... yes
11:47:37 [2022-06-21T11:47:37.858Z] #77 197.3   CC       src/libcrun/libcrun_la-container.lo
11:47:37 [2022-06-21T11:47:37.858Z] #77 197.3   CC       src/libcrun/libcrun_la-cgroup.lo
11:47:37 [2022-06-21T11:47:37.858Z] #77 197.4   CC       src/libcrun/libcrun_la-cgroup-resources.lo
11:47:38 [2022-06-21T11:47:38.025Z] #21 35.08 Selecting previously unselected package xxd.
11:47:38 [2022-06-21T11:47:38.061Z] #77 171.4 checking whether gcc accepts -g... yes
11:47:38 [2022-06-21T11:47:38.118Z] #77 197.4   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
11:47:38 [2022-06-21T11:47:38.118Z] #77 197.5   CC       src/libcrun/libcrun_la-cgroup-setup.lo
11:47:38 [2022-06-21T11:47:38.289Z] #21 35.08 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:47:38 [2022-06-21T11:47:38.289Z] #21 35.08 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:47:38 [2022-06-21T11:47:38.317Z] #77 171.6 checking for gcc option to accept ISO C89... none needed
11:47:38 [2022-06-21T11:47:38.341Z] #77 198.7   CCLD     tests/init
11:47:38 [2022-06-21T11:47:38.551Z] #21 35.36 Selecting previously unselected package vim-common.
11:47:38 [2022-06-21T11:47:38.551Z] #21 35.36 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:47:38 [2022-06-21T11:47:38.551Z] #21 35.41 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:47:38 [2022-06-21T11:47:38.551Z] #21 35.62 Selecting previously unselected package bash-completion.
11:47:38 [2022-06-21T11:47:38.574Z] #77 171.8 checking whether gcc understands -c and -o together... yes
11:47:38 [2022-06-21T11:47:38.688Z] #77 198.0   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
11:47:38 [2022-06-21T11:47:38.688Z] #77 198.3   CC       src/libcrun/libcrun_la-cgroup-utils.lo
11:47:38 [2022-06-21T11:47:38.813Z] #21 35.62 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
11:47:38 [2022-06-21T11:47:38.948Z] #77 198.3   CC       src/libcrun/libcrun_la-criu.lo
11:47:39 [2022-06-21T11:47:39.087Z] #77 172.2 checking how to run the C preprocessor... gcc -E
11:47:39 [2022-06-21T11:47:39.208Z] #77 198.5   CC       src/libcrun/libcrun_la-custom-handler.lo
11:47:39 [2022-06-21T11:47:39.208Z] #77 198.7   CC       src/libcrun/libcrun_la-linux.lo
11:47:39 [2022-06-21T11:47:39.344Z] #77 172.9 checking for grep that handles long lines and -e... /bin/grep
11:47:39 [2022-06-21T11:47:39.344Z] #77 172.9 checking for egrep... /bin/grep -E
11:47:39 [2022-06-21T11:47:39.468Z] #77 198.9   CC       src/libcrun/libcrun_la-seccomp.lo
11:47:40 [2022-06-21T11:47:40.038Z] #77 199.2   CC       src/libcrun/libcrun_la-ebpf.lo
11:47:40 [2022-06-21T11:47:40.038Z] #77 199.6   CC       src/libcrun/libcrun_la-error.lo
11:47:40 [2022-06-21T11:47:40.277Z] #77 172.9 checking for ANSI C header files... yes
11:47:40 [2022-06-21T11:47:40.297Z] #77 199.7   CC       src/libcrun/libcrun_la-status.lo
11:47:40 [2022-06-21T11:47:40.534Z] #77 173.9 checking for sys/types.h... yes
11:47:40 [2022-06-21T11:47:40.574Z] #77 200.0   CC       src/libcrun/libcrun_la-terminal.lo
11:47:40 [2022-06-21T11:47:40.794Z] #77 174.1 checking for sys/stat.h... yes
11:47:40 [2022-06-21T11:47:40.794Z] #77 174.2 checking for stdlib.h... yes
11:47:40 [2022-06-21T11:47:40.834Z] #77 200.2   CC       src/libcrun/libcrun_la-chroot_realpath.lo
11:47:41 [2022-06-21T11:47:41.053Z] #77 174.4 checking for string.h... 
11:47:41 [2022-06-21T11:47:41.053Z] #77 ...
11:47:41 [2022-06-21T11:47:41.053Z] 
11:47:41 [2022-06-21T11:47:41.053Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:47:41 [2022-06-21T11:47:41.053Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:47:41 [2022-06-21T11:47:41.053Z] #21 18.91 Reading package lists...
11:47:41 [2022-06-21T11:47:41.053Z] #21 24.60 Building dependency tree...
11:47:41 [2022-06-21T11:47:41.053Z] #21 27.04 The following additional packages will be installed:
11:47:41 [2022-06-21T11:47:41.053Z] #21 27.05   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
11:47:41 [2022-06-21T11:47:41.053Z] #21 27.05   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
11:47:41 [2022-06-21T11:47:41.053Z] #21 27.05   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
11:47:41 [2022-06-21T11:47:41.053Z] #21 27.05   python3-pkg-resources vim-runtime xxd
11:47:41 [2022-06-21T11:47:41.053Z] #21 27.10 Suggested packages:
11:47:41 [2022-06-21T11:47:41.053Z] #21 27.14   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
11:47:41 [2022-06-21T11:47:41.053Z] #21 27.14   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
11:47:41 [2022-06-21T11:47:41.053Z] #21 27.14   acl attr quota
11:47:41 [2022-06-21T11:47:41.053Z] #21 27.14 Recommended packages:
11:47:41 [2022-06-21T11:47:41.053Z] #21 27.14   libatm1 nftables libpam-cap build-essential python3-dev unzip
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.28 The following NEW packages will be installed:
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.29   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.30   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.30   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.30   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.30   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.31   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.31   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.31   xz-utils zip zstd
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.74 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded.
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.74 Need to get 27.7 MB of archives.
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.74 After this operation, 106 MB of additional disk space will be used.
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.74 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.79 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.83 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.83 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.85 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.86 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.87 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.87 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.91 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.91 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.92 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.93 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.94 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.94 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.94 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.95 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.96 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.96 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.98 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.98 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 29.98 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.47 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.47 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.48 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.48 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.48 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.48 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.50 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.51 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.60 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.60 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.61 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.64 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.65 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.65 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.68 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.70 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.72 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 30.73 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 31.06 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 31.11 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 31.15 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
11:47:41 [2022-06-21T11:47:41.053Z] #21 31.16 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
11:47:41 [2022-06-21T11:47:41.404Z] #77 200.9   CC       src/libcrun/libcrun_la-signals.lo
11:47:41 [2022-06-21T11:47:41.439Z] #19 335.9 Selecting previously unselected package g++-arm-linux-gnueabi.
11:47:41 [2022-06-21T11:47:41.439Z] #19 335.9 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 335.9 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 335.9 Selecting previously unselected package crossbuild-essential-armel.
11:47:41 [2022-06-21T11:47:41.439Z] #19 335.9 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 335.9 Unpacking crossbuild-essential-armel (12.9) ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 335.9 Selecting previously unselected package libc6-armhf-cross.
11:47:41 [2022-06-21T11:47:41.439Z] #19 335.9 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 335.9 Unpacking libc6-armhf-cross (2.31-9cross4) ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.1 Selecting previously unselected package libgcc-s1-armhf-cross.
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.1 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.1 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.1 Selecting previously unselected package libgomp1-armhf-cross.
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.1 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.1 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.1 Selecting previously unselected package libatomic1-armhf-cross.
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.2 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.2 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.2 Selecting previously unselected package libasan6-armhf-cross.
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.2 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.2 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.5 Selecting previously unselected package libstdc++6-armhf-cross.
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.5 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.5 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.5 Selecting previously unselected package libubsan1-armhf-cross.
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.5 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.5 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.6 Selecting previously unselected package libgcc-10-dev-armhf-cross.
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.6 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
11:47:41 [2022-06-21T11:47:41.439Z] #19 336.6 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
11:47:41 [2022-06-21T11:47:41.665Z] #77 201.1   CC       src/libcrun/libcrun_la-mount_flags.lo
11:47:41 [2022-06-21T11:47:41.665Z] #77 ...
11:47:41 [2022-06-21T11:47:41.665Z] 
11:47:41 [2022-06-21T11:47:41.665Z] #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
11:47:41 [2022-06-21T11:47:41.665Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:47:41 [2022-06-21T11:47:41.665Z] #47 242.7 + dpkg --print-architecture
11:47:41 [2022-06-21T11:47:41.665Z] #47 242.7 + git checkout -q v2.1.0
11:47:41 [2022-06-21T11:47:41.665Z] #47 242.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
11:47:41 [2022-06-21T11:47:41.665Z] #47 242.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
11:47:41 [2022-06-21T11:47:41.696Z] #19 336.8 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
11:47:41 [2022-06-21T11:47:41.697Z] #19 336.8 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
11:47:41 [2022-06-21T11:47:41.697Z] #19 336.8 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
11:47:41 [2022-06-21T11:47:41.926Z] #47 ...
11:47:41 [2022-06-21T11:47:41.926Z] 
11:47:41 [2022-06-21T11:47:41.926Z] #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
11:47:41 [2022-06-21T11:47:41.926Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:41 [2022-06-21T11:47:41.926Z] #77 201.2   CC       src/libcrun/libcrun_la-seccomp_notify.lo
11:47:41 [2022-06-21T11:47:41.984Z] #21 32.12 debconf: delaying package configuration, since apt-utils is not installed
11:47:42 [2022-06-21T11:47:42.186Z] #77 201.6   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
11:47:42 [2022-06-21T11:47:42.186Z] #77 201.8   CC       src/libcrun/handlers/libcrun_la-krun.lo
11:47:42 [2022-06-21T11:47:42.240Z] #21 32.39 Fetched 27.7 MB in 2s (14.9 MB/s)
11:47:42 [2022-06-21T11:47:42.240Z] #21 32.47 Selecting previously unselected package pigz.
11:47:42 [2022-06-21T11:47:42.496Z] #21 32.47 (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 ... 24019 files and directories currently installed.)
11:47:42 [2022-06-21T11:47:42.496Z] #21 32.57 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
11:47:42 [2022-06-21T11:47:42.496Z] #21 32.58 Unpacking pigz (2.6-1) ...
11:47:42 [2022-06-21T11:47:42.753Z] #21 32.74 Selecting previously unselected package libelf1:amd64.
11:47:42 [2022-06-21T11:47:42.753Z] #21 32.75 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
11:47:42 [2022-06-21T11:47:42.753Z] #21 32.76 Unpacking libelf1:amd64 (0.183-1) ...
11:47:42 [2022-06-21T11:47:42.759Z] #77 202.0   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
11:47:43 [2022-06-21T11:47:43.020Z] #21 33.06 Selecting previously unselected package libbpf0:amd64.
11:47:43 [2022-06-21T11:47:43.020Z] #21 33.07 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
11:47:43 [2022-06-21T11:47:43.020Z] #21 33.07 Unpacking libbpf0:amd64 (1:0.3-2) ...
11:47:43 [2022-06-21T11:47:43.020Z] #21 33.29 Selecting previously unselected package libcap2:amd64.
11:47:43 [2022-06-21T11:47:43.277Z] #21 33.30 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
11:47:43 [2022-06-21T11:47:43.277Z] #21 33.32 Unpacking libcap2:amd64 (1:2.44-1) ...
11:47:43 [2022-06-21T11:47:43.277Z] #21 33.42 Selecting previously unselected package libmnl0:amd64.
11:47:43 [2022-06-21T11:47:43.277Z] #21 33.42 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
11:47:43 [2022-06-21T11:47:43.277Z] #21 33.45 Unpacking libmnl0:amd64 (1.0.4-3) ...
11:47:43 [2022-06-21T11:47:43.277Z] #21 33.53 Selecting previously unselected package libxtables12:amd64.
11:47:43 [2022-06-21T11:47:43.533Z] #21 33.54 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
11:47:43 [2022-06-21T11:47:43.533Z] #21 33.54 Unpacking libxtables12:amd64 (1.8.7-1) ...
11:47:43 [2022-06-21T11:47:43.533Z] #21 33.73 Selecting previously unselected package libcap2-bin.
11:47:43 [2022-06-21T11:47:43.533Z] #21 33.73 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
11:47:43 [2022-06-21T11:47:43.533Z] #21 33.73 Unpacking libcap2-bin (1:2.44-1) ...
11:47:43 [2022-06-21T11:47:43.699Z] #77 203.2   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
11:47:43 [2022-06-21T11:47:43.959Z] #77 203.5   CC       tests/init.o
11:47:44 [2022-06-21T11:47:44.096Z] #21 33.98 Selecting previously unselected package iproute2.
11:47:44 [2022-06-21T11:47:44.096Z] #21 33.98 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
11:47:44 [2022-06-21T11:47:44.096Z] #21 33.99 Unpacking iproute2 (5.10.0-4) ...
11:47:44 [2022-06-21T11:47:44.107Z] #21 40.36 Unpacking bash-completion (1:2.11-2) ...
11:47:44 [2022-06-21T11:47:44.107Z] #21 ...
11:47:44 [2022-06-21T11:47:44.107Z] 
11:47:44 [2022-06-21T11:47:44.107Z] #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
11:47:44 [2022-06-21T11:47:44.107Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:44 [2022-06-21T11:47:44.107Z] #77 171.8 checking whether the C compiler works... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 172.2 checking for C compiler default output file name... a.out
11:47:44 [2022-06-21T11:47:44.107Z] #77 172.2 checking for suffix of executables... 
11:47:44 [2022-06-21T11:47:44.107Z] #77 172.6 checking whether we are cross compiling... no
11:47:44 [2022-06-21T11:47:44.107Z] #77 172.9 checking for suffix of object files... o
11:47:44 [2022-06-21T11:47:44.107Z] #77 173.3 checking whether we are using the GNU C compiler... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 173.5 checking whether gcc accepts -g... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 173.8 checking for gcc option to accept ISO C89... none needed
11:47:44 [2022-06-21T11:47:44.107Z] #77 174.1 checking whether gcc understands -c and -o together... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 174.3 checking how to run the C preprocessor... gcc -E
11:47:44 [2022-06-21T11:47:44.107Z] #77 174.9 checking for grep that handles long lines and -e... /bin/grep
11:47:44 [2022-06-21T11:47:44.107Z] #77 175.0 checking for egrep... /bin/grep -E
11:47:44 [2022-06-21T11:47:44.107Z] #77 175.0 checking for ANSI C header files... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 176.0 checking for sys/types.h... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 176.3 checking for sys/stat.h... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 176.6 checking for stdlib.h... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 176.9 checking for string.h... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 177.1 checking for memory.h... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 177.5 checking for strings.h... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 177.7 checking for inttypes.h... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 177.9 checking for stdint.h... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 178.2 checking for unistd.h... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 178.6 checking minix/config.h usability... no
11:47:44 [2022-06-21T11:47:44.107Z] #77 178.8 checking minix/config.h presence... no
11:47:44 [2022-06-21T11:47:44.107Z] #77 179.1 checking for minix/config.h... no
11:47:44 [2022-06-21T11:47:44.107Z] #77 179.1 checking whether it is safe to define __EXTENSIONS__... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 179.5 checking build system type... x86_64-pc-linux-gnu
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.2 checking host system type... x86_64-pc-linux-gnu
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.2 checking how to print strings... printf
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.2 checking for a sed that does not truncate output... /bin/sed
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.3 checking for fgrep... /bin/grep -F
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.3 checking for ld used by gcc... /usr/bin/ld
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.3 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.4 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.4 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.7 checking whether ln -s works... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.7 checking the maximum length of command line arguments... 1572864
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.8 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.8 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.8 checking for /usr/bin/ld option to reload object files... -r
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.8 checking for objdump... objdump
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.8 checking how to recognize dependent libraries... pass_all
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.8 checking for dlltool... no
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.8 checking how to associate runtime and link libraries... printf %s\n
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.8 checking for ar... ar
11:47:44 [2022-06-21T11:47:44.107Z] #77 180.8 checking for archiver @FILE support... @
11:47:44 [2022-06-21T11:47:44.107Z] #77 181.1 checking for strip... strip
11:47:44 [2022-06-21T11:47:44.107Z] #77 181.1 checking for ranlib... ranlib
11:47:44 [2022-06-21T11:47:44.107Z] #77 181.1 checking for gawk... no
11:47:44 [2022-06-21T11:47:44.107Z] #77 181.1 checking for mawk... mawk
11:47:44 [2022-06-21T11:47:44.107Z] #77 181.1 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:47:44 [2022-06-21T11:47:44.107Z] #77 181.8 checking for sysroot... no
11:47:44 [2022-06-21T11:47:44.107Z] #77 181.9 checking for a working dd... /bin/dd
11:47:44 [2022-06-21T11:47:44.107Z] #77 181.9 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:47:44 [2022-06-21T11:47:44.107Z] #77 182.0 checking for mt... no
11:47:44 [2022-06-21T11:47:44.107Z] #77 182.0 checking if : is a manifest tool... no
11:47:44 [2022-06-21T11:47:44.107Z] #77 182.0 checking for dlfcn.h... yes
11:47:44 [2022-06-21T11:47:44.107Z] #77 182.3 checking for objdir... .libs
11:47:44 [2022-06-21T11:47:44.107Z] #77 ...
11:47:44 [2022-06-21T11:47:44.107Z] 
11:47:44 [2022-06-21T11:47:44.107Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:47:44 [2022-06-21T11:47:44.107Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:47:44 [2022-06-21T11:47:44.107Z] #21 41.01 Selecting previously unselected package bzip2.
11:47:44 [2022-06-21T11:47:44.107Z] #21 41.02 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
11:47:44 [2022-06-21T11:47:44.107Z] #21 41.05 Unpacking bzip2 (1.0.8-4) ...
11:47:44 [2022-06-21T11:47:44.354Z] #21 ...
11:47:44 [2022-06-21T11:47:44.354Z] 
11:47:44 [2022-06-21T11:47:44.354Z] #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
11:47:44 [2022-06-21T11:47:44.354Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:44 [2022-06-21T11:47:44.354Z] #77 174.4 checking for string.h... yes
11:47:44 [2022-06-21T11:47:44.354Z] #77 174.6 checking for memory.h... yes
11:47:44 [2022-06-21T11:47:44.354Z] #77 174.8 checking for strings.h... yes
11:47:44 [2022-06-21T11:47:44.354Z] #77 175.1 checking for inttypes.h... yes
11:47:44 [2022-06-21T11:47:44.354Z] #77 175.4 checking for stdint.h... yes
11:47:44 [2022-06-21T11:47:44.354Z] #77 175.8 checking for unistd.h... yes
11:47:44 [2022-06-21T11:47:44.354Z] #77 176.2 checking minix/config.h usability... no
11:47:44 [2022-06-21T11:47:44.354Z] #77 176.6 checking minix/config.h presence... no
11:47:44 [2022-06-21T11:47:44.354Z] #77 176.8 checking for minix/config.h... no
11:47:44 [2022-06-21T11:47:44.354Z] #77 176.8 checking whether it is safe to define __EXTENSIONS__... yes
11:47:44 [2022-06-21T11:47:44.354Z] #77 177.1 checking build system type... x86_64-pc-linux-gnu
11:47:44 [2022-06-21T11:47:44.354Z] #77 177.7 checking host system type... x86_64-pc-linux-gnu
11:47:44 [2022-06-21T11:47:44.354Z] #77 177.7 checking how to print strings... printf
11:47:44 [2022-06-21T11:47:44.354Z] #77 177.7 checking for a sed that does not truncate output... /bin/sed
11:47:44 [2022-06-21T11:47:44.354Z] #77 177.8 checking for fgrep... /bin/grep -F
11:47:44 [2022-06-21T11:47:44.354Z] #77 177.8 checking for ld used by gcc... /usr/bin/ld
11:47:44 [2022-06-21T11:47:44.354Z] #77 177.8 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:47:44 [2022-06-21T11:47:44.354Z] #77 177.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:47:44 [2022-06-21T11:47:44.354Z] #77 177.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:47:44 [2022-06-21T11:47:44.354Z] #77 177.9 checking whether ln -s works... yes
11:47:44 [2022-06-21T11:47:44.354Z] #77 177.9 checking the maximum length of command line arguments... 1572864
11:47:44 [2022-06-21T11:47:44.354Z] #77 178.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
11:47:44 [2022-06-21T11:47:44.354Z] #77 178.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
11:47:44 [2022-06-21T11:47:44.354Z] #77 178.0 checking for /usr/bin/ld option to reload object files... -r
11:47:44 [2022-06-21T11:47:44.354Z] #77 178.0 checking for objdump... objdump
11:47:44 [2022-06-21T11:47:44.354Z] #77 178.0 checking how to recognize dependent libraries... pass_all
11:47:44 [2022-06-21T11:47:44.354Z] #77 178.0 checking for dlltool... no
11:47:44 [2022-06-21T11:47:44.354Z] #77 178.0 checking how to associate runtime and link libraries... printf %s\n
11:47:44 [2022-06-21T11:47:44.354Z] #77 178.0 checking for ar... ar
11:47:44 [2022-06-21T11:47:44.372Z] #21 41.26 Selecting previously unselected package xz-utils.
11:47:44 [2022-06-21T11:47:44.372Z] #21 41.26 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:47:44 [2022-06-21T11:47:44.372Z] #21 41.27 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:47:44 [2022-06-21T11:47:44.530Z] #77 203.8   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
11:47:44 [2022-06-21T11:47:44.611Z] #77 178.0 checking for archiver @FILE support... @
11:47:44 [2022-06-21T11:47:44.611Z] #77 178.2 checking for strip... strip
11:47:44 [2022-06-21T11:47:44.611Z] #77 178.2 checking for ranlib... ranlib
11:47:44 [2022-06-21T11:47:44.611Z] #77 178.2 checking for gawk... no
11:47:44 [2022-06-21T11:47:44.611Z] #77 178.2 checking for mawk... mawk
11:47:44 [2022-06-21T11:47:44.635Z] #21 41.56 Selecting previously unselected package apparmor.
11:47:44 [2022-06-21T11:47:44.635Z] #21 41.56 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
11:47:44 [2022-06-21T11:47:44.635Z] #21 41.63 Unpacking apparmor (2.13.6-10) ...
11:47:45 [2022-06-21T11:47:45.173Z] #77 178.2 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:47:45 [2022-06-21T11:47:45.173Z] #77 178.8 checking for sysroot... no
11:47:45 [2022-06-21T11:47:45.173Z] #77 178.8 checking for a working dd... /bin/dd
11:47:45 [2022-06-21T11:47:45.173Z] #77 178.8 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:47:45 [2022-06-21T11:47:45.430Z] #77 179.0 checking for mt... no
11:47:45 [2022-06-21T11:47:45.430Z] #77 179.0 checking if : is a manifest tool... no
11:47:45 [2022-06-21T11:47:45.580Z] #21 42.40 Selecting previously unselected package inetutils-ping.
11:47:45 [2022-06-21T11:47:45.580Z] #21 42.40 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
11:47:45 [2022-06-21T11:47:45.580Z] #21 42.41 Unpacking inetutils-ping (2:2.0-1) ...
11:47:45 [2022-06-21T11:47:45.687Z] #77 179.0 checking for dlfcn.h... yes
11:47:45 [2022-06-21T11:47:45.687Z] #77 179.3 checking for objdir... .libs
11:47:45 [2022-06-21T11:47:45.842Z] #21 42.82 Selecting previously unselected package libip4tc2:amd64.
11:47:45 [2022-06-21T11:47:45.842Z] #21 42.83 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
11:47:45 [2022-06-21T11:47:45.842Z] #21 42.84 Unpacking libip4tc2:amd64 (1.8.7-1) ...
11:47:46 [2022-06-21T11:47:46.104Z] #21 42.94 Selecting previously unselected package libip6tc2:amd64.
11:47:46 [2022-06-21T11:47:46.104Z] #21 42.94 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
11:47:46 [2022-06-21T11:47:46.104Z] #21 42.95 Unpacking libip6tc2:amd64 (1.8.7-1) ...
11:47:46 [2022-06-21T11:47:46.104Z] #21 43.00 Selecting previously unselected package libnfnetlink0:amd64.
11:47:46 [2022-06-21T11:47:46.104Z] #21 43.01 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
11:47:46 [2022-06-21T11:47:46.104Z] #21 43.02 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:47:46 [2022-06-21T11:47:46.104Z] #21 43.07 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:47:46 [2022-06-21T11:47:46.104Z] #21 43.08 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
11:47:46 [2022-06-21T11:47:46.104Z] #21 43.09 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
11:47:46 [2022-06-21T11:47:46.367Z] #21 43.23 Selecting previously unselected package libnftnl11:amd64.
11:47:46 [2022-06-21T11:47:46.367Z] #21 43.24 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
11:47:46 [2022-06-21T11:47:46.367Z] #21 43.27 Unpacking libnftnl11:amd64 (1.1.9-1) ...
11:47:46 [2022-06-21T11:47:46.506Z] #77 179.8 checking if gcc supports -fno-rtti -fno-exceptions... no
11:47:46 [2022-06-21T11:47:46.506Z] #77 180.0 checking for gcc option to produce PIC... -fPIC -DPIC
11:47:46 [2022-06-21T11:47:46.506Z] #77 180.0 checking if gcc PIC flag -fPIC -DPIC works... yes
11:47:46 [2022-06-21T11:47:46.631Z] #21 43.48 Selecting previously unselected package iptables.
11:47:46 [2022-06-21T11:47:46.631Z] #21 43.51 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
11:47:46 [2022-06-21T11:47:46.631Z] #21 43.52 Unpacking iptables (1.8.7-1) ...
11:47:46 [2022-06-21T11:47:46.965Z] #19 341.5 Selecting previously unselected package gcc-arm-linux-gnueabihf.
11:47:46 [2022-06-21T11:47:46.965Z] #19 341.5 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
11:47:46 [2022-06-21T11:47:46.965Z] #19 341.5 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
11:47:46 [2022-06-21T11:47:46.965Z] #19 341.5 Selecting previously unselected package linux-libc-dev-armhf-cross.
11:47:46 [2022-06-21T11:47:46.965Z] #19 341.5 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
11:47:46 [2022-06-21T11:47:46.965Z] #19 341.6 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
11:47:46 [2022-06-21T11:47:46.965Z] #19 341.8 Selecting previously unselected package libc6-dev-armhf-cross.
11:47:46 [2022-06-21T11:47:46.965Z] #19 341.8 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
11:47:46 [2022-06-21T11:47:46.965Z] #19 341.8 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
11:47:46 [2022-06-21T11:47:46.965Z] #19 342.1 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
11:47:46 [2022-06-21T11:47:46.965Z] #19 342.1 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
11:47:46 [2022-06-21T11:47:46.965Z] #19 342.2 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
11:47:47 [2022-06-21T11:47:47.205Z] #21 44.02 Selecting previously unselected package libonig5:amd64.
11:47:47 [2022-06-21T11:47:47.205Z] #21 44.02 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
11:47:47 [2022-06-21T11:47:47.205Z] #21 44.06 Unpacking libonig5:amd64 (6.9.6-1.1) ...
11:47:47 [2022-06-21T11:47:47.326Z] #77 180.1 checking if gcc static flag -static works... yes
11:47:47 [2022-06-21T11:47:47.326Z] #77 180.8 checking if gcc supports -c -o file.o... yes
11:47:47 [2022-06-21T11:47:47.467Z] #21 44.31 Selecting previously unselected package libjq1:amd64.
11:47:47 [2022-06-21T11:47:47.467Z] #21 44.32 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
11:47:47 [2022-06-21T11:47:47.467Z] #21 44.32 Unpacking libjq1:amd64 (1.6-2.1) ...
11:47:47 [2022-06-21T11:47:47.532Z] #19 342.6 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
11:47:47 [2022-06-21T11:47:47.532Z] #19 342.6 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
11:47:47 [2022-06-21T11:47:47.532Z] #19 342.7 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
11:47:47 [2022-06-21T11:47:47.583Z] #77 181.0 checking if gcc supports -c -o file.o... (cached) yes
11:47:47 [2022-06-21T11:47:47.583Z] #77 181.0 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
11:47:47 [2022-06-21T11:47:47.729Z] #21 44.65 Selecting previously unselected package jq.
11:47:47 [2022-06-21T11:47:47.729Z] #21 44.65 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
11:47:47 [2022-06-21T11:47:47.729Z] #21 44.70 Unpacking jq (1.6-2.1) ...
11:47:47 [2022-06-21T11:47:47.991Z] #21 44.81 Selecting previously unselected package libaio1:amd64.
11:47:47 [2022-06-21T11:47:47.991Z] #21 44.81 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
11:47:47 [2022-06-21T11:47:47.991Z] #21 44.82 Unpacking libaio1:amd64 (0.3.112-9) ...
11:47:47 [2022-06-21T11:47:47.991Z] #21 44.90 Selecting previously unselected package libgpm2:amd64.
11:47:47 [2022-06-21T11:47:47.991Z] #21 44.91 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
11:47:47 [2022-06-21T11:47:47.991Z] #21 44.91 Unpacking libgpm2:amd64 (1.20.7-8) ...
11:47:47 [2022-06-21T11:47:47.991Z] #21 44.99 Selecting previously unselected package libicu67:amd64.
11:47:47 [2022-06-21T11:47:47.991Z] #21 45.00 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
11:47:48 [2022-06-21T11:47:48.146Z] #77 181.1 checking dynamic linker characteristics... GNU/Linux ld.so
11:47:48 [2022-06-21T11:47:48.146Z] #77 181.7 checking how to hardcode library paths into programs... immediate
11:47:48 [2022-06-21T11:47:48.146Z] #77 181.7 checking whether stripping libraries is possible... yes
11:47:48 [2022-06-21T11:47:48.146Z] #77 181.8 checking if libtool supports shared libraries... yes
11:47:48 [2022-06-21T11:47:48.146Z] #77 181.8 checking whether to build shared libraries... no
11:47:48 [2022-06-21T11:47:48.146Z] #77 181.8 checking whether to build static libraries... yes
11:47:48 [2022-06-21T11:47:48.146Z] #77 181.8 checking for a BSD-compatible install... /usr/bin/install -c
11:47:48 [2022-06-21T11:47:48.396Z] #21 45.01 Unpacking libicu67:amd64 (67.1-7) ...
11:47:48 [2022-06-21T11:47:48.403Z] #77 181.9 checking whether build environment is sane... yes
11:47:48 [2022-06-21T11:47:48.660Z] #77 182.0 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:47:48 [2022-06-21T11:47:48.660Z] #77 182.1 checking whether make sets $(MAKE)... yes
11:47:48 [2022-06-21T11:47:48.660Z] #77 182.2 checking whether make supports the include directive... yes (GNU style)
11:47:48 [2022-06-21T11:47:48.660Z] #77 182.3 checking whether make supports nested variables... yes
11:47:48 [2022-06-21T11:47:48.660Z] #77 182.4 checking whether UID '0' is supported by ustar format... yes
11:47:48 [2022-06-21T11:47:48.660Z] #77 182.4 checking whether GID '0' is supported by ustar format... yes
11:47:49 [2022-06-21T11:47:49.224Z] #77 182.4 checking how to create a ustar tar archive... gnutar
11:47:49 [2022-06-21T11:47:49.224Z] #77 182.5 checking dependency style of gcc... gcc3
11:47:49 [2022-06-21T11:47:49.224Z] #77 182.9 checking whether to enable maintainer-specific portions of Makefiles... yes
11:47:49 [2022-06-21T11:47:49.224Z] #77 182.9 checking whether make supports nested variables... (cached) yes
11:47:49 [2022-06-21T11:47:49.224Z] #77 182.9 checking for pkg-config... /usr/bin/pkg-config
11:47:49 [2022-06-21T11:47:49.224Z] #77 182.9 checking pkg-config is at least version 0.9.0... yes
11:47:49 [2022-06-21T11:47:49.481Z] #77 182.9 checking for yajl >= 2.1.0... yes
11:47:49 [2022-06-21T11:47:49.481Z] #77 183.0 checking for a sed that does not truncate output... (cached) /bin/sed
11:47:49 [2022-06-21T11:47:49.481Z] #77 183.0 checking for gcc... (cached) gcc
11:47:49 [2022-06-21T11:47:49.738Z] #77 183.2 checking whether we are using the GNU C compiler... (cached) yes
11:47:49 [2022-06-21T11:47:49.738Z] #77 183.2 checking whether gcc accepts -g... (cached) yes
11:47:49 [2022-06-21T11:47:49.738Z] #77 183.2 checking for gcc option to accept ISO C89... (cached) none needed
11:47:49 [2022-06-21T11:47:49.738Z] #77 183.2 checking whether gcc understands -c and -o together... (cached) yes
11:47:49 [2022-06-21T11:47:49.738Z] #77 183.2 checking for a Python interpreter with version >= 3... python3
11:47:49 [2022-06-21T11:47:49.738Z] #77 183.3 checking for python3... /usr/bin/python3
11:47:49 [2022-06-21T11:47:49.738Z] #77 183.3 checking for python3 version... 3.9
11:47:49 [2022-06-21T11:47:49.738Z] #77 183.3 checking for python3 platform... linux
11:47:49 [2022-06-21T11:47:49.995Z] #77 183.4 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
11:47:50 [2022-06-21T11:47:50.252Z] #77 183.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
11:47:50 [2022-06-21T11:47:50.510Z] #77 184.1 checking that generated files are newer than configure... done
11:47:50 [2022-06-21T11:47:50.510Z] #77 184.1 configure: creating ./config.status
11:47:52 [2022-06-21T11:47:52.803Z] #19 347.2 Selecting previously unselected package g++-arm-linux-gnueabihf.
11:47:52 [2022-06-21T11:47:52.803Z] #19 347.2 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
11:47:52 [2022-06-21T11:47:52.803Z] #19 347.2 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
11:47:52 [2022-06-21T11:47:52.803Z] #19 347.2 Selecting previously unselected package crossbuild-essential-armhf.
11:47:52 [2022-06-21T11:47:52.803Z] #19 347.2 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
11:47:52 [2022-06-21T11:47:52.803Z] #19 347.2 Unpacking crossbuild-essential-armhf (12.9) ...
11:47:52 [2022-06-21T11:47:52.803Z] #19 347.2 Selecting previously unselected package libc6-ppc64el-cross.
11:47:52 [2022-06-21T11:47:52.803Z] #19 347.2 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
11:47:52 [2022-06-21T11:47:52.803Z] #19 347.2 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.4 Selecting previously unselected package libgcc-s1-ppc64el-cross.
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.4 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.4 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.5 Selecting previously unselected package libgomp1-ppc64el-cross.
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.5 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.5 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.5 Selecting previously unselected package libitm1-ppc64el-cross.
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.5 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.5 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.6 Selecting previously unselected package libatomic1-ppc64el-cross.
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.6 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.6 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.6 Selecting previously unselected package libasan6-ppc64el-cross.
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.6 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
11:47:52 [2022-06-21T11:47:52.804Z] #19 347.6 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
11:47:52 [2022-06-21T11:47:52.804Z] #19 348.0 Selecting previously unselected package liblsan0-ppc64el-cross.
11:47:52 [2022-06-21T11:47:52.804Z] #19 348.0 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
11:47:52 [2022-06-21T11:47:52.804Z] #19 348.0 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
11:47:53 [2022-06-21T11:47:53.062Z] #19 348.3 Selecting previously unselected package libtsan0-ppc64el-cross.
11:47:53 [2022-06-21T11:47:53.062Z] #19 348.3 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
11:47:53 [2022-06-21T11:47:53.062Z] #19 348.3 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
11:47:53 [2022-06-21T11:47:53.193Z] #77 ...
11:47:53 [2022-06-21T11:47:53.193Z] 
11:47:53 [2022-06-21T11:47:53.193Z] #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.44.0"      && /build/golangci-lint --version
11:47:53 [2022-06-21T11:47:53.193Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
11:47:53 [2022-06-21T11:47:53.193Z] #55 261.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
11:47:53 [2022-06-21T11:47:53.320Z] #19 348.6 Selecting previously unselected package libstdc++6-ppc64el-cross.
11:47:53 [2022-06-21T11:47:53.320Z] #19 348.6 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
11:47:53 [2022-06-21T11:47:53.320Z] #19 348.6 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
11:47:53 [2022-06-21T11:47:53.320Z] #19 348.7 Selecting previously unselected package libubsan1-ppc64el-cross.
11:47:53 [2022-06-21T11:47:53.579Z] #19 348.7 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
11:47:53 [2022-06-21T11:47:53.579Z] #19 348.7 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
11:47:53 [2022-06-21T11:47:53.579Z] #19 348.8 Selecting previously unselected package libquadmath0-ppc64el-cross.
11:47:53 [2022-06-21T11:47:53.579Z] #19 348.8 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
11:47:53 [2022-06-21T11:47:53.579Z] #19 348.8 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
11:47:53 [2022-06-21T11:47:53.579Z] #19 348.8 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
11:47:53 [2022-06-21T11:47:53.579Z] #19 348.8 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
11:47:53 [2022-06-21T11:47:53.579Z] #19 348.9 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
11:47:53 [2022-06-21T11:47:53.693Z] #21 50.58 Selecting previously unselected package libinih1:amd64.
11:47:53 [2022-06-21T11:47:53.693Z] #21 50.60 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
11:47:53 [2022-06-21T11:47:53.693Z] #21 50.61 Unpacking libinih1:amd64 (53-1+b2) ...
11:47:53 [2022-06-21T11:47:53.837Z] #19 349.1 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
11:47:53 [2022-06-21T11:47:53.837Z] #19 349.1 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
11:47:53 [2022-06-21T11:47:53.837Z] #19 349.1 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
11:47:53 [2022-06-21T11:47:53.957Z] #21 50.70 Selecting previously unselected package libnet1:amd64.
11:47:53 [2022-06-21T11:47:53.957Z] #21 50.71 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
11:47:53 [2022-06-21T11:47:53.957Z] #21 50.72 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:47:53 [2022-06-21T11:47:53.957Z] #21 50.84 Selecting previously unselected package libnl-3-200:amd64.
11:47:53 [2022-06-21T11:47:53.957Z] #21 50.85 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
11:47:53 [2022-06-21T11:47:53.957Z] #21 50.86 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
11:47:54 [2022-06-21T11:47:54.219Z] #21 51.01 Selecting previously unselected package libprotobuf-c1:amd64.
11:47:54 [2022-06-21T11:47:54.219Z] #21 51.01 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.219Z] #21 51.02 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:47:54 [2022-06-21T11:47:54.219Z] #21 51.10 Selecting previously unselected package libyajl2:amd64.
11:47:54 [2022-06-21T11:47:54.219Z] #21 51.12 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.219Z] #21 51.12 Unpacking libyajl2:amd64 (2.1.0-3) ...
11:47:54 [2022-06-21T11:47:54.219Z] #21 51.22 Selecting previously unselected package net-tools.
11:47:54 [2022-06-21T11:47:54.219Z] #21 ...
11:47:54 [2022-06-21T11:47:54.219Z] 
11:47:54 [2022-06-21T11:47:54.219Z] #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
11:47:54 [2022-06-21T11:47:54.219Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:54 [2022-06-21T11:47:54.219Z] #77 182.8 checking if gcc supports -fno-rtti -fno-exceptions... no
11:47:54 [2022-06-21T11:47:54.219Z] #77 183.0 checking for gcc option to produce PIC... -fPIC -DPIC
11:47:54 [2022-06-21T11:47:54.219Z] #77 183.0 checking if gcc PIC flag -fPIC -DPIC works... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 183.4 checking if gcc static flag -static works... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.0 checking if gcc supports -c -o file.o... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.1 checking if gcc supports -c -o file.o... (cached) yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.1 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.2 checking dynamic linker characteristics... GNU/Linux ld.so
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.5 checking how to hardcode library paths into programs... immediate
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.5 checking whether stripping libraries is possible... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.6 checking if libtool supports shared libraries... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.6 checking whether to build shared libraries... no
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.6 checking whether to build static libraries... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.6 checking for a BSD-compatible install... /usr/bin/install -c
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.6 checking whether build environment is sane... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.7 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.7 checking whether make sets $(MAKE)... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.7 checking whether make supports the include directive... yes (GNU style)
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.8 checking whether make supports nested variables... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.9 checking whether UID '0' is supported by ustar format... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.9 checking whether GID '0' is supported by ustar format... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 184.9 checking how to create a ustar tar archive... gnutar
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.0 checking dependency style of gcc... gcc3
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.4 checking whether to enable maintainer-specific portions of Makefiles... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.4 checking whether make supports nested variables... (cached) yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.4 checking for pkg-config... /usr/bin/pkg-config
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.4 checking pkg-config is at least version 0.9.0... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.4 checking for yajl >= 2.1.0... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.5 checking for a sed that does not truncate output... (cached) /bin/sed
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.5 checking for gcc... (cached) gcc
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.6 checking whether we are using the GNU C compiler... (cached) yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.6 checking whether gcc accepts -g... (cached) yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.6 checking for gcc option to accept ISO C89... (cached) none needed
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.6 checking whether gcc understands -c and -o together... (cached) yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.6 checking for a Python interpreter with version >= 3... python3
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.8 checking for python3... /usr/bin/python3
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.8 checking for python3 version... 3.9
11:47:54 [2022-06-21T11:47:54.219Z] #77 185.8 checking for python3 platform... linux
11:47:54 [2022-06-21T11:47:54.219Z] #77 186.0 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
11:47:54 [2022-06-21T11:47:54.219Z] #77 186.2 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
11:47:54 [2022-06-21T11:47:54.219Z] #77 186.9 checking that generated files are newer than configure... done
11:47:54 [2022-06-21T11:47:54.219Z] #77 186.9 configure: creating ./config.status
11:47:54 [2022-06-21T11:47:54.219Z] #77 189.6 config.status: creating Makefile
11:47:54 [2022-06-21T11:47:54.219Z] #77 189.6 config.status: creating config.h
11:47:54 [2022-06-21T11:47:54.219Z] #77 189.7 config.status: executing libtool commands
11:47:54 [2022-06-21T11:47:54.219Z] #77 189.7 config.status: executing depfiles commands
11:47:54 [2022-06-21T11:47:54.219Z] #77 190.8 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
11:47:54 [2022-06-21T11:47:54.219Z] #77 190.8 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
11:47:54 [2022-06-21T11:47:54.219Z] #77 191.4 checking for gcc... gcc
11:47:54 [2022-06-21T11:47:54.219Z] #77 191.5 checking whether the C compiler works... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 191.7 checking for C compiler default output file name... a.out
11:47:54 [2022-06-21T11:47:54.219Z] #77 191.8 checking for suffix of executables... 
11:47:54 [2022-06-21T11:47:54.219Z] #77 192.0 checking whether we are cross compiling... no
11:47:54 [2022-06-21T11:47:54.219Z] #77 192.3 checking for suffix of object files... o
11:47:54 [2022-06-21T11:47:54.219Z] #77 192.4 checking whether we are using the GNU C compiler... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 192.5 checking whether gcc accepts -g... yes
11:47:54 [2022-06-21T11:47:54.219Z] #77 192.6 checking for gcc option to accept ISO C89... none needed
11:47:54 [2022-06-21T11:47:54.481Z] #77 192.8 checking whether gcc understands -c and -o together... 
11:47:54 [2022-06-21T11:47:54.481Z] #77 ...
11:47:54 [2022-06-21T11:47:54.481Z] 
11:47:54 [2022-06-21T11:47:54.481Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:47:54 [2022-06-21T11:47:54.481Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:47:54 [2022-06-21T11:47:54.481Z] #21 51.22 Selecting previously unselected package net-tools.
11:47:54 [2022-06-21T11:47:54.481Z] #21 51.24 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.481Z] #21 51.24 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
11:47:54 [2022-06-21T11:47:54.481Z] #21 51.46 Selecting previously unselected package patch.
11:47:54 [2022-06-21T11:47:54.481Z] #21 51.47 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #77 187.6 config.status: creating Makefile
11:47:54 [2022-06-21T11:47:54.686Z] #77 187.7 config.status: creating config.h
11:47:54 [2022-06-21T11:47:54.686Z] #77 187.8 config.status: executing libtool commands
11:47:54 [2022-06-21T11:47:54.686Z] #77 187.9 config.status: executing depfiles commands
11:47:54 [2022-06-21T11:47:54.686Z] #77 ...
11:47:54 [2022-06-21T11:47:54.686Z] 
11:47:54 [2022-06-21T11:47:54.686Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:47:54 [2022-06-21T11:47:54.686Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:47:54 [2022-06-21T11:47:54.686Z] #21 34.91 Selecting previously unselected package xxd.
11:47:54 [2022-06-21T11:47:54.686Z] #21 34.92 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 34.93 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 35.27 Selecting previously unselected package vim-common.
11:47:54 [2022-06-21T11:47:54.686Z] #21 35.30 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 35.33 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 35.62 Selecting previously unselected package bash-completion.
11:47:54 [2022-06-21T11:47:54.686Z] #21 35.62 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 40.69 Unpacking bash-completion (1:2.11-2) ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 41.55 Selecting previously unselected package bzip2.
11:47:54 [2022-06-21T11:47:54.686Z] #21 41.56 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 41.60 Unpacking bzip2 (1.0.8-4) ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 41.85 Selecting previously unselected package xz-utils.
11:47:54 [2022-06-21T11:47:54.686Z] #21 41.86 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 41.92 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 42.60 Selecting previously unselected package apparmor.
11:47:54 [2022-06-21T11:47:54.686Z] #21 42.61 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 42.77 Unpacking apparmor (2.13.6-10) ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 43.53 Selecting previously unselected package inetutils-ping.
11:47:54 [2022-06-21T11:47:54.686Z] #21 43.54 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 43.56 Unpacking inetutils-ping (2:2.0-1) ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 43.66 Selecting previously unselected package libip4tc2:amd64.
11:47:54 [2022-06-21T11:47:54.686Z] #21 43.66 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 43.68 Unpacking libip4tc2:amd64 (1.8.7-1) ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 43.77 Selecting previously unselected package libip6tc2:amd64.
11:47:54 [2022-06-21T11:47:54.686Z] #21 43.78 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 43.79 Unpacking libip6tc2:amd64 (1.8.7-1) ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 43.87 Selecting previously unselected package libnfnetlink0:amd64.
11:47:54 [2022-06-21T11:47:54.686Z] #21 43.88 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 43.91 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 44.10 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:47:54 [2022-06-21T11:47:54.686Z] #21 44.11 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 44.13 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 44.50 Selecting previously unselected package libnftnl11:amd64.
11:47:54 [2022-06-21T11:47:54.686Z] #21 44.51 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 44.52 Unpacking libnftnl11:amd64 (1.1.9-1) ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 44.83 Selecting previously unselected package iptables.
11:47:54 [2022-06-21T11:47:54.686Z] #21 44.83 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
11:47:54 [2022-06-21T11:47:54.686Z] #21 44.85 Unpacking iptables (1.8.7-1) ...
11:47:54 [2022-06-21T11:47:54.743Z] #21 51.48 Unpacking patch (2.7.6-7) ...
11:47:54 [2022-06-21T11:47:54.743Z] #21 51.68 Selecting previously unselected package python-pip-whl.
11:47:54 [2022-06-21T11:47:54.743Z] #21 51.70 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
11:47:54 [2022-06-21T11:47:54.743Z] #21 51.71 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
11:47:55 [2022-06-21T11:47:55.617Z] #21 45.55 Selecting previously unselected package libonig5:amd64.
11:47:55 [2022-06-21T11:47:55.617Z] #21 45.56 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
11:47:55 [2022-06-21T11:47:55.617Z] #21 45.59 Unpacking libonig5:amd64 (6.9.6-1.1) ...
11:47:55 [2022-06-21T11:47:55.617Z] #21 ...
11:47:55 [2022-06-21T11:47:55.617Z] 
11:47:55 [2022-06-21T11:47:55.617Z] #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
11:47:55 [2022-06-21T11:47:55.617Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:47:55 [2022-06-21T11:47:55.617Z] #77 189.2 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
11:47:55 [2022-06-21T11:47:55.617Z] #77 189.2 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
11:47:55 [2022-06-21T11:47:55.687Z] #21 52.64 Selecting previously unselected package python3-lib2to3.
11:47:55 [2022-06-21T11:47:55.687Z] #21 52.65 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
11:47:55 [2022-06-21T11:47:55.714Z] #55 DONE 263.9s
11:47:55 [2022-06-21T11:47:55.714Z] 
11:47:55 [2022-06-21T11:47:55.714Z] #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
11:47:55 [2022-06-21T11:47:55.714Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
11:47:55 [2022-06-21T11:47:55.714Z] #77 217.1   AR       libcrun_testing.a
11:47:55 [2022-06-21T11:47:55.714Z] #77 217.1 ar: `u' modifier ignored since `D' is the default (see `U')
11:47:55 [2022-06-21T11:47:55.714Z] #77 217.1   CCLD     tests/tests_libcrun_utils
11:47:55 [2022-06-21T11:47:55.714Z] #77 217.1   CCLD     tests/tests_libcrun_errors
11:47:55 [2022-06-21T11:47:55.714Z] #77 217.1   CCLD     tests/tests_libcrun_fuzzer
11:47:55 [2022-06-21T11:47:55.714Z] #77 217.7   CCLD     libcrun.la
11:47:55 [2022-06-21T11:47:55.714Z] #77 218.2   CCLD     crun
11:47:55 [2022-06-21T11:47:55.714Z] #77 218.5 make[3]: Entering directory '/tmp/crun-build'
11:47:55 [2022-06-21T11:47:55.714Z] #77 218.7  /bin/mkdir -p '/usr/local/lib'
11:47:55 [2022-06-21T11:47:55.714Z] #77 218.7  /bin/mkdir -p '/usr/local/share/man/man1'
11:47:55 [2022-06-21T11:47:55.714Z] #77 218.7  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
11:47:55 [2022-06-21T11:47:55.714Z] #77 218.7  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
11:47:55 [2022-06-21T11:47:55.714Z] #77 218.7 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
11:47:55 [2022-06-21T11:47:55.714Z] #77 218.7 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
11:47:55 [2022-06-21T11:47:55.714Z] #77 218.7 libtool: install: chmod 644 /usr/local/lib/libcrun.a
11:47:55 [2022-06-21T11:47:55.714Z] #77 218.8 libtool: install: ranlib /usr/local/lib/libcrun.a
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.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
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2 ----------------------------------------------------------------------
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2 Libraries have been installed in:
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2    /usr/local/lib
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2 
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2 If you ever happen to want to link against installed libraries
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2 in a given directory, LIBDIR, you must either use libtool, and
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2 specify the full pathname of the library, or use the '-LLIBDIR'
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2 flag during linking and do at least one of the following:
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2      during execution
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2    - add LIBDIR to the 'LD_RUN_PATH' environment variable
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2      during linking
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2 
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2 See any operating system documentation about shared libraries for
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2 more information, such as the ld(1) and ld.so(8) manual pages.
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2 ----------------------------------------------------------------------
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2  /bin/mkdir -p '/build'
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.2   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.3 libtool: install: /usr/bin/install -c crun /build/crun
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.3 make[3]: Leaving directory '/tmp/crun-build'
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.3 make[2]: Leaving directory '/tmp/crun-build'
11:47:55 [2022-06-21T11:47:55.714Z] #77 219.3 make[1]: Leaving directory '/tmp/crun-build'
11:47:55 [2022-06-21T11:47:55.714Z] #77 DONE 219.4s
11:47:55 [2022-06-21T11:47:55.714Z] 
11:47:55 [2022-06-21T11:47:55.714Z] #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
11:47:55 [2022-06-21T11:47:55.714Z] #26 sha256:933f3a7aeddd5ec736323fdc4679df473084685bfdf7befb18fd18b4f9ecebb5
11:47:55 [2022-06-21T11:47:55.714Z] #26 260.9 + return
11:47:55 [2022-06-21T11:47:55.714Z] #26 DONE 263.6s
11:47:55 [2022-06-21T11:47:55.714Z] 
11:47:55 [2022-06-21T11:47:55.714Z] #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
11:47:55 [2022-06-21T11:47:55.714Z] #64 sha256:451a01997139e0dcfaa41af54e58eb636a34b29ca34c263fe922989ca109e2b2
11:47:55 [2022-06-21T11:47:55.949Z] #21 52.67 Unpacking python3-lib2to3 (3.9.2-1) ...
11:47:55 [2022-06-21T11:47:55.949Z] #21 52.82 Selecting previously unselected package python3-distutils.
11:47:55 [2022-06-21T11:47:55.949Z] #21 52.83 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
11:47:55 [2022-06-21T11:47:55.949Z] #21 52.84 Unpacking python3-distutils (3.9.2-1) ...
11:47:56 [2022-06-21T11:47:56.210Z] #21 53.09 Selecting previously unselected package python3-pkg-resources.
11:47:56 [2022-06-21T11:47:56.210Z] #21 53.10 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
11:47:56 [2022-06-21T11:47:56.210Z] #21 53.10 Unpacking python3-pkg-resources (52.0.0-4) ...
11:47:56 [2022-06-21T11:47:56.472Z] #21 53.38 Selecting previously unselected package python3-setuptools.
11:47:56 [2022-06-21T11:47:56.472Z] #21 53.39 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
11:47:56 [2022-06-21T11:47:56.472Z] #21 53.39 Unpacking python3-setuptools (52.0.0-4) ...
11:47:56 [2022-06-21T11:47:56.548Z] #77 190.1 checking for gcc... gcc
11:47:57 [2022-06-21T11:47:57.045Z] #21 53.88 Selecting previously unselected package python3-wheel.
11:47:57 [2022-06-21T11:47:57.046Z] #21 53.89 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
11:47:57 [2022-06-21T11:47:57.046Z] #21 53.91 Unpacking python3-wheel (0.34.2-1) ...
11:47:57 [2022-06-21T11:47:57.046Z] #21 53.99 Selecting previously unselected package python3-pip.
11:47:57 [2022-06-21T11:47:57.046Z] #21 54.00 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
11:47:57 [2022-06-21T11:47:57.112Z] #77 190.3 checking whether the C compiler works... yes
11:47:57 [2022-06-21T11:47:57.112Z] #77 190.7 checking for C compiler default output file name... a.out
11:47:57 [2022-06-21T11:47:57.112Z] #77 190.7 checking for suffix of executables... 
11:47:57 [2022-06-21T11:47:57.308Z] #21 54.02 Unpacking python3-pip (20.3.4-4+deb11u1) ...
11:47:57 [2022-06-21T11:47:57.570Z] #21 54.43 Selecting previously unselected package sudo.
11:47:57 [2022-06-21T11:47:57.570Z] #21 54.44 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ...
11:47:57 [2022-06-21T11:47:57.570Z] #21 54.45 Unpacking sudo (1.9.5p2-3) ...
11:47:57 [2022-06-21T11:47:57.676Z] #77 190.8 checking whether we are cross compiling... no
11:47:57 [2022-06-21T11:47:57.933Z] #77 191.2 checking for suffix of object files... o
11:47:58 [2022-06-21T11:47:58.142Z] #21 55.16 Selecting previously unselected package thin-provisioning-tools.
11:47:58 [2022-06-21T11:47:58.142Z] #21 55.17 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ...
11:47:58 [2022-06-21T11:47:58.142Z] #21 55.17 Unpacking thin-provisioning-tools (0.9.0-1) ...
11:47:58 [2022-06-21T11:47:58.354Z] #77 191.4 checking whether we are using the GNU C compiler... yes
11:47:58 [2022-06-21T11:47:58.611Z] #77 191.7 checking whether gcc accepts -g... yes
11:47:58 [2022-06-21T11:47:58.715Z] #21 55.62 Selecting previously unselected package uidmap.
11:47:58 [2022-06-21T11:47:58.715Z] #21 55.64 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ...
11:47:58 [2022-06-21T11:47:58.715Z] #21 55.64 Unpacking uidmap (1:4.8.1-1) ...
11:47:58 [2022-06-21T11:47:58.869Z] #77 191.8 checking for gcc option to accept ISO C89... none needed
11:47:58 [2022-06-21T11:47:58.869Z] #77 192.3 checking whether gcc understands -c and -o together... yes
11:47:59 [2022-06-21T11:47:59.109Z] #19 353.7 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
11:47:59 [2022-06-21T11:47:59.109Z] #19 353.7 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
11:47:59 [2022-06-21T11:47:59.109Z] #19 353.7 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
11:47:59 [2022-06-21T11:47:59.109Z] #19 353.8 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
11:47:59 [2022-06-21T11:47:59.109Z] #19 353.8 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
11:47:59 [2022-06-21T11:47:59.109Z] #19 353.8 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
11:47:59 [2022-06-21T11:47:59.109Z] #19 354.0 Selecting previously unselected package libc6-dev-ppc64el-cross.
11:47:59 [2022-06-21T11:47:59.109Z] #19 354.0 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
11:47:59 [2022-06-21T11:47:59.109Z] #19 354.0 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
11:47:59 [2022-06-21T11:47:59.109Z] #19 354.4 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
11:47:59 [2022-06-21T11:47:59.109Z] #19 354.4 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
11:47:59 [2022-06-21T11:47:59.109Z] #19 354.4 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
11:47:59 [2022-06-21T11:47:59.126Z] #77 192.5 checking for a BSD-compatible install... /usr/bin/install -c
11:47:59 [2022-06-21T11:47:59.126Z] #77 192.6 checking whether build environment is sane... yes
11:47:59 [2022-06-21T11:47:59.126Z] #77 192.7 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:47:59 [2022-06-21T11:47:59.126Z] #77 192.8 checking for gawk... no
11:47:59 [2022-06-21T11:47:59.126Z] #77 192.8 checking for mawk... mawk
11:47:59 [2022-06-21T11:47:59.126Z] #77 192.8 checking whether make sets $(MAKE)... yes
11:47:59 [2022-06-21T11:47:59.238Z] #21 56.06 Selecting previously unselected package vim-runtime.
11:47:59 [2022-06-21T11:47:59.238Z] #21 56.06 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
11:47:59 [2022-06-21T11:47:59.238Z] #21 56.12 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
11:47:59 [2022-06-21T11:47:59.238Z] #21 56.18 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
11:47:59 [2022-06-21T11:47:59.238Z] #21 56.19 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
11:47:59 [2022-06-21T11:47:59.367Z] #19 354.6 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
11:47:59 [2022-06-21T11:47:59.367Z] #19 354.7 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
11:47:59 [2022-06-21T11:47:59.367Z] #19 354.7 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
11:47:59 [2022-06-21T11:47:59.383Z] #77 192.8 checking whether make supports the include directive... yes (GNU style)
11:47:59 [2022-06-21T11:47:59.384Z] #77 192.9 checking whether make supports nested variables... yes
11:47:59 [2022-06-21T11:47:59.643Z] #77 193.0 checking whether UID '0' is supported by ustar format... yes
11:47:59 [2022-06-21T11:47:59.643Z] #77 193.0 checking whether GID '0' is supported by ustar format... yes
11:47:59 [2022-06-21T11:47:59.643Z] #77 193.0 checking how to create a ustar tar archive... gnutar
11:47:59 [2022-06-21T11:47:59.889Z] #64 ...
11:47:59 [2022-06-21T11:47:59.889Z] 
11:47:59 [2022-06-21T11:47:59.889Z] #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
11:47:59 [2022-06-21T11:47:59.889Z] #60 sha256:91e321c642b3622ad8a9ab46a71f4c74e24f485d55c7b547457014690f3ccebc
11:47:59 [2022-06-21T11:47:59.889Z] #60 155.1 + mkdir -p /build
11:47:59 [2022-06-21T11:47:59.889Z] #60 155.1 + cp runc /build/runc
11:47:59 [2022-06-21T11:47:59.981Z] #77 193.2 checking dependency style of gcc... gcc3
11:47:59 [2022-06-21T11:47:59.981Z] #77 193.5 checking whether to enable maintainer-specific portions of Makefiles... yes
11:47:59 [2022-06-21T11:47:59.981Z] #77 193.5 checking whether make supports nested variables... (cached) yes
11:48:00 [2022-06-21T11:48:00.146Z] #60 DONE 155.8s
11:48:00 [2022-06-21T11:48:00.146Z] 
11:48:00 [2022-06-21T11:48:00.146Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
11:48:00 [2022-06-21T11:48:00.146Z] #27 sha256:ab7ca712f7a850431a80d13ade4a207b87b68fccbda0aa59ed821b9eb3f12afd
11:48:00 [2022-06-21T11:48:00.609Z] #77 193.6 checking build system type... x86_64-pc-linux-gnu
11:48:00 [2022-06-21T11:48:00.609Z] #77 194.2 checking host system type... x86_64-pc-linux-gnu
11:48:00 [2022-06-21T11:48:00.609Z] #77 194.2 checking how to print strings... printf
11:48:00 [2022-06-21T11:48:00.609Z] #77 194.2 checking for a sed that does not truncate output... /bin/sed
11:48:00 [2022-06-21T11:48:00.609Z] #77 194.2 checking for grep that handles long lines and -e... /bin/grep
11:48:00 [2022-06-21T11:48:00.609Z] #77 194.2 checking for egrep... /bin/grep -E
11:48:00 [2022-06-21T11:48:00.609Z] #77 194.2 checking for fgrep... /bin/grep -F
11:48:00 [2022-06-21T11:48:00.609Z] #77 194.2 checking for ld used by gcc... /usr/bin/ld
11:48:00 [2022-06-21T11:48:00.609Z] #77 194.3 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:48:00 [2022-06-21T11:48:00.609Z] #77 194.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:48:00 [2022-06-21T11:48:00.866Z] #77 194.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:48:00 [2022-06-21T11:48:00.866Z] #77 194.5 checking whether ln -s works... yes
11:48:00 [2022-06-21T11:48:00.866Z] #77 194.5 checking the maximum length of command line arguments... 1572864
11:48:01 [2022-06-21T11:48:01.077Z] #27 DONE 0.8s
11:48:01 [2022-06-21T11:48:01.077Z] 
11:48:01 [2022-06-21T11:48:01.077Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
11:48:01 [2022-06-21T11:48:01.077Z] #32 sha256:9dc22fc5f2c87f1d654ac25b91267bd40653b2ec6668143c32b1f07f05ff0b61
11:48:01 [2022-06-21T11:48:01.077Z] #32 DONE 0.2s
11:48:01 [2022-06-21T11:48:01.077Z] 
11:48:01 [2022-06-21T11:48:01.077Z] #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
11:48:01 [2022-06-21T11:48:01.077Z] #64 sha256:451a01997139e0dcfaa41af54e58eb636a34b29ca34c263fe922989ca109e2b2
11:48:01 [2022-06-21T11:48:01.124Z] #77 194.6 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
11:48:01 [2022-06-21T11:48:01.124Z] #77 194.6 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
11:48:01 [2022-06-21T11:48:01.124Z] #77 194.6 checking for /usr/bin/ld option to reload object files... -r
11:48:01 [2022-06-21T11:48:01.124Z] #77 194.6 checking for objdump... objdump
11:48:01 [2022-06-21T11:48:01.124Z] #77 194.6 checking how to recognize dependent libraries... pass_all
11:48:01 [2022-06-21T11:48:01.124Z] #77 194.6 checking for dlltool... no
11:48:01 [2022-06-21T11:48:01.124Z] #77 194.6 checking how to associate runtime and link libraries... printf %s\n
11:48:01 [2022-06-21T11:48:01.124Z] #77 194.6 checking for ar... ar
11:48:01 [2022-06-21T11:48:01.334Z] #64 ...
11:48:01 [2022-06-21T11:48:01.334Z] 
11:48:01 [2022-06-21T11:48:01.334Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
11:48:01 [2022-06-21T11:48:01.334Z] #35 sha256:d67ab1e9da044d32ff3de1f7d139c686f7b0076e1b63d3b0abb98a910038ea29
11:48:01 [2022-06-21T11:48:01.334Z] #35 DONE 0.1s
11:48:01 [2022-06-21T11:48:01.334Z] 
11:48:01 [2022-06-21T11:48:01.334Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
11:48:01 [2022-06-21T11:48:01.334Z] #37 sha256:aa6f431eeb398440839f0b431fb7fa45163b0aeda11493a461aa66dfde0bfa17
11:48:01 [2022-06-21T11:48:01.334Z] #37 DONE 0.1s
11:48:01 [2022-06-21T11:48:01.334Z] 
11:48:01 [2022-06-21T11:48:01.334Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
11:48:01 [2022-06-21T11:48:01.334Z] #39 sha256:05783488c2f696bc1f5c5748774c602cabd1db3a0a34aa23c8af3386289a2a0c
11:48:01 [2022-06-21T11:48:01.334Z] #39 DONE 0.1s
11:48:01 [2022-06-21T11:48:01.334Z] 
11:48:01 [2022-06-21T11:48:01.334Z] #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
11:48:01 [2022-06-21T11:48:01.334Z] #64 sha256:451a01997139e0dcfaa41af54e58eb636a34b29ca34c263fe922989ca109e2b2
11:48:01 [2022-06-21T11:48:01.381Z] #77 194.6 checking for archiver @FILE support... @
11:48:01 [2022-06-21T11:48:01.381Z] #77 194.8 checking for strip... strip
11:48:01 [2022-06-21T11:48:01.381Z] #77 194.8 checking for ranlib... ranlib
11:48:01 [2022-06-21T11:48:01.591Z] #64 ...
11:48:01 [2022-06-21T11:48:01.591Z] 
11:48:01 [2022-06-21T11:48:01.591Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
11:48:01 [2022-06-21T11:48:01.591Z] #41 sha256:6df9d328cc4b4a39e9abefcac8c7ea2b90a2df2d50c7402fcc406d37485af686
11:48:01 [2022-06-21T11:48:01.591Z] #41 DONE 0.1s
11:48:01 [2022-06-21T11:48:01.591Z] 
11:48:01 [2022-06-21T11:48:01.591Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
11:48:01 [2022-06-21T11:48:01.591Z] #45 sha256:7c113e12f946eeeed684928d27e143d424a386978da89981187faddbf17ff407
11:48:01 [2022-06-21T11:48:01.591Z] #45 DONE 0.1s
11:48:01 [2022-06-21T11:48:01.591Z] 
11:48:01 [2022-06-21T11:48:01.591Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
11:48:01 [2022-06-21T11:48:01.591Z] #48 sha256:8c12f6eaf484fb0798da6a98eb0c2c11d6c047d02fe35fa91b6505c6a34f7baa
11:48:01 [2022-06-21T11:48:01.639Z] #77 194.8 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:48:01 [2022-06-21T11:48:01.639Z] #77 195.2 checking for sysroot... no
11:48:01 [2022-06-21T11:48:01.639Z] #77 195.2 checking for a working dd... /bin/dd
11:48:01 [2022-06-21T11:48:01.851Z] #48 DONE 0.3s
11:48:01 [2022-06-21T11:48:01.851Z] 
11:48:01 [2022-06-21T11:48:01.851Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
11:48:01 [2022-06-21T11:48:01.851Z] #52 sha256:955911b75232e740b4222faf1d418a1f670858178709cf4e710b9fa7e34fa41d
11:48:01 [2022-06-21T11:48:01.897Z] #77 195.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:48:01 [2022-06-21T11:48:01.897Z] #77 195.4 checking for mt... no
11:48:01 [2022-06-21T11:48:01.897Z] #77 195.4 checking if : is a manifest tool... no
11:48:02 [2022-06-21T11:48:02.107Z] #52 DONE 0.1s
11:48:02 [2022-06-21T11:48:02.107Z] 
11:48:02 [2022-06-21T11:48:02.107Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
11:48:02 [2022-06-21T11:48:02.107Z] #54 sha256:b433759c66c8f694fda47687745eb2ce8ba24b5d432aa59b05bb302c738682a5
11:48:02 [2022-06-21T11:48:02.107Z] #54 DONE 0.1s
11:48:02 [2022-06-21T11:48:02.107Z] 
11:48:02 [2022-06-21T11:48:02.107Z] #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
11:48:02 [2022-06-21T11:48:02.107Z] #64 sha256:451a01997139e0dcfaa41af54e58eb636a34b29ca34c263fe922989ca109e2b2
11:48:02 [2022-06-21T11:48:02.107Z] #64 ...
11:48:02 [2022-06-21T11:48:02.107Z] 
11:48:02 [2022-06-21T11:48:02.107Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
11:48:02 [2022-06-21T11:48:02.107Z] #56 sha256:cf8395b4bd4aa88e0710df5ddbdc5e3831fe424967040f81e44ca1ba956ce80f
11:48:02 [2022-06-21T11:48:02.154Z] #77 195.5 checking how to run the C preprocessor... gcc -E
11:48:02 [2022-06-21T11:48:02.635Z] #77 ...
11:48:02 [2022-06-21T11:48:02.635Z] 
11:48:02 [2022-06-21T11:48:02.635Z] #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
11:48:02 [2022-06-21T11:48:02.635Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:48:02 [2022-06-21T11:48:02.635Z] #47 DONE 271.7s
11:48:02 [2022-06-21T11:48:02.635Z] 
11:48:02 [2022-06-21T11:48:02.635Z] #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
11:48:02 [2022-06-21T11:48:02.635Z] #60 sha256:8180a865b53d4f2686a57a7efc8185d2d2dec353515c0d22465715c5d0d88d2d
11:48:02 [2022-06-21T11:48:02.674Z] #56 DONE 0.4s
11:48:02 [2022-06-21T11:48:02.674Z] 
11:48:02 [2022-06-21T11:48:02.674Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
11:48:02 [2022-06-21T11:48:02.674Z] #58 sha256:9b35af2b8a095d08adba0f861055a7e18b96b84c19f1b9ce637c3ac10a5fbf8a
11:48:03 [2022-06-21T11:48:03.085Z] #77 195.8 checking for ANSI C header files... yes
11:48:03 [2022-06-21T11:48:03.206Z] #60 ...
11:48:03 [2022-06-21T11:48:03.206Z] 
11:48:03 [2022-06-21T11:48:03.206Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
11:48:03 [2022-06-21T11:48:03.206Z] #48 sha256:d53a96f030a9c030e4e73c38276593fda8487adbad5d2f317ee068163c68ca0e
11:48:03 [2022-06-21T11:48:03.236Z] #58 DONE 0.6s
11:48:03 [2022-06-21T11:48:03.236Z] 
11:48:03 [2022-06-21T11:48:03.236Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
11:48:03 [2022-06-21T11:48:03.236Z] #61 sha256:240165ca8f40ac8a9bb3e97300d712f63f23ce1349b026c5a966c3f53bfa9950
11:48:03 [2022-06-21T11:48:03.342Z] #77 196.6 checking for sys/types.h... yes
11:48:03 [2022-06-21T11:48:03.342Z] #77 196.9 checking for sys/stat.h... yes
11:48:03 [2022-06-21T11:48:03.487Z] #21 ...
11:48:03 [2022-06-21T11:48:03.487Z] 
11:48:03 [2022-06-21T11:48:03.487Z] #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
11:48:03 [2022-06-21T11:48:03.487Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:48:03 [2022-06-21T11:48:03.487Z] #77 192.8 checking whether gcc understands -c and -o together... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.1 checking for a BSD-compatible install... /usr/bin/install -c
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.1 checking whether build environment is sane... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.2 checking for gawk... no
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.2 checking for mawk... mawk
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.2 checking whether make sets $(MAKE)... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.3 checking whether make supports the include directive... yes (GNU style)
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.3 checking whether make supports nested variables... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.4 checking whether UID '0' is supported by ustar format... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.4 checking whether GID '0' is supported by ustar format... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.4 checking how to create a ustar tar archive... gnutar
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.5 checking dependency style of gcc... gcc3
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.7 checking whether to enable maintainer-specific portions of Makefiles... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.7 checking whether make supports nested variables... (cached) yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 193.8 checking build system type... x86_64-pc-linux-gnu
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.1 checking host system type... x86_64-pc-linux-gnu
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.1 checking how to print strings... printf
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.2 checking for a sed that does not truncate output... /bin/sed
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.2 checking for grep that handles long lines and -e... /bin/grep
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.2 checking for egrep... /bin/grep -E
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.2 checking for fgrep... /bin/grep -F
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.2 checking for ld used by gcc... /usr/bin/ld
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.3 checking if the linker (/usr/bin/ld) is GNU ld... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.4 checking whether ln -s works... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.5 checking the maximum length of command line arguments... 1572864
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.5 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.5 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.5 checking for /usr/bin/ld option to reload object files... -r
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.5 checking for objdump... objdump
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.5 checking how to recognize dependent libraries... pass_all
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.5 checking for dlltool... no
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.5 checking how to associate runtime and link libraries... printf %s\n
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.5 checking for ar... ar
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.5 checking for archiver @FILE support... @
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.7 checking for strip... strip
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.7 checking for ranlib... ranlib
11:48:03 [2022-06-21T11:48:03.487Z] #77 194.8 checking command to parse /usr/bin/nm -B output from gcc object... ok
11:48:03 [2022-06-21T11:48:03.487Z] #77 195.3 checking for sysroot... no
11:48:03 [2022-06-21T11:48:03.487Z] #77 195.3 checking for a working dd... /bin/dd
11:48:03 [2022-06-21T11:48:03.487Z] #77 195.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
11:48:03 [2022-06-21T11:48:03.487Z] #77 195.5 checking for mt... no
11:48:03 [2022-06-21T11:48:03.487Z] #77 195.5 checking if : is a manifest tool... no
11:48:03 [2022-06-21T11:48:03.487Z] #77 195.5 checking how to run the C preprocessor... gcc -E
11:48:03 [2022-06-21T11:48:03.487Z] #77 195.8 checking for ANSI C header files... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 196.6 checking for sys/types.h... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 196.8 checking for sys/stat.h... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 197.2 checking for stdlib.h... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 197.4 checking for string.h... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 197.7 checking for memory.h... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 198.1 checking for strings.h... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 198.5 checking for inttypes.h... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 198.8 checking for stdint.h... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 199.3 checking for unistd.h... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 199.6 checking for dlfcn.h... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 199.9 checking for objdir... .libs
11:48:03 [2022-06-21T11:48:03.487Z] #77 200.8 checking if gcc supports -fno-rtti -fno-exceptions... no
11:48:03 [2022-06-21T11:48:03.487Z] #77 201.1 checking for gcc option to produce PIC... -fPIC -DPIC
11:48:03 [2022-06-21T11:48:03.487Z] #77 201.1 checking if gcc PIC flag -fPIC -DPIC works... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 201.3 checking if gcc static flag -static works... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 201.9 checking if gcc supports -c -o file.o... yes
11:48:03 [2022-06-21T11:48:03.487Z] #77 202.0 checking if gcc supports -c -o file.o... (cached) yes
11:48:03 [2022-06-21T11:48:03.492Z] #61 DONE 0.3s
11:48:03 [2022-06-21T11:48:03.492Z] 
11:48:03 [2022-06-21T11:48:03.492Z] #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
11:48:03 [2022-06-21T11:48:03.492Z] #64 sha256:451a01997139e0dcfaa41af54e58eb636a34b29ca34c263fe922989ca109e2b2
11:48:03 [2022-06-21T11:48:03.492Z] #64 235.1 + bin/containerd
11:48:03 [2022-06-21T11:48:03.599Z] #77 197.1 checking for stdlib.h... yes
11:48:03 [2022-06-21T11:48:03.763Z] #77 202.0 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
11:48:03 [2022-06-21T11:48:03.857Z] #77 197.3 checking for string.h... yes
11:48:04 [2022-06-21T11:48:04.033Z] #77 202.1 checking dynamic linker characteristics... GNU/Linux ld.so
11:48:04 [2022-06-21T11:48:04.033Z] #77 202.6 checking how to hardcode library paths into programs... immediate
11:48:04 [2022-06-21T11:48:04.033Z] #77 202.6 checking whether stripping libraries is possible... yes
11:48:04 [2022-06-21T11:48:04.033Z] #77 202.6 checking if libtool supports shared libraries... yes
11:48:04 [2022-06-21T11:48:04.033Z] #77 202.6 checking whether to build shared libraries... no
11:48:04 [2022-06-21T11:48:04.033Z] #77 202.6 checking whether to build static libraries... yes
11:48:04 [2022-06-21T11:48:04.150Z] #48 DONE 0.7s
11:48:04 [2022-06-21T11:48:04.150Z] 
11:48:04 [2022-06-21T11:48:04.150Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
11:48:04 [2022-06-21T11:48:04.150Z] #52 sha256:a6bb6f44180031006cd06a841b0075dbf30790fc12fe0286075988c60fa5d7a1
11:48:04 [2022-06-21T11:48:04.150Z] #52 DONE 0.1s
11:48:04 [2022-06-21T11:48:04.150Z] 
11:48:04 [2022-06-21T11:48:04.150Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
11:48:04 [2022-06-21T11:48:04.150Z] #54 sha256:dd9043b1f77d0bbce622f6e2d8fdbb6dbe07783a1a39b80fca2a154aead332d7
11:48:04 [2022-06-21T11:48:04.150Z] #54 DONE 0.2s
11:48:04 [2022-06-21T11:48:04.150Z] 
11:48:04 [2022-06-21T11:48:04.150Z] #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.44.0"      && /build/golangci-lint --version
11:48:04 [2022-06-21T11:48:04.150Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:48:04 [2022-06-21T11:48:04.297Z] #77 202.7 checking float.h usability... yes
11:48:04 [2022-06-21T11:48:04.297Z] #77 202.9 checking float.h presence... yes
11:48:04 [2022-06-21T11:48:04.422Z] #77 197.6 checking for memory.h... yes
11:48:04 [2022-06-21T11:48:04.422Z] #77 197.8 checking for strings.h... yes
11:48:04 [2022-06-21T11:48:04.559Z] #77 203.0 checking for float.h... yes
11:48:04 [2022-06-21T11:48:04.559Z] #77 203.0 checking limits.h usability... yes
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.2 Selecting previously unselected package g++-powerpc64le-linux-gnu.
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.2 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.2 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.2 Selecting previously unselected package crossbuild-essential-ppc64el.
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.2 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.3 Unpacking crossbuild-essential-ppc64el (12.9) ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.3 Selecting previously unselected package libc6-s390x-cross.
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.3 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.3 Unpacking libc6-s390x-cross (2.31-9cross4) ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.5 Selecting previously unselected package libgcc-s1-s390x-cross.
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.5 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.5 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.6 Selecting previously unselected package libgomp1-s390x-cross.
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.6 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.6 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.6 Selecting previously unselected package libitm1-s390x-cross.
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.6 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.7 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.7 Selecting previously unselected package libatomic1-s390x-cross.
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.7 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.7 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.7 Selecting previously unselected package libasan6-s390x-cross.
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.7 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 359.7 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
11:48:04 [2022-06-21T11:48:04.640Z] #19 360.0 Selecting previously unselected package libstdc++6-s390x-cross.
11:48:04 [2022-06-21T11:48:04.678Z] #77 197.9 checking for inttypes.h... yes
11:48:04 [2022-06-21T11:48:04.678Z] #77 198.1 checking for stdint.h... yes
11:48:04 [2022-06-21T11:48:04.835Z] #77 203.3 checking limits.h presence... yes
11:48:04 [2022-06-21T11:48:04.835Z] #77 203.3 checking for limits.h... yes
11:48:04 [2022-06-21T11:48:04.897Z] #19 360.0 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
11:48:04 [2022-06-21T11:48:04.898Z] #19 360.0 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
11:48:04 [2022-06-21T11:48:04.898Z] #19 360.1 Selecting previously unselected package libubsan1-s390x-cross.
11:48:04 [2022-06-21T11:48:04.898Z] #19 360.1 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
11:48:04 [2022-06-21T11:48:04.898Z] #19 360.1 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
11:48:04 [2022-06-21T11:48:04.898Z] #19 360.2 Selecting previously unselected package libgcc-10-dev-s390x-cross.
11:48:04 [2022-06-21T11:48:04.898Z] #19 360.2 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
11:48:04 [2022-06-21T11:48:04.898Z] #19 360.2 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
11:48:04 [2022-06-21T11:48:04.937Z] #77 198.4 checking for unistd.h... yes
11:48:05 [2022-06-21T11:48:05.095Z] #77 203.4 checking stddef.h usability... yes
11:48:05 [2022-06-21T11:48:05.095Z] #77 203.6 checking stddef.h presence... 
11:48:05 [2022-06-21T11:48:05.095Z] #77 ...
11:48:05 [2022-06-21T11:48:05.095Z] 
11:48:05 [2022-06-21T11:48:05.095Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:48:05 [2022-06-21T11:48:05.095Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:48:05 [2022-06-21T11:48:05.095Z] #21 61.98 Selecting previously unselected package vim.
11:48:05 [2022-06-21T11:48:05.095Z] #21 62.00 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.095Z] #21 62.02 Unpacking vim (2:8.2.2434-3+deb11u1) ...
11:48:05 [2022-06-21T11:48:05.155Z] #19 360.3 Selecting previously unselected package gcc-10-s390x-linux-gnu.
11:48:05 [2022-06-21T11:48:05.156Z] #19 360.3 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.156Z] #19 360.4 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
11:48:05 [2022-06-21T11:48:05.195Z] #77 198.5 checking for dlfcn.h... yes
11:48:05 [2022-06-21T11:48:05.195Z] #77 198.8 checking for objdir... .libs
11:48:05 [2022-06-21T11:48:05.760Z] #77 199.2 checking if gcc supports -fno-rtti -fno-exceptions... no
11:48:05 [2022-06-21T11:48:05.760Z] #77 199.4 checking for gcc option to produce PIC... -fPIC -DPIC
11:48:05 [2022-06-21T11:48:05.760Z] #77 199.4 checking if gcc PIC flag -fPIC -DPIC works... 
11:48:05 [2022-06-21T11:48:05.760Z] #77 ...
11:48:05 [2022-06-21T11:48:05.760Z] 
11:48:05 [2022-06-21T11:48:05.760Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:48:05 [2022-06-21T11:48:05.760Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:48:05 [2022-06-21T11:48:05.760Z] #21 45.93 Selecting previously unselected package libjq1:amd64.
11:48:05 [2022-06-21T11:48:05.760Z] #21 45.93 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 45.97 Unpacking libjq1:amd64 (1.6-2.1) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 46.28 Selecting previously unselected package jq.
11:48:05 [2022-06-21T11:48:05.760Z] #21 46.29 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 46.31 Unpacking jq (1.6-2.1) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 46.60 Selecting previously unselected package libaio1:amd64.
11:48:05 [2022-06-21T11:48:05.760Z] #21 46.61 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 46.65 Unpacking libaio1:amd64 (0.3.112-9) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 46.99 Selecting previously unselected package libgpm2:amd64.
11:48:05 [2022-06-21T11:48:05.760Z] #21 46.99 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 47.03 Unpacking libgpm2:amd64 (1.20.7-8) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 47.14 Selecting previously unselected package libicu67:amd64.
11:48:05 [2022-06-21T11:48:05.760Z] #21 47.15 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 47.16 Unpacking libicu67:amd64 (67.1-7) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 53.79 Selecting previously unselected package libinih1:amd64.
11:48:05 [2022-06-21T11:48:05.760Z] #21 53.79 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 53.80 Unpacking libinih1:amd64 (53-1+b2) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 53.89 Selecting previously unselected package libnet1:amd64.
11:48:05 [2022-06-21T11:48:05.760Z] #21 53.90 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 53.91 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.05 Selecting previously unselected package libnl-3-200:amd64.
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.05 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.06 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.17 Selecting previously unselected package libprotobuf-c1:amd64.
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.18 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.19 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.32 Selecting previously unselected package libyajl2:amd64.
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.33 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.34 Unpacking libyajl2:amd64 (2.1.0-3) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.42 Selecting previously unselected package net-tools.
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.44 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.45 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.72 Selecting previously unselected package patch.
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.74 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.75 Unpacking patch (2.7.6-7) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.91 Selecting previously unselected package python-pip-whl.
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.93 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 54.94 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 55.96 Selecting previously unselected package python3-lib2to3.
11:48:05 [2022-06-21T11:48:05.760Z] #21 55.97 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
11:48:05 [2022-06-21T11:48:05.760Z] #21 55.97 Unpacking python3-lib2to3 (3.9.2-1) ...
11:48:06 [2022-06-21T11:48:06.017Z] #21 56.15 Selecting previously unselected package python3-distutils.
11:48:06 [2022-06-21T11:48:06.017Z] #21 ...
11:48:06 [2022-06-21T11:48:06.017Z] 
11:48:06 [2022-06-21T11:48:06.017Z] #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
11:48:06 [2022-06-21T11:48:06.017Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:48:06 [2022-06-21T11:48:06.017Z] #77 199.4 checking if gcc PIC flag -fPIC -DPIC works... yes
11:48:06 [2022-06-21T11:48:06.045Z] #21 62.96 Selecting previously unselected package xfsprogs.
11:48:06 [2022-06-21T11:48:06.045Z] #21 62.96 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ...
11:48:06 [2022-06-21T11:48:06.045Z] #21 62.97 Unpacking xfsprogs (5.10.0-4) ...
11:48:06 [2022-06-21T11:48:06.059Z] #55 ...
11:48:06 [2022-06-21T11:48:06.059Z] 
11:48:06 [2022-06-21T11:48:06.059Z] #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
11:48:06 [2022-06-21T11:48:06.059Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:48:06 [2022-06-21T11:48:06.059Z] #77 225.5   CCLD     tests/init
11:48:06 [2022-06-21T11:48:06.582Z] #77 199.5 checking if gcc static flag -static works... yes
11:48:06 [2022-06-21T11:48:06.582Z] #77 200.1 checking if gcc supports -c -o file.o... yes
11:48:06 [2022-06-21T11:48:06.839Z] #77 200.2 checking if gcc supports -c -o file.o... (cached) yes
11:48:06 [2022-06-21T11:48:06.839Z] #77 200.2 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
11:48:06 [2022-06-21T11:48:06.987Z] #21 63.85 Selecting previously unselected package zip.
11:48:06 [2022-06-21T11:48:06.987Z] #21 63.86 Preparing to unpack .../47-zip_3.0-12_amd64.deb ...
11:48:06 [2022-06-21T11:48:06.987Z] #21 63.86 Unpacking zip (3.0-12) ...
11:48:07 [2022-06-21T11:48:07.098Z] #77 200.3 checking dynamic linker characteristics... GNU/Linux ld.so
11:48:07 [2022-06-21T11:48:07.098Z] #77 200.7 checking how to hardcode library paths into programs... immediate
11:48:07 [2022-06-21T11:48:07.098Z] #77 200.7 checking whether stripping libraries is possible... yes
11:48:07 [2022-06-21T11:48:07.098Z] #77 200.7 checking if libtool supports shared libraries... yes
11:48:07 [2022-06-21T11:48:07.098Z] #77 200.7 checking whether to build shared libraries... no
11:48:07 [2022-06-21T11:48:07.098Z] #77 200.7 checking whether to build static libraries... yes
11:48:07 [2022-06-21T11:48:07.248Z] #21 64.10 Selecting previously unselected package zstd.
11:48:07 [2022-06-21T11:48:07.248Z] #21 64.11 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ...
11:48:07 [2022-06-21T11:48:07.248Z] #21 64.15 Unpacking zstd (1.4.8+dfsg-2.1) ...
11:48:07 [2022-06-21T11:48:07.354Z] #77 200.8 checking float.h usability... yes
11:48:07 [2022-06-21T11:48:07.612Z] #77 201.0 checking float.h presence... yes
11:48:07 [2022-06-21T11:48:07.612Z] #77 201.1 checking for float.h... yes
11:48:07 [2022-06-21T11:48:07.871Z] #77 201.2 checking limits.h usability... yes
11:48:07 [2022-06-21T11:48:07.871Z] #77 201.4 checking limits.h presence... yes
11:48:07 [2022-06-21T11:48:07.871Z] #77 201.4 checking for limits.h... yes
11:48:08 [2022-06-21T11:48:08.129Z] #77 201.5 checking stddef.h usability... yes
11:48:08 [2022-06-21T11:48:08.129Z] #77 201.7 checking stddef.h presence... yes
11:48:08 [2022-06-21T11:48:08.190Z] #21 64.88 Setting up python3-pkg-resources (52.0.0-4) ...
11:48:08 [2022-06-21T11:48:08.386Z] #77 201.8 checking for stddef.h... yes
11:48:08 [2022-06-21T11:48:08.386Z] #77 201.9 checking for stdlib.h... (cached) yes
11:48:08 [2022-06-21T11:48:08.386Z] #77 202.0 checking for string.h... (cached) yes
11:48:08 [2022-06-21T11:48:08.901Z] #77 202.1 checking sys/time.h usability... yes
11:48:08 [2022-06-21T11:48:08.901Z] #77 202.4 checking sys/time.h presence... yes
11:48:08 [2022-06-21T11:48:08.901Z] #77 202.4 checking for sys/time.h... yes
11:48:09 [2022-06-21T11:48:09.158Z] #77 202.5 checking for inline... inline
11:48:09 [2022-06-21T11:48:09.580Z] #21 66.63 Setting up libip4tc2:amd64 (1.8.7-1) ...
11:48:09 [2022-06-21T11:48:09.580Z] #21 66.65 Setting up net-tools (1.60+git20181103.0eebece-1) ...
11:48:09 [2022-06-21T11:48:09.580Z] #21 66.67 Setting up libgpm2:amd64 (1.20.7-8) ...
11:48:09 [2022-06-21T11:48:09.722Z] #77 202.7 checking for size_t... yes
11:48:09 [2022-06-21T11:48:09.722Z] #77 203.2 checking for stdlib.h... (cached) yes
11:48:09 [2022-06-21T11:48:09.841Z] #21 66.70 Setting up libicu67:amd64 (67.1-7) ...
11:48:09 [2022-06-21T11:48:09.841Z] #21 66.72 Setting up libip6tc2:amd64 (1.8.7-1) ...
11:48:09 [2022-06-21T11:48:09.841Z] #21 66.76 Setting up libinih1:amd64 (53-1+b2) ...
11:48:09 [2022-06-21T11:48:09.841Z] #21 66.78 Setting up uidmap (1:4.8.1-1) ...
11:48:09 [2022-06-21T11:48:09.841Z] #21 66.80 Setting up libyajl2:amd64 (2.1.0-3) ...
11:48:09 [2022-06-21T11:48:09.841Z] #21 66.82 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:48:09 [2022-06-21T11:48:09.841Z] #21 66.84 Setting up bzip2 (1.0.8-4) ...
11:48:09 [2022-06-21T11:48:09.841Z] #21 66.86 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:48:09 [2022-06-21T11:48:09.841Z] #21 66.88 Setting up python3-wheel (0.34.2-1) ...
11:48:09 [2022-06-21T11:48:09.978Z] #77 203.2 checking for GNU libc compatible malloc... yes
11:48:09 [2022-06-21T11:48:09.978Z] #77 203.5 checking for stdlib.h... (cached) yes
11:48:10 [2022-06-21T11:48:10.424Z] #19 365.0 Selecting previously unselected package gcc-s390x-linux-gnu.
11:48:10 [2022-06-21T11:48:10.424Z] #19 365.0 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
11:48:10 [2022-06-21T11:48:10.424Z] #19 365.0 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
11:48:10 [2022-06-21T11:48:10.424Z] #19 365.0 Selecting previously unselected package linux-libc-dev-s390x-cross.
11:48:10 [2022-06-21T11:48:10.424Z] #19 365.0 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
11:48:10 [2022-06-21T11:48:10.424Z] #19 365.0 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
11:48:10 [2022-06-21T11:48:10.424Z] #19 365.2 Selecting previously unselected package libc6-dev-s390x-cross.
11:48:10 [2022-06-21T11:48:10.424Z] #19 365.2 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
11:48:10 [2022-06-21T11:48:10.424Z] #19 365.2 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
11:48:10 [2022-06-21T11:48:10.424Z] #19 365.4 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
11:48:10 [2022-06-21T11:48:10.424Z] #19 365.4 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
11:48:10 [2022-06-21T11:48:10.424Z] #19 365.4 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
11:48:10 [2022-06-21T11:48:10.541Z] #77 203.5 checking for GNU libc compatible realloc... yes
11:48:10 [2022-06-21T11:48:10.683Z] #19 365.7 Selecting previously unselected package g++-10-s390x-linux-gnu.
11:48:10 [2022-06-21T11:48:10.683Z] #19 365.7 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
11:48:10 [2022-06-21T11:48:10.683Z] #19 365.7 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
11:48:10 [2022-06-21T11:48:10.787Z] #21 67.67 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:48:10 [2022-06-21T11:48:10.787Z] #21 67.68 Setting up libcap2:amd64 (1:2.44-1) ...
11:48:10 [2022-06-21T11:48:10.787Z] #21 67.70 Setting up libcap2-bin (1:2.44-1) ...
11:48:10 [2022-06-21T11:48:10.787Z] #21 67.71 Setting up apparmor (2.13.6-10) ...
11:48:10 [2022-06-21T11:48:10.798Z] #77 203.9 checking for working strtod... yes
11:48:11 [2022-06-21T11:48:11.619Z] #77 204.6 checking for gettimeofday... yes
11:48:12 [2022-06-21T11:48:12.183Z] #77 205.1 checking for memset... yes
11:48:12 [2022-06-21T11:48:12.746Z] #77 205.7 checking for strspn... yes
11:48:13 [2022-06-21T11:48:13.045Z] #77 206.5 checking that generated files are newer than configure... done
11:48:13 [2022-06-21T11:48:13.045Z] #77 206.5 configure: creating ./config.status
11:48:14 [2022-06-21T11:48:14.093Z] #21 70.46 Setting up zip (3.0-12) ...
11:48:14 [2022-06-21T11:48:14.093Z] #21 70.48 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:48:14 [2022-06-21T11:48:14.093Z] #21 70.52 Setting up bash-completion (1:2.11-2) ...
11:48:14 [2022-06-21T11:48:14.354Z] #21 ...
11:48:14 [2022-06-21T11:48:14.354Z] 
11:48:14 [2022-06-21T11:48:14.354Z] #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
11:48:14 [2022-06-21T11:48:14.354Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:48:14 [2022-06-21T11:48:14.354Z] #77 203.6 checking stddef.h presence... yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 203.7 checking for stddef.h... yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 203.7 checking for stdlib.h... (cached) yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 203.8 checking for string.h... (cached) yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 203.8 checking sys/time.h usability... yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 204.0 checking sys/time.h presence... yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 204.2 checking for sys/time.h... yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 204.2 checking for inline... inline
11:48:14 [2022-06-21T11:48:14.354Z] #77 204.4 checking for size_t... yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 204.9 checking for stdlib.h... (cached) yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 204.9 checking for GNU libc compatible malloc... yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 205.4 checking for stdlib.h... (cached) yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 205.4 checking for GNU libc compatible realloc... yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 205.9 checking for working strtod... yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 206.1 checking for gettimeofday... yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 206.5 checking for memset... yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 207.1 checking for strspn... yes
11:48:14 [2022-06-21T11:48:14.354Z] #77 207.6 checking that generated files are newer than configure... done
11:48:14 [2022-06-21T11:48:14.354Z] #77 207.6 configure: creating ./config.status
11:48:14 [2022-06-21T11:48:14.354Z] #77 210.1 config.status: creating Makefile
11:48:14 [2022-06-21T11:48:14.354Z] #77 210.2 config.status: creating config.h
11:48:14 [2022-06-21T11:48:14.354Z] #77 210.2 config.status: executing depfiles commands
11:48:14 [2022-06-21T11:48:14.354Z] #77 210.4 config.status: executing libtool commands
11:48:14 [2022-06-21T11:48:14.354Z] #77 212.3   GEN      .version
11:48:14 [2022-06-21T11:48:14.354Z] #77 212.3 make  install-recursive
11:48:14 [2022-06-21T11:48:14.354Z] #77 212.3 make[1]: Entering directory '/tmp/crun-build'
11:48:14 [2022-06-21T11:48:14.354Z] #77 212.7 Making install in libocispec
11:48:14 [2022-06-21T11:48:14.354Z] #77 212.7 make[2]: Entering directory '/tmp/crun-build/libocispec'
11:48:14 [2022-06-21T11:48:14.354Z] #77 212.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
11:48:14 [2022-06-21T11:48:14.354Z] #77 212.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
11:48:14 [2022-06-21T11:48:14.354Z] #77 212.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
11:48:14 [2022-06-21T11:48:14.354Z] #77 212.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
11:48:15 [2022-06-21T11:48:15.739Z] #77 214.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
11:48:15 [2022-06-21T11:48:15.739Z] #77 214.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
11:48:15 [2022-06-21T11:48:15.739Z] #77 214.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
11:48:15 [2022-06-21T11:48:15.739Z] #77 214.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
11:48:15 [2022-06-21T11:48:15.739Z] #77 214.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
11:48:15 [2022-06-21T11:48:15.739Z] #77 214.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
11:48:15 [2022-06-21T11:48:15.739Z] #77 214.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
11:48:15 [2022-06-21T11:48:15.739Z] #77 214.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
11:48:15 [2022-06-21T11:48:15.739Z] #77 214.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.3 Selecting previously unselected package g++-s390x-linux-gnu.
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.3 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.3 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.5 Selecting previously unselected package crossbuild-essential-s390x.
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.5 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.5 Unpacking crossbuild-essential-s390x (12.9) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.7 Setting up libconfig-inifiles-perl (3.000003-1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.7 Setting up libfile-which-perl (1.23-1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.7 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.7 Setting up libc6-armhf-cross (2.31-9cross4) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.7 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.7 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.8 Setting up libicu67:amd64 (67.1-7) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.8 Setting up libmagic-mgc (1:5.39-3) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.8 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.8 Setting up libc6-s390x-cross (2.31-9cross4) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.8 Setting up libmagic1:amd64 (1:5.39-3) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.8 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.9 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.9 Setting up file (1:5.39-3) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.9 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.9 Setting up bzip2 (1.0.8-4) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.9 Setting up libyaml-perl (1.30-1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 370.9 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.0 Setting up libxml-sax-base-perl (1.09-1.1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.0 Setting up libio-string-perl (1.08-3.1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.0 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.0 Setting up cross-config (2.6.18+nmu1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.1 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.2 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.2 Setting up libc6-arm64-cross (2.31-9cross4) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.2 Setting up patch (2.7.6-7) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.2 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.2 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.2 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.2 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.3 Setting up libc6-armel-cross (2.31-9cross4) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.3 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.3 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
11:48:15 [2022-06-21T11:48:15.950Z] #19 371.3 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.3 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.4 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.4 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.4 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.4 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.4 Setting up libfile-homedir-perl (1.006-1) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.4 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.5 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.5 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.5 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.5 Setting up liblocale-gettext-perl (1.07-4+b1) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.5 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
11:48:16 [2022-06-21T11:48:16.209Z] #19 371.5 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.316Z] #77 214.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
11:48:16 [2022-06-21T11:48:16.316Z] #77 214.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
11:48:16 [2022-06-21T11:48:16.316Z] #77 214.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
11:48:16 [2022-06-21T11:48:16.316Z] #77 214.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
11:48:16 [2022-06-21T11:48:16.316Z] #77 214.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
11:48:16 [2022-06-21T11:48:16.316Z] #77 214.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
11:48:16 [2022-06-21T11:48:16.316Z] #77 214.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
11:48:16 [2022-06-21T11:48:16.370Z] #77 209.5 config.status: creating Makefile
11:48:16 [2022-06-21T11:48:16.370Z] #77 209.7 config.status: creating config.h
11:48:16 [2022-06-21T11:48:16.370Z] #77 ...
11:48:16 [2022-06-21T11:48:16.370Z] 
11:48:16 [2022-06-21T11:48:16.370Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:48:16 [2022-06-21T11:48:16.370Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:48:16 [2022-06-21T11:48:16.370Z] #21 56.16 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 56.17 Unpacking python3-distutils (3.9.2-1) ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 56.35 Selecting previously unselected package python3-pkg-resources.
11:48:16 [2022-06-21T11:48:16.370Z] #21 56.38 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 56.39 Unpacking python3-pkg-resources (52.0.0-4) ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 56.64 Selecting previously unselected package python3-setuptools.
11:48:16 [2022-06-21T11:48:16.370Z] #21 56.64 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 56.65 Unpacking python3-setuptools (52.0.0-4) ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 57.07 Selecting previously unselected package python3-wheel.
11:48:16 [2022-06-21T11:48:16.370Z] #21 57.08 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 57.09 Unpacking python3-wheel (0.34.2-1) ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 57.23 Selecting previously unselected package python3-pip.
11:48:16 [2022-06-21T11:48:16.370Z] #21 57.24 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 57.25 Unpacking python3-pip (20.3.4-4+deb11u1) ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 57.64 Selecting previously unselected package sudo.
11:48:16 [2022-06-21T11:48:16.370Z] #21 57.66 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 57.67 Unpacking sudo (1.9.5p2-3) ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 58.57 Selecting previously unselected package thin-provisioning-tools.
11:48:16 [2022-06-21T11:48:16.370Z] #21 58.59 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 58.60 Unpacking thin-provisioning-tools (0.9.0-1) ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 59.03 Selecting previously unselected package uidmap.
11:48:16 [2022-06-21T11:48:16.370Z] #21 59.05 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 59.05 Unpacking uidmap (1:4.8.1-1) ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 59.43 Selecting previously unselected package vim-runtime.
11:48:16 [2022-06-21T11:48:16.370Z] #21 59.43 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 59.49 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
11:48:16 [2022-06-21T11:48:16.370Z] #21 59.67 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
11:48:16 [2022-06-21T11:48:16.370Z] #21 59.67 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 65.32 Selecting previously unselected package vim.
11:48:16 [2022-06-21T11:48:16.370Z] #21 65.33 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 65.36 Unpacking vim (2:8.2.2434-3+deb11u1) ...
11:48:16 [2022-06-21T11:48:16.370Z] #21 ...
11:48:16 [2022-06-21T11:48:16.370Z] 
11:48:16 [2022-06-21T11:48:16.370Z] #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
11:48:16 [2022-06-21T11:48:16.370Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:48:16 [2022-06-21T11:48:16.370Z] #77 209.8 config.status: executing depfiles commands
11:48:16 [2022-06-21T11:48:16.466Z] #19 371.5 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.6 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.6 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.6 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.6 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.6 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.6 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.6 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.6 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.7 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.7 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.7 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.7 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.7 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.7 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.7 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.8 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.8 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.8 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.8 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.8 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.467Z] #19 371.8 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.724Z] #19 371.9 Setting up libxml-sax-perl (1.02+dfsg-1) ...
11:48:16 [2022-06-21T11:48:16.725Z] #19 371.9 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:48:16 [2022-06-21T11:48:16.932Z] #77 210.3 config.status: executing libtool commands
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.0 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.2 
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.2 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.2 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.2 Setting up dpkg-dev (1.20.10) ...
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.3 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.3 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.3 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.3 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.3 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.3 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.4 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
11:48:16 [2022-06-21T11:48:16.983Z] #19 372.4 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.241Z] #19 372.4 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.241Z] #19 372.4 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.241Z] #19 372.4 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.241Z] #19 372.4 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:48:17 [2022-06-21T11:48:17.241Z] #19 372.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.7 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.8 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.8 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.8 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.8 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.8 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.8 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.8 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.8 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.9 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.9 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.499Z] #19 372.9 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 make  install-recursive
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.1 make[3]: Entering directory '/tmp/crun-build/libocispec'
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.2 Making install in yajl
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.2 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.2   CC       verify/json_verify-json_verify.o
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.3   CC       src/libyajl_la-yajl_alloc.lo
11:48:17 [2022-06-21T11:48:17.701Z] #77 216.3   CC       src/libyajl_la-yajl.lo
11:48:17 [2022-06-21T11:48:17.701Z] #77 ...
11:48:17 [2022-06-21T11:48:17.701Z] 
11:48:17 [2022-06-21T11:48:17.701Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:48:17 [2022-06-21T11:48:17.701Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:48:17 [2022-06-21T11:48:17.701Z] #21 74.60 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:48:17 [2022-06-21T11:48:17.701Z] #21 74.62 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:48:17 [2022-06-21T11:48:17.701Z] #21 74.63 Setting up libmnl0:amd64 (1.0.4-3) ...
11:48:17 [2022-06-21T11:48:17.701Z] #21 74.65 Setting up patch (2.7.6-7) ...
11:48:17 [2022-06-21T11:48:17.701Z] #21 74.66 Setting up sudo (1.9.5p2-3) ...
11:48:17 [2022-06-21T11:48:17.701Z] #21 74.78 invoke-rc.d: could not determine current runlevel
11:48:17 [2022-06-21T11:48:17.757Z] #19 372.9 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 372.9 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 372.9 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 372.9 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 373.0 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 373.0 Setting up libxml-simple-perl (2.25-1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 373.0 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 373.0 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 373.0 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 373.0 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 373.0 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 373.1 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 373.1 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 373.1 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
11:48:17 [2022-06-21T11:48:17.757Z] #19 373.1 Setting up libconfig-auto-perl (0.44-1.1) ...
11:48:17 [2022-06-21T11:48:17.963Z] #21 74.79 invoke-rc.d: policy-rc.d denied execution of start.
11:48:17 [2022-06-21T11:48:17.963Z] #21 74.79 Setting up xfsprogs (5.10.0-4) ...
11:48:17 [2022-06-21T11:48:17.963Z] #21 74.81 Setting up libxtables12:amd64 (1.8.7-1) ...
11:48:17 [2022-06-21T11:48:17.963Z] #21 74.82 Setting up inetutils-ping (2:2.0-1) ...
11:48:17 [2022-06-21T11:48:17.963Z] #21 74.83 Setting up pigz (2.6-1) ...
11:48:17 [2022-06-21T11:48:17.963Z] #21 74.85 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:48:17 [2022-06-21T11:48:17.963Z] #21 74.87 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
11:48:17 [2022-06-21T11:48:17.963Z] #21 74.89 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
11:48:17 [2022-06-21T11:48:17.963Z] #21 74.90 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.1 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.1 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.1 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.2 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.2 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.2 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.2 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.2 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.2 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.2 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.3 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.3 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.3 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.3 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
11:48:18 [2022-06-21T11:48:18.015Z] #19 373.3 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
11:48:18 [2022-06-21T11:48:18.274Z] #19 373.3 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
11:48:18 [2022-06-21T11:48:18.274Z] #19 373.3 Setting up dpkg-cross (2.6.18+nmu1) ...
11:48:18 [2022-06-21T11:48:18.274Z] #19 373.4 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
11:48:18 [2022-06-21T11:48:18.274Z] #19 373.4 Setting up crossbuild-essential-armel (12.9) ...
11:48:18 [2022-06-21T11:48:18.274Z] #19 373.4 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
11:48:18 [2022-06-21T11:48:18.274Z] #19 373.4 Setting up crossbuild-essential-armhf (12.9) ...
11:48:18 [2022-06-21T11:48:18.274Z] #19 373.4 Setting up crossbuild-essential-arm64 (12.9) ...
11:48:18 [2022-06-21T11:48:18.274Z] #19 373.5 Setting up crossbuild-essential-s390x (12.9) ...
11:48:18 [2022-06-21T11:48:18.274Z] #19 373.5 Setting up crossbuild-essential-ppc64el (12.9) ...
11:48:18 [2022-06-21T11:48:18.274Z] #19 373.5 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:48:18 [2022-06-21T11:48:18.830Z] #77 212.3   GEN      .version
11:48:18 [2022-06-21T11:48:18.830Z] #77 212.5 make  install-recursive
11:48:18 [2022-06-21T11:48:18.907Z] #21 75.73 Setting up libaio1:amd64 (0.3.112-9) ...
11:48:18 [2022-06-21T11:48:18.907Z] #21 75.75 Setting up python3-lib2to3 (3.9.2-1) ...
11:48:19 [2022-06-21T11:48:19.087Z] #77 212.5 make[1]: Entering directory '/tmp/crun-build'
11:48:19 [2022-06-21T11:48:19.087Z] #77 212.6 Making install in libocispec
11:48:19 [2022-06-21T11:48:19.087Z] #77 212.6 make[2]: Entering directory '/tmp/crun-build/libocispec'
11:48:19 [2022-06-21T11:48:19.214Z] #19 DONE 374.2s
11:48:19 [2022-06-21T11:48:19.214Z] 
11:48:19 [2022-06-21T11:48:19.214Z] #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
11:48:19 [2022-06-21T11:48:19.214Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f
11:48:19 [2022-06-21T11:48:19.214Z] #49 ...
11:48:19 [2022-06-21T11:48:19.214Z] 
11:48:19 [2022-06-21T11:48:19.214Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
11:48:19 [2022-06-21T11:48:19.214Z] #32 sha256:1d9f9b68311b53914d00af31c01e7bb2a67b15fef3e81afc140ef29270482375
11:48:19 [2022-06-21T11:48:19.214Z] #32 DONE 0.3s
11:48:19 [2022-06-21T11:48:19.344Z] #77 212.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
11:48:19 [2022-06-21T11:48:19.344Z] #77 212.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
11:48:19 [2022-06-21T11:48:19.344Z] #77 212.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
11:48:19 [2022-06-21T11:48:19.344Z] #77 212.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
11:48:19 [2022-06-21T11:48:19.479Z] #21 76.22 Setting up libelf1:amd64 (0.183-1) ...
11:48:19 [2022-06-21T11:48:19.479Z] #21 76.25 Setting up zstd (1.4.8+dfsg-2.1) ...
11:48:19 [2022-06-21T11:48:19.479Z] #21 76.26 Setting up libonig5:amd64 (6.9.6-1.1) ...
11:48:19 [2022-06-21T11:48:19.479Z] #21 76.27 Setting up python3-distutils (3.9.2-1) ...
11:48:19 [2022-06-21T11:48:19.480Z] 
11:48:19 [2022-06-21T11:48:19.480Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
11:48:19 [2022-06-21T11:48:19.480Z] #73 sha256:1939f756d4b1ee91c850d5f176c708760e09e503127887d51e7a43cd31665e3e
11:48:19 [2022-06-21T11:48:19.480Z] #73 DONE 0.3s
11:48:19 [2022-06-21T11:48:19.480Z] 
11:48:19 [2022-06-21T11:48:19.480Z] #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
11:48:19 [2022-06-21T11:48:19.480Z] #74 sha256:cab74af790b33042e46dd99d4b9e24096c6ae642c85c3f7ab34dcaac580f1683
11:48:20 [2022-06-21T11:48:20.052Z] #21 76.86 Setting up vim (2:8.2.2434-3+deb11u1) ...
11:48:20 [2022-06-21T11:48:20.052Z] #21 76.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
11:48:20 [2022-06-21T11:48:20.052Z] #21 76.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
11:48:20 [2022-06-21T11:48:20.052Z] #21 76.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
11:48:20 [2022-06-21T11:48:20.052Z] #21 76.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
11:48:20 [2022-06-21T11:48:20.052Z] #21 76.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
11:48:20 [2022-06-21T11:48:20.052Z] #21 76.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
11:48:20 [2022-06-21T11:48:20.052Z] #21 76.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
11:48:20 [2022-06-21T11:48:20.052Z] #21 76.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
11:48:20 [2022-06-21T11:48:20.052Z] #21 76.96 Setting up python3-setuptools (52.0.0-4) ...
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
11:48:20 [2022-06-21T11:48:20.717Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.420 + RM_GOPATH=0
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.427 + TMP_GOPATH=
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.427 + : /build
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.427 + '[' -z '' ']'
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.427 ++ mktemp -d
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.447 + export GOPATH=/tmp/tmp.w2HIqVVk5T
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.447 + GOPATH=/tmp/tmp.w2HIqVVk5T
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.447 + RM_GOPATH=1
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.447 + case "$(go env GOARCH)" in
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.451 ++ go env GOARCH
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.454 + export GO_BUILDMODE=-buildmode=pie
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.454 + GO_BUILDMODE=-buildmode=pie
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.454 ++ dirname /install.sh
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.455 + dir=/
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.455 + bin=rootlesskit
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.455 + shift
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.456 + '[' '!' -f //rootlesskit.installer ']'
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.456 + . //rootlesskit.installer
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.456 ++ : 1920341cd41e047834a21007424162a2dc946315
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.456 + install_rootlesskit
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.457 + case "$1" in
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.457 + export CGO_ENABLED=0
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.457 + CGO_ENABLED=0
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.457 + _install_rootlesskit
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.457 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.458 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.458 + for f in rootlesskit rootlesskit-docker-proxy
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.458 + GOBIN=/build
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.458 + GO111MODULE=on
11:48:20 [2022-06-21T11:48:20.867Z] #74 1.458 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
11:48:21 [2022-06-21T11:48:21.126Z] #74 1.820 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
11:48:21 [2022-06-21T11:48:21.438Z] #21 78.49 Setting up libjq1:amd64 (1.6-2.1) ...
11:48:21 [2022-06-21T11:48:21.699Z] #21 78.51 Setting up libnftnl11:amd64 (1.1.9-1) ...
11:48:21 [2022-06-21T11:48:21.699Z] #21 78.53 Setting up thin-provisioning-tools (0.9.0-1) ...
11:48:21 [2022-06-21T11:48:21.699Z] #21 78.55 Setting up python3-pip (20.3.4-4+deb11u1) ...
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 make  install-recursive
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.5 make[3]: Entering directory '/tmp/crun-build/libocispec'
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.6 Making install in yajl
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.6 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.6   CC       verify/json_verify-json_verify.o
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.6   CC       src/libyajl_la-yajl.lo
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.6   CC       src/libyajl_la-yajl_alloc.lo
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.6   CC       src/libyajl_la-yajl_gen.lo
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.7   CC       src/libyajl_la-yajl_buf.lo
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.7   CC       src/libyajl_la-yajl_encode.lo
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.7   CC       src/libyajl_la-yajl_parser.lo
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.7   CC       src/libyajl_la-yajl_lex.lo
11:48:22 [2022-06-21T11:48:22.087Z] #77 215.8   CC       src/libyajl_la-yajl_tree.lo
11:48:22 [2022-06-21T11:48:22.507Z] #74 3.225 go: downloading github.com/sirupsen/logrus v1.8.1
11:48:22 [2022-06-21T11:48:22.507Z] #74 3.240 go: downloading github.com/urfave/cli/v2 v2.4.0
11:48:22 [2022-06-21T11:48:22.765Z] #74 3.474 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
11:48:23 [2022-06-21T11:48:23.087Z] #21 79.91 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
11:48:23 [2022-06-21T11:48:23.087Z] #21 79.92 Setting up jq (1.6-2.1) ...
11:48:23 [2022-06-21T11:48:23.087Z] #21 79.93 Setting up libbpf0:amd64 (1:0.3-2) ...
11:48:23 [2022-06-21T11:48:23.087Z] #21 79.94 Setting up iptables (1.8.7-1) ...
11:48:23 [2022-06-21T11:48:23.087Z] #21 79.96 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:48:23 [2022-06-21T11:48:23.087Z] #21 79.96 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:48:23 [2022-06-21T11:48:23.087Z] #21 79.97 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:48:23 [2022-06-21T11:48:23.087Z] #21 79.97 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:48:23 [2022-06-21T11:48:23.087Z] #21 79.98 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:48:23 [2022-06-21T11:48:23.087Z] #21 79.98 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:48:23 [2022-06-21T11:48:23.087Z] #21 79.99 Setting up iproute2 (5.10.0-4) ...
11:48:23 [2022-06-21T11:48:23.610Z] #21 80.40 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:48:23 [2022-06-21T11:48:23.983Z] #77 ...
11:48:23 [2022-06-21T11:48:23.983Z] 
11:48:23 [2022-06-21T11:48:23.983Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:48:23 [2022-06-21T11:48:23.983Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:48:23 [2022-06-21T11:48:23.983Z] #21 66.52 Selecting previously unselected package xfsprogs.
11:48:23 [2022-06-21T11:48:23.983Z] #21 66.54 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 66.57 Unpacking xfsprogs (5.10.0-4) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 67.40 Selecting previously unselected package zip.
11:48:23 [2022-06-21T11:48:23.983Z] #21 67.41 Preparing to unpack .../47-zip_3.0-12_amd64.deb ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 67.42 Unpacking zip (3.0-12) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 67.77 Selecting previously unselected package zstd.
11:48:23 [2022-06-21T11:48:23.983Z] #21 67.78 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 67.78 Unpacking zstd (1.4.8+dfsg-2.1) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 68.30 Setting up python3-pkg-resources (52.0.0-4) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 69.95 Setting up libip4tc2:amd64 (1.8.7-1) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 69.96 Setting up net-tools (1.60+git20181103.0eebece-1) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 69.98 Setting up libgpm2:amd64 (1.20.7-8) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 70.02 Setting up libicu67:amd64 (67.1-7) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 70.05 Setting up libip6tc2:amd64 (1.8.7-1) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 70.07 Setting up libinih1:amd64 (53-1+b2) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 70.10 Setting up uidmap (1:4.8.1-1) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 70.12 Setting up libyajl2:amd64 (2.1.0-3) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 70.14 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 70.16 Setting up bzip2 (1.0.8-4) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 70.18 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 70.24 Setting up python3-wheel (0.34.2-1) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 71.26 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 71.30 Setting up libcap2:amd64 (1:2.44-1) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 71.32 Setting up libcap2-bin (1:2.44-1) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 71.35 Setting up apparmor (2.13.6-10) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 74.06 Setting up zip (3.0-12) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 74.11 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:48:23 [2022-06-21T11:48:23.983Z] #21 74.24 Setting up bash-completion (1:2.11-2) ...
11:48:24 [2022-06-21T11:48:24.141Z] #74 ...
11:48:24 [2022-06-21T11:48:24.141Z] 
11:48:24 [2022-06-21T11:48:24.141Z] #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
11:48:24 [2022-06-21T11:48:24.141Z] #33 sha256:23b947c8919fb37cfbb113f65eb095a6c47865f54715772aca729eb1be166ecc
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.444 + RM_GOPATH=0
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.444 + TMP_GOPATH=
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.444 + : /build
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.444 + '[' -z '' ']'
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.444 ++ mktemp -d
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.453 + export GOPATH=/tmp/tmp.ybEynU3na9
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.453 + GOPATH=/tmp/tmp.ybEynU3na9
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.453 + RM_GOPATH=1
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.453 + case "$(go env GOARCH)" in
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.453 ++ go env GOARCH
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.457 + export GO_BUILDMODE=-buildmode=pie
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.457 + GO_BUILDMODE=-buildmode=pie
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.457 ++ dirname /install.sh
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.458 + dir=/
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.459 + bin=dockercli
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.459 + shift
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.459 + '[' '!' -f //dockercli.installer ']'
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.460 + . //dockercli.installer
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.460 ++ : stable
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.460 ++ : 17.06.2-ce
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.461 + install_dockercli
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.461 + echo 'Install docker/cli version 17.06.2-ce from stable'
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.461 Install docker/cli version 17.06.2-ce from stable
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.462 ++ uname -m
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.465 + arch=x86_64
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.465 + '[' x86_64 '!=' x86_64 ']'
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.465 + url=https://download.docker.com/linux/static
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.466 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
11:48:24 [2022-06-21T11:48:24.141Z] #33 1.466 + tar -xz docker/docker
11:48:24 [2022-06-21T11:48:24.141Z] #33 4.366 + mkdir -p /build
11:48:24 [2022-06-21T11:48:24.141Z] #33 4.369 + mv docker/docker /build/
11:48:24 [2022-06-21T11:48:24.141Z] #33 4.379 + rmdir docker
11:48:24 [2022-06-21T11:48:24.141Z] #33 DONE 4.6s
11:48:24 [2022-06-21T11:48:24.141Z] 
11:48:24 [2022-06-21T11:48:24.141Z] #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
11:48:24 [2022-06-21T11:48:24.141Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f
11:48:24 [2022-06-21T11:48:24.141Z] #49 2.115 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:48:24 [2022-06-21T11:48:24.141Z] #49 2.302 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:48:24 [2022-06-21T11:48:24.141Z] #49 2.470 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:48:24 [2022-06-21T11:48:24.141Z] #49 2.481 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
11:48:24 [2022-06-21T11:48:24.141Z] #49 2.898 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
11:48:24 [2022-06-21T11:48:24.141Z] #49 3.372 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
11:48:24 [2022-06-21T11:48:24.141Z] #49 3.998 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
11:48:24 [2022-06-21T11:48:24.141Z] #49 4.576 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:48:24 [2022-06-21T11:48:24.141Z] #49 5.034 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
11:48:24 [2022-06-21T11:48:24.183Z] #21 DONE 81.0s
11:48:24 [2022-06-21T11:48:24.183Z] 
11:48:24 [2022-06-21T11:48:24.183Z] #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
11:48:24 [2022-06-21T11:48:24.183Z] #22 sha256:b86bf8904c81921a37395e425b3472442421bc6e8a05e0d87aaa1a3fceb022f0
11:48:24 [2022-06-21T11:48:24.709Z] #49 5.536 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:48:24 [2022-06-21T11:48:24.709Z] #49 5.537 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
11:48:24 [2022-06-21T11:48:24.709Z] #49 5.537 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB]
11:48:24 [2022-06-21T11:48:24.709Z] #49 5.537 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [160 kB]
11:48:24 [2022-06-21T11:48:24.709Z] #49 5.538 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB]
11:48:24 [2022-06-21T11:48:24.709Z] #49 5.544 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [141 kB]
11:48:24 [2022-06-21T11:48:24.709Z] #49 5.549 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
11:48:24 [2022-06-21T11:48:24.709Z] #49 5.550 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
11:48:24 [2022-06-21T11:48:24.709Z] #49 5.564 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
11:48:24 [2022-06-21T11:48:24.709Z] #49 5.564 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:48:24 [2022-06-21T11:48:24.709Z] #49 5.565 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
11:48:24 [2022-06-21T11:48:24.709Z] #49 5.566 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
11:48:24 [2022-06-21T11:48:24.756Z] #22 0.858 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
11:48:25 [2022-06-21T11:48:25.017Z] #22 0.862 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
11:48:25 [2022-06-21T11:48:25.017Z] #22 0.865 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
11:48:25 [2022-06-21T11:48:25.017Z] #22 DONE 0.9s
11:48:25 [2022-06-21T11:48:25.017Z] 
11:48:25 [2022-06-21T11:48:25.017Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
11:48:25 [2022-06-21T11:48:25.017Z] #23 sha256:4ff7bb5f5a79988a857ae1bf3022c444a7eeeaf2a8689cd612e9457763aec16d
11:48:28 [2022-06-21T11:48:28.009Z] #77 245.1   AR       libcrun_testing.a
11:48:28 [2022-06-21T11:48:28.009Z] #77 245.1 ar: `u' modifier ignored since `D' is the default (see `U')
11:48:28 [2022-06-21T11:48:28.009Z] #77 245.2   CCLD     tests/tests_libcrun_utils
11:48:28 [2022-06-21T11:48:28.009Z] #77 245.2   CCLD     tests/tests_libcrun_errors
11:48:28 [2022-06-21T11:48:28.009Z] #77 245.2   CCLD     tests/tests_libcrun_fuzzer
11:48:28 [2022-06-21T11:48:28.009Z] #77 245.4   CCLD     libcrun.la
11:48:28 [2022-06-21T11:48:28.009Z] #77 246.6   CCLD     crun
11:48:28 [2022-06-21T11:48:28.009Z] #77 247.2 make[3]: Entering directory '/tmp/crun-build'
11:48:28 [2022-06-21T11:48:28.009Z] #77 247.4  /bin/mkdir -p '/usr/local/lib'
11:48:28 [2022-06-21T11:48:28.009Z] #77 247.4  /bin/mkdir -p '/usr/local/share/man/man1'
11:48:28 [2022-06-21T11:48:28.009Z] #77 247.4  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
11:48:28 [2022-06-21T11:48:28.009Z] #77 247.4  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
11:48:28 [2022-06-21T11:48:28.009Z] #77 247.5 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
11:48:28 [2022-06-21T11:48:28.009Z] #77 247.5 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
11:48:28 [2022-06-21T11:48:28.009Z] #77 247.5 libtool: install: chmod 644 /usr/local/lib/libcrun.a
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.5 libtool: install: ranlib /usr/local/lib/libcrun.a
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7 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
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7 ----------------------------------------------------------------------
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7 Libraries have been installed in:
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7    /usr/local/lib
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7 
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7 If you ever happen to want to link against installed libraries
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7 in a given directory, LIBDIR, you must either use libtool, and
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7 specify the full pathname of the library, or use the '-LLIBDIR'
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7 flag during linking and do at least one of the following:
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7      during execution
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7    - add LIBDIR to the 'LD_RUN_PATH' environment variable
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7      during linking
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7 
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7 See any operating system documentation about shared libraries for
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7 more information, such as the ld(1) and ld.so(8) manual pages.
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7 ----------------------------------------------------------------------
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7  /bin/mkdir -p '/build'
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.7   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
11:48:28 [2022-06-21T11:48:28.269Z] #77 247.8 libtool: install: /usr/bin/install -c crun /build/crun
11:48:28 [2022-06-21T11:48:28.324Z] #23 ...
11:48:28 [2022-06-21T11:48:28.324Z] 
11:48:28 [2022-06-21T11:48:28.324Z] #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
11:48:28 [2022-06-21T11:48:28.324Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:48:28 [2022-06-21T11:48:28.324Z] #77 216.3   CC       src/libyajl_la-yajl_gen.lo
11:48:28 [2022-06-21T11:48:28.324Z] #77 216.3   CC       src/libyajl_la-yajl_parser.lo
11:48:28 [2022-06-21T11:48:28.324Z] #77 216.3   CC       src/libyajl_la-yajl_buf.lo
11:48:28 [2022-06-21T11:48:28.324Z] #77 216.3   CC       src/libyajl_la-yajl_encode.lo
11:48:28 [2022-06-21T11:48:28.324Z] #77 216.4   CC       src/libyajl_la-yajl_lex.lo
11:48:28 [2022-06-21T11:48:28.324Z] #77 216.4   CC       src/libyajl_la-yajl_tree.lo
11:48:28 [2022-06-21T11:48:28.324Z] #77 221.7   CCLD     libyajl.la
11:48:28 [2022-06-21T11:48:28.324Z] #77 222.1   CCLD     verify/json_verify
11:48:28 [2022-06-21T11:48:28.324Z] #77 222.5 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
11:48:28 [2022-06-21T11:48:28.324Z] #77 222.5 make[5]: Nothing to be done for 'install-exec-am'.
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.5 make[5]: Nothing to be done for 'install-data-am'.
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.5 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.5 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.5 make[4]: Entering directory '/tmp/crun-build/libocispec'
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.6   CC       src/validate.o
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.6   CC       src/image_spec_schema_content_descriptor.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.6   CC       src/image_spec_schema_config_schema.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.7   CC       src/image_spec_schema_defs.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.7   CC       src/image_spec_schema_defs_descriptor.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.7   CC       src/image_spec_schema_image_index_schema.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.8   CC       src/image_spec_schema_image_manifest_schema.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.8   CC       src/image_spec_schema_image_layout_schema.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.8   CC       src/runtime_spec_schema_config_linux.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 222.9   CC       src/runtime_spec_schema_config_zos.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.0   CC       src/runtime_spec_schema_config_solaris.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.0   CC       src/runtime_spec_schema_config_schema.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.1   CC       src/runtime_spec_schema_config_vm.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.2   CC       src/runtime_spec_schema_config_windows.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.2   CC       src/runtime_spec_schema_defs.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.3   CC       src/runtime_spec_schema_defs_linux.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.3   CC       src/runtime_spec_schema_defs_zos.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.3   CC       src/runtime_spec_schema_defs_vm.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.3   CC       src/runtime_spec_schema_defs_windows.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.4   CC       src/runtime_spec_schema_state_schema.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.5   CC       src/image_manifest_items_image_manifest_items_schema.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.6   CC       src/basic_test_double_array.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.6   CC       src/basic_test_top_array_int.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.6   CC       src/basic_test_double_array_item.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.7   CC       src/basic_test_top_array_string.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.8   CC       src/basic_test_top_double_array_int.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 223.8   CC       src/basic_test_top_double_array_refobj.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.0   CC       src/basic_test_top_double_array_obj.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.0   CC       src/read-file.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.1   CC       src/json_common.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.1   CC       tests/test-1.o
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.2   CC       src/basic_test_top_double_array_string.lo
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.2   CC       tests/test-2.o
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.4   CC       tests/test-3.o
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.6   CC       tests/test-5.o
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.6   CC       tests/test-4.o
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.6   CC       tests/test-6.o
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.7   CC       tests/test-7.o
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.7   CC       tests/test-8.o
11:48:28 [2022-06-21T11:48:28.325Z] #77 224.8   CC       tests/test-9.o
11:48:28 [2022-06-21T11:48:28.325Z] #77 225.1   CC       tests/test-10.o
11:48:28 [2022-06-21T11:48:28.325Z] #77 225.1   CC       tests/test-11.o
11:48:28 [2022-06-21T11:48:28.529Z] #77 247.8 make[3]: Leaving directory '/tmp/crun-build'
11:48:28 [2022-06-21T11:48:28.530Z] #77 247.8 make[2]: Leaving directory '/tmp/crun-build'
11:48:28 [2022-06-21T11:48:28.530Z] #77 247.8 make[1]: Leaving directory '/tmp/crun-build'
11:48:28 [2022-06-21T11:48:28.530Z] #77 DONE 247.9s
11:48:28 [2022-06-21T11:48:28.530Z] 
11:48:28 [2022-06-21T11:48:28.530Z] #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.44.0"      && /build/golangci-lint --version
11:48:28 [2022-06-21T11:48:28.530Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.57 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.60 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.62 Setting up libmnl0:amd64 (1.0.4-3) ...
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.63 Setting up patch (2.7.6-7) ...
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.64 Setting up sudo (1.9.5p2-3) ...
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.75 invoke-rc.d: could not determine current runlevel
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.75 invoke-rc.d: policy-rc.d denied execution of start.
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.78 Setting up xfsprogs (5.10.0-4) ...
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.79 Setting up libxtables12:amd64 (1.8.7-1) ...
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.80 Setting up inetutils-ping (2:2.0-1) ...
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.81 Setting up pigz (2.6-1) ...
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.82 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.83 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.85 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
11:48:29 [2022-06-21T11:48:29.238Z] #21 78.86 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
11:48:29 [2022-06-21T11:48:29.495Z] #21 79.66 Setting up libaio1:amd64 (0.3.112-9) ...
11:48:29 [2022-06-21T11:48:29.495Z] #21 79.67 Setting up python3-lib2to3 (3.9.2-1) ...
11:48:29 [2022-06-21T11:48:29.753Z] #21 ...
11:48:29 [2022-06-21T11:48:29.753Z] 
11:48:29 [2022-06-21T11:48:29.753Z] #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
11:48:29 [2022-06-21T11:48:29.753Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:48:29 [2022-06-21T11:48:29.753Z] #77 223.2   CCLD     libyajl.la
11:48:30 [2022-06-21T11:48:30.010Z] #77 223.6   CCLD     verify/json_verify
11:48:30 [2022-06-21T11:48:30.048Z] #49 ...
11:48:30 [2022-06-21T11:48:30.048Z] 
11:48:30 [2022-06-21T11:48:30.048Z] #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
11:48:30 [2022-06-21T11:48:30.048Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
11:48:30 [2022-06-21T11:48:30.048Z] #20 2.120 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 2.301 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 2.477 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 2.492 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 2.912 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 3.301 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 3.895 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 4.449 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 4.914 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 5.415 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 5.420 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 5.423 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [141 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 5.424 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 5.425 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 5.441 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [160 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #20 5.443 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
11:48:30 [2022-06-21T11:48:30.048Z] #20 5.444 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
11:48:30 [2022-06-21T11:48:30.048Z] #20 5.445 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
11:48:30 [2022-06-21T11:48:30.048Z] #20 5.445 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
11:48:30 [2022-06-21T11:48:30.048Z] #20 5.446 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:48:30 [2022-06-21T11:48:30.048Z] #20 5.447 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
11:48:30 [2022-06-21T11:48:30.048Z] #20 ...
11:48:30 [2022-06-21T11:48:30.048Z] 
11:48:30 [2022-06-21T11:48:30.048Z] #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
11:48:30 [2022-06-21T11:48:30.048Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb
11:48:30 [2022-06-21T11:48:30.048Z] #69 2.111 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #69 2.302 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #69 2.472 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #69 2.481 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #69 2.744 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #69 3.172 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #69 3.606 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #69 4.167 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #69 4.690 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #69 5.227 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [160 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #69 5.232 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB]
11:48:30 [2022-06-21T11:48:30.048Z] #69 5.237 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:48:30 [2022-06-21T11:48:30.049Z] #69 5.241 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB]
11:48:30 [2022-06-21T11:48:30.049Z] #69 5.252 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [141 kB]
11:48:30 [2022-06-21T11:48:30.049Z] #69 5.256 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
11:48:30 [2022-06-21T11:48:30.049Z] #69 5.264 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
11:48:30 [2022-06-21T11:48:30.049Z] #69 5.265 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
11:48:30 [2022-06-21T11:48:30.049Z] #69 5.265 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
11:48:30 [2022-06-21T11:48:30.049Z] #69 5.268 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
11:48:30 [2022-06-21T11:48:30.049Z] #69 5.272 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:48:30 [2022-06-21T11:48:30.049Z] #69 5.273 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
11:48:30 [2022-06-21T11:48:30.049Z] #69 ...
11:48:30 [2022-06-21T11:48:30.049Z] 
11:48:30 [2022-06-21T11:48:30.049Z] #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
11:48:30 [2022-06-21T11:48:30.049Z] #74 sha256:cab74af790b33042e46dd99d4b9e24096c6ae642c85c3f7ab34dcaac580f1683
11:48:30 [2022-06-21T11:48:30.049Z] #74 5.006 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
11:48:30 [2022-06-21T11:48:30.049Z] #74 5.216 go: downloading github.com/google/uuid v1.3.0
11:48:30 [2022-06-21T11:48:30.049Z] #74 5.236 go: downloading github.com/moby/vpnkit v0.5.0
11:48:30 [2022-06-21T11:48:30.049Z] #74 5.260 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:48:30 [2022-06-21T11:48:30.049Z] #74 5.372 go: downloading github.com/gofrs/flock v0.8.1
11:48:30 [2022-06-21T11:48:30.049Z] #74 5.439 go: downloading github.com/gorilla/mux v1.8.0
11:48:30 [2022-06-21T11:48:30.049Z] #74 5.545 go: downloading github.com/moby/sys/mountinfo v0.6.0
11:48:30 [2022-06-21T11:48:30.049Z] #74 5.788 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
11:48:30 [2022-06-21T11:48:30.049Z] #74 5.874 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
11:48:30 [2022-06-21T11:48:30.049Z] #74 7.022 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
11:48:30 [2022-06-21T11:48:30.049Z] #74 7.138 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:48:30 [2022-06-21T11:48:30.267Z] #77 224.0 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
11:48:30 [2022-06-21T11:48:30.267Z] #77 224.0 make[5]: Nothing to be done for 'install-exec-am'.
11:48:30 [2022-06-21T11:48:30.267Z] #77 224.0 make[5]: Nothing to be done for 'install-data-am'.
11:48:30 [2022-06-21T11:48:30.267Z] #77 224.0 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
11:48:30 [2022-06-21T11:48:30.525Z] #77 224.0 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
11:48:30 [2022-06-21T11:48:30.525Z] #77 224.0 make[4]: Entering directory '/tmp/crun-build/libocispec'
11:48:30 [2022-06-21T11:48:30.525Z] #77 224.1   CC       src/validate.o
11:48:30 [2022-06-21T11:48:30.525Z] #77 224.1   CC       src/image_spec_schema_config_schema.lo
11:48:30 [2022-06-21T11:48:30.525Z] #77 224.2   CC       src/image_spec_schema_content_descriptor.lo
11:48:30 [2022-06-21T11:48:30.525Z] #77 224.2   CC       src/image_spec_schema_defs.lo
11:48:30 [2022-06-21T11:48:30.525Z] #77 224.2   CC       src/image_spec_schema_defs_descriptor.lo
11:48:30 [2022-06-21T11:48:30.525Z] #77 224.2   CC       src/image_spec_schema_image_layout_schema.lo
11:48:30 [2022-06-21T11:48:30.525Z] #77 224.2   CC       src/image_spec_schema_image_index_schema.lo
11:48:30 [2022-06-21T11:48:30.525Z] #77 224.2   CC       src/image_spec_schema_image_manifest_schema.lo
11:48:30 [2022-06-21T11:48:30.525Z] #77 224.2   CC       src/runtime_spec_schema_config_linux.lo
11:48:30 [2022-06-21T11:48:30.782Z] #77 224.3   CC       src/runtime_spec_schema_config_schema.lo
11:48:30 [2022-06-21T11:48:30.782Z] #77 224.3   CC       src/runtime_spec_schema_config_vm.lo
11:48:30 [2022-06-21T11:48:30.782Z] #77 224.3   CC       src/runtime_spec_schema_config_zos.lo
11:48:30 [2022-06-21T11:48:30.783Z] #77 224.3   CC       src/runtime_spec_schema_config_windows.lo
11:48:30 [2022-06-21T11:48:30.783Z] #77 224.4   CC       src/runtime_spec_schema_defs.lo
11:48:30 [2022-06-21T11:48:30.783Z] #77 224.4   CC       src/runtime_spec_schema_config_solaris.lo
11:48:30 [2022-06-21T11:48:30.783Z] #77 224.4   CC       src/runtime_spec_schema_defs_linux.lo
11:48:30 [2022-06-21T11:48:30.783Z] #77 224.5   CC       src/runtime_spec_schema_defs_zos.lo
11:48:31 [2022-06-21T11:48:31.040Z] #77 224.6   CC       src/runtime_spec_schema_defs_vm.lo
11:48:31 [2022-06-21T11:48:31.040Z] #77 224.6   CC       src/runtime_spec_schema_defs_windows.lo
11:48:31 [2022-06-21T11:48:31.040Z] #77 224.7   CC       src/runtime_spec_schema_state_schema.lo
11:48:31 [2022-06-21T11:48:31.298Z] #77 224.7   CC       src/image_manifest_items_image_manifest_items_schema.lo
11:48:31 [2022-06-21T11:48:31.298Z] #77 224.7   CC       src/basic_test_double_array_item.lo
11:48:31 [2022-06-21T11:48:31.298Z] #77 224.8   CC       src/basic_test_double_array.lo
11:48:31 [2022-06-21T11:48:31.298Z] #77 224.9   CC       src/basic_test_top_array_int.lo
11:48:31 [2022-06-21T11:48:31.298Z] #77 224.9   CC       src/basic_test_top_array_string.lo
11:48:31 [2022-06-21T11:48:31.554Z] #77 225.0   CC       src/basic_test_top_double_array_int.lo
11:48:31 [2022-06-21T11:48:31.555Z] #77 225.0   CC       src/basic_test_top_double_array_obj.lo
11:48:31 [2022-06-21T11:48:31.555Z] #77 225.1   CC       src/basic_test_top_double_array_refobj.lo
11:48:31 [2022-06-21T11:48:31.555Z] #77 225.1   CC       src/basic_test_top_double_array_string.lo
11:48:31 [2022-06-21T11:48:31.555Z] #77 225.1   CC       src/read-file.lo
11:48:31 [2022-06-21T11:48:31.555Z] #77 225.2   CC       src/json_common.lo
11:48:31 [2022-06-21T11:48:31.555Z] #77 225.2   CC       tests/test-1.o
11:48:31 [2022-06-21T11:48:31.555Z] #77 225.3   CC       tests/test-2.o
11:48:31 [2022-06-21T11:48:31.812Z] #77 225.3   CC       tests/test-3.o
11:48:31 [2022-06-21T11:48:31.812Z] #77 225.4   CC       tests/test-4.o
11:48:31 [2022-06-21T11:48:31.812Z] #77 225.5   CC       tests/test-5.o
11:48:31 [2022-06-21T11:48:31.812Z] #77 225.6   CC       tests/test-6.o
11:48:32 [2022-06-21T11:48:32.069Z] #77 225.6   CC       tests/test-7.o
11:48:32 [2022-06-21T11:48:32.069Z] #77 225.7   CC       tests/test-8.o
11:48:32 [2022-06-21T11:48:32.326Z] #77 225.9   CC       tests/test-10.o
11:48:32 [2022-06-21T11:48:32.326Z] #77 225.9   CC       tests/test-9.o
11:48:32 [2022-06-21T11:48:32.326Z] #77 225.9   CC       tests/test-11.o
11:48:35 [2022-06-21T11:48:35.603Z] #77 ...
11:48:35 [2022-06-21T11:48:35.603Z] 
11:48:35 [2022-06-21T11:48:35.603Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:48:35 [2022-06-21T11:48:35.603Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.12 Setting up libelf1:amd64 (0.183-1) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.14 Setting up zstd (1.4.8+dfsg-2.1) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.15 Setting up libonig5:amd64 (6.9.6-1.1) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.16 Setting up python3-distutils (3.9.2-1) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.67 Setting up vim (2:8.2.2434-3+deb11u1) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 80.75 Setting up python3-setuptools (52.0.0-4) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 82.28 Setting up libjq1:amd64 (1.6-2.1) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 82.29 Setting up libnftnl11:amd64 (1.1.9-1) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 82.30 Setting up thin-provisioning-tools (0.9.0-1) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 82.33 Setting up python3-pip (20.3.4-4+deb11u1) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 83.62 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 83.63 Setting up jq (1.6-2.1) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 83.67 Setting up libbpf0:amd64 (1:0.3-2) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 83.69 Setting up iptables (1.8.7-1) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 83.70 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 83.71 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 83.71 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 83.72 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 83.72 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 83.73 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:48:35 [2022-06-21T11:48:35.603Z] #21 83.74 Setting up iproute2 (5.10.0-4) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 84.18 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:48:35 [2022-06-21T11:48:35.603Z] #21 DONE 85.3s
11:48:35 [2022-06-21T11:48:35.603Z] 
11:48:35 [2022-06-21T11:48:35.603Z] #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
11:48:35 [2022-06-21T11:48:35.603Z] #22 sha256:b86bf8904c81921a37395e425b3472442421bc6e8a05e0d87aaa1a3fceb022f0
11:48:36 [2022-06-21T11:48:36.168Z] #22 0.875 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
11:48:36 [2022-06-21T11:48:36.168Z] #22 0.880 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
11:48:36 [2022-06-21T11:48:36.168Z] #22 0.883 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
11:48:36 [2022-06-21T11:48:36.168Z] #22 DONE 0.9s
11:48:36 [2022-06-21T11:48:36.168Z] 
11:48:36 [2022-06-21T11:48:36.168Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
11:48:36 [2022-06-21T11:48:36.168Z] #23 sha256:4ff7bb5f5a79988a857ae1bf3022c444a7eeeaf2a8689cd612e9457763aec16d
11:48:36 [2022-06-21T11:48:36.473Z] #77 ...
11:48:36 [2022-06-21T11:48:36.473Z] 
11:48:36 [2022-06-21T11:48:36.473Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
11:48:36 [2022-06-21T11:48:36.473Z] #23 sha256:4ff7bb5f5a79988a857ae1bf3022c444a7eeeaf2a8689cd612e9457763aec16d
11:48:36 [2022-06-21T11:48:36.473Z] #23 10.16 Collecting yamllint==1.26.1
11:48:36 [2022-06-21T11:48:36.473Z] #23 11.22   Downloading yamllint-1.26.1.tar.gz (126 kB)
11:48:37 [2022-06-21T11:48:37.862Z] #23 12.58 Collecting pathspec>=0.5.3
11:48:37 [2022-06-21T11:48:37.862Z] #23 12.59   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
11:48:38 [2022-06-21T11:48:38.123Z] #23 13.05 Collecting pyyaml
11:48:38 [2022-06-21T11:48:38.123Z] #23 13.06   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)
11:48:38 [2022-06-21T11:48:38.123Z] #23 13.14 Building wheels for collected packages: yamllint
11:48:38 [2022-06-21T11:48:38.123Z] #23 13.14   Building wheel for yamllint (setup.py): started
11:48:39 [2022-06-21T11:48:39.554Z] #23 14.31   Building wheel for yamllint (setup.py): finished with status 'done'
11:48:39 [2022-06-21T11:48:39.554Z] #23 14.31   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=11937827c99882cf0d7a23d3db8862472467a2027385e0803500b2ebb0ebca8e
11:48:39 [2022-06-21T11:48:39.554Z] #23 14.31   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
11:48:39 [2022-06-21T11:48:39.554Z] #23 14.31 Successfully built yamllint
11:48:39 [2022-06-21T11:48:39.554Z] #23 14.35 Installing collected packages: pyyaml, pathspec, yamllint
11:48:40 [2022-06-21T11:48:40.127Z] #23 14.97 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
11:48:40 [2022-06-21T11:48:40.701Z] #23 DONE 15.6s
11:48:40 [2022-06-21T11:48:40.701Z] 
11:48:40 [2022-06-21T11:48:40.701Z] #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
11:48:40 [2022-06-21T11:48:40.701Z] #64 sha256:978295747f5c7cff3ef40cfb8c120e667fa1648aa7736c191b3d168207f92843
11:48:40 [2022-06-21T11:48:40.701Z] #64 ...
11:48:40 [2022-06-21T11:48:40.701Z] 
11:48:40 [2022-06-21T11:48:40.701Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
11:48:40 [2022-06-21T11:48:40.701Z] #27 sha256:da2bd4b6cb934fd307db54bfc2966fc33671cb29d12e49d2c92ef11611e7368d
11:48:40 [2022-06-21T11:48:40.963Z] #27 DONE 0.2s
11:48:40 [2022-06-21T11:48:40.963Z] 
11:48:40 [2022-06-21T11:48:40.963Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
11:48:40 [2022-06-21T11:48:40.963Z] #32 sha256:a2d5bf74ea9dc2b50fd5ada482d5734d68e0a0c4207550c9956bf85629a25eb7
11:48:40 [2022-06-21T11:48:40.963Z] #32 DONE 0.2s
11:48:40 [2022-06-21T11:48:40.963Z] 
11:48:40 [2022-06-21T11:48:40.963Z] #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
11:48:40 [2022-06-21T11:48:40.963Z] #64 sha256:978295747f5c7cff3ef40cfb8c120e667fa1648aa7736c191b3d168207f92843
11:48:41 [2022-06-21T11:48:41.226Z] #64 ...
11:48:41 [2022-06-21T11:48:41.226Z] 
11:48:41 [2022-06-21T11:48:41.226Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
11:48:41 [2022-06-21T11:48:41.226Z] #35 sha256:6cf96e5f9bdb352bdb5929104c079922ce5dcadc4231140c85fc44de895c2469
11:48:41 [2022-06-21T11:48:41.226Z] #35 DONE 0.1s
11:48:41 [2022-06-21T11:48:41.226Z] 
11:48:41 [2022-06-21T11:48:41.226Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
11:48:41 [2022-06-21T11:48:41.226Z] #37 sha256:93f29e625b960e247eac8543920a6ab91a08689c2696924ee24b09ee91a63146
11:48:41 [2022-06-21T11:48:41.226Z] #37 DONE 0.1s
11:48:41 [2022-06-21T11:48:41.226Z] 
11:48:41 [2022-06-21T11:48:41.226Z] #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
11:48:41 [2022-06-21T11:48:41.226Z] #64 sha256:978295747f5c7cff3ef40cfb8c120e667fa1648aa7736c191b3d168207f92843
11:48:41 [2022-06-21T11:48:41.488Z] #64 ...
11:48:41 [2022-06-21T11:48:41.488Z] 
11:48:41 [2022-06-21T11:48:41.488Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
11:48:41 [2022-06-21T11:48:41.488Z] #39 sha256:b42720eba881f59e25d90e6d2b809a257e2957439706b1b11a13a8947502f72b
11:48:41 [2022-06-21T11:48:41.488Z] #39 DONE 0.1s
11:48:41 [2022-06-21T11:48:41.488Z] 
11:48:41 [2022-06-21T11:48:41.488Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
11:48:41 [2022-06-21T11:48:41.488Z] #41 sha256:93ad5e2fccc9c48c3da6700323057f9df5ea7cd82667df32bd16a761bc4c9fe8
11:48:41 [2022-06-21T11:48:41.488Z] #41 DONE 0.1s
11:48:41 [2022-06-21T11:48:41.488Z] 
11:48:41 [2022-06-21T11:48:41.488Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
11:48:41 [2022-06-21T11:48:41.488Z] #45 sha256:cbd02d06d9b9090b0b6c4d960c4400859f3a902ca43628b7879dafe72722565b
11:48:41 [2022-06-21T11:48:41.488Z] #45 DONE 0.0s
11:48:41 [2022-06-21T11:48:41.488Z] 
11:48:41 [2022-06-21T11:48:41.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
11:48:41 [2022-06-21T11:48:41.488Z] #64 sha256:978295747f5c7cff3ef40cfb8c120e667fa1648aa7736c191b3d168207f92843
11:48:42 [2022-06-21T11:48:42.216Z] #64 274.0 # github.com/containerd/containerd/cmd/containerd
11:48:42 [2022-06-21T11:48:42.217Z] #64 274.0 /usr/bin/ld: /tmp/go-link-415900535/000019.o: in function `New':
11:48:42 [2022-06-21T11:48:42.217Z] #64 274.0 /tmp/tmp.h8fIWvBfzs/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
11:48:42 [2022-06-21T11:48:42.217Z] #64 274.1 + bin/containerd-stress
11:48:42 [2022-06-21T11:48:42.278Z] #74 ...
11:48:42 [2022-06-21T11:48:42.278Z] 
11:48:42 [2022-06-21T11:48:42.278Z] #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
11:48:42 [2022-06-21T11:48:42.278Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb
11:48:42 [2022-06-21T11:48:42.278Z] #69 22.27 Fetched 49.1 MB in 21s (2386 kB/s)
11:48:43 [2022-06-21T11:48:43.146Z] #64 275.2 + bin/containerd-shim
11:48:43 [2022-06-21T11:48:43.488Z] #55 314.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
11:48:43 [2022-06-21T11:48:43.750Z] #55 DONE 315.0s
11:48:43 [2022-06-21T11:48:43.750Z] 
11:48:43 [2022-06-21T11:48:43.750Z] #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
11:48:43 [2022-06-21T11:48:43.750Z] #64 sha256:09b1eb433f72ba69c2913750cbce936dc868826579efb73e2762958ff61dd913
11:48:44 [2022-06-21T11:48:44.347Z] #64 ...
11:48:44 [2022-06-21T11:48:44.347Z] 
11:48:44 [2022-06-21T11:48:44.347Z] #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
11:48:44 [2022-06-21T11:48:44.347Z] #60 sha256:8180a865b53d4f2686a57a7efc8185d2d2dec353515c0d22465715c5d0d88d2d
11:48:44 [2022-06-21T11:48:44.347Z] #60 184.1 + mkdir -p /build
11:48:44 [2022-06-21T11:48:44.347Z] #60 184.1 + cp runc /build/runc
11:48:44 [2022-06-21T11:48:44.347Z] #60 DONE 184.4s
11:48:44 [2022-06-21T11:48:44.347Z] 
11:48:44 [2022-06-21T11:48:44.347Z] #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
11:48:44 [2022-06-21T11:48:44.347Z] #64 sha256:09b1eb433f72ba69c2913750cbce936dc868826579efb73e2762958ff61dd913
11:48:46 [2022-06-21T11:48:46.257Z] #64 ...
11:48:46 [2022-06-21T11:48:46.257Z] 
11:48:46 [2022-06-21T11:48:46.257Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
11:48:46 [2022-06-21T11:48:46.257Z] #56 sha256:c91a66597e0aad0ab6f9adde3c0c4eb56091bba41b229dea1bf4a20a526f9b52
11:48:47 [2022-06-21T11:48:47.194Z] #56 DONE 0.9s
11:48:47 [2022-06-21T11:48:47.194Z] 
11:48:47 [2022-06-21T11:48:47.194Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
11:48:47 [2022-06-21T11:48:47.194Z] #58 sha256:0b41e0cde7bf5ac2a663ff67328bfee549b604d1c1f671afe6b715bfc496f919
11:48:47 [2022-06-21T11:48:47.194Z] #58 DONE 0.1s
11:48:47 [2022-06-21T11:48:47.194Z] 
11:48:47 [2022-06-21T11:48:47.194Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
11:48:47 [2022-06-21T11:48:47.194Z] #61 sha256:f78ff2228d7c732f1c01f49441bd5173b966f26a1d604cd5dbf7d6cb20767df2
11:48:47 [2022-06-21T11:48:47.454Z] #61 DONE 0.3s
11:48:47 [2022-06-21T11:48:47.454Z] 
11:48:47 [2022-06-21T11:48:47.454Z] #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
11:48:47 [2022-06-21T11:48:47.454Z] #64 sha256:09b1eb433f72ba69c2913750cbce936dc868826579efb73e2762958ff61dd913
11:48:48 [2022-06-21T11:48:48.354Z] #23 10.15 Collecting yamllint==1.26.1
11:48:48 [2022-06-21T11:48:48.354Z] #23 11.21   Downloading yamllint-1.26.1.tar.gz (126 kB)
11:48:48 [2022-06-21T11:48:48.612Z] #23 12.52 Collecting pathspec>=0.5.3
11:48:48 [2022-06-21T11:48:48.612Z] #23 12.53   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
11:48:48 [2022-06-21T11:48:48.842Z] #69 22.27 Reading package lists...
11:48:48 [2022-06-21T11:48:48.842Z] #69 ...
11:48:48 [2022-06-21T11:48:48.842Z] 
11:48:48 [2022-06-21T11:48:48.842Z] #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
11:48:48 [2022-06-21T11:48:48.842Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f
11:48:48 [2022-06-21T11:48:48.842Z] #49 22.41 Fetched 49.1 MB in 21s (2370 kB/s)
11:48:49 [2022-06-21T11:48:49.176Z] #23 13.00 Collecting pyyaml
11:48:49 [2022-06-21T11:48:49.176Z] #23 13.00   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)
11:48:49 [2022-06-21T11:48:49.433Z] #23 13.14 Building wheels for collected packages: yamllint
11:48:49 [2022-06-21T11:48:49.433Z] #23 13.15   Building wheel for yamllint (setup.py): started
11:48:50 [2022-06-21T11:48:50.360Z] #23 14.31   Building wheel for yamllint (setup.py): finished with status 'done'
11:48:50 [2022-06-21T11:48:50.616Z] #23 14.32   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=51c8c416f4411e252a5fd374a3e7c4cbd132e9378d4f3293f4efd7373192a050
11:48:50 [2022-06-21T11:48:50.616Z] #23 14.32   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
11:48:50 [2022-06-21T11:48:50.616Z] #23 14.33 Successfully built yamllint
11:48:50 [2022-06-21T11:48:50.616Z] #23 14.36 Installing collected packages: pyyaml, pathspec, yamllint
11:48:50 [2022-06-21T11:48:50.750Z] #49 22.41 Reading package lists...
11:48:50 [2022-06-21T11:48:50.750Z] #49 ...
11:48:50 [2022-06-21T11:48:50.750Z] 
11:48:50 [2022-06-21T11:48:50.750Z] #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
11:48:50 [2022-06-21T11:48:50.750Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb
11:48:50 [2022-06-21T11:48:50.750Z] #69 22.27 Reading package lists...
11:48:50 [2022-06-21T11:48:50.872Z] #23 14.76 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
11:48:51 [2022-06-21T11:48:51.234Z] #64 283.7 + bin/containerd-shim-runc-v1
11:48:51 [2022-06-21T11:48:51.318Z] #69 31.52 Reading package lists...
11:48:51 [2022-06-21T11:48:51.318Z] #69 ...
11:48:51 [2022-06-21T11:48:51.318Z] 
11:48:51 [2022-06-21T11:48:51.318Z] #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
11:48:51 [2022-06-21T11:48:51.318Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
11:48:51 [2022-06-21T11:48:51.318Z] #20 22.34 Fetched 49.1 MB in 21s (2380 kB/s)
11:48:51 [2022-06-21T11:48:51.318Z] #20 22.34 Reading package lists...
11:48:51 [2022-06-21T11:48:51.577Z] #20 31.71 Reading package lists...
11:48:51 [2022-06-21T11:48:51.577Z] #20 ...
11:48:51 [2022-06-21T11:48:51.577Z] 
11:48:51 [2022-06-21T11:48:51.577Z] #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
11:48:51 [2022-06-21T11:48:51.577Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f
11:48:51 [2022-06-21T11:48:51.577Z] #49 22.41 Reading package lists...
11:48:51 [2022-06-21T11:48:51.650Z] #64 279.4 + bin/containerd
11:48:51 [2022-06-21T11:48:51.801Z] #23 DONE 15.4s
11:48:51 [2022-06-21T11:48:51.801Z] 
11:48:51 [2022-06-21T11:48:51.801Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
11:48:51 [2022-06-21T11:48:51.801Z] #27 sha256:f0fcd93bf52264c050883d13a7f6312596777da1249b93c6a1a20afaec9b5e2b
11:48:52 [2022-06-21T11:48:52.057Z] #27 DONE 0.5s
11:48:52 [2022-06-21T11:48:52.057Z] 
11:48:52 [2022-06-21T11:48:52.057Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
11:48:52 [2022-06-21T11:48:52.057Z] #32 sha256:6b362017450bd6f4e01a516ebd70928e17cf498fcf5c1916bd30ff6690f0f447
11:48:52 [2022-06-21T11:48:52.619Z] #32 DONE 0.6s
11:48:52 [2022-06-21T11:48:52.619Z] 
11:48:52 [2022-06-21T11:48:52.619Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
11:48:52 [2022-06-21T11:48:52.619Z] #35 sha256:c40a2c5aa37f9dace5b0f9b9b790f9003550860045c3f53c4b0fd2ca8b28e271
11:48:52 [2022-06-21T11:48:52.619Z] #35 DONE 0.2s
11:48:52 [2022-06-21T11:48:52.619Z] 
11:48:52 [2022-06-21T11:48:52.619Z] #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.44.0"      && /build/golangci-lint --version
11:48:52 [2022-06-21T11:48:52.619Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:48:52 [2022-06-21T11:48:52.878Z] #55 ...
11:48:52 [2022-06-21T11:48:52.878Z] 
11:48:52 [2022-06-21T11:48:52.878Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
11:48:52 [2022-06-21T11:48:52.878Z] #37 sha256:03f18ee95a02e8dc54caf8dbf58f61d655a6b8e9e76295ff69ee47c81de06bcf
11:48:52 [2022-06-21T11:48:52.878Z] #37 DONE 0.1s
11:48:52 [2022-06-21T11:48:52.878Z] 
11:48:52 [2022-06-21T11:48:52.878Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
11:48:52 [2022-06-21T11:48:52.878Z] #39 sha256:3e008515e3a9a2171d233aeba13b429ed9cfdf769281af4b86c6c6714c5f9ba5
11:48:52 [2022-06-21T11:48:52.878Z] #39 DONE 0.1s
11:48:52 [2022-06-21T11:48:52.878Z] 
11:48:52 [2022-06-21T11:48:52.878Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
11:48:52 [2022-06-21T11:48:52.878Z] #41 sha256:7f405f6bfa7edb7a461ede641e8b2f049dcb5d41023f28d52a1911628a53274e
11:48:53 [2022-06-21T11:48:53.133Z] #41 DONE 0.1s
11:48:53 [2022-06-21T11:48:53.133Z] 
11:48:53 [2022-06-21T11:48:53.133Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
11:48:53 [2022-06-21T11:48:53.133Z] #45 sha256:5514dea9277e84055a87fdef89c87e3e63cfb7c18660186a99396a8a27440bcf
11:48:53 [2022-06-21T11:48:53.133Z] #45 DONE 0.1s
11:48:53 [2022-06-21T11:48:53.133Z] 
11:48:53 [2022-06-21T11:48:53.133Z] #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.44.0"      && /build/golangci-lint --version
11:48:53 [2022-06-21T11:48:53.133Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:48:56 [2022-06-21T11:48:56.480Z] #64 288.6 + bin/containerd-shim-runc-v2
11:48:57 [2022-06-21T11:48:57.042Z] #64 289.3 + binaries
11:48:57 [2022-06-21T11:48:57.042Z] #64 289.3 + install -D bin/containerd /build/containerd
11:48:57 [2022-06-21T11:48:57.042Z] #64 289.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
11:48:57 [2022-06-21T11:48:57.042Z] #64 289.3 + install -D bin/ctr /build/ctr
11:49:01 [2022-06-21T11:49:01.208Z] #64 DONE 293.2s
11:49:01 [2022-06-21T11:49:01.566Z] #49 32.04 Reading package lists...
11:49:01 [2022-06-21T11:49:01.566Z] #49 ...
11:49:01 [2022-06-21T11:49:01.566Z] 
11:49:01 [2022-06-21T11:49:01.566Z] #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
11:49:01 [2022-06-21T11:49:01.566Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb
11:49:01 [2022-06-21T11:49:01.566Z] #69 31.52 Reading package lists...
11:49:01 [2022-06-21T11:49:01.771Z] 
11:49:01 [2022-06-21T11:49:01.771Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
11:49:01 [2022-06-21T11:49:01.771Z] #65 sha256:93382ad2766824f8b260a84a395a9f8cea5195762b066f49b5c75994940790da
11:49:02 [2022-06-21T11:49:02.502Z] #69 41.12 Building dependency tree...
11:49:03 [2022-06-21T11:49:03.464Z] #64 ...
11:49:03 [2022-06-21T11:49:03.464Z] 
11:49:03 [2022-06-21T11:49:03.464Z] #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
11:49:03 [2022-06-21T11:49:03.464Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:49:03 [2022-06-21T11:49:03.464Z] #77 260.5   CCLD     libocispec.la
11:49:03 [2022-06-21T11:49:03.464Z] #77 260.9   CCLD     src/validate
11:49:03 [2022-06-21T11:49:03.464Z] #77 260.9   CCLD     tests/test-1
11:49:03 [2022-06-21T11:49:03.464Z] #77 260.9   CCLD     tests/test-2
11:49:03 [2022-06-21T11:49:03.464Z] #77 261.0   CCLD     tests/test-4
11:49:03 [2022-06-21T11:49:03.464Z] #77 261.0   CCLD     tests/test-5
11:49:03 [2022-06-21T11:49:03.464Z] #77 261.0   CCLD     tests/test-3
11:49:03 [2022-06-21T11:49:03.464Z] #77 261.1   CCLD     tests/test-6
11:49:03 [2022-06-21T11:49:03.464Z] #77 261.1   CCLD     tests/test-7
11:49:03 [2022-06-21T11:49:03.464Z] #77 261.1   CCLD     tests/test-8
11:49:03 [2022-06-21T11:49:03.464Z] #77 261.1   CCLD     tests/test-9
11:49:03 [2022-06-21T11:49:03.464Z] #77 261.2   CCLD     tests/test-10
11:49:03 [2022-06-21T11:49:03.464Z] #77 261.2 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
11:49:03 [2022-06-21T11:49:03.464Z] #77 261.2   CCLD     tests/test-11
11:49:03 [2022-06-21T11:49:03.662Z] #65 DONE 1.8s
11:49:03 [2022-06-21T11:49:03.662Z] 
11:49:03 [2022-06-21T11:49:03.662Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
11:49:03 [2022-06-21T11:49:03.662Z] #70 sha256:b6f877020b34d99a019fa11b51278242155a5ec52789ef75bb0117f0a7bf6daa
11:49:03 [2022-06-21T11:49:03.918Z] #70 DONE 0.3s
11:49:03 [2022-06-21T11:49:03.918Z] 
11:49:03 [2022-06-21T11:49:03.918Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
11:49:03 [2022-06-21T11:49:03.918Z] #75 sha256:37f97dd4837535aa378790f85fd0d8baaf317382a29e0630c4a36f41c32f4691
11:49:04 [2022-06-21T11:49:04.037Z] #77 262.6 libtool: link: ar cr libocispec.a 
11:49:04 [2022-06-21T11:49:04.037Z] #77 262.6 libtool: link: ranlib libocispec.a
11:49:05 [2022-06-21T11:49:05.035Z] #69 45.72 The following additional packages will be installed:
11:49:05 [2022-06-21T11:49:05.035Z] #69 45.75   libbtrfs0
11:49:05 [2022-06-21T11:49:05.035Z] #69 46.00 The following NEW packages will be installed:
11:49:05 [2022-06-21T11:49:05.035Z] #69 46.02   libbtrfs-dev libbtrfs0
11:49:05 [2022-06-21T11:49:05.603Z] #69 46.45 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
11:49:05 [2022-06-21T11:49:05.603Z] #69 46.45 Need to get 460 kB of archives.
11:49:05 [2022-06-21T11:49:05.603Z] #69 46.45 After this operation, 1237 kB of additional disk space will be used.
11:49:05 [2022-06-21T11:49:05.603Z] #69 46.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:49:05 [2022-06-21T11:49:05.603Z] #69 46.45 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:49:05 [2022-06-21T11:49:05.807Z] #75 DONE 1.9s
11:49:05 [2022-06-21T11:49:05.807Z] 
11:49:05 [2022-06-21T11:49:05.807Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
11:49:05 [2022-06-21T11:49:05.807Z] #78 sha256:005e6012a407bf68a38f9a3a0c006de1655606040a821dc470c21010587fde27
11:49:05 [2022-06-21T11:49:05.807Z] #78 DONE 0.1s
11:49:05 [2022-06-21T11:49:05.807Z] 
11:49:05 [2022-06-21T11:49:05.807Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
11:49:05 [2022-06-21T11:49:05.807Z] #79 sha256:c603324e25015ef2f73f15799cf592d49144523819935eaafc0f8fbc156534c9
11:49:05 [2022-06-21T11:49:05.807Z] #79 DONE 0.1s
11:49:06 [2022-06-21T11:49:06.063Z] 
11:49:06 [2022-06-21T11:49:06.063Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
11:49:06 [2022-06-21T11:49:06.063Z] #80 sha256:2332aa45ba26a944e1739d6924239fa1b23db4e2f5e14f3d64b740c9ab4a33cb
11:49:06 [2022-06-21T11:49:06.063Z] #80 DONE 0.0s
11:49:06 [2022-06-21T11:49:06.063Z] 
11:49:06 [2022-06-21T11:49:06.063Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
11:49:06 [2022-06-21T11:49:06.063Z] #81 sha256:35745d7e3cbbfe8554a680f66eb34d6ded97bfcb5c38c037e17291b629a54914
11:49:06 [2022-06-21T11:49:06.170Z] #69 47.17 debconf: delaying package configuration, since apt-utils is not installed
11:49:06 [2022-06-21T11:49:06.170Z] #69 ...
11:49:06 [2022-06-21T11:49:06.170Z] 
11:49:06 [2022-06-21T11:49:06.170Z] #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
11:49:06 [2022-06-21T11:49:06.170Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
11:49:06 [2022-06-21T11:49:06.170Z] #20 31.71 Reading package lists...
11:49:06 [2022-06-21T11:49:06.170Z] #20 41.32 Building dependency tree...
11:49:06 [2022-06-21T11:49:06.170Z] #20 45.63 The following additional packages will be installed:
11:49:06 [2022-06-21T11:49:06.170Z] #20 45.63   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:49:06 [2022-06-21T11:49:06.170Z] #20 45.63   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
11:49:06 [2022-06-21T11:49:06.170Z] #20 45.63   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
11:49:06 [2022-06-21T11:49:06.170Z] #20 45.63   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
11:49:06 [2022-06-21T11:49:06.170Z] #20 45.63   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
11:49:06 [2022-06-21T11:49:06.170Z] #20 45.64   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
11:49:06 [2022-06-21T11:49:06.170Z] #20 45.64   mingw-w64-common mingw-w64-x86-64-dev
11:49:06 [2022-06-21T11:49:06.170Z] #20 45.66 Suggested packages:
11:49:06 [2022-06-21T11:49:06.170Z] #20 45.66   gcc-10-locales seccomp wine64
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.44 The following NEW packages will be installed:
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.44   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.44   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.44   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.44   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.44   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.45   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.46   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.46   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.46   mingw-w64-x86-64-dev
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.88 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.88 Need to get 115 MB of archives.
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.88 After this operation, 645 MB of additional disk space will be used.
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.88 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]
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.93 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]
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.97 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.97 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.97 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
11:49:06 [2022-06-21T11:49:06.170Z] #20 46.97 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
11:49:06 [2022-06-21T11:49:06.170Z] #20 47.04 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
11:49:06 [2022-06-21T11:49:06.170Z] #20 47.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]
11:49:06 [2022-06-21T11:49:06.170Z] #20 47.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]
11:49:06 [2022-06-21T11:49:06.170Z] #20 47.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]
11:49:06 [2022-06-21T11:49:06.430Z] #20 ...
11:49:06 [2022-06-21T11:49:06.430Z] 
11:49:06 [2022-06-21T11:49:06.430Z] #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
11:49:06 [2022-06-21T11:49:06.430Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb
11:49:06 [2022-06-21T11:49:06.430Z] #69 47.49 Fetched 460 kB in 0s (1570 kB/s)
11:49:06 [2022-06-21T11:49:06.430Z] #69 47.59 Selecting previously unselected package libbtrfs0:amd64.
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.0 make[5]: Entering directory '/tmp/crun-build/libocispec'
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.0 make[5]: Nothing to be done for 'install-exec-am'.
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.0 make[5]: Nothing to be done for 'install-data-am'.
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.0 make[5]: Leaving directory '/tmp/crun-build/libocispec'
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.0 make[4]: Leaving directory '/tmp/crun-build/libocispec'
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.0 make[3]: Leaving directory '/tmp/crun-build/libocispec'
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.0 make[2]: Leaving directory '/tmp/crun-build/libocispec'
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.0 make[2]: Entering directory '/tmp/crun-build'
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.1   CC       src/libcrun/libcrun_testing_a-utils.o
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.1   CC       src/libcrun/libcrun_testing_a-container.o
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.1   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.2   CC       src/libcrun/libcrun_testing_a-cgroup.o
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.2   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.2   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.2   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.2   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
11:49:06 [2022-06-21T11:49:06.585Z] #77 265.2   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
11:49:06 [2022-06-21T11:49:06.689Z] #69 47.59 (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 ... 30256 files and directories currently installed.)
11:49:06 [2022-06-21T11:49:06.689Z] #69 47.70 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
11:49:06 [2022-06-21T11:49:06.689Z] #69 47.77 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:49:06 [2022-06-21T11:49:06.846Z] #77 265.3   CC       src/libcrun/libcrun_testing_a-criu.o
11:49:06 [2022-06-21T11:49:06.846Z] #77 265.3   CC       src/libcrun/libcrun_testing_a-custom-handler.o
11:49:06 [2022-06-21T11:49:06.846Z] #77 265.4   CC       src/libcrun/libcrun_testing_a-linux.o
11:49:06 [2022-06-21T11:49:06.846Z] #77 265.4   CC       src/libcrun/libcrun_testing_a-seccomp.o
11:49:06 [2022-06-21T11:49:06.846Z] #77 265.5   CC       src/libcrun/libcrun_testing_a-ebpf.o
11:49:06 [2022-06-21T11:49:06.846Z] #77 265.5   CC       src/libcrun/libcrun_testing_a-error.o
11:49:06 [2022-06-21T11:49:06.846Z] #77 265.5   CC       src/libcrun/libcrun_testing_a-status.o
11:49:06 [2022-06-21T11:49:06.948Z] #69 47.88 Selecting previously unselected package libbtrfs-dev:amd64.
11:49:06 [2022-06-21T11:49:06.948Z] #69 47.89 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
11:49:06 [2022-06-21T11:49:06.948Z] #69 47.90 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:49:06 [2022-06-21T11:49:06.991Z] #81 DONE 0.9s
11:49:06 [2022-06-21T11:49:06.991Z] 
11:49:06 [2022-06-21T11:49:06.991Z] #82 exporting to image
11:49:06 [2022-06-21T11:49:06.991Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:49:06 [2022-06-21T11:49:06.991Z] #82 exporting layers
11:49:07 [2022-06-21T11:49:07.129Z] #77 265.6   CC       src/libcrun/libcrun_testing_a-terminal.o
11:49:07 [2022-06-21T11:49:07.129Z] #77 265.7   CC       src/libcrun/libcrun_testing_a-signals.o
11:49:07 [2022-06-21T11:49:07.129Z] #77 265.7   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
11:49:07 [2022-06-21T11:49:07.129Z] #77 265.7   CC       src/libcrun/libcrun_testing_a-mount_flags.o
11:49:07 [2022-06-21T11:49:07.129Z] #77 265.8   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
11:49:07 [2022-06-21T11:49:07.129Z] #77 265.8   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
11:49:07 [2022-06-21T11:49:07.129Z] #77 265.8   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
11:49:07 [2022-06-21T11:49:07.129Z] #77 265.8   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
11:49:07 [2022-06-21T11:49:07.214Z] #69 48.14 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:49:07 [2022-06-21T11:49:07.214Z] #69 48.16 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:49:07 [2022-06-21T11:49:07.214Z] #69 48.17 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:49:07 [2022-06-21T11:49:07.407Z] #77 266.0   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
11:49:07 [2022-06-21T11:49:07.669Z] #77 266.2   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
11:49:07 [2022-06-21T11:49:07.669Z] #77 266.3   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
11:49:07 [2022-06-21T11:49:07.669Z] #77 266.4   CC       src/crun-crun.o
11:49:07 [2022-06-21T11:49:07.783Z] #69 DONE 48.6s
11:49:07 [2022-06-21T11:49:07.783Z] 
11:49:07 [2022-06-21T11:49:07.783Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
11:49:07 [2022-06-21T11:49:07.783Z] #70 sha256:ec4148a91fcc7927815208cd321f96d7e907d8a091fc1f70108fb4fee3ed30fa
11:49:07 [2022-06-21T11:49:07.783Z] #70 DONE 0.1s
11:49:07 [2022-06-21T11:49:07.783Z] 
11:49:07 [2022-06-21T11:49:07.783Z] #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
11:49:07 [2022-06-21T11:49:07.783Z] #71 sha256:7607e4ea267f9d430035790e6686d178f76a995d96eb6912f173dc2d8acc231e
11:49:07 [2022-06-21T11:49:07.930Z] #77 266.4   CC       src/crun-run.o
11:49:07 [2022-06-21T11:49:07.930Z] #77 266.6   CC       src/crun-kill.o
11:49:08 [2022-06-21T11:49:08.193Z] #77 266.6   CC       src/crun-delete.o
11:49:08 [2022-06-21T11:49:08.193Z] #77 266.7   CC       src/crun-unpause.o
11:49:08 [2022-06-21T11:49:08.193Z] #77 266.7   CC       src/crun-spec.o
11:49:08 [2022-06-21T11:49:08.193Z] #77 266.7   CC       src/crun-pause.o
11:49:08 [2022-06-21T11:49:08.193Z] #77 266.8   CC       src/crun-exec.o
11:49:08 [2022-06-21T11:49:08.454Z] #77 267.0   CC       src/crun-list.o
11:49:08 [2022-06-21T11:49:08.454Z] #77 267.1   CC       src/crun-create.o
11:49:08 [2022-06-21T11:49:08.714Z] #77 267.2   CC       src/crun-state.o
11:49:08 [2022-06-21T11:49:08.714Z] #77 267.2   CC       src/crun-start.o
11:49:08 [2022-06-21T11:49:08.714Z] #77 267.2   CC       src/crun-ps.o
11:49:08 [2022-06-21T11:49:08.714Z] #77 267.2   CC       src/crun-update.o
11:49:08 [2022-06-21T11:49:08.714Z] #77 267.3   CC       src/crun-checkpoint.o
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.869 + RM_GOPATH=0
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.869 + TMP_GOPATH=
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.869 + : /build
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.869 + '[' -z '' ']'
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.869 ++ mktemp -d
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.870 + export GOPATH=/tmp/tmp.WwjInG7Bof
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.871 + GOPATH=/tmp/tmp.WwjInG7Bof
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.871 + RM_GOPATH=1
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.871 + case "$(go env GOARCH)" in
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.872 ++ go env GOARCH
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.878 + export GO_BUILDMODE=-buildmode=pie
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.878 + GO_BUILDMODE=-buildmode=pie
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.878 ++ dirname /install.sh
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.879 + dir=/
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.885 + bin=containerd
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.885 + shift
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.886 + '[' '!' -f //containerd.installer ']'
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.886 + . //containerd.installer
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.886 ++ set -e
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.886 ++ : v1.6.6
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.887 + install_containerd
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.887 + echo 'Install containerd version v1.6.6'
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.887 Install containerd version v1.6.6
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.888 + git clone https://github.com/containerd/containerd.git /tmp/tmp.WwjInG7Bof/src/github.com/containerd/containerd
11:49:08 [2022-06-21T11:49:08.722Z] #71 0.913 Cloning into '/tmp/tmp.WwjInG7Bof/src/github.com/containerd/containerd'...
11:49:08 [2022-06-21T11:49:08.975Z] #77 267.4   CC       src/libcrun/libcrun_la-utils.lo
11:49:08 [2022-06-21T11:49:08.975Z] #77 267.5   CC       src/libcrun/libcrun_la-cloned_binary.lo
11:49:08 [2022-06-21T11:49:08.975Z] #77 267.6   CC       src/crun-restore.o
11:49:08 [2022-06-21T11:49:08.975Z] #77 267.6   CC       src/libcrun/libcrun_la-container.lo
11:49:09 [2022-06-21T11:49:09.236Z] #77 267.7   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
11:49:09 [2022-06-21T11:49:09.236Z] #77 267.8   CC       src/libcrun/libcrun_la-cgroup.lo
11:49:09 [2022-06-21T11:49:09.236Z] #77 267.8   CC       src/libcrun/libcrun_la-cgroup-setup.lo
11:49:09 [2022-06-21T11:49:09.236Z] #77 267.9   CC       src/libcrun/libcrun_la-cgroup-resources.lo
11:49:09 [2022-06-21T11:49:09.498Z] #77 267.9   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
11:49:09 [2022-06-21T11:49:09.498Z] #77 268.0   CC       src/libcrun/libcrun_la-cgroup-utils.lo
11:49:09 [2022-06-21T11:49:09.498Z] #77 268.1   CC       src/libcrun/libcrun_la-criu.lo
11:49:09 [2022-06-21T11:49:09.758Z] #77 268.2   CC       src/libcrun/libcrun_la-custom-handler.lo
11:49:09 [2022-06-21T11:49:09.758Z] #77 268.2   CC       src/libcrun/libcrun_la-linux.lo
11:49:09 [2022-06-21T11:49:09.758Z] #77 268.2   CC       src/libcrun/libcrun_la-seccomp.lo
11:49:09 [2022-06-21T11:49:09.758Z] #77 268.3   CC       src/libcrun/libcrun_la-ebpf.lo
11:49:09 [2022-06-21T11:49:09.758Z] #77 268.3   CC       src/libcrun/libcrun_la-error.lo
11:49:09 [2022-06-21T11:49:09.758Z] #77 268.4   CC       src/libcrun/libcrun_la-status.lo
11:49:10 [2022-06-21T11:49:10.019Z] #77 268.5   CC       src/libcrun/libcrun_la-terminal.lo
11:49:10 [2022-06-21T11:49:10.019Z] #77 268.7   CC       src/libcrun/libcrun_la-chroot_realpath.lo
11:49:10 [2022-06-21T11:49:10.259Z] #82 exporting layers 3.5s done
11:49:10 [2022-06-21T11:49:10.259Z] #82 writing image sha256:47668f99c08f13410047d63bcca2914a8779f764e43c0c78b648552fbbccb66c done
11:49:10 [2022-06-21T11:49:10.259Z] #82 naming to docker.io/library/docker:068ab5144244648bcba3b7261c41836a4ba5cf0f done
11:49:10 [2022-06-21T11:49:10.259Z] #82 DONE 3.5s
[Pipeline] }
[Pipeline] // stage
11:49:10 [2022-06-21T11:49:10.280Z] #77 268.7   CC       src/libcrun/libcrun_la-signals.lo
11:49:10 [2022-06-21T11:49:10.280Z] #77 268.9   CC       src/libcrun/libcrun_la-mount_flags.lo
11:49:10 [2022-06-21T11:49:10.280Z] #77 268.9   CC       src/libcrun/libcrun_la-seccomp_notify.lo
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
11:49:10 [2022-06-21T11:49:10.541Z] #77 269.0   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
11:49:10 [2022-06-21T11:49:10.541Z] #77 269.1   CC       src/libcrun/handlers/libcrun_la-krun.lo
11:49:10 [2022-06-21T11:49:10.574Z] + sudo modprobe ip6table_filter
[Pipeline] sh
11:49:10 [2022-06-21T11:49:10.626Z] #71 ...
11:49:10 [2022-06-21T11:49:10.626Z] 
11:49:10 [2022-06-21T11:49:10.626Z] #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
11:49:10 [2022-06-21T11:49:10.626Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f
11:49:10 [2022-06-21T11:49:10.626Z] #49 32.04 Reading package lists...
11:49:10 [2022-06-21T11:49:10.626Z] #49 41.61 Building dependency tree...
11:49:10 [2022-06-21T11:49:10.626Z] #49 46.04 The following additional packages will be installed:
11:49:10 [2022-06-21T11:49:10.626Z] #49 46.06   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
11:49:10 [2022-06-21T11:49:10.626Z] #49 46.07 Suggested packages:
11:49:10 [2022-06-21T11:49:10.626Z] #49 46.07   cmake-doc ninja-build lrzip
11:49:10 [2022-06-21T11:49:10.626Z] #49 46.07 Recommended packages:
11:49:10 [2022-06-21T11:49:10.626Z] #49 46.07   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
11:49:10 [2022-06-21T11:49:10.626Z] #49 46.69 The following NEW packages will be installed:
11:49:10 [2022-06-21T11:49:10.626Z] #49 46.70   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
11:49:10 [2022-06-21T11:49:10.626Z] #49 47.07 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
11:49:10 [2022-06-21T11:49:10.626Z] #49 47.07 Need to get 8418 kB of archives.
11:49:10 [2022-06-21T11:49:10.626Z] #49 47.07 After this operation, 34.9 MB of additional disk space will be used.
11:49:10 [2022-06-21T11:49:10.626Z] #49 47.07 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #49 47.08 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #49 47.08 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #49 47.12 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #49 47.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #49 47.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #49 47.14 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #49 47.15 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #49 48.03 debconf: delaying package configuration, since apt-utils is not installed
11:49:10 [2022-06-21T11:49:10.626Z] #49 48.31 Fetched 8418 kB in 0s (17.6 MB/s)
11:49:10 [2022-06-21T11:49:10.626Z] #49 48.39 Selecting previously unselected package xxd.
11:49:10 [2022-06-21T11:49:10.626Z] #49 48.39 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30256 files and directories currently installed.)
11:49:10 [2022-06-21T11:49:10.626Z] #49 48.44 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 48.45 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 48.62 Selecting previously unselected package vim-common.
11:49:10 [2022-06-21T11:49:10.626Z] #49 48.62 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 48.68 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 48.85 Selecting previously unselected package cmake-data.
11:49:10 [2022-06-21T11:49:10.626Z] #49 48.86 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 48.90 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 49.78 Selecting previously unselected package libarchive13:amd64.
11:49:10 [2022-06-21T11:49:10.626Z] #49 49.80 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 49.81 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 49.96 Selecting previously unselected package libjsoncpp24:amd64.
11:49:10 [2022-06-21T11:49:10.626Z] #49 49.96 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 49.97 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 50.05 Selecting previously unselected package librhash0:amd64.
11:49:10 [2022-06-21T11:49:10.626Z] #49 50.05 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 50.06 Unpacking librhash0:amd64 (1.4.1-2) ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 50.14 Selecting previously unselected package libuv1:amd64.
11:49:10 [2022-06-21T11:49:10.626Z] #49 50.15 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 50.15 Unpacking libuv1:amd64 (1.40.0-2) ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 50.24 Selecting previously unselected package cmake.
11:49:10 [2022-06-21T11:49:10.626Z] #49 50.25 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 50.26 Unpacking cmake (3.18.4-2+deb11u1) ...
11:49:10 [2022-06-21T11:49:10.626Z] #49 ...
11:49:10 [2022-06-21T11:49:10.626Z] 
11:49:10 [2022-06-21T11:49:10.626Z] #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
11:49:10 [2022-06-21T11:49:10.626Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
11:49:10 [2022-06-21T11:49:10.626Z] #20 47.76 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 47.99 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]
11:49:10 [2022-06-21T11:49:10.626Z] #20 48.24 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]
11:49:10 [2022-06-21T11:49:10.626Z] #20 48.88 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]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.24 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]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.24 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.25 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.25 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.26 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]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.26 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.26 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.26 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.27 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.27 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.27 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.28 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.28 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.28 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.28 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
11:49:10 [2022-06-21T11:49:10.626Z] #20 49.96 debconf: delaying package configuration, since apt-utils is not installed
11:49:10 [2022-06-21T11:49:10.626Z] #20 50.22 Fetched 115 MB in 3s (42.4 MB/s)
11:49:10 [2022-06-21T11:49:10.626Z] #20 50.28 Selecting previously unselected package binutils-mingw-w64-i686.
11:49:10 [2022-06-21T11:49:10.626Z] #20 50.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 ... 30256 files and directories currently installed.)
11:49:10 [2022-06-21T11:49:10.626Z] #20 50.33 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
11:49:10 [2022-06-21T11:49:10.626Z] #20 50.33 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:49:10 [2022-06-21T11:49:10.626Z] #20 51.18 Selecting previously unselected package binutils-mingw-w64-x86-64.
11:49:10 [2022-06-21T11:49:10.626Z] #20 51.19 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
11:49:10 [2022-06-21T11:49:10.626Z] #20 51.19 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:49:10 [2022-06-21T11:49:10.802Z] #77 269.3   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
11:49:10 [2022-06-21T11:49:10.802Z] #77 269.3   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
11:49:10 [2022-06-21T11:49:10.802Z] #77 269.5   CC       tests/init.o
11:49:10 [2022-06-21T11:49:10.850Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/test/unit
11:49:11 [2022-06-21T11:49:11.192Z] #55 ...
11:49:11 [2022-06-21T11:49:11.192Z] 
11:49:11 [2022-06-21T11:49:11.192Z] #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
11:49:11 [2022-06-21T11:49:11.192Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:49:11 [2022-06-21T11:49:11.192Z] #77 262.6   CCLD     libocispec.la
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.0   CCLD     src/validate
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.0   CCLD     tests/test-1
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.0   CCLD     tests/test-2
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.0   CCLD     tests/test-3
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.1   CCLD     tests/test-4
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.1   CCLD     tests/test-5
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.2   CCLD     tests/test-7
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.2   CCLD     tests/test-6
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.2   CCLD     tests/test-8
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.4 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.4   CCLD     tests/test-10
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.5   CCLD     tests/test-9
11:49:11 [2022-06-21T11:49:11.192Z] #77 263.5   CCLD     tests/test-11
11:49:11 [2022-06-21T11:49:11.373Z] #77 269.7   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
11:49:11 [2022-06-21T11:49:11.563Z] #20 ...
11:49:11 [2022-06-21T11:49:11.563Z] 
11:49:11 [2022-06-21T11:49:11.563Z] #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
11:49:11 [2022-06-21T11:49:11.563Z] #74 sha256:cab74af790b33042e46dd99d4b9e24096c6ae642c85c3f7ab34dcaac580f1683
11:49:11 [2022-06-21T11:49:11.563Z] #74 48.93 + for f in rootlesskit rootlesskit-docker-proxy
11:49:11 [2022-06-21T11:49:11.563Z] #74 48.93 + GOBIN=/build
11:49:11 [2022-06-21T11:49:11.563Z] #74 48.93 + GO111MODULE=on
11:49:11 [2022-06-21T11:49:11.563Z] #74 48.93 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
11:49:11 [2022-06-21T11:49:11.563Z] #74 51.82 rootlesskit version 1.0.0
11:49:11 [2022-06-21T11:49:11.563Z] #74 51.82 Usage of /build/rootlesskit-docker-proxy:
11:49:11 [2022-06-21T11:49:11.564Z] #74 51.82   -container-ip string
11:49:11 [2022-06-21T11:49:11.564Z] #74 51.82     	container ip
11:49:11 [2022-06-21T11:49:11.564Z] #74 51.82   -container-port int
11:49:11 [2022-06-21T11:49:11.564Z] #74 51.82     	container port (default -1)
11:49:11 [2022-06-21T11:49:11.564Z] #74 51.82   -host-ip string
11:49:11 [2022-06-21T11:49:11.564Z] #74 51.82     	host ip
11:49:11 [2022-06-21T11:49:11.564Z] #74 51.82   -host-port int
11:49:11 [2022-06-21T11:49:11.564Z] #74 51.82     	host port (default -1)
11:49:11 [2022-06-21T11:49:11.564Z] #74 51.82   -proto string
11:49:11 [2022-06-21T11:49:11.564Z] #74 51.82     	proxy protocol (default "tcp")
11:49:11 [2022-06-21T11:49:11.564Z] #74 DONE 52.2s
11:49:11 [2022-06-21T11:49:11.564Z] 
11:49:11 [2022-06-21T11:49:11.564Z] #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
11:49:11 [2022-06-21T11:49:11.564Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f
11:49:11 [2022-06-21T11:49:11.564Z] #49 51.89 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:49:11 [2022-06-21T11:49:11.564Z] #49 51.91 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:49:11 [2022-06-21T11:49:11.564Z] #49 51.93 Setting up libuv1:amd64 (1.40.0-2) ...
11:49:11 [2022-06-21T11:49:11.564Z] #49 51.94 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:49:11 [2022-06-21T11:49:11.564Z] #49 51.97 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
11:49:11 [2022-06-21T11:49:11.564Z] #49 51.98 Setting up librhash0:amd64 (1.4.1-2) ...
11:49:11 [2022-06-21T11:49:11.564Z] #49 52.00 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:49:11 [2022-06-21T11:49:11.564Z] #49 52.02 Setting up cmake (3.18.4-2+deb11u1) ...
11:49:11 [2022-06-21T11:49:11.564Z] #49 52.03 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:49:11 [2022-06-21T11:49:11.564Z] #49 DONE 52.5s
11:49:11 [2022-06-21T11:49:11.564Z] 
11:49:11 [2022-06-21T11:49:11.564Z] #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
11:49:11 [2022-06-21T11:49:11.564Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
11:49:11 [2022-06-21T11:49:11.564Z] #20 52.46 Selecting previously unselected package binutils-mingw-w64.
11:49:11 [2022-06-21T11:49:11.564Z] #20 52.46 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
11:49:11 [2022-06-21T11:49:11.564Z] #20 52.47 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
11:49:11 [2022-06-21T11:49:11.564Z] #20 52.53 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:49:11 [2022-06-21T11:49:11.564Z] #20 52.54 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:49:11 [2022-06-21T11:49:11.564Z] #20 52.56 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:49:11 [2022-06-21T11:49:11.564Z] #20 ...
11:49:11 [2022-06-21T11:49:11.564Z] 
11:49:11 [2022-06-21T11:49:11.564Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
11:49:11 [2022-06-21T11:49:11.564Z] #75 sha256:aae0eaee344873922eacc0dfc0ea2ea90caa5527b6b81352418db983443fe2f4
11:49:11 [2022-06-21T11:49:11.564Z] #75 DONE 0.1s
11:49:11 [2022-06-21T11:49:11.564Z] 
11:49:11 [2022-06-21T11:49:11.564Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
11:49:11 [2022-06-21T11:49:11.564Z] #50 sha256:518027f59caba87974f138f0b3e55615df1f6bbb6902358c502f2f9fececc5c6
11:49:11 [2022-06-21T11:49:11.564Z] #50 DONE 0.2s
11:49:11 [2022-06-21T11:49:11.762Z] #77 265.4 libtool: link: ar cr libocispec.a 
11:49:11 [2022-06-21T11:49:11.762Z] #77 265.4 libtool: link: ranlib libocispec.a
11:49:11 [2022-06-21T11:49:11.825Z] 
11:49:11 [2022-06-21T11:49:11.825Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
11:49:11 [2022-06-21T11:49:11.825Z] #76 sha256:296e1eb059b1e2d338b029b5571163d243cc1bb7b5e3f78830f98e80a38a9f29
11:49:11 [2022-06-21T11:49:11.825Z] #76 DONE 0.1s
11:49:11 [2022-06-21T11:49:11.825Z] 
11:49:11 [2022-06-21T11:49:11.825Z] #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
11:49:11 [2022-06-21T11:49:11.825Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
11:49:11 [2022-06-21T11:49:11.825Z] #20 52.71 Selecting previously unselected package dmsetup.
11:49:11 [2022-06-21T11:49:11.825Z] #20 52.71 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
11:49:11 [2022-06-21T11:49:11.825Z] #20 52.73 Unpacking dmsetup (2:1.02.175-2.1) ...
11:49:11 [2022-06-21T11:49:11.825Z] #20 52.84 Selecting previously unselected package mingw-w64-common.
11:49:11 [2022-06-21T11:49:11.825Z] #20 52.84 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
11:49:11 [2022-06-21T11:49:11.825Z] #20 52.87 Unpacking mingw-w64-common (8.0.0-1) ...
11:49:12 [2022-06-21T11:49:12.739Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
11:49:12 [2022-06-21T11:49:12.739Z] + TESTFLAGS+=' -test.timeout=5m'
11:49:12 [2022-06-21T11:49:12.739Z] + TESTDIRS=./...
11:49:12 [2022-06-21T11:49:12.739Z] + exclude_paths='/vendor/|/integration'
11:49:12 [2022-06-21T11:49:12.739Z] ++ go list ./...
11:49:12 [2022-06-21T11:49:12.739Z] ++ grep -vE '(/vendor/|/integration)'
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.0 make[5]: Entering directory '/tmp/crun-build/libocispec'
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.0 make[5]: Nothing to be done for 'install-exec-am'.
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.0 make[5]: Nothing to be done for 'install-data-am'.
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.0 make[5]: Leaving directory '/tmp/crun-build/libocispec'
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.0 make[4]: Leaving directory '/tmp/crun-build/libocispec'
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.0 make[3]: Leaving directory '/tmp/crun-build/libocispec'
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.0 make[2]: Leaving directory '/tmp/crun-build/libocispec'
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.0 make[2]: Entering directory '/tmp/crun-build'
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.2   CC       src/libcrun/libcrun_testing_a-utils.o
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.2   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.2   CC       src/libcrun/libcrun_testing_a-container.o
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.2   CC       src/libcrun/libcrun_testing_a-cgroup.o
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.2   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.2   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.2   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.2   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.3   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.3   CC       src/libcrun/libcrun_testing_a-criu.o
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.3   CC       src/libcrun/libcrun_testing_a-custom-handler.o
11:49:13 [2022-06-21T11:49:13.657Z] #77 267.3   CC       src/libcrun/libcrun_testing_a-linux.o
11:49:13 [2022-06-21T11:49:13.670Z] + pkg_list='github.com/docker/docker/api
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/backend/build
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/httpstatus
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/httputils
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/middleware
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/build
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/checkpoint
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/container
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/debug
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/distribution
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/grpc
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/image
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/network
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/plugin
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/session
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/swarm
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/system
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/server/router/volume
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/backend
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/blkiodev
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/container
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/events
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/filters
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/image
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/mount
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/network
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/plugins/logdriver
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/registry
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/strslice
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/swarm
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/swarm/runtime
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/time
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/versions
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/versions/v1p19
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/versions/v1p20
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/api/types/volume
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/builder
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/builder/builder-next
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/builder/builder-next/exporter
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/builder/builder-next/imagerefchecker
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/builder/builder-next/worker
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/builder/dockerfile
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/builder/remotecontext
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/builder/remotecontext/git
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/builder/remotecontext/urlutil
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/cli
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/cli/config
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/cli/debug
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/cli/winresources/docker-proxy
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/cli/winresources/dockerd
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/client
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/cmd/docker-proxy
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/cmd/dockerd
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/cmd/dockerd/trap
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/container
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/container/stream
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/contrib/apparmor
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/contrib/docker-device-tool
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/contrib/httpserver
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/cluster
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/cluster/controllers/plugin
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/cluster/convert
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/cluster/executor
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/cluster/executor/container
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/cluster/provider
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/config
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/events
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/events/testutils
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/exec
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver/aufs
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver/btrfs
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver/copy
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver/devmapper
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver/graphtest
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver/overlay
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver/overlay2
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver/overlayutils
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver/register
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver/vfs
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/graphdriver/zfs
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/images
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/initlayer
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/links
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/listeners
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/awslogs
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/fluentd
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/gcplogs
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/gelf
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/journald
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/jsonfilelog
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/local
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/logentries
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/loggertest
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/loggerutils
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/loggerutils/cache
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/splunk
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/syslog
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/logger/templates
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/names
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/network
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/daemon/stats
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/distribution
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/distribution/metadata
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/distribution/utils
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/distribution/xfer
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/dockerversion
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/errdefs
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/image
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/image/cache
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/image/tarexport
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/image/v1
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/internal/test/suite
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/layer
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libcontainerd
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libcontainerd/queue
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libcontainerd/remote
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libcontainerd/supervisor
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libcontainerd/types
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/bitseq
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/cluster
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/cmd/diagnostic
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/cmd/ovrouter
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/cmd/readme_test
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/config
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/datastore
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/diagnostic
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/discoverapi
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/driverapi
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/bridge
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/host
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/ipvlan
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/macvlan
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/null
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/overlay
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/remote
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/remote/api
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/windows
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/drvregistry
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/etchosts
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/idm
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/internal/caller
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/internal/setmatrix
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/ipam
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/ipamapi
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/ipams/builtin
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/ipams/null
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/ipams/remote
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/ipams/remote/api
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/ipams/windowsipam
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/ipamutils
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/iptables
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/netlabel
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/netutils
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/networkdb
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/ns
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/options
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/osl
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/osl/kernel
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/portallocator
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/portmapper
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/resolvconf
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/testutils
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/libnetwork/types
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/oci
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/oci/caps
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/opts
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/pkg/aaparser
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/pkg/archive
11:49:13 [2022-06-21T11:49:13.670Z] github.com/docker/docker/pkg/authorization
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/broadcaster
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/capabilities
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/chrootarchive
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/containerfs
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/devicemapper
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/directory
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/dmesg
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/fileutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/fsutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/homedir
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/idtools
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/ioutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/jsonmessage
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/longpath
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/loopback
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/namesgenerator
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/parsers
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/parsers/kernel
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/parsers/operatingsystem
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/pidfile
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/platform
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/plugingetter
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/plugins
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/plugins/transport
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/pools
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/progress
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/pubsub
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/reexec
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/signal
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/stack
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/stdcopy
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/streamformatter
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/stringid
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/sysinfo
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/system
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/tailfile
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/tarsum
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/truncindex
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/urlutil
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/useragent
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/plugin
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/plugin/executor/containerd
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/plugin/v2
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/profiles/apparmor
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/profiles/seccomp
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/quota
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/reference
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/registry
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/registry/resumable
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/restartmanager
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/rootless
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/rootless/specconv
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/runconfig
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/runconfig/opts
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/daemon
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/environment
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/fakecontext
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/fakegit
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/fakestorage
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/fixtures/load
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/fixtures/plugin
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/fixtures/plugin/basic
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/registry
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/request
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume/drivers
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume/local
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume/mounts
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume/service
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume/service/opts
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume/testutils'
11:49:13 [2022-06-21T11:49:13.671Z] ++ grep --fixed-strings -v /libnetwork
11:49:13 [2022-06-21T11:49:13.671Z] ++ echo 'github.com/docker/docker/api
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/backend/build
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/httpstatus
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/httputils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/middleware
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/build
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/checkpoint
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/container
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/debug
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/distribution
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/grpc
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/image
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/network
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/plugin
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/session
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/swarm
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/system
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/router/volume
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/backend
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/blkiodev
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/container
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/events
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/filters
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/image
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/mount
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/network
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/plugins/logdriver
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/registry
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/strslice
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/swarm
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/swarm/runtime
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/time
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/versions
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/versions/v1p19
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/versions/v1p20
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/types/volume
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/builder
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/builder/builder-next
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/builder/builder-next/exporter
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/builder/builder-next/imagerefchecker
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/builder/builder-next/worker
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/builder/dockerfile
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/builder/remotecontext
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/builder/remotecontext/git
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/builder/remotecontext/urlutil
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/cli
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/cli/config
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/cli/debug
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/cli/winresources/docker-proxy
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/cli/winresources/dockerd
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/client
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/cmd/docker-proxy
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/cmd/dockerd
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/cmd/dockerd/trap
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/container
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/container/stream
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/contrib/apparmor
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/contrib/docker-device-tool
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/contrib/httpserver
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/cluster
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/cluster/controllers/plugin
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/cluster/convert
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/cluster/executor
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/cluster/executor/container
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/cluster/provider
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/config
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/events
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/events/testutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/exec
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver/aufs
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver/btrfs
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver/copy
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver/devmapper
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver/graphtest
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver/overlay
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver/overlay2
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver/overlayutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver/register
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver/vfs
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/graphdriver/zfs
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/images
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/initlayer
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/links
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/listeners
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/awslogs
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/fluentd
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/gcplogs
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/gelf
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/journald
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/jsonfilelog
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/local
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/logentries
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/loggertest
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/loggerutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/loggerutils/cache
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/splunk
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/syslog
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/logger/templates
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/names
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/network
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/daemon/stats
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/distribution
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/distribution/metadata
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/distribution/utils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/distribution/xfer
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/dockerversion
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/errdefs
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/image
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/image/cache
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/image/tarexport
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/image/v1
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/internal/test/suite
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/layer
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libcontainerd
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libcontainerd/queue
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libcontainerd/remote
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libcontainerd/supervisor
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libcontainerd/types
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/bitseq
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/cluster
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/cmd/diagnostic
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/cmd/ovrouter
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/cmd/readme_test
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/config
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/datastore
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/diagnostic
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/discoverapi
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/driverapi
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/bridge
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/host
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/ipvlan
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/macvlan
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/null
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/overlay
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/remote
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/remote/api
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/windows
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/drvregistry
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/etchosts
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/idm
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/internal/caller
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/internal/setmatrix
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/ipam
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/ipamapi
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/ipams/builtin
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/ipams/null
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/ipams/remote
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/ipams/remote/api
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/ipams/windowsipam
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/ipamutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/iptables
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/netlabel
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/netutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/networkdb
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/ns
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/options
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/osl
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/osl/kernel
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/portallocator
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/portmapper
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/resolvconf
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/testutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/libnetwork/types
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/oci
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/oci/caps
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/opts
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/aaparser
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/archive
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/authorization
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/broadcaster
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/capabilities
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/chrootarchive
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/containerfs
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/devicemapper
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/directory
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/dmesg
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/fileutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/fsutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/homedir
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/idtools
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/ioutils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/jsonmessage
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/longpath
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/loopback
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/namesgenerator
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/parsers
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/parsers/kernel
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/parsers/operatingsystem
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/pidfile
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/platform
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/plugingetter
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/plugins
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/plugins/transport
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/pools
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/progress
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/pubsub
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/reexec
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/signal
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/stack
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/stdcopy
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/streamformatter
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/stringid
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/sysinfo
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/system
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/tailfile
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/tarsum
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/truncindex
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/urlutil
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/pkg/useragent
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/plugin
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/plugin/executor/containerd
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/plugin/v2
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/profiles/apparmor
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/profiles/seccomp
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/quota
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/reference
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/registry
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/registry/resumable
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/restartmanager
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/rootless
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/rootless/specconv
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/runconfig
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/runconfig/opts
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/daemon
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/environment
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/fakecontext
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/fakegit
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/fakestorage
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/fixtures/load
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/fixtures/plugin
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/fixtures/plugin/basic
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/registry
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/testutil/request
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume/drivers
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume/local
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume/mounts
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume/service
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume/service/opts
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/volume/testutils'
11:49:13 [2022-06-21T11:49:13.671Z] + base_pkg_list='github.com/docker/docker/api
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/backend/build
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/httpstatus
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/httputils
11:49:13 [2022-06-21T11:49:13.671Z] github.com/docker/docker/api/server/middleware
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/build
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/checkpoint
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/container
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/debug
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/distribution
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/grpc
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/image
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/network
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/plugin
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/session
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/swarm
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/system
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/volume
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/backend
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/blkiodev
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/container
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/events
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/filters
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/image
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/mount
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/network
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/plugins/logdriver
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/registry
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/strslice
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/swarm
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/swarm/runtime
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/time
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/versions
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/versions/v1p19
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/versions/v1p20
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/volume
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next/exporter
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next/imagerefchecker
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next/worker
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/dockerfile
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/remotecontext
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/remotecontext/git
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/remotecontext/urlutil
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cli
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cli/config
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cli/debug
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cli/winresources/docker-proxy
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cli/winresources/dockerd
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/client
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cmd/docker-proxy
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cmd/dockerd
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cmd/dockerd/trap
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/container
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/container/stream
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/contrib/apparmor
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/contrib/docker-device-tool
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/contrib/httpserver
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/cluster
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/cluster/controllers/plugin
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/cluster/convert
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/cluster/executor
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/cluster/executor/container
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/cluster/provider
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/config
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/events
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/events/testutils
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/exec
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/aufs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/btrfs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/copy
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/devmapper
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/graphtest
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/overlay
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/overlay2
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/overlayutils
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/register
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/vfs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/zfs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/images
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/initlayer
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/links
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/listeners
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/awslogs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/fluentd
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/gcplogs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/gelf
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/journald
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/jsonfilelog
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/local
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/logentries
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/loggertest
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/loggerutils
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/loggerutils/cache
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/splunk
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/syslog
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/templates
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/names
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/network
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/stats
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/distribution
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/distribution/metadata
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/distribution/utils
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/distribution/xfer
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/dockerversion
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/errdefs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/image
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/image/cache
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/image/tarexport
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/image/v1
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/internal/test/suite
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/layer
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libcontainerd
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libcontainerd/queue
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libcontainerd/remote
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libcontainerd/supervisor
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libcontainerd/types
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/oci
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/oci/caps
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/opts
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/aaparser
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/archive
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/authorization
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/broadcaster
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/capabilities
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/chrootarchive
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/containerfs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/devicemapper
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/directory
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/dmesg
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/fileutils
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/fsutils
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/homedir
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/idtools
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/ioutils
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/jsonmessage
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/longpath
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/loopback
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/namesgenerator
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/parsers
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/parsers/kernel
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/parsers/operatingsystem
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/pidfile
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/platform
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/plugingetter
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/plugins
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/plugins/transport
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/pools
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/progress
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/pubsub
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/reexec
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/signal
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/stack
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/stdcopy
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/streamformatter
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/stringid
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/sysinfo
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/system
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/tailfile
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/tarsum
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/truncindex
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/urlutil
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/pkg/useragent
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/plugin
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/plugin/executor/containerd
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/plugin/v2
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/profiles/apparmor
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/profiles/seccomp
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/quota
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/reference
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/registry
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/registry/resumable
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/restartmanager
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/rootless
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/rootless/specconv
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/runconfig
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/runconfig/opts
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/testutil
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/testutil/daemon
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/testutil/environment
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/testutil/fakecontext
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/testutil/fakegit
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/testutil/fakestorage
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/testutil/fixtures/load
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/testutil/fixtures/plugin
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/testutil/fixtures/plugin/basic
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/testutil/registry
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/testutil/request
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/volume
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/volume/drivers
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/volume/local
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/volume/mounts
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/volume/service
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/volume/service/opts
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/volume/testutils'
11:49:13 [2022-06-21T11:49:13.672Z] ++ grep --fixed-strings /libnetwork
11:49:13 [2022-06-21T11:49:13.672Z] ++ echo 'github.com/docker/docker/api
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/backend/build
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/httpstatus
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/httputils
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/middleware
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/build
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/checkpoint
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/container
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/debug
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/distribution
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/grpc
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/image
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/network
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/plugin
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/session
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/swarm
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/system
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/server/router/volume
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/backend
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/blkiodev
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/container
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/events
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/filters
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/image
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/mount
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/network
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/plugins/logdriver
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/registry
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/strslice
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/swarm
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/swarm/runtime
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/time
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/versions
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/versions/v1p19
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/versions/v1p20
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/api/types/volume
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next/exporter
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next/imagerefchecker
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/builder-next/worker
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/dockerfile
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/remotecontext
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/remotecontext/git
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/builder/remotecontext/urlutil
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cli
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cli/config
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cli/debug
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cli/winresources/docker-proxy
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cli/winresources/dockerd
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/client
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cmd/docker-proxy
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cmd/dockerd
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cmd/dockerd/trap
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/container
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/container/stream
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/contrib/apparmor
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/contrib/docker-device-tool
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/contrib/httpserver
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/cluster
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/cluster/controllers/plugin
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/cluster/convert
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/cluster/executor
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/cluster/executor/container
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/cluster/provider
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/config
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/events
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/events/testutils
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/exec
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/aufs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/btrfs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/copy
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/devmapper
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/graphtest
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/overlay
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/overlay2
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/overlayutils
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/register
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/vfs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/graphdriver/zfs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/images
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/initlayer
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/links
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/listeners
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/awslogs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/fluentd
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/gcplogs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/gelf
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/journald
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/jsonfilelog
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/local
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/logentries
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/loggertest
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/loggerutils
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/loggerutils/cache
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/splunk
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/syslog
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/logger/templates
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/names
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/network
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/daemon/stats
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/distribution
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/distribution/metadata
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/distribution/utils
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/distribution/xfer
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/dockerversion
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/errdefs
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/image
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/image/cache
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/image/tarexport
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/image/v1
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/internal/test/suite
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/layer
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libcontainerd
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libcontainerd/queue
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libcontainerd/remote
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libcontainerd/supervisor
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libcontainerd/types
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libnetwork
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libnetwork/bitseq
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libnetwork/cluster
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libnetwork/cmd/diagnostic
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
11:49:13 [2022-06-21T11:49:13.672Z] github.com/docker/docker/libnetwork/cmd/ovrouter
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/readme_test
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/config
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/datastore
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/diagnostic
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/discoverapi
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/driverapi
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/bridge
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/host
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/ipvlan
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/macvlan
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/null
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/overlay
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/remote
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/remote/api
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/windows
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drvregistry
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/etchosts
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/idm
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/internal/caller
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/internal/setmatrix
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipam
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipamapi
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/builtin
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/null
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/remote
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/remote/api
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/windowsipam
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipamutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/iptables
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/netlabel
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/netutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/networkdb
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ns
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/options
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/osl
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/osl/kernel
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/portallocator
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/portmapper
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/resolvconf
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/testutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/types
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/oci
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/oci/caps
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/opts
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/aaparser
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/archive
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/authorization
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/broadcaster
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/capabilities
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/chrootarchive
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/containerfs
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/devicemapper
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/directory
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/dmesg
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/fileutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/fsutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/homedir
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/idtools
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/ioutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/jsonmessage
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/longpath
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/loopback
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/namesgenerator
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/parsers
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/parsers/kernel
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/parsers/operatingsystem
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/pidfile
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/platform
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/plugingetter
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/plugins
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/plugins/transport
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/pools
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/progress
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/pubsub
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/reexec
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/signal
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/stack
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/stdcopy
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/streamformatter
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/stringid
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/sysinfo
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/system
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/tailfile
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/tarsum
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/truncindex
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/urlutil
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/pkg/useragent
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/plugin
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/plugin/executor/containerd
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/plugin/v2
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/profiles/apparmor
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/profiles/seccomp
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/quota
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/reference
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/registry
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/registry/resumable
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/restartmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/rootless
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/rootless/specconv
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/runconfig
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/runconfig/opts
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/testutil
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/testutil/daemon
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/testutil/environment
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/testutil/fakecontext
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/testutil/fakegit
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/testutil/fakestorage
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/testutil/fixtures/load
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/testutil/fixtures/plugin
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/testutil/fixtures/plugin/basic
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/testutil/registry
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/testutil/request
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/volume
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/volume/drivers
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/volume/local
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/volume/mounts
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/volume/service
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/volume/service/opts
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/volume/testutils'
11:49:13 [2022-06-21T11:49:13.673Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/bitseq
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cluster
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/diagnostic
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/ovrouter
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/readme_test
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/config
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/datastore
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/diagnostic
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/discoverapi
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/driverapi
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/bridge
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/host
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/ipvlan
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/macvlan
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/null
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/overlay
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/remote
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/remote/api
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/windows
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drvregistry
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/etchosts
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/idm
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/internal/caller
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/internal/setmatrix
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipam
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipamapi
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/builtin
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/null
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/remote
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/remote/api
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/windowsipam
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipamutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/iptables
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/netlabel
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/netutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/networkdb
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ns
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/options
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/osl
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/osl/kernel
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/portallocator
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/portmapper
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/resolvconf
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/testutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/types'
11:49:13 [2022-06-21T11:49:13.673Z] + grep --fixed-strings libnetwork/drivers/bridge
11:49:13 [2022-06-21T11:49:13.673Z] + echo 'github.com/docker/docker/libnetwork
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/bitseq
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cluster
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/diagnostic
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/ovrouter
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/cmd/readme_test
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/config
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/datastore
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/diagnostic
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/discoverapi
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/driverapi
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/bridge
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/host
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/ipvlan
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/macvlan
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/null
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/overlay
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/remote
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/remote/api
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/windows
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drvregistry
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/etchosts
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/idm
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/internal/caller
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/internal/setmatrix
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipam
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipamapi
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/builtin
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/null
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/remote
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/remote/api
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipams/windowsipam
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ipamutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/iptables
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/netlabel
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/netutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/networkdb
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/ns
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/options
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/osl
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/osl/kernel
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/portallocator
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/portmapper
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/resolvconf
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/testutils
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/types'
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/bridge
11:49:13 [2022-06-21T11:49:13.673Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:49:13 [2022-06-21T11:49:13.673Z] + type docker-proxy
11:49:13 [2022-06-21T11:49:13.673Z] hack/test/unit: line 25: type: docker-proxy: not found
11:49:13 [2022-06-21T11:49:13.673Z] + hack/make.sh binary-proxy install-proxy
11:49:13 [2022-06-21T11:49:13.673Z] 
11:49:13 [2022-06-21T11:49:13.673Z] Removing bundles/
11:49:13 [2022-06-21T11:49:13.673Z] 
11:49:13 [2022-06-21T11:49:13.673Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
11:49:13 [2022-06-21T11:49:13.673Z] Building: bundles/binary-proxy/docker-proxy-dev
11:49:13 [2022-06-21T11:49:13.673Z] GOOS="" GOARCH="" GOARM=""
11:49:13 [2022-06-21T11:49:13.914Z] #77 267.3   CC       src/libcrun/libcrun_testing_a-seccomp.o
11:49:13 [2022-06-21T11:49:13.914Z] #77 267.4   CC       src/libcrun/libcrun_testing_a-ebpf.o
11:49:13 [2022-06-21T11:49:13.914Z] #77 267.4   CC       src/libcrun/libcrun_testing_a-error.o
11:49:13 [2022-06-21T11:49:13.914Z] #77 267.5   CC       src/libcrun/libcrun_testing_a-status.o
11:49:13 [2022-06-21T11:49:13.914Z] #77 267.5   CC       src/libcrun/libcrun_testing_a-terminal.o
11:49:13 [2022-06-21T11:49:13.914Z] #77 267.5   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
11:49:13 [2022-06-21T11:49:13.914Z] #77 267.5   CC       src/libcrun/libcrun_testing_a-signals.o
11:49:13 [2022-06-21T11:49:13.914Z] #77 267.6   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
11:49:13 [2022-06-21T11:49:13.919Z] #77 ...
11:49:13 [2022-06-21T11:49:13.919Z] 
11:49:13 [2022-06-21T11:49:13.919Z] #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
11:49:13 [2022-06-21T11:49:13.919Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:49:13 [2022-06-21T11:49:13.919Z] #47 341.4 + dpkg --print-architecture
11:49:13 [2022-06-21T11:49:13.919Z] #47 341.5 + git checkout -q v2.1.0
11:49:13 [2022-06-21T11:49:13.919Z] #47 341.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
11:49:13 [2022-06-21T11:49:13.919Z] #47 341.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
11:49:14 [2022-06-21T11:49:14.172Z] #77 267.6   CC       src/libcrun/libcrun_testing_a-mount_flags.o
11:49:14 [2022-06-21T11:49:14.172Z] #77 267.6   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
11:49:14 [2022-06-21T11:49:14.172Z] #77 267.7   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
11:49:14 [2022-06-21T11:49:14.172Z] #77 267.7   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
11:49:14 [2022-06-21T11:49:14.172Z] #77 267.8   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
11:49:14 [2022-06-21T11:49:14.172Z] #77 267.8   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
11:49:14 [2022-06-21T11:49:14.359Z] #20 55.10 Selecting previously unselected package mingw-w64-x86-64-dev.
11:49:14 [2022-06-21T11:49:14.359Z] #20 55.10 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
11:49:14 [2022-06-21T11:49:14.359Z] #20 55.11 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
11:49:14 [2022-06-21T11:49:14.429Z] #77 267.9   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
11:49:14 [2022-06-21T11:49:14.429Z] #77 268.0   CC       src/crun-crun.o
11:49:14 [2022-06-21T11:49:14.685Z] #77 268.1   CC       src/crun-run.o
11:49:14 [2022-06-21T11:49:14.685Z] #77 268.1   CC       src/crun-delete.o
11:49:14 [2022-06-21T11:49:14.685Z] #77 268.2   CC       src/crun-kill.o
11:49:14 [2022-06-21T11:49:14.685Z] #77 268.3   CC       src/crun-pause.o
11:49:14 [2022-06-21T11:49:14.685Z] #77 268.3   CC       src/crun-unpause.o
11:49:14 [2022-06-21T11:49:14.685Z] #77 268.3   CC       src/crun-spec.o
11:49:14 [2022-06-21T11:49:14.685Z] #77 268.4   CC       src/crun-exec.o
11:49:14 [2022-06-21T11:49:14.942Z] #77 268.4   CC       src/crun-list.o
11:49:14 [2022-06-21T11:49:14.942Z] #77 268.5   CC       src/crun-start.o
11:49:14 [2022-06-21T11:49:14.942Z] #77 268.5   CC       src/crun-create.o
11:49:15 [2022-06-21T11:49:15.199Z] #77 268.8   CC       src/crun-update.o
11:49:15 [2022-06-21T11:49:15.199Z] #77 268.8   CC       src/crun-state.o
11:49:15 [2022-06-21T11:49:15.199Z] #77 268.8   CC       src/crun-ps.o
11:49:15 [2022-06-21T11:49:15.296Z] #20 ...
11:49:15 [2022-06-21T11:49:15.296Z] 
11:49:15 [2022-06-21T11:49:15.296Z] #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
11:49:15 [2022-06-21T11:49:15.296Z] #51 sha256:10facd01f053147dcb8e1259888c2f2123b36c5ff12df33ea0f37e894a2c2827
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.140 + RM_GOPATH=0
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.140 + TMP_GOPATH=
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.140 + : /build
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.140 + '[' -z '' ']'
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.140 ++ mktemp -d
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.140 + export GOPATH=/tmp/tmp.sVaasORDl8
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.140 + GOPATH=/tmp/tmp.sVaasORDl8
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.140 + RM_GOPATH=1
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.140 + case "$(go env GOARCH)" in
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.142 ++ go env GOARCH
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.169 + export GO_BUILDMODE=-buildmode=pie
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.169 + GO_BUILDMODE=-buildmode=pie
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.169 ++ dirname /install.sh
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.170 Install tini version v0.19.0
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.170 + dir=/
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.170 + bin=tini
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.170 + shift
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.170 + '[' '!' -f //tini.installer ']'
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.170 + . //tini.installer
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.170 ++ : v0.19.0
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.170 + install_tini
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.170 + echo 'Install tini version v0.19.0'
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.170 + git clone https://github.com/krallin/tini.git /tmp/tmp.sVaasORDl8/tini
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.172 Cloning into '/tmp/tmp.sVaasORDl8/tini'...
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.684 + cd /tmp/tmp.sVaasORDl8/tini
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.684 + git checkout -q v0.19.0
11:49:15 [2022-06-21T11:49:15.296Z] #51 1.699 + cmake .
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.016 -- The C compiler identification is GNU 10.2.1
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.060 -- Detecting C compiler ABI info
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.365 -- Detecting C compiler ABI info - done
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.407 -- Check for working C compiler: /usr/bin/cc - skipped
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.408 -- Detecting C compile features
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.409 -- Detecting C compile features - done
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.418 -- Performing Test HAS_BUILTIN_FORTIFY
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.486 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.516 -- Configuring done
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.525 -- Generating done
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.526 -- Build files have been written to: /tmp/tmp.sVaasORDl8/tini
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.530 + make tini-static
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.605 Scanning dependencies of target tini-static
11:49:15 [2022-06-21T11:49:15.296Z] #51 2.632 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:49:15 [2022-06-21T11:49:15.296Z] #51 3.015 [100%] Linking C executable tini-static
11:49:15 [2022-06-21T11:49:15.296Z] #51 3.195 [100%] Built target tini-static
11:49:15 [2022-06-21T11:49:15.296Z] #51 3.221 + mkdir -p /build
11:49:15 [2022-06-21T11:49:15.296Z] #51 3.225 + cp tini-static /build/docker-init
11:49:15 [2022-06-21T11:49:15.296Z] #51 DONE 3.5s
11:49:15 [2022-06-21T11:49:15.296Z] 
11:49:15 [2022-06-21T11:49:15.296Z] #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
11:49:15 [2022-06-21T11:49:15.296Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
11:49:15 [2022-06-21T11:49:15.456Z] #77 269.0   CC       src/crun-checkpoint.o
11:49:15 [2022-06-21T11:49:15.456Z] #77 269.0   CC       src/crun-restore.o
11:49:15 [2022-06-21T11:49:15.456Z] #77 269.1   CC       src/libcrun/libcrun_la-cloned_binary.lo
11:49:15 [2022-06-21T11:49:15.714Z] #77 269.2   CC       src/libcrun/libcrun_la-container.lo
11:49:15 [2022-06-21T11:49:15.714Z] #77 269.2   CC       src/libcrun/libcrun_la-utils.lo
11:49:15 [2022-06-21T11:49:15.714Z] #77 269.3   CC       src/libcrun/libcrun_la-cgroup.lo
11:49:15 [2022-06-21T11:49:15.714Z] #77 269.4   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
11:49:15 [2022-06-21T11:49:15.971Z] #77 269.4   CC       src/libcrun/libcrun_la-cgroup-resources.lo
11:49:15 [2022-06-21T11:49:15.971Z] #77 269.4   CC       src/libcrun/libcrun_la-cgroup-setup.lo
11:49:15 [2022-06-21T11:49:15.971Z] #77 269.4   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
11:49:15 [2022-06-21T11:49:15.971Z] #77 269.5   CC       src/libcrun/libcrun_la-cgroup-utils.lo
11:49:15 [2022-06-21T11:49:15.971Z] #77 269.5   CC       src/libcrun/libcrun_la-criu.lo
11:49:15 [2022-06-21T11:49:15.971Z] #77 269.6   CC       src/libcrun/libcrun_la-custom-handler.lo
11:49:16 [2022-06-21T11:49:16.228Z] #77 269.6   CC       src/libcrun/libcrun_la-linux.lo
11:49:16 [2022-06-21T11:49:16.228Z] #77 269.7   CC       src/libcrun/libcrun_la-seccomp.lo
11:49:16 [2022-06-21T11:49:16.228Z] #77 269.7   CC       src/libcrun/libcrun_la-ebpf.lo
11:49:16 [2022-06-21T11:49:16.228Z] #77 269.8   CC       src/libcrun/libcrun_la-error.lo
11:49:16 [2022-06-21T11:49:16.228Z] #77 269.9   CC       src/libcrun/libcrun_la-status.lo
11:49:16 [2022-06-21T11:49:16.228Z] #77 270.0   CC       src/libcrun/libcrun_la-terminal.lo
11:49:16 [2022-06-21T11:49:16.239Z] #20 57.27 Selecting previously unselected package gcc-mingw-w64-base.
11:49:16 [2022-06-21T11:49:16.239Z] #20 57.27 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
11:49:16 [2022-06-21T11:49:16.239Z] #20 57.30 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:49:16 [2022-06-21T11:49:16.485Z] #77 270.0   CC       src/libcrun/libcrun_la-chroot_realpath.lo
11:49:16 [2022-06-21T11:49:16.485Z] #77 270.2   CC       src/libcrun/libcrun_la-signals.lo
11:49:16 [2022-06-21T11:49:16.497Z] #20 57.44 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
11:49:16 [2022-06-21T11:49:16.497Z] #20 57.44 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
11:49:16 [2022-06-21T11:49:16.497Z] #20 57.44 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:49:16 [2022-06-21T11:49:16.742Z] #77 270.3   CC       src/libcrun/libcrun_la-mount_flags.lo
11:49:16 [2022-06-21T11:49:16.742Z] #77 270.4   CC       src/libcrun/libcrun_la-seccomp_notify.lo
11:49:16 [2022-06-21T11:49:16.742Z] #77 270.5   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
11:49:16 [2022-06-21T11:49:16.999Z] #77 270.5   CC       src/libcrun/handlers/libcrun_la-krun.lo
11:49:16 [2022-06-21T11:49:16.999Z] #77 270.7   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
11:49:17 [2022-06-21T11:49:17.257Z] #77 270.8   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
11:49:17 [2022-06-21T11:49:17.514Z] #77 271.0   CC       tests/init.o
11:49:17 [2022-06-21T11:49:17.771Z] #77 271.2   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
11:49:19 [2022-06-21T11:49:19.034Z] #20 59.59 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
11:49:19 [2022-06-21T11:49:19.034Z] #20 59.59 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:49:19 [2022-06-21T11:49:19.034Z] #20 59.59 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:49:20 [2022-06-21T11:49:20.216Z] Created binary: bundles/binary-proxy/docker-proxy-dev
11:49:20 [2022-06-21T11:49:20.216Z] 
11:49:20 [2022-06-21T11:49:20.216Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
11:49:20 [2022-06-21T11:49:20.216Z] Installing docker-proxy to /usr/local/bin/
11:49:20 [2022-06-21T11:49:20.216Z] 
11:49:20 [2022-06-21T11:49:20.216Z] + mkdir -p bundles
11:49:20 [2022-06-21T11:49:20.216Z] + '[' -n 'github.com/docker/docker/api
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/backend/build
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/httpstatus
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/httputils
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/middleware
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/build
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/checkpoint
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/container
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/debug
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/distribution
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/grpc
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/image
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/network
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/plugin
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/session
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/swarm
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/system
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/server/router/volume
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/backend
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/blkiodev
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/container
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/events
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/filters
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/image
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/mount
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/network
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/plugins/logdriver
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/registry
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/strslice
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/swarm
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/swarm/runtime
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/time
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/versions
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/versions/v1p19
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/versions/v1p20
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/api/types/volume
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/builder
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/builder/builder-next
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/builder/builder-next/exporter
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/builder/builder-next/imagerefchecker
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/builder/builder-next/worker
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/builder/dockerfile
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/builder/remotecontext
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/builder/remotecontext/git
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/builder/remotecontext/urlutil
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/cli
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/cli/config
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/cli/debug
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/cli/winresources/docker-proxy
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/cli/winresources/dockerd
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/client
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/cmd/docker-proxy
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/cmd/dockerd
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/cmd/dockerd/trap
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/container
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/container/stream
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/contrib/apparmor
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/contrib/docker-device-tool
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/contrib/httpserver
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/cluster
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/cluster/controllers/plugin
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/cluster/convert
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/cluster/executor
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/cluster/executor/container
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/cluster/provider
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/config
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/events
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/events/testutils
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/exec
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver/aufs
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver/btrfs
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver/copy
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver/devmapper
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver/graphtest
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver/overlay
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver/overlay2
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver/overlayutils
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver/register
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver/vfs
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/graphdriver/zfs
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/images
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/initlayer
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/links
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/listeners
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/awslogs
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/fluentd
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/gcplogs
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/gelf
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/journald
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/jsonfilelog
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/local
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/logentries
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/loggertest
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/loggerutils
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/loggerutils/cache
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/splunk
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/syslog
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/logger/templates
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/names
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/network
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/daemon/stats
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/distribution
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/distribution/metadata
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/distribution/utils
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/distribution/xfer
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/dockerversion
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/errdefs
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/image
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/image/cache
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/image/tarexport
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/image/v1
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/internal/test/suite
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/layer
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/libcontainerd
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/libcontainerd/queue
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/libcontainerd/remote
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/libcontainerd/supervisor
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/libcontainerd/types
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/oci
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/oci/caps
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/opts
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/aaparser
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/archive
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/authorization
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/broadcaster
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/capabilities
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/chrootarchive
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/containerfs
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/devicemapper
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/directory
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/dmesg
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/fileutils
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/fsutils
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/homedir
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/idtools
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/ioutils
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/jsonmessage
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/longpath
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/loopback
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/namesgenerator
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/parsers
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/parsers/kernel
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/parsers/operatingsystem
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/pidfile
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/platform
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/plugingetter
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/plugins
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/plugins/transport
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/pools
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/progress
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/pubsub
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/reexec
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/signal
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/stack
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/stdcopy
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/streamformatter
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/stringid
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/sysinfo
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/system
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/tailfile
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/tarsum
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/truncindex
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/urlutil
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/pkg/useragent
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/plugin
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/plugin/executor/containerd
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/plugin/v2
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/profiles/apparmor
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/profiles/seccomp
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/quota
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/reference
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/registry
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/registry/resumable
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/restartmanager
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/rootless
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/rootless/specconv
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/runconfig
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/runconfig/opts
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/testutil
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/testutil/daemon
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/testutil/environment
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/testutil/fakecontext
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/testutil/fakegit
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/testutil/fakestorage
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/testutil/fixtures/load
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/testutil/fixtures/plugin
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/testutil/fixtures/plugin/basic
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/testutil/registry
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/testutil/request
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/volume
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/volume/drivers
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/volume/local
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/volume/mounts
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/volume/service
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/volume/service/opts
11:49:20 [2022-06-21T11:49:20.216Z] github.com/docker/docker/volume/testutils' ']'
11:49:20 [2022-06-21T11:49:20.217Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
11:49:20 [2022-06-21T11:49:20.217Z] ?   	github.com/docker/docker/api	[no test files]
11:49:20 [2022-06-21T11:49:20.295Z] #77 ...
11:49:20 [2022-06-21T11:49:20.295Z] 
11:49:20 [2022-06-21T11:49:20.295Z] #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
11:49:20 [2022-06-21T11:49:20.295Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
11:49:20 [2022-06-21T11:49:20.295Z] #47 342.7 + dpkg --print-architecture
11:49:20 [2022-06-21T11:49:20.295Z] #47 342.7 + git checkout -q v2.1.0
11:49:20 [2022-06-21T11:49:20.295Z] #47 343.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
11:49:20 [2022-06-21T11:49:20.295Z] #47 343.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
11:49:22 [2022-06-21T11:49:22.321Z] #20 63.46 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
11:49:22 [2022-06-21T11:49:22.321Z] #20 ...
11:49:22 [2022-06-21T11:49:22.321Z] 
11:49:22 [2022-06-21T11:49:22.321Z] #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
11:49:22 [2022-06-21T11:49:22.321Z] #71 sha256:7607e4ea267f9d430035790e6686d178f76a995d96eb6912f173dc2d8acc231e
11:49:22 [2022-06-21T11:49:22.321Z] #71 14.63 + cd /tmp/tmp.WwjInG7Bof/src/github.com/containerd/containerd
11:49:22 [2022-06-21T11:49:22.321Z] #71 14.63 + git checkout -q v1.6.6
11:49:22 [2022-06-21T11:49:22.889Z] #71 15.12 + export 'BUILDTAGS=netgo osusergo static_build'
11:49:22 [2022-06-21T11:49:22.889Z] #71 15.12 + BUILDTAGS='netgo osusergo static_build'
11:49:22 [2022-06-21T11:49:22.889Z] #71 15.12 + export EXTRA_FLAGS=-buildmode=pie
11:49:22 [2022-06-21T11:49:22.889Z] #71 15.12 + EXTRA_FLAGS=-buildmode=pie
11:49:22 [2022-06-21T11:49:22.889Z] #71 15.12 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
11:49:22 [2022-06-21T11:49:22.889Z] #71 15.12 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
11:49:22 [2022-06-21T11:49:22.889Z] #71 15.12 + '[' '' = dynamic ']'
11:49:22 [2022-06-21T11:49:22.889Z] #71 15.12 + make
11:49:23 [2022-06-21T11:49:23.458Z] #71 15.75 + bin/ctr
11:49:28 [2022-06-21T11:49:28.732Z] #71 ...
11:49:28 [2022-06-21T11:49:28.732Z] 
11:49:28 [2022-06-21T11:49:28.732Z] #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
11:49:28 [2022-06-21T11:49:28.732Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
11:49:28 [2022-06-21T11:49:28.732Z] #20 63.46 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
11:49:28 [2022-06-21T11:49:28.732Z] #20 63.47 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:49:28 [2022-06-21T11:49:28.732Z] #20 63.47 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:49:28 [2022-06-21T11:49:28.732Z] #20 65.09 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
11:49:28 [2022-06-21T11:49:28.732Z] #20 65.10 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
11:49:28 [2022-06-21T11:49:28.732Z] #20 65.11 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:49:28 [2022-06-21T11:49:28.732Z] #20 66.85 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
11:49:28 [2022-06-21T11:49:28.732Z] #20 66.85 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:49:28 [2022-06-21T11:49:28.732Z] #20 66.86 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:49:29 [2022-06-21T11:49:29.670Z] #20 70.61 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
11:49:29 [2022-06-21T11:49:29.670Z] #20 70.62 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:49:29 [2022-06-21T11:49:29.670Z] #20 70.63 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:49:31 [2022-06-21T11:49:31.574Z] #20 72.46 Selecting previously unselected package g++-mingw-w64-x86-64.
11:49:31 [2022-06-21T11:49:31.574Z] #20 72.46 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
11:49:31 [2022-06-21T11:49:31.574Z] #20 72.47 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:49:31 [2022-06-21T11:49:31.574Z] #20 72.54 Selecting previously unselected package libapparmor1:amd64.
11:49:31 [2022-06-21T11:49:31.574Z] #20 72.55 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
11:49:31 [2022-06-21T11:49:31.574Z] #20 72.56 Unpacking libapparmor1:amd64 (2.13.6-10) ...
11:49:31 [2022-06-21T11:49:31.574Z] #20 72.62 Selecting previously unselected package libapparmor-dev:amd64.
11:49:31 [2022-06-21T11:49:31.574Z] #20 72.63 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
11:49:31 [2022-06-21T11:49:31.574Z] #20 72.64 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
11:49:31 [2022-06-21T11:49:31.834Z] #20 72.72 Selecting previously unselected package libbtrfs0:amd64.
11:49:31 [2022-06-21T11:49:31.834Z] #20 72.73 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
11:49:31 [2022-06-21T11:49:31.834Z] #20 72.73 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:49:31 [2022-06-21T11:49:31.834Z] #20 72.81 Selecting previously unselected package libbtrfs-dev:amd64.
11:49:31 [2022-06-21T11:49:31.834Z] #20 72.81 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
11:49:31 [2022-06-21T11:49:31.834Z] #20 72.82 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:49:31 [2022-06-21T11:49:31.834Z] #20 72.93 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:49:32 [2022-06-21T11:49:32.093Z] #20 72.94 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:49:32 [2022-06-21T11:49:32.093Z] #20 72.94 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:49:32 [2022-06-21T11:49:32.093Z] #20 72.98 Selecting previously unselected package libudev-dev:amd64.
11:49:32 [2022-06-21T11:49:32.093Z] #20 72.99 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
11:49:32 [2022-06-21T11:49:32.093Z] #20 73.01 Unpacking libudev-dev:amd64 (247.3-7) ...
11:49:32 [2022-06-21T11:49:32.093Z] #20 73.09 Selecting previously unselected package libsepol1-dev:amd64.
11:49:32 [2022-06-21T11:49:32.093Z] #20 73.10 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
11:49:32 [2022-06-21T11:49:32.093Z] #20 73.11 Unpacking libsepol1-dev:amd64 (3.1-1) ...
11:49:32 [2022-06-21T11:49:32.352Z] #20 73.25 Selecting previously unselected package libpcre2-16-0:amd64.
11:49:32 [2022-06-21T11:49:32.352Z] #20 73.25 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
11:49:32 [2022-06-21T11:49:32.352Z] #20 73.27 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
11:49:32 [2022-06-21T11:49:32.352Z] #20 73.38 Selecting previously unselected package libpcre2-32-0:amd64.
11:49:32 [2022-06-21T11:49:32.352Z] #20 73.39 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
11:49:32 [2022-06-21T11:49:32.352Z] #20 73.39 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
11:49:32 [2022-06-21T11:49:32.352Z] #20 73.49 Selecting previously unselected package libpcre2-posix2:amd64.
11:49:32 [2022-06-21T11:49:32.612Z] #20 73.50 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
11:49:32 [2022-06-21T11:49:32.612Z] #20 73.51 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
11:49:32 [2022-06-21T11:49:32.612Z] #20 73.58 Selecting previously unselected package libpcre2-dev:amd64.
11:49:32 [2022-06-21T11:49:32.612Z] #20 73.59 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
11:49:32 [2022-06-21T11:49:32.612Z] #20 73.60 Unpacking libpcre2-dev:amd64 (10.36-2) ...
11:49:32 [2022-06-21T11:49:32.871Z] #20 73.77 Selecting previously unselected package libselinux1-dev:amd64.
11:49:32 [2022-06-21T11:49:32.871Z] #20 73.78 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
11:49:32 [2022-06-21T11:49:32.871Z] #20 73.79 Unpacking libselinux1-dev:amd64 (3.1-3) ...
11:49:33 [2022-06-21T11:49:33.130Z] #20 73.91 Selecting previously unselected package libdevmapper-dev:amd64.
11:49:33 [2022-06-21T11:49:33.130Z] #20 73.92 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
11:49:33 [2022-06-21T11:49:33.130Z] #20 73.93 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:49:33 [2022-06-21T11:49:33.130Z] #20 73.98 Selecting previously unselected package libseccomp-dev:amd64.
11:49:33 [2022-06-21T11:49:33.130Z] #20 73.99 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:49:33 [2022-06-21T11:49:33.130Z] #20 73.99 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:49:33 [2022-06-21T11:49:33.130Z] #20 74.08 Selecting previously unselected package libsystemd-dev:amd64.
11:49:33 [2022-06-21T11:49:33.130Z] #20 74.09 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
11:49:33 [2022-06-21T11:49:33.130Z] #20 74.09 Unpacking libsystemd-dev:amd64 (247.3-7) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.29 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.32 Setting up libapparmor1:amd64 (2.13.6-10) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.34 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.35 Setting up libsepol1-dev:amd64 (3.1-1) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.36 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.38 Setting up libpcre2-16-0:amd64 (10.36-2) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.40 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.41 Setting up libpcre2-32-0:amd64 (10.36-2) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.43 Setting up libudev-dev:amd64 (247.3-7) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.44 Setting up libpcre2-posix2:amd64 (10.36-2) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.46 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.48 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.50 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.51 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
11:49:33 [2022-06-21T11:49:33.389Z] #20 74.52 Setting up mingw-w64-common (8.0.0-1) ...
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.54 Setting up libsystemd-dev:amd64 (247.3-7) ...
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.57 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.59 Setting up libpcre2-dev:amd64 (10.36-2) ...
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.60 Setting up libselinux1-dev:amd64 (3.1-3) ...
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.62 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.65 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.67 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
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.68 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.69 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
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.70 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.72 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.73 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
11:49:33 [2022-06-21T11:49:33.648Z] #20 74.74 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:49:33 [2022-06-21T11:49:33.966Z] #20 74.76 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:49:33 [2022-06-21T11:49:33.966Z] #20 74.79 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:49:33 [2022-06-21T11:49:33.966Z] #20 74.81 Setting up dmsetup (2:1.02.175-2.1) ...
11:49:33 [2022-06-21T11:49:33.966Z] #20 74.84 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:49:33 [2022-06-21T11:49:33.966Z] #20 74.88 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:49:33 [2022-06-21T11:49:33.966Z] #20 74.89 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:49:35 [2022-06-21T11:49:35.063Z] ok  	github.com/docker/docker/api/server	0.013s	coverage: 7.9% of statements
11:49:35 [2022-06-21T11:49:35.884Z] #47 DONE 369.8s
11:49:35 [2022-06-21T11:49:35.884Z] 
11:49:35 [2022-06-21T11:49:35.884Z] #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
11:49:35 [2022-06-21T11:49:35.884Z] #64 sha256:978295747f5c7cff3ef40cfb8c120e667fa1648aa7736c191b3d168207f92843
11:49:35 [2022-06-21T11:49:35.884Z] #64 ...
11:49:35 [2022-06-21T11:49:35.884Z] 
11:49:35 [2022-06-21T11:49:35.884Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
11:49:35 [2022-06-21T11:49:35.884Z] #48 sha256:1d3c2812473ee908ad4c4a58c00094de038c29811f12834421f6580a0f6a7b08
11:49:35 [2022-06-21T11:49:35.884Z] #48 DONE 0.2s
11:49:35 [2022-06-21T11:49:35.884Z] 
11:49:35 [2022-06-21T11:49:35.884Z] #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
11:49:35 [2022-06-21T11:49:35.884Z] #64 sha256:978295747f5c7cff3ef40cfb8c120e667fa1648aa7736c191b3d168207f92843
11:49:35 [2022-06-21T11:49:35.884Z] #64 ...
11:49:35 [2022-06-21T11:49:35.884Z] 
11:49:35 [2022-06-21T11:49:35.884Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
11:49:35 [2022-06-21T11:49:35.884Z] #52 sha256:0df56e955ad2cd2681e65678507d712dfc37c0d2491334e2d6e77da7dbb1c94e
11:49:35 [2022-06-21T11:49:35.884Z] #52 DONE 0.0s
11:49:35 [2022-06-21T11:49:35.884Z] 
11:49:35 [2022-06-21T11:49:35.884Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
11:49:35 [2022-06-21T11:49:35.884Z] #54 sha256:024b43fd0f036f19cadf30ef7d78d097de502a4f610aa995683741176b510de2
11:49:35 [2022-06-21T11:49:35.884Z] #54 DONE 0.1s
11:49:35 [2022-06-21T11:49:35.884Z] 
11:49:35 [2022-06-21T11:49:35.884Z] #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
11:49:35 [2022-06-21T11:49:35.884Z] #64 sha256:978295747f5c7cff3ef40cfb8c120e667fa1648aa7736c191b3d168207f92843
11:49:36 [2022-06-21T11:49:36.503Z] #20 DONE 77.2s
11:49:36 [2022-06-21T11:49:36.503Z] 
11:49:36 [2022-06-21T11:49:36.503Z] #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
11:49:36 [2022-06-21T11:49:36.503Z] #21 sha256:ad57c19d2702b704f3e7e930cc2303a53f4f9cdca81fcfbc3aa719fd9d3f9575
11:49:37 [2022-06-21T11:49:37.881Z] #21 1.452 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
11:49:37 [2022-06-21T11:49:37.881Z] #21 1.456 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:49:37 [2022-06-21T11:49:37.881Z] #21 1.616 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
11:49:38 [2022-06-21T11:49:38.441Z] #64 ...
11:49:38 [2022-06-21T11:49:38.441Z] 
11:49:38 [2022-06-21T11:49:38.441Z] #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
11:49:38 [2022-06-21T11:49:38.441Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:49:38 [2022-06-21T11:49:38.441Z] #77 297.0   CCLD     tests/init
11:49:38 [2022-06-21T11:49:38.447Z] #21 2.201 Fetched 44.1 kB in 1s (42.8 kB/s)
11:49:42 [2022-06-21T11:49:42.250Z] #47 DONE 373.2s
11:49:42 [2022-06-21T11:49:42.250Z] 
11:49:42 [2022-06-21T11:49:42.250Z] #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.44.0"      && /build/golangci-lint --version
11:49:42 [2022-06-21T11:49:42.250Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:49:42 [2022-06-21T11:49:42.815Z] #55 ...
11:49:42 [2022-06-21T11:49:42.815Z] 
11:49:42 [2022-06-21T11:49:42.815Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
11:49:42 [2022-06-21T11:49:42.815Z] #48 sha256:f33d24bd6cc1d6500cbb732f08bdb413169e348c6b40041da910b8bef8de074a
11:49:43 [2022-06-21T11:49:43.073Z] #48 DONE 0.2s
11:49:43 [2022-06-21T11:49:43.073Z] 
11:49:43 [2022-06-21T11:49:43.073Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
11:49:43 [2022-06-21T11:49:43.073Z] #52 sha256:f5679fb614ab75d1a7b0d1e420aee6b4b1f26ccc45b05111d1c21a94ddc9e9fe
11:49:43 [2022-06-21T11:49:43.073Z] #52 DONE 0.1s
11:49:43 [2022-06-21T11:49:43.073Z] 
11:49:43 [2022-06-21T11:49:43.073Z] #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.44.0"      && /build/golangci-lint --version
11:49:43 [2022-06-21T11:49:43.073Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:49:43 [2022-06-21T11:49:43.331Z] #55 ...
11:49:43 [2022-06-21T11:49:43.331Z] 
11:49:43 [2022-06-21T11:49:43.331Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
11:49:43 [2022-06-21T11:49:43.331Z] #54 sha256:66347e006a002e6d945a3bc1b78bd137c0694c0c89ff606d5efc245430ba7338
11:49:43 [2022-06-21T11:49:43.331Z] #54 DONE 0.1s
11:49:43 [2022-06-21T11:49:43.331Z] 
11:49:43 [2022-06-21T11:49:43.331Z] #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
11:49:43 [2022-06-21T11:49:43.331Z] #64 sha256:41940daf8f2005ef9a54ffdd45a5652604ab9bb014cefa6241b59c995b2b89e6
11:49:43 [2022-06-21T11:49:43.719Z] #21 2.201 Reading package lists...
11:49:45 [2022-06-21T11:49:45.227Z] #64 ...
11:49:45 [2022-06-21T11:49:45.227Z] 
11:49:45 [2022-06-21T11:49:45.227Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
11:49:45 [2022-06-21T11:49:45.227Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
11:49:45 [2022-06-21T11:49:45.227Z] #77 298.6   CCLD     tests/init
11:49:47 [2022-06-21T11:49:47.894Z] #64 330.5 # github.com/containerd/containerd/cmd/containerd
11:49:47 [2022-06-21T11:49:47.894Z] #64 330.5 /usr/bin/ld: /tmp/go-link-3078730638/000019.o: in function `New':
11:49:47 [2022-06-21T11:49:47.894Z] #64 330.5 /tmp/tmp.ijJbQ7eSfH/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
11:49:47 [2022-06-21T11:49:47.894Z] #64 330.5 + bin/containerd-stress
11:49:47 [2022-06-21T11:49:47.894Z] #64 331.7 + bin/containerd-shim
11:49:47 [2022-06-21T11:49:47.911Z] #21 6.957 Reading package lists...
11:49:48 [2022-06-21T11:49:48.848Z] #21 11.63 Building dependency tree...
11:49:49 [2022-06-21T11:49:49.107Z] #21 12.81 Reading state information...
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.01 The following additional packages will be installed:
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.01   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.01   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.01   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.01   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.02   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.02   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.03   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.04 Suggested packages:
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.04   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.04   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.04   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.04   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.04   seccomp:ppc64el seccomp:s390x
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.04 Recommended packages:
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.04   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.04   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.04   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
11:49:50 [2022-06-21T11:49:50.485Z] #21 14.04   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
11:49:50 [2022-06-21T11:49:50.744Z] #21 14.49 The following NEW packages will be installed:
11:49:50 [2022-06-21T11:49:50.744Z] #21 14.49   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
11:49:50 [2022-06-21T11:49:50.744Z] #21 14.49   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
11:49:50 [2022-06-21T11:49:50.744Z] #21 14.49   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
11:49:50 [2022-06-21T11:49:50.744Z] #21 14.49   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
11:49:50 [2022-06-21T11:49:50.744Z] #21 14.49   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
11:49:50 [2022-06-21T11:49:50.744Z] #21 14.49   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
11:49:50 [2022-06-21T11:49:50.744Z] #21 14.49   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
11:49:50 [2022-06-21T11:49:50.744Z] #21 14.50   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
11:49:50 [2022-06-21T11:49:50.744Z] #21 14.50   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
11:49:50 [2022-06-21T11:49:50.744Z] #21 14.50   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
11:49:50 [2022-06-21T11:49:50.744Z] #21 14.50   libseccomp2:ppc64el libseccomp2:s390x
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.87 0 upgraded, 40 newly installed, 0 to remove and 2 not upgraded.
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.87 Need to get 15.9 MB of archives.
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.87 After this operation, 73.0 MB of additional disk space will be used.
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.87 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.88 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.89 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.89 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.90 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.90 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.90 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.93 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.93 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.94 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.94 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.94 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB]
11:49:51 [2022-06-21T11:49:51.004Z] #21 14.98 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 14.98 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 14.98 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 14.99 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 14.99 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.02 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.02 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.02 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.02 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.02 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.06 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.06 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.06 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.06 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.07 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.09 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.09 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.09 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.10 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.10 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.10 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.10 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.10 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.10 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.10 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.11 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB]
11:49:51 [2022-06-21T11:49:51.264Z] #21 15.11 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
11:49:52 [2022-06-21T11:49:52.201Z] #21 15.69 debconf: delaying package configuration, since apt-utils is not installed
11:49:52 [2022-06-21T11:49:52.201Z] #21 15.92 Fetched 15.9 MB in 1s (30.2 MB/s)
11:49:52 [2022-06-21T11:49:52.201Z] #21 15.97 Selecting previously unselected package gcc-10-base:armel.
11:49:52 [2022-06-21T11:49:52.201Z] #21 15.97 (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 ... 38557 files and directories currently installed.)
11:49:52 [2022-06-21T11:49:52.201Z] #21 16.02 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
11:49:52 [2022-06-21T11:49:52.201Z] #21 16.03 Unpacking gcc-10-base:armel (10.2.1-6) ...
11:49:52 [2022-06-21T11:49:52.201Z] #21 16.09 Selecting previously unselected package gcc-10-base:armhf.
11:49:52 [2022-06-21T11:49:52.201Z] #21 16.10 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
11:49:52 [2022-06-21T11:49:52.201Z] #21 16.10 Unpacking gcc-10-base:armhf (10.2.1-6) ...
11:49:52 [2022-06-21T11:49:52.201Z] #21 16.17 Selecting previously unselected package gcc-10-base:ppc64el.
11:49:52 [2022-06-21T11:49:52.201Z] #21 16.17 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
11:49:52 [2022-06-21T11:49:52.201Z] #21 16.19 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
11:49:52 [2022-06-21T11:49:52.460Z] #21 16.25 Selecting previously unselected package gcc-10-base:s390x.
11:49:52 [2022-06-21T11:49:52.460Z] #21 16.25 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
11:49:52 [2022-06-21T11:49:52.460Z] #21 16.26 Unpacking gcc-10-base:s390x (10.2.1-6) ...
11:49:52 [2022-06-21T11:49:52.460Z] #21 16.31 Selecting previously unselected package gcc-10-base:arm64.
11:49:52 [2022-06-21T11:49:52.460Z] #21 16.31 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
11:49:52 [2022-06-21T11:49:52.460Z] #21 16.32 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
11:49:52 [2022-06-21T11:49:52.460Z] #21 16.39 Selecting previously unselected package libgcc-s1:armel.
11:49:52 [2022-06-21T11:49:52.460Z] #21 16.40 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
11:49:52 [2022-06-21T11:49:52.460Z] #21 16.41 Unpacking libgcc-s1:armel (10.2.1-6) ...
11:49:52 [2022-06-21T11:49:52.720Z] #21 16.47 Selecting previously unselected package libcrypt1:armel.
11:49:52 [2022-06-21T11:49:52.720Z] #21 16.48 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
11:49:52 [2022-06-21T11:49:52.720Z] #21 16.48 Unpacking libcrypt1:armel (1:4.4.18-4) ...
11:49:52 [2022-06-21T11:49:52.720Z] #21 16.59 Selecting previously unselected package libc6:armel.
11:49:52 [2022-06-21T11:49:52.720Z] #21 16.59 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ...
11:49:52 [2022-06-21T11:49:52.979Z] #21 16.77 Unpacking libc6:armel (2.31-13+deb11u3) ...
11:49:53 [2022-06-21T11:49:53.546Z] #21 17.27 Selecting previously unselected package libapparmor1:armel.
11:49:53 [2022-06-21T11:49:53.546Z] #21 17.27 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
11:49:53 [2022-06-21T11:49:53.546Z] #21 17.28 Unpacking libapparmor1:armel (2.13.6-10) ...
11:49:53 [2022-06-21T11:49:53.546Z] #21 17.34 Selecting previously unselected package libapparmor-dev:armel.
11:49:53 [2022-06-21T11:49:53.546Z] #21 17.35 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
11:49:53 [2022-06-21T11:49:53.546Z] #21 17.35 Unpacking libapparmor-dev:armel (2.13.6-10) ...
11:49:53 [2022-06-21T11:49:53.804Z] #21 17.43 Selecting previously unselected package libgcc-s1:arm64.
11:49:53 [2022-06-21T11:49:53.804Z] #21 17.43 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
11:49:53 [2022-06-21T11:49:53.804Z] #21 17.44 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
11:49:53 [2022-06-21T11:49:53.804Z] #21 17.49 Selecting previously unselected package libcrypt1:arm64.
11:49:53 [2022-06-21T11:49:53.804Z] #21 17.49 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
11:49:53 [2022-06-21T11:49:53.804Z] #21 17.50 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
11:49:53 [2022-06-21T11:49:53.804Z] #21 17.59 Selecting previously unselected package libc6:arm64.
11:49:53 [2022-06-21T11:49:53.804Z] #21 17.59 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ...
11:49:54 [2022-06-21T11:49:54.063Z] #21 17.77 Unpacking libc6:arm64 (2.31-13+deb11u3) ...
11:49:54 [2022-06-21T11:49:54.484Z] #64 343.0 + bin/containerd-shim-runc-v1
11:49:54 [2022-06-21T11:49:54.580Z] #21 18.17 Selecting previously unselected package libapparmor1:arm64.
11:49:54 [2022-06-21T11:49:54.580Z] #21 18.18 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
11:49:54 [2022-06-21T11:49:54.580Z] #21 18.18 Unpacking libapparmor1:arm64 (2.13.6-10) ...
11:49:54 [2022-06-21T11:49:54.580Z] #21 18.26 Selecting previously unselected package libapparmor-dev:arm64.
11:49:54 [2022-06-21T11:49:54.580Z] #21 18.26 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
11:49:54 [2022-06-21T11:49:54.580Z] #21 18.27 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
11:49:54 [2022-06-21T11:49:54.580Z] #21 18.34 Selecting previously unselected package libgcc-s1:s390x.
11:49:54 [2022-06-21T11:49:54.580Z] #21 18.35 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
11:49:54 [2022-06-21T11:49:54.580Z] #21 18.36 Unpacking libgcc-s1:s390x (10.2.1-6) ...
11:49:54 [2022-06-21T11:49:54.580Z] #21 18.41 Selecting previously unselected package libcrypt1:s390x.
11:49:54 [2022-06-21T11:49:54.580Z] #21 18.42 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
11:49:54 [2022-06-21T11:49:54.839Z] #21 18.43 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
11:49:54 [2022-06-21T11:49:54.839Z] #21 18.51 Selecting previously unselected package libc6:s390x.
11:49:54 [2022-06-21T11:49:54.839Z] #21 18.52 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ...
11:49:55 [2022-06-21T11:49:55.097Z] #21 18.71 Unpacking libc6:s390x (2.31-13+deb11u3) ...
11:49:55 [2022-06-21T11:49:55.355Z] #21 19.17 Selecting previously unselected package libapparmor1:s390x.
11:49:55 [2022-06-21T11:49:55.356Z] #21 19.17 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
11:49:55 [2022-06-21T11:49:55.356Z] #21 19.17 Unpacking libapparmor1:s390x (2.13.6-10) ...
11:49:55 [2022-06-21T11:49:55.356Z] #21 19.23 Selecting previously unselected package libapparmor-dev:s390x.
11:49:55 [2022-06-21T11:49:55.356Z] #21 19.23 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
11:49:55 [2022-06-21T11:49:55.356Z] #21 19.24 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
11:49:55 [2022-06-21T11:49:55.614Z] #21 19.32 Selecting previously unselected package libgcc-s1:armhf.
11:49:55 [2022-06-21T11:49:55.614Z] #21 19.33 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
11:49:55 [2022-06-21T11:49:55.614Z] #21 19.33 Unpacking libgcc-s1:armhf (10.2.1-6) ...
11:49:55 [2022-06-21T11:49:55.614Z] #21 19.39 Selecting previously unselected package libcrypt1:armhf.
11:49:55 [2022-06-21T11:49:55.614Z] #21 19.39 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
11:49:55 [2022-06-21T11:49:55.614Z] #21 19.40 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
11:49:55 [2022-06-21T11:49:55.872Z] #21 19.49 Selecting previously unselected package libc6:armhf.
11:49:55 [2022-06-21T11:49:55.872Z] #21 19.50 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ...
11:49:55 [2022-06-21T11:49:55.872Z] #21 19.70 Unpacking libc6:armhf (2.31-13+deb11u3) ...
11:49:56 [2022-06-21T11:49:56.438Z] #21 20.18 Selecting previously unselected package libapparmor1:armhf.
11:49:56 [2022-06-21T11:49:56.438Z] #21 20.18 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
11:49:56 [2022-06-21T11:49:56.438Z] #21 20.19 Unpacking libapparmor1:armhf (2.13.6-10) ...
11:49:56 [2022-06-21T11:49:56.438Z] #21 20.25 Selecting previously unselected package libapparmor-dev:armhf.
11:49:56 [2022-06-21T11:49:56.438Z] #21 20.25 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
11:49:56 [2022-06-21T11:49:56.438Z] #21 20.26 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
11:49:56 [2022-06-21T11:49:56.438Z] #21 20.33 Selecting previously unselected package libgcc-s1:ppc64el.
11:49:56 [2022-06-21T11:49:56.697Z] #21 20.34 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
11:49:56 [2022-06-21T11:49:56.697Z] #21 20.34 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
11:49:56 [2022-06-21T11:49:56.697Z] #21 20.40 Selecting previously unselected package libcrypt1:ppc64el.
11:49:56 [2022-06-21T11:49:56.697Z] #21 20.41 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
11:49:56 [2022-06-21T11:49:56.697Z] #21 20.42 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
11:49:56 [2022-06-21T11:49:56.697Z] #21 20.52 Selecting previously unselected package libc6:ppc64el.
11:49:56 [2022-06-21T11:49:56.697Z] #21 20.52 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ...
11:49:56 [2022-06-21T11:49:56.955Z] #21 20.71 Unpacking libc6:ppc64el (2.31-13+deb11u3) ...
11:49:57 [2022-06-21T11:49:57.523Z] #21 21.29 Selecting previously unselected package libapparmor1:ppc64el.
11:49:57 [2022-06-21T11:49:57.523Z] #21 21.30 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
11:49:57 [2022-06-21T11:49:57.523Z] #21 21.30 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
11:49:57 [2022-06-21T11:49:57.523Z] #21 21.37 Selecting previously unselected package libapparmor-dev:ppc64el.
11:49:57 [2022-06-21T11:49:57.523Z] #21 21.37 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
11:49:57 [2022-06-21T11:49:57.523Z] #21 21.38 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
11:49:57 [2022-06-21T11:49:57.523Z] #21 21.46 Selecting previously unselected package libseccomp2:s390x.
11:49:57 [2022-06-21T11:49:57.523Z] #21 21.46 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ...
11:49:57 [2022-06-21T11:49:57.781Z] #21 21.47 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ...
11:49:57 [2022-06-21T11:49:57.781Z] #21 21.53 Selecting previously unselected package libseccomp-dev:s390x.
11:49:57 [2022-06-21T11:49:57.781Z] #21 21.53 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ...
11:49:57 [2022-06-21T11:49:57.781Z] #21 21.54 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
11:49:57 [2022-06-21T11:49:57.781Z] #21 21.60 Selecting previously unselected package libseccomp2:ppc64el.
11:49:57 [2022-06-21T11:49:57.781Z] #21 21.61 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ...
11:49:57 [2022-06-21T11:49:57.781Z] #21 21.61 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
11:49:57 [2022-06-21T11:49:57.781Z] #21 21.66 Selecting previously unselected package libseccomp-dev:ppc64el.
11:49:57 [2022-06-21T11:49:57.781Z] #21 21.66 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ...
11:49:57 [2022-06-21T11:49:57.781Z] #21 21.67 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
11:49:58 [2022-06-21T11:49:58.040Z] #21 21.75 Selecting previously unselected package libseccomp2:armhf.
11:49:58 [2022-06-21T11:49:58.040Z] #21 21.76 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ...
11:49:58 [2022-06-21T11:49:58.040Z] #21 21.76 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ...
11:49:58 [2022-06-21T11:49:58.040Z] #21 21.81 Selecting previously unselected package libseccomp-dev:armhf.
11:49:58 [2022-06-21T11:49:58.040Z] #21 21.81 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
11:49:58 [2022-06-21T11:49:58.040Z] #21 21.81 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
11:49:58 [2022-06-21T11:49:58.040Z] #21 21.90 Selecting previously unselected package libseccomp2:armel.
11:49:58 [2022-06-21T11:49:58.040Z] #21 21.90 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ...
11:49:58 [2022-06-21T11:49:58.040Z] #21 21.91 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ...
11:49:58 [2022-06-21T11:49:58.040Z] #21 21.95 Selecting previously unselected package libseccomp-dev:armel.
11:49:58 [2022-06-21T11:49:58.040Z] #21 21.96 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ...
11:49:58 [2022-06-21T11:49:58.040Z] #21 21.96 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ...
11:49:58 [2022-06-21T11:49:58.040Z] #21 22.02 Selecting previously unselected package libseccomp2:arm64.
11:49:58 [2022-06-21T11:49:58.299Z] #21 22.02 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ...
11:49:58 [2022-06-21T11:49:58.299Z] #21 22.03 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ...
11:49:58 [2022-06-21T11:49:58.299Z] #21 22.09 Selecting previously unselected package libseccomp-dev:arm64.
11:49:58 [2022-06-21T11:49:58.299Z] #21 22.09 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
11:49:58 [2022-06-21T11:49:58.299Z] #21 22.10 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
11:49:58 [2022-06-21T11:49:58.299Z] #21 22.20 Setting up gcc-10-base:arm64 (10.2.1-6) ...
11:49:58 [2022-06-21T11:49:58.299Z] #21 22.22 Setting up gcc-10-base:armel (10.2.1-6) ...
11:49:58 [2022-06-21T11:49:58.299Z] #21 22.25 Setting up gcc-10-base:armhf (10.2.1-6) ...
11:49:58 [2022-06-21T11:49:58.299Z] #21 22.26 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
11:49:58 [2022-06-21T11:49:58.299Z] #21 22.27 Setting up gcc-10-base:s390x (10.2.1-6) ...
11:49:58 [2022-06-21T11:49:58.558Z] #21 22.30 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
11:49:58 [2022-06-21T11:49:58.558Z] #21 22.31 Setting up libcrypt1:armel (1:4.4.18-4) ...
11:49:58 [2022-06-21T11:49:58.558Z] #21 22.33 Setting up libcrypt1:armhf (1:4.4.18-4) ...
11:49:58 [2022-06-21T11:49:58.558Z] #21 22.35 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
11:49:58 [2022-06-21T11:49:58.558Z] #21 22.36 Setting up libcrypt1:s390x (1:4.4.18-4) ...
11:49:58 [2022-06-21T11:49:58.558Z] #21 22.37 Setting up libgcc-s1:arm64 (10.2.1-6) ...
11:49:58 [2022-06-21T11:49:58.558Z] #21 22.39 Setting up libgcc-s1:armel (10.2.1-6) ...
11:49:58 [2022-06-21T11:49:58.558Z] #21 22.41 Setting up libgcc-s1:armhf (10.2.1-6) ...
11:49:58 [2022-06-21T11:49:58.558Z] #21 22.43 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
11:49:58 [2022-06-21T11:49:58.558Z] #21 22.44 Setting up libgcc-s1:s390x (10.2.1-6) ...
11:49:58 [2022-06-21T11:49:58.558Z] #21 22.46 Setting up libc6:arm64 (2.31-13+deb11u3) ...
11:49:59 [2022-06-21T11:49:59.933Z] #21 23.73 Setting up libc6:armel (2.31-13+deb11u3) ...
11:50:00 [2022-06-21T11:50:00.416Z] #77 316.3   AR       libcrun_testing.a
11:50:00 [2022-06-21T11:50:00.416Z] #77 316.3 ar: `u' modifier ignored since `D' is the default (see `U')
11:50:00 [2022-06-21T11:50:00.416Z] #77 316.4   CCLD     tests/tests_libcrun_utils
11:50:00 [2022-06-21T11:50:00.416Z] #77 316.4   CCLD     tests/tests_libcrun_errors
11:50:00 [2022-06-21T11:50:00.416Z] #77 316.5   CCLD     tests/tests_libcrun_fuzzer
11:50:00 [2022-06-21T11:50:00.416Z] #77 316.9   CCLD     libcrun.la
11:50:00 [2022-06-21T11:50:00.416Z] #77 317.9   CCLD     crun
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.4 make[3]: Entering directory '/tmp/crun-build'
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.5  /bin/mkdir -p '/usr/local/share/man/man1'
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.6  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.6  /bin/mkdir -p '/usr/local/lib'
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.6  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.7 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.7 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.7 libtool: install: chmod 644 /usr/local/lib/libcrun.a
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.7 libtool: install: ranlib /usr/local/lib/libcrun.a
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.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
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8 ----------------------------------------------------------------------
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8 Libraries have been installed in:
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8    /usr/local/lib
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8 
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8 If you ever happen to want to link against installed libraries
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8 in a given directory, LIBDIR, you must either use libtool, and
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8 specify the full pathname of the library, or use the '-LLIBDIR'
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8 flag during linking and do at least one of the following:
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8      during execution
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8    - add LIBDIR to the 'LD_RUN_PATH' environment variable
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8      during linking
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8 
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.8 See any operating system documentation about shared libraries for
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.9 more information, such as the ld(1) and ld.so(8) manual pages.
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.9 ----------------------------------------------------------------------
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.9  /bin/mkdir -p '/build'
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.9   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.9 libtool: install: /usr/bin/install -c crun /build/crun
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.9 make[3]: Leaving directory '/tmp/crun-build'
11:50:00 [2022-06-21T11:50:00.416Z] #77 318.9 make[2]: Leaving directory '/tmp/crun-build'
11:50:00 [2022-06-21T11:50:00.416Z] #77 319.0 make[1]: Leaving directory '/tmp/crun-build'
11:50:00 [2022-06-21T11:50:00.678Z] #77 DONE 319.3s
11:50:00 [2022-06-21T11:50:00.678Z] 
11:50:00 [2022-06-21T11:50:00.678Z] #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
11:50:00 [2022-06-21T11:50:00.678Z] #60 sha256:fc316dbc3689357c902634ec49de24d30fd900891c445ece846d196583b4929b
11:50:01 [2022-06-21T11:50:01.063Z] #64 349.3 + bin/containerd-shim-runc-v2
11:50:01 [2022-06-21T11:50:01.310Z] #21 24.97 Setting up libc6:armhf (2.31-13+deb11u3) ...
11:50:01 [2022-06-21T11:50:01.637Z] #64 350.2 + binaries
11:50:01 [2022-06-21T11:50:01.637Z] #64 350.2 + install -D bin/containerd /build/containerd
11:50:01 [2022-06-21T11:50:01.637Z] #64 350.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
11:50:01 [2022-06-21T11:50:01.897Z] #64 350.2 + install -D bin/ctr /build/ctr
11:50:02 [2022-06-21T11:50:02.689Z] #21 26.25 Setting up libc6:ppc64el (2.31-13+deb11u3) ...
11:50:03 [2022-06-21T11:50:03.623Z] #21 27.50 Setting up libc6:s390x (2.31-13+deb11u3) ...
11:50:04 [2022-06-21T11:50:04.429Z] #64 DONE 352.7s
11:50:05 [2022-06-21T11:50:05.000Z] #21 28.77 Setting up libapparmor1:arm64 (2.13.6-10) ...
11:50:05 [2022-06-21T11:50:05.000Z] #21 28.79 Setting up libapparmor1:armel (2.13.6-10) ...
11:50:05 [2022-06-21T11:50:05.000Z] #21 28.81 Setting up libapparmor1:armhf (2.13.6-10) ...
11:50:05 [2022-06-21T11:50:05.000Z] #21 28.83 Setting up libapparmor1:ppc64el (2.13.6-10) ...
11:50:05 [2022-06-21T11:50:05.000Z] #21 28.84 Setting up libapparmor1:s390x (2.13.6-10) ...
11:50:05 [2022-06-21T11:50:05.000Z] #21 28.85 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ...
11:50:05 [2022-06-21T11:50:05.000Z] #21 28.86 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
11:50:05 [2022-06-21T11:50:05.001Z] #21 28.88 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ...
11:50:05 [2022-06-21T11:50:05.001Z] #21 28.90 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
11:50:05 [2022-06-21T11:50:05.001Z] #21 28.91 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ...
11:50:05 [2022-06-21T11:50:05.001Z] #21 28.92 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
11:50:05 [2022-06-21T11:50:05.001Z] #21 28.93 Setting up libapparmor-dev:armel (2.13.6-10) ...
11:50:05 [2022-06-21T11:50:05.001Z] #21 28.95 Setting up libapparmor-dev:armhf (2.13.6-10) ...
11:50:05 [2022-06-21T11:50:05.001Z] #21 28.97 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
11:50:05 [2022-06-21T11:50:05.001Z] #21 28.98 Setting up libapparmor-dev:s390x (2.13.6-10) ...
11:50:05 [2022-06-21T11:50:05.265Z] #21 28.99 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
11:50:05 [2022-06-21T11:50:05.265Z] #21 29.01 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ...
11:50:05 [2022-06-21T11:50:05.265Z] #21 29.03 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
11:50:05 [2022-06-21T11:50:05.265Z] #21 29.05 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
11:50:05 [2022-06-21T11:50:05.265Z] #21 29.07 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
11:50:05 [2022-06-21T11:50:05.265Z] #21 29.08 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:50:05 [2022-06-21T11:50:05.366Z] 
11:50:05 [2022-06-21T11:50:05.366Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
11:50:05 [2022-06-21T11:50:05.366Z] #65 sha256:8f5bffc05d0e1345ac2cf54134134b18f24698e9638ddde0ac73f2ebc3ab8bae
11:50:05 [2022-06-21T11:50:05.933Z] #65 DONE 0.8s
11:50:05 [2022-06-21T11:50:05.933Z] 
11:50:05 [2022-06-21T11:50:05.933Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
11:50:05 [2022-06-21T11:50:05.933Z] #70 sha256:36d695908b6c46256cb65b0b4b9bac46d037cf3bef0e82455b67d484cccfd879
11:50:05 [2022-06-21T11:50:05.933Z] #70 DONE 0.2s
11:50:06 [2022-06-21T11:50:06.191Z] 
11:50:06 [2022-06-21T11:50:06.191Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
11:50:06 [2022-06-21T11:50:06.191Z] #75 sha256:68e47766a396aa29b9269fce6d02cbcb8bd7c3ea18e8a8ebca349a157aba51df
11:50:07 [2022-06-21T11:50:07.130Z] #77 319.3   CCLD     libcrun.la
11:50:07 [2022-06-21T11:50:07.130Z] #77 319.3   AR       libcrun_testing.a
11:50:07 [2022-06-21T11:50:07.130Z] #77 319.3 ar: `u' modifier ignored since `D' is the default (see `U')
11:50:07 [2022-06-21T11:50:07.130Z] #77 319.4   CCLD     tests/tests_libcrun_errors
11:50:07 [2022-06-21T11:50:07.130Z] #77 319.4   CCLD     tests/tests_libcrun_utils
11:50:07 [2022-06-21T11:50:07.130Z] #77 319.4   CCLD     tests/tests_libcrun_fuzzer
11:50:07 [2022-06-21T11:50:07.130Z] #77 320.7   CCLD     crun
11:50:07 [2022-06-21T11:50:07.132Z] #75 DONE 0.9s
11:50:07 [2022-06-21T11:50:07.132Z] 
11:50:07 [2022-06-21T11:50:07.132Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
11:50:07 [2022-06-21T11:50:07.132Z] #78 sha256:2224a231bc1ab11434faef42e03172bd518546f1eb8669b1d5a03fcfc8ac585b
11:50:07 [2022-06-21T11:50:07.132Z] #78 DONE 0.1s
11:50:07 [2022-06-21T11:50:07.132Z] 
11:50:07 [2022-06-21T11:50:07.132Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
11:50:07 [2022-06-21T11:50:07.132Z] #79 sha256:113d01242f0da4437923e0b6c5851840e7518a63bf548d4b827eb9390587a3e6
11:50:07 [2022-06-21T11:50:07.132Z] #79 DONE 0.0s
11:50:07 [2022-06-21T11:50:07.132Z] 
11:50:07 [2022-06-21T11:50:07.132Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
11:50:07 [2022-06-21T11:50:07.132Z] #80 sha256:062418b85b79dd05682317fa9bb66fd56861b716ddbcc35d0c6ac66e32b7d455
11:50:07 [2022-06-21T11:50:07.132Z] #80 DONE 0.0s
11:50:07 [2022-06-21T11:50:07.132Z] 
11:50:07 [2022-06-21T11:50:07.132Z] #81 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             dbus             dbus-user-session             systemd             systemd-sysv
11:50:07 [2022-06-21T11:50:07.132Z] #81 sha256:6783a5cdbd7a7107d1f98608a2bf35c890b0a30637db150e41b8281070ac4cb9
11:50:07 [2022-06-21T11:50:07.173Z] #21 DONE 30.8s
11:50:07 [2022-06-21T11:50:07.173Z] 
11:50:07 [2022-06-21T11:50:07.173Z] #22 [dev-systemd-false  1/28] RUN groupadd -r docker
11:50:07 [2022-06-21T11:50:07.174Z] #22 sha256:4f15aa02a6e5ec15a4eb429aaa9fd820ba619047164ed2bfb365fe9136a40d1f
11:50:07 [2022-06-21T11:50:07.174Z] #22 ...
11:50:07 [2022-06-21T11:50:07.174Z] 
11:50:07 [2022-06-21T11:50:07.174Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
11:50:07 [2022-06-21T11:50:07.174Z] #66 sha256:a487f5f4c00a8e079228faef0d03081aa6cd3df7ddcef022eeff342a681735f4
11:50:07 [2022-06-21T11:50:07.174Z] #66 DONE 0.2s
11:50:07 [2022-06-21T11:50:07.433Z] 
11:50:07 [2022-06-21T11:50:07.433Z] #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
11:50:07 [2022-06-21T11:50:07.433Z] #67 sha256:1c87f6be20a421d5f509d904748ecf8bdcebdbbb80131df7ebff975e3c5021d1
11:50:07 [2022-06-21T11:50:07.694Z] #77 321.2 make[3]: Entering directory '/tmp/crun-build'
11:50:07 [2022-06-21T11:50:07.694Z] #77 321.4  /bin/mkdir -p '/usr/local/share/man/man1'
11:50:07 [2022-06-21T11:50:07.951Z] #77 321.4  /bin/mkdir -p '/usr/local/lib'
11:50:07 [2022-06-21T11:50:07.951Z] #77 321.4  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
11:50:07 [2022-06-21T11:50:07.951Z] #77 321.5  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
11:50:07 [2022-06-21T11:50:07.951Z] #77 321.5 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
11:50:07 [2022-06-21T11:50:07.951Z] #77 321.5 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
11:50:07 [2022-06-21T11:50:07.951Z] #77 321.6 libtool: install: chmod 644 /usr/local/lib/libcrun.a
11:50:07 [2022-06-21T11:50:07.951Z] #77 321.6 libtool: install: ranlib /usr/local/lib/libcrun.a
11:50:08 [2022-06-21T11:50:08.068Z] #81 0.722 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
11:50:08 [2022-06-21T11:50:08.068Z] #81 0.722 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
11:50:08 [2022-06-21T11:50:08.068Z] #81 0.723 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.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
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8 ----------------------------------------------------------------------
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8 Libraries have been installed in:
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8    /usr/local/lib
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8 
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8 If you ever happen to want to link against installed libraries
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8 in a given directory, LIBDIR, you must either use libtool, and
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8 specify the full pathname of the library, or use the '-LLIBDIR'
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8 flag during linking and do at least one of the following:
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8      during execution
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8    - add LIBDIR to the 'LD_RUN_PATH' environment variable
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8      during linking
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8 
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8 See any operating system documentation about shared libraries for
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8 more information, such as the ld(1) and ld.so(8) manual pages.
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8 ----------------------------------------------------------------------
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8  /bin/mkdir -p '/build'
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.8   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.9 libtool: install: /usr/bin/install -c crun /build/crun
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.9 make[3]: Leaving directory '/tmp/crun-build'
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.9 make[2]: Leaving directory '/tmp/crun-build'
11:50:08 [2022-06-21T11:50:08.209Z] #77 321.9 make[1]: Leaving directory '/tmp/crun-build'
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.008 + RM_GOPATH=0
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.008 + TMP_GOPATH=
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.008 + : /build
11:50:08 [2022-06-21T11:50:08.375Z] #67 ...
11:50:08 [2022-06-21T11:50:08.375Z] 
11:50:08 [2022-06-21T11:50:08.375Z] #22 [dev-systemd-false  1/28] RUN groupadd -r docker
11:50:08 [2022-06-21T11:50:08.375Z] #22 sha256:4f15aa02a6e5ec15a4eb429aaa9fd820ba619047164ed2bfb365fe9136a40d1f
11:50:08 [2022-06-21T11:50:08.375Z] #22 DONE 1.3s
11:50:08 [2022-06-21T11:50:08.375Z] 
11:50:08 [2022-06-21T11:50:08.375Z] #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
11:50:08 [2022-06-21T11:50:08.375Z] #67 sha256:1c87f6be20a421d5f509d904748ecf8bdcebdbbb80131df7ebff975e3c5021d1
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.008 + '[' -z '' ']'
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.009 ++ mktemp -d
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.010 + export GOPATH=/tmp/tmp.qMl2AYtoHO
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.010 + GOPATH=/tmp/tmp.qMl2AYtoHO
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.010 + RM_GOPATH=1
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.011 + case "$(go env GOARCH)" in
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.011 ++ go env GOARCH
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.016 + export GO_BUILDMODE=-buildmode=pie
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.016 + GO_BUILDMODE=-buildmode=pie
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.017 ++ dirname /install.sh
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.018 + dir=/
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.021 + bin=runc
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.021 + shift
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.022 + '[' '!' -f //runc.installer ']'
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.022 + . //runc.installer
11:50:08 [2022-06-21T11:50:08.375Z] #67 1.022 ++ set -e
11:50:08 [2022-06-21T11:50:08.376Z] #67 1.022 ++ : v1.1.2
11:50:08 [2022-06-21T11:50:08.376Z] #67 1.022 + install_runc
11:50:08 [2022-06-21T11:50:08.376Z] #67 1.023 + RUNC_BUILDTAGS=seccomp
11:50:08 [2022-06-21T11:50:08.376Z] #67 1.023 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
11:50:08 [2022-06-21T11:50:08.376Z] #67 1.023 Install runc version v1.1.2 (build tags: seccomp)
11:50:08 [2022-06-21T11:50:08.376Z] #67 1.023 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.qMl2AYtoHO/src/github.com/opencontainers/runc
11:50:08 [2022-06-21T11:50:08.376Z] #67 1.026 Cloning into '/tmp/tmp.qMl2AYtoHO/src/github.com/opencontainers/runc'...
11:50:08 [2022-06-21T11:50:08.638Z] #81 0.967 Reading package lists...
11:50:08 [2022-06-21T11:50:08.774Z] #77 DONE 322.1s
11:50:08 [2022-06-21T11:50:08.774Z] 
11:50:08 [2022-06-21T11:50:08.774Z] #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
11:50:08 [2022-06-21T11:50:08.774Z] #60 sha256:1cf9985424dec1c3171be28043025a6522f422cd603e7b5586873b26bb8ccbd7
11:50:09 [2022-06-21T11:50:09.207Z] #81 1.487 Reading package lists...
11:50:09 [2022-06-21T11:50:09.207Z] #81 2.004 Building dependency tree...
11:50:09 [2022-06-21T11:50:09.207Z] #81 2.126 Reading state information...
11:50:09 [2022-06-21T11:50:09.207Z] #81 2.243 The following additional packages will be installed:
11:50:09 [2022-06-21T11:50:09.313Z] #67 ...
11:50:09 [2022-06-21T11:50:09.313Z] 
11:50:09 [2022-06-21T11:50:09.313Z] #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
11:50:09 [2022-06-21T11:50:09.313Z] #23 sha256:87d04ef435b9dab4d50becade0a3ae24b18518c519d15a70fc0384d686b87f22
11:50:09 [2022-06-21T11:50:09.313Z] #23 DONE 1.0s
11:50:09 [2022-06-21T11:50:09.466Z] #81 2.243   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
11:50:09 [2022-06-21T11:50:09.466Z] #81 2.244 Suggested packages:
11:50:09 [2022-06-21T11:50:09.466Z] #81 2.244   systemd-container policykit-1
11:50:09 [2022-06-21T11:50:09.466Z] #81 2.244 Recommended packages:
11:50:09 [2022-06-21T11:50:09.466Z] #81 2.244   systemd-timesyncd | time-daemon libnss-systemd
11:50:09 [2022-06-21T11:50:09.466Z] #81 2.312 The following NEW packages will be installed:
11:50:09 [2022-06-21T11:50:09.466Z] #81 2.313   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
11:50:09 [2022-06-21T11:50:09.466Z] #81 2.313   libkmod2 libpam-systemd systemd systemd-sysv
11:50:09 [2022-06-21T11:50:09.572Z] 
11:50:09 [2022-06-21T11:50:09.572Z] #24 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
11:50:09 [2022-06-21T11:50:09.572Z] #24 sha256:a4ac116e4b90f0a178311b9cc2b3b75ce74b9c554d98446fc79b4d23e0f20466
11:50:09 [2022-06-21T11:50:09.725Z] #81 2.582 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
11:50:09 [2022-06-21T11:50:09.725Z] #81 2.582 Need to get 5817 kB of archives.
11:50:09 [2022-06-21T11:50:09.725Z] #81 2.582 After this operation, 19.3 MB of additional disk space will be used.
11:50:09 [2022-06-21T11:50:09.725Z] #81 2.582 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
11:50:09 [2022-06-21T11:50:09.725Z] #81 2.585 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
11:50:09 [2022-06-21T11:50:09.725Z] #81 2.587 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
11:50:09 [2022-06-21T11:50:09.984Z] #81 2.749 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
11:50:09 [2022-06-21T11:50:09.984Z] #81 2.770 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
11:50:09 [2022-06-21T11:50:09.984Z] #81 2.826 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB]
11:50:09 [2022-06-21T11:50:09.984Z] #81 2.836 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
11:50:09 [2022-06-21T11:50:09.984Z] #81 2.838 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
11:50:09 [2022-06-21T11:50:09.984Z] #81 2.840 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB]
11:50:09 [2022-06-21T11:50:09.984Z] #81 2.842 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
11:50:10 [2022-06-21T11:50:10.141Z] #24 0.857 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
11:50:10 [2022-06-21T11:50:10.243Z] #81 2.993 debconf: delaying package configuration, since apt-utils is not installed
11:50:10 [2022-06-21T11:50:10.243Z] #81 3.023 Fetched 5817 kB in 1s (11.1 MB/s)
11:50:10 [2022-06-21T11:50:10.243Z] #81 3.047 Selecting previously unselected package libargon2-1:amd64.
11:50:10 [2022-06-21T11:50:10.243Z] #81 3.047 (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 ... 28639 files and directories currently installed.)
11:50:10 [2022-06-21T11:50:10.244Z] #81 3.063 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ...
11:50:10 [2022-06-21T11:50:10.244Z] #81 3.070 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
11:50:10 [2022-06-21T11:50:10.244Z] #81 3.105 Selecting previously unselected package libjson-c5:amd64.
11:50:10 [2022-06-21T11:50:10.244Z] #81 3.108 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ...
11:50:10 [2022-06-21T11:50:10.244Z] #81 3.112 Unpacking libjson-c5:amd64 (0.15-2) ...
11:50:10 [2022-06-21T11:50:10.244Z] #81 3.150 Selecting previously unselected package libcryptsetup12:amd64.
11:50:10 [2022-06-21T11:50:10.244Z] #81 3.153 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
11:50:10 [2022-06-21T11:50:10.244Z] #81 3.157 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
11:50:10 [2022-06-21T11:50:10.244Z] #81 3.211 Selecting previously unselected package libkmod2:amd64.
11:50:10 [2022-06-21T11:50:10.402Z] #24 DONE 1.0s
11:50:10 [2022-06-21T11:50:10.402Z] 
11:50:10 [2022-06-21T11:50:10.402Z] #25 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
11:50:10 [2022-06-21T11:50:10.402Z] #25 sha256:0336500aa27bc307335cad29a4b6d9f9f0015d8c2b285cd686c0f1d4e1be9234
11:50:10 [2022-06-21T11:50:10.503Z] #81 3.213 Preparing to unpack .../libkmod2_28-1_amd64.deb ...
11:50:10 [2022-06-21T11:50:10.503Z] #81 3.217 Unpacking libkmod2:amd64 (28-1) ...
11:50:10 [2022-06-21T11:50:10.503Z] #81 3.261 Selecting previously unselected package systemd.
11:50:10 [2022-06-21T11:50:10.503Z] #81 3.264 Preparing to unpack .../systemd_247.3-7_amd64.deb ...
11:50:10 [2022-06-21T11:50:10.503Z] #81 3.298 Unpacking systemd (247.3-7) ...
11:50:11 [2022-06-21T11:50:11.079Z] #81 3.836 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
11:50:11 [2022-06-21T11:50:11.079Z] #81 3.848 Setting up libjson-c5:amd64 (0.15-2) ...
11:50:11 [2022-06-21T11:50:11.079Z] #81 3.859 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
11:50:11 [2022-06-21T11:50:11.079Z] #81 3.871 Setting up libkmod2:amd64 (28-1) ...
11:50:11 [2022-06-21T11:50:11.079Z] #81 3.884 Setting up systemd (247.3-7) ...
11:50:11 [2022-06-21T11:50:11.079Z] #81 3.924 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:50:11 [2022-06-21T11:50:11.079Z] #81 3.925 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:50:11 [2022-06-21T11:50:11.079Z] #81 3.928 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:50:11 [2022-06-21T11:50:11.079Z] #81 3.953 Initializing machine ID from KVM UUID.
11:50:11 [2022-06-21T11:50:11.338Z] #81 4.325 Selecting previously unselected package systemd-sysv.
11:50:11 [2022-06-21T11:50:11.340Z] #25 DONE 0.9s
11:50:11 [2022-06-21T11:50:11.340Z] 
11:50:11 [2022-06-21T11:50:11.340Z] #26 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
11:50:11 [2022-06-21T11:50:11.340Z] #26 sha256:c743d04da64a27452ca00ca0ddb70a83af62507e223a1b2305d0dce9373f6836
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.325 (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 ... 29450 files and directories currently installed.)
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.340 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ...
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.343 Unpacking systemd-sysv (247.3-7) ...
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.384 Selecting previously unselected package libdbus-1-3:amd64.
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.387 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.390 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.448 Selecting previously unselected package dbus.
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.451 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.461 Unpacking dbus (1.12.20-2) ...
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.520 Selecting previously unselected package libpam-systemd:amd64.
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.523 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ...
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.527 Unpacking libpam-systemd:amd64 (247.3-7) ...
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.572 Selecting previously unselected package dbus-user-session.
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.575 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.578 Unpacking dbus-user-session (1.12.20-2) ...
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.662 Setting up systemd-sysv (247.3-7) ...
11:50:11 [2022-06-21T11:50:11.597Z] #81 4.673 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
11:50:11 [2022-06-21T11:50:11.856Z] #81 4.684 Setting up dbus (1.12.20-2) ...
11:50:11 [2022-06-21T11:50:11.856Z] #81 4.799 invoke-rc.d: could not determine current runlevel
11:50:12 [2022-06-21T11:50:12.115Z] #81 4.801 invoke-rc.d: policy-rc.d denied execution of start.
11:50:12 [2022-06-21T11:50:12.115Z] #81 4.805 Setting up libpam-systemd:amd64 (247.3-7) ...
11:50:12 [2022-06-21T11:50:12.115Z] #81 4.970 Setting up dbus-user-session (1.12.20-2) ...
11:50:12 [2022-06-21T11:50:12.115Z] #81 4.986 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:50:12 [2022-06-21T11:50:12.278Z] #26 DONE 0.9s
11:50:12 [2022-06-21T11:50:12.278Z] 
11:50:12 [2022-06-21T11:50:12.278Z] #27 [dev-systemd-false  6/28] RUN ldconfig
11:50:12 [2022-06-21T11:50:12.278Z] #27 sha256:043eb1b2a8c6fa31b391b6c774f8a2d88df6ebd7854b00254f2800140adb98df
11:50:12 [2022-06-21T11:50:12.375Z] #81 DONE 5.1s
11:50:12 [2022-06-21T11:50:12.375Z] 
11:50:12 [2022-06-21T11:50:12.375Z] #82 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
11:50:12 [2022-06-21T11:50:12.375Z] #82 sha256:b3e8bd5e424c26f1b2371e13c9d1acc0b4a03fe4f452a7350db9e6a9f7c1fbe9
11:50:12 [2022-06-21T11:50:12.634Z] #82 0.393   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
11:50:12 [2022-06-21T11:50:12.634Z] #82 0.394                                  Dload  Upload   Total   Spent    Left  Speed
11:50:12 [2022-06-21T11:50:12.894Z] #82 0.396 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   5938      0 --:--:-- --:--:-- --:--:--  5938
11:50:12 [2022-06-21T11:50:12.894Z] #82 DONE 0.7s
11:50:12 [2022-06-21T11:50:12.894Z] 
11:50:12 [2022-06-21T11:50:12.894Z] #83 [final 1/1] COPY . /go/src/github.com/docker/docker
11:50:12 [2022-06-21T11:50:12.894Z] #83 sha256:924bd1af16ae3b19abe2ed2eb94f7ae057dbbd1e8e81a7e27212297e558f1646
11:50:13 [2022-06-21T11:50:13.227Z] #27 DONE 1.1s
11:50:13 [2022-06-21T11:50:13.227Z] 
11:50:13 [2022-06-21T11:50:13.227Z] #28 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:50:13 [2022-06-21T11:50:13.227Z] #28 sha256:a0b015f046b8f8512193101f4d7f00df78e1d1b7b73c9466ea8a8bee340a33aa
11:50:13 [2022-06-21T11:50:13.831Z] #83 DONE 0.9s
11:50:13 [2022-06-21T11:50:13.831Z] 
11:50:13 [2022-06-21T11:50:13.831Z] #84 exporting to image
11:50:13 [2022-06-21T11:50:13.831Z] #84 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:50:13 [2022-06-21T11:50:13.831Z] #84 exporting layers
11:50:14 [2022-06-21T11:50:14.604Z] #28 1.172 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
11:50:14 [2022-06-21T11:50:14.604Z] #28 1.192 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
11:50:14 [2022-06-21T11:50:14.604Z] #28 1.193 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
11:50:14 [2022-06-21T11:50:14.868Z] #28 1.489 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
11:50:15 [2022-06-21T11:50:15.126Z] #28 1.775 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
11:50:15 [2022-06-21T11:50:15.385Z] #28 2.045 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
11:50:15 [2022-06-21T11:50:15.385Z] #28 2.270 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
11:50:15 [2022-06-21T11:50:15.952Z] #28 2.596 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
11:50:16 [2022-06-21T11:50:16.520Z] #28 3.065 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
11:50:16 [2022-06-21T11:50:16.520Z] #28 3.321 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB]
11:50:16 [2022-06-21T11:50:16.780Z] #28 3.325 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
11:50:16 [2022-06-21T11:50:16.780Z] #28 3.326 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [160 kB]
11:50:16 [2022-06-21T11:50:16.780Z] #28 3.326 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [141 kB]
11:50:16 [2022-06-21T11:50:16.780Z] #28 3.327 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
11:50:16 [2022-06-21T11:50:16.780Z] #28 3.328 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB]
11:50:16 [2022-06-21T11:50:16.780Z] #28 3.509 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
11:50:16 [2022-06-21T11:50:16.780Z] #28 3.521 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
11:50:16 [2022-06-21T11:50:16.780Z] #28 3.521 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
11:50:16 [2022-06-21T11:50:16.780Z] #28 3.522 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
11:50:16 [2022-06-21T11:50:16.780Z] #28 3.522 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
11:50:16 [2022-06-21T11:50:16.780Z] #28 3.531 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
11:50:18 [2022-06-21T11:50:18.806Z] #60 ...
11:50:18 [2022-06-21T11:50:18.806Z] 
11:50:18 [2022-06-21T11:50:18.806Z] #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.44.0"      && /build/golangci-lint --version
11:50:18 [2022-06-21T11:50:18.806Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:50:18 [2022-06-21T11:50:18.806Z] #55 414.1 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
11:50:18 [2022-06-21T11:50:18.806Z] #55 DONE 415.2s
11:50:18 [2022-06-21T11:50:18.806Z] 
11:50:18 [2022-06-21T11:50:18.806Z] #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
11:50:18 [2022-06-21T11:50:18.806Z] #60 sha256:fc316dbc3689357c902634ec49de24d30fd900891c445ece846d196583b4929b
11:50:18 [2022-06-21T11:50:18.806Z] #60 204.7 + mkdir -p /build
11:50:18 [2022-06-21T11:50:18.806Z] #60 204.7 + cp runc /build/runc
11:50:18 [2022-06-21T11:50:18.806Z] #60 DONE 205.5s
11:50:18 [2022-06-21T11:50:18.806Z] 
11:50:18 [2022-06-21T11:50:18.806Z] #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
11:50:18 [2022-06-21T11:50:18.806Z] #64 sha256:978295747f5c7cff3ef40cfb8c120e667fa1648aa7736c191b3d168207f92843
11:50:19 [2022-06-21T11:50:19.751Z] #64 ...
11:50:19 [2022-06-21T11:50:19.751Z] 
11:50:19 [2022-06-21T11:50:19.751Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
11:50:19 [2022-06-21T11:50:19.751Z] #56 sha256:74ba8c19f744f36c24977573ce43b7086fa0d8b41926d4b18060af5227f9fdeb
11:50:20 [2022-06-21T11:50:20.401Z] #84 exporting layers 6.3s done
11:50:20 [2022-06-21T11:50:20.401Z] #84 writing image sha256:6d698d1cddef96192bea96264378a9f32f51ef9d8cdfe080b81ff4bd2b74303e done
11:50:20 [2022-06-21T11:50:20.401Z] #84 naming to docker.io/library/docker:068ab5144244648bcba3b7261c41836a4ba5cf0f done
11:50:20 [2022-06-21T11:50:20.401Z] #84 DONE 6.3s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
11:50:20 [2022-06-21T11:50:20.697Z] #56 DONE 0.7s
11:50:20 [2022-06-21T11:50:20.697Z] 
11:50:20 [2022-06-21T11:50:20.697Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
11:50:20 [2022-06-21T11:50:20.697Z] #58 sha256:eb50995cd8b7332fe4fbdd53abc48a46464cdedd422f44aea5ba702601456e7c
11:50:20 [2022-06-21T11:50:20.697Z] #58 DONE 0.1s
11:50:20 [2022-06-21T11:50:20.697Z] 
11:50:20 [2022-06-21T11:50:20.697Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
11:50:20 [2022-06-21T11:50:20.697Z] #61 sha256:7fbdf220c40e96dfc15bbedd14488b2575ed6f23ca1cc8b32a06f94dbff3874b
11:50:20 [2022-06-21T11:50:20.744Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f -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:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/make.sh dynbinary test-integration
11:50:20 [2022-06-21T11:50:20.958Z] #61 DONE 0.3s
11:50:20 [2022-06-21T11:50:20.958Z] 
11:50:20 [2022-06-21T11:50:20.958Z] #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
11:50:20 [2022-06-21T11:50:20.958Z] #64 sha256:978295747f5c7cff3ef40cfb8c120e667fa1648aa7736c191b3d168207f92843
11:50:22 [2022-06-21T11:50:22.648Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
11:50:22 [2022-06-21T11:50:22.648Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
11:50:22 [2022-06-21T11:50:22.648Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
11:50:22 [2022-06-21T11:50:22.648Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
11:50:22 [2022-06-21T11:50:22.648Z] 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)
11:50:22 [2022-06-21T11:50:22.648Z] Detected virtualization docker.
11:50:22 [2022-06-21T11:50:22.648Z] Detected architecture x86-64.
11:50:22 [2022-06-21T11:50:22.648Z] Set hostname to <45dc5fdc86bc>.
11:50:22 [2022-06-21T11:50:22.648Z] modprobe@configfs.service: Succeeded.
11:50:22 [2022-06-21T11:50:22.648Z] modprobe@drm.service: Succeeded.
11:50:22 [2022-06-21T11:50:22.648Z] modprobe@fuse.service: Succeeded.
11:50:22 [2022-06-21T11:50:22.648Z] + source /etc/docker-entrypoint-cmd
11:50:22 [2022-06-21T11:50:22.648Z] ++ hack/make.sh dynbinary test-integration
11:50:22 [2022-06-21T11:50:22.648Z] 
11:50:22 [2022-06-21T11:50:22.648Z] Removing bundles/
11:50:22 [2022-06-21T11:50:22.648Z] 
11:50:22 [2022-06-21T11:50:22.648Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
11:50:22 [2022-06-21T11:50:22.648Z] Building: bundles/dynbinary-daemon/dockerd-dev
11:50:22 [2022-06-21T11:50:22.648Z] GOOS="" GOARCH="" GOARM=""
11:50:22 [2022-06-21T11:50:22.872Z] #64 356.0 + bin/containerd
11:50:23 [2022-06-21T11:50:23.481Z] #28 ...
11:50:23 [2022-06-21T11:50:23.481Z] 
11:50:23 [2022-06-21T11:50:23.481Z] #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
11:50:23 [2022-06-21T11:50:23.481Z] #67 sha256:1c87f6be20a421d5f509d904748ecf8bdcebdbbb80131df7ebff975e3c5021d1
11:50:23 [2022-06-21T11:50:23.481Z] #67 5.541 + cd /tmp/tmp.qMl2AYtoHO/src/github.com/opencontainers/runc
11:50:23 [2022-06-21T11:50:23.481Z] #67 5.541 + git checkout -q v1.1.2
11:50:23 [2022-06-21T11:50:23.481Z] #67 5.840 + '[' -z '' ']'
11:50:23 [2022-06-21T11:50:23.481Z] #67 5.840 + target=static
11:50:23 [2022-06-21T11:50:23.481Z] #67 5.840 + make BUILDTAGS=seccomp static
11:50:23 [2022-06-21T11:50:23.481Z] #67 6.053 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
11:50:26 [2022-06-21T11:50:26.838Z] #60 206.7 + mkdir -p /build
11:50:26 [2022-06-21T11:50:26.838Z] #60 206.7 + cp runc /build/runc
11:50:26 [2022-06-21T11:50:26.838Z] #60 DONE 207.7s
11:50:26 [2022-06-21T11:50:26.838Z] 
11:50:26 [2022-06-21T11:50:26.838Z] #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.44.0"      && /build/golangci-lint --version
11:50:26 [2022-06-21T11:50:26.838Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
11:50:26 [2022-06-21T11:50:26.838Z] #55 417.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
11:50:26 [2022-06-21T11:50:26.838Z] #55 DONE 418.2s
11:50:26 [2022-06-21T11:50:26.838Z] 
11:50:26 [2022-06-21T11:50:26.838Z] #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
11:50:26 [2022-06-21T11:50:26.838Z] #64 sha256:41940daf8f2005ef9a54ffdd45a5652604ab9bb014cefa6241b59c995b2b89e6
11:50:27 [2022-06-21T11:50:27.769Z] #64 ...
11:50:27 [2022-06-21T11:50:27.769Z] 
11:50:27 [2022-06-21T11:50:27.769Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
11:50:27 [2022-06-21T11:50:27.769Z] #56 sha256:1860d20a5de40c80f0eaf1d99f736f4ab861a01002c2a5143fac9b089b58e7d6
11:50:28 [2022-06-21T11:50:28.331Z] #56 DONE 0.5s
11:50:28 [2022-06-21T11:50:28.331Z] 
11:50:28 [2022-06-21T11:50:28.331Z] #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
11:50:28 [2022-06-21T11:50:28.331Z] #64 sha256:41940daf8f2005ef9a54ffdd45a5652604ab9bb014cefa6241b59c995b2b89e6
11:50:28 [2022-06-21T11:50:28.331Z] #64 ...
11:50:28 [2022-06-21T11:50:28.331Z] 
11:50:28 [2022-06-21T11:50:28.331Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
11:50:28 [2022-06-21T11:50:28.331Z] #58 sha256:6089b58f5260267f4a9bcb323a50e582d86209f9a1e06198d0e48a5ff408a0db
11:50:28 [2022-06-21T11:50:28.331Z] #58 DONE 0.0s
11:50:28 [2022-06-21T11:50:28.331Z] 
11:50:28 [2022-06-21T11:50:28.331Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
11:50:28 [2022-06-21T11:50:28.331Z] #61 sha256:3ea787ff11e4701779c1f1b457d447b49f1019d485bd182893ba0488e8b554a3
11:50:28 [2022-06-21T11:50:28.588Z] #61 DONE 0.3s
11:50:28 [2022-06-21T11:50:28.588Z] 
11:50:28 [2022-06-21T11:50:28.588Z] #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
11:50:28 [2022-06-21T11:50:28.588Z] #64 sha256:41940daf8f2005ef9a54ffdd45a5652604ab9bb014cefa6241b59c995b2b89e6
11:50:28 [2022-06-21T11:50:28.751Z] #67 ...
11:50:28 [2022-06-21T11:50:28.751Z] 
11:50:28 [2022-06-21T11:50:28.752Z] #28 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:50:28 [2022-06-21T11:50:28.752Z] #28 sha256:a0b015f046b8f8512193101f4d7f00df78e1d1b7b73c9466ea8a8bee340a33aa
11:50:28 [2022-06-21T11:50:28.752Z] #28 14.97 Fetched 49.1 MB in 14s (3492 kB/s)
11:50:31 [2022-06-21T11:50:31.858Z] #64 361.5 + bin/containerd
11:50:35 [2022-06-21T11:50:35.317Z] #28 14.97 Reading package lists...
11:50:41 [2022-06-21T11:50:41.897Z] #28 21.78 Reading package lists...
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ok  	github.com/docker/docker/api/server/httputils	0.008s	coverage: 31.9% of statements
11:50:42 [2022-06-21T11:50:42.727Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/router	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 6.0% of statements
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ok  	github.com/docker/docker/api/types/filters	0.006s	coverage: 92.2% of statements
11:50:42 [2022-06-21T11:50:42.727Z] ok  	github.com/docker/docker/api/server/router/volume	0.007s	coverage: 67.9% of statements
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/types	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/types/container	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/types/events	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/types/image	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/types/network	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ok  	github.com/docker/docker/api/types/strslice	0.007s	coverage: 90.0% of statements
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
11:50:42 [2022-06-21T11:50:42.727Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
11:50:42 [2022-06-21T11:50:42.990Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
11:50:42 [2022-06-21T11:50:42.990Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
11:50:42 [2022-06-21T11:50:42.990Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
11:50:42 [2022-06-21T11:50:42.990Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
11:50:42 [2022-06-21T11:50:42.990Z] ?   	github.com/docker/docker/builder	[no test files]
11:50:42 [2022-06-21T11:50:42.990Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
11:50:42 [2022-06-21T11:50:42.990Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
11:50:42 [2022-06-21T11:50:42.990Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
11:50:42 [2022-06-21T11:50:42.990Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
11:50:42 [2022-06-21T11:50:42.990Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
11:50:42 [2022-06-21T11:50:42.990Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
11:50:42 [2022-06-21T11:50:42.990Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
11:50:43 [2022-06-21T11:50:43.271Z] #28 28.41 Building dependency tree...
11:50:43 [2022-06-21T11:50:43.271Z] #28 ...
11:50:43 [2022-06-21T11:50:43.271Z] 
11:50:43 [2022-06-21T11:50:43.271Z] #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
11:50:43 [2022-06-21T11:50:43.271Z] #71 sha256:7607e4ea267f9d430035790e6686d178f76a995d96eb6912f173dc2d8acc231e
11:50:43 [2022-06-21T11:50:43.271Z] #71 95.43 + bin/containerd
11:50:45 [2022-06-21T11:50:45.536Z] ok  	github.com/docker/docker/builder/remotecontext	0.116s	coverage: 13.7% of statements
11:50:45 [2022-06-21T11:50:45.536Z] ok  	github.com/docker/docker/builder/dockerfile	0.500s	coverage: 49.3% of statements
11:50:45 [2022-06-21T11:50:45.793Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
11:50:46 [2022-06-21T11:50:46.357Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
11:50:47 [2022-06-21T11:50:47.287Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.566s	coverage: 86.3% of statements
11:50:47 [2022-06-21T11:50:47.287Z] ?   	github.com/docker/docker/cli	[no test files]
11:50:47 [2022-06-21T11:50:47.287Z] ?   	github.com/docker/docker/cli/config	[no test files]
11:50:47 [2022-06-21T11:50:47.287Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
11:50:47 [2022-06-21T11:50:47.287Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
11:50:47 [2022-06-21T11:50:47.849Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.270s	coverage: 67.6% of statements
11:50:48 [2022-06-21T11:50:48.537Z] #71 ...
11:50:48 [2022-06-21T11:50:48.537Z] 
11:50:48 [2022-06-21T11:50:48.537Z] #28 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
11:50:48 [2022-06-21T11:50:48.537Z] #28 sha256:a0b015f046b8f8512193101f4d7f00df78e1d1b7b73c9466ea8a8bee340a33aa
11:50:48 [2022-06-21T11:50:48.537Z] #28 28.41 Building dependency tree...
11:50:48 [2022-06-21T11:50:48.537Z] #28 31.35 bzip2 is already the newest version (1.0.8-4).
11:50:48 [2022-06-21T11:50:48.537Z] #28 31.35 patch is already the newest version (2.7.6-7).
11:50:48 [2022-06-21T11:50:48.537Z] #28 31.35 xz-utils is already the newest version (5.2.5-2.1~deb11u1).
11:50:48 [2022-06-21T11:50:48.537Z] #28 31.35 The following additional packages will be installed:
11:50:48 [2022-06-21T11:50:48.537Z] #28 31.36   libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1
11:50:48 [2022-06-21T11:50:48.537Z] #28 31.36   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
11:50:48 [2022-06-21T11:50:48.537Z] #28 31.37   libxtables12 python-pip-whl python3-distutils python3-lib2to3
11:50:48 [2022-06-21T11:50:48.537Z] #28 31.37   python3-pkg-resources vim-runtime xxd
11:50:48 [2022-06-21T11:50:48.537Z] #28 31.40 Suggested packages:
11:50:48 [2022-06-21T11:50:48.538Z] #28 31.40   apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm
11:50:48 [2022-06-21T11:50:48.538Z] #28 31.40   python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota
11:50:48 [2022-06-21T11:50:48.538Z] #28 31.40 Recommended packages:
11:50:48 [2022-06-21T11:50:48.538Z] #28 31.40   libatm1 nftables libpam-cap build-essential python3-dev unzip
11:50:48 [2022-06-21T11:50:48.538Z] #28 32.85 The following NEW packages will be installed:
11:50:48 [2022-06-21T11:50:48.538Z] #28 32.85   apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0
11:50:48 [2022-06-21T11:50:48.538Z] #28 32.85   libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1
11:50:48 [2022-06-21T11:50:48.538Z] #28 32.86   libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200
11:50:48 [2022-06-21T11:50:48.538Z] #28 32.86   libonig5 libprotobuf-c1 libxtables12 libyajl2 net-tools pigz python-pip-whl
11:50:48 [2022-06-21T11:50:48.538Z] #28 32.86   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
11:50:48 [2022-06-21T11:50:48.538Z] #28 32.86   python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim
11:50:48 [2022-06-21T11:50:48.538Z] #28 32.86   vim-common vim-runtime xfsprogs xxd zip zstd
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.31 0 upgraded, 45 newly installed, 0 to remove and 2 not upgraded.
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.31 Need to get 18.6 MB of archives.
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.31 After this operation, 71.4 MB of additional disk space will be used.
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.32 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.32 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.32 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.32 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.32 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.34 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.34 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.35 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.35 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.37 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.37 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.38 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.38 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.38 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.38 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.38 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.39 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.40 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.40 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.40 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.40 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.40 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.40 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.40 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.41 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.41 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.41 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.41 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.44 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.44 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.44 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.44 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.45 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.45 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.46 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.48 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.48 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.48 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.58 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.60 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.62 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 33.63 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
11:50:48 [2022-06-21T11:50:48.538Z] #28 34.27 debconf: delaying package configuration, since apt-utils is not installed
11:50:48 [2022-06-21T11:50:48.538Z] #28 34.55 Fetched 18.6 MB in 1s (30.2 MB/s)
11:50:48 [2022-06-21T11:50:48.538Z] #28 34.62 Selecting previously unselected package pigz.
11:50:48 [2022-06-21T11:50:48.538Z] #28 34.62 (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 ... 40117 files and directories currently installed.)
11:50:48 [2022-06-21T11:50:48.538Z] #28 34.68 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 34.68 Unpacking pigz (2.6-1) ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 34.76 Selecting previously unselected package libelf1:amd64.
11:50:48 [2022-06-21T11:50:48.538Z] #28 34.77 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 34.79 Unpacking libelf1:amd64 (0.183-1) ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 34.89 Selecting previously unselected package libbpf0:amd64.
11:50:48 [2022-06-21T11:50:48.538Z] #28 34.91 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 34.91 Unpacking libbpf0:amd64 (1:0.3-2) ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.00 Selecting previously unselected package libcap2:amd64.
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.01 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.02 Unpacking libcap2:amd64 (1:2.44-1) ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.07 Selecting previously unselected package libmnl0:amd64.
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.07 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.08 Unpacking libmnl0:amd64 (1.0.4-3) ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.12 Selecting previously unselected package libxtables12:amd64.
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.13 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.14 Unpacking libxtables12:amd64 (1.8.7-1) ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.21 Selecting previously unselected package libcap2-bin.
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.21 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.22 Unpacking libcap2-bin (1:2.44-1) ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.31 Selecting previously unselected package iproute2.
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.31 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
11:50:48 [2022-06-21T11:50:48.538Z] #28 35.32 Unpacking iproute2 (5.10.0-4) ...
11:50:48 [2022-06-21T11:50:48.797Z] #28 35.58 Selecting previously unselected package xxd.
11:50:48 [2022-06-21T11:50:48.797Z] #28 35.58 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:50:48 [2022-06-21T11:50:48.797Z] #28 35.60 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:50:48 [2022-06-21T11:50:48.797Z] #28 35.69 Selecting previously unselected package vim-common.
11:50:49 [2022-06-21T11:50:49.056Z] #28 35.69 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:50:49 [2022-06-21T11:50:49.056Z] #28 35.71 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:50:49 [2022-06-21T11:50:49.056Z] #28 35.83 Selecting previously unselected package bash-completion.
11:50:49 [2022-06-21T11:50:49.315Z] #28 35.83 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
11:50:50 [2022-06-21T11:50:50.694Z] #28 37.08 Unpacking bash-completion (1:2.11-2) ...
11:50:50 [2022-06-21T11:50:50.694Z] #28 37.39 Selecting previously unselected package apparmor.
11:50:50 [2022-06-21T11:50:50.694Z] #28 37.40 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ...
11:50:50 [2022-06-21T11:50:50.694Z] #28 37.45 Unpacking apparmor (2.13.6-10) ...
11:50:51 [2022-06-21T11:50:51.122Z] ok  	github.com/docker/docker/client	0.071s	coverage: 75.6% of statements
11:50:51 [2022-06-21T11:50:51.262Z] #28 37.77 Selecting previously unselected package inetutils-ping.
11:50:51 [2022-06-21T11:50:51.262Z] #28 37.78 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ...
11:50:51 [2022-06-21T11:50:51.262Z] #28 37.79 Unpacking inetutils-ping (2:2.0-1) ...
11:50:51 [2022-06-21T11:50:51.262Z] #28 37.88 Selecting previously unselected package libip4tc2:amd64.
11:50:51 [2022-06-21T11:50:51.262Z] #28 37.89 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ...
11:50:51 [2022-06-21T11:50:51.262Z] #28 37.89 Unpacking libip4tc2:amd64 (1.8.7-1) ...
11:50:51 [2022-06-21T11:50:51.262Z] #28 37.97 Selecting previously unselected package libip6tc2:amd64.
11:50:51 [2022-06-21T11:50:51.262Z] #28 37.97 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ...
11:50:51 [2022-06-21T11:50:51.262Z] #28 37.98 Unpacking libip6tc2:amd64 (1.8.7-1) ...
11:50:51 [2022-06-21T11:50:51.262Z] #28 38.06 Selecting previously unselected package libnfnetlink0:amd64.
11:50:51 [2022-06-21T11:50:51.262Z] #28 38.08 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
11:50:51 [2022-06-21T11:50:51.262Z] #28 38.08 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:50:51 [2022-06-21T11:50:51.262Z] #28 38.14 Selecting previously unselected package libnetfilter-conntrack3:amd64.
11:50:51 [2022-06-21T11:50:51.522Z] #28 38.15 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
11:50:51 [2022-06-21T11:50:51.522Z] #28 38.16 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
11:50:51 [2022-06-21T11:50:51.522Z] #28 38.24 Selecting previously unselected package libnftnl11:amd64.
11:50:51 [2022-06-21T11:50:51.522Z] #28 38.25 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ...
11:50:51 [2022-06-21T11:50:51.522Z] #28 38.26 Unpacking libnftnl11:amd64 (1.1.9-1) ...
11:50:51 [2022-06-21T11:50:51.522Z] #28 38.34 Selecting previously unselected package iptables.
11:50:51 [2022-06-21T11:50:51.781Z] #28 38.35 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ...
11:50:51 [2022-06-21T11:50:51.781Z] #28 38.35 Unpacking iptables (1.8.7-1) ...
11:50:51 [2022-06-21T11:50:51.781Z] #28 38.56 Selecting previously unselected package libonig5:amd64.
11:50:51 [2022-06-21T11:50:51.781Z] #28 38.56 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ...
11:50:51 [2022-06-21T11:50:51.781Z] #28 38.57 Unpacking libonig5:amd64 (6.9.6-1.1) ...
11:50:52 [2022-06-21T11:50:52.040Z] #28 38.68 Selecting previously unselected package libjq1:amd64.
11:50:52 [2022-06-21T11:50:52.040Z] #28 38.68 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ...
11:50:52 [2022-06-21T11:50:52.040Z] #28 38.69 Unpacking libjq1:amd64 (1.6-2.1) ...
11:50:52 [2022-06-21T11:50:52.040Z] #28 38.78 Selecting previously unselected package jq.
11:50:52 [2022-06-21T11:50:52.040Z] #28 38.79 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ...
11:50:52 [2022-06-21T11:50:52.040Z] #28 38.80 Unpacking jq (1.6-2.1) ...
11:50:52 [2022-06-21T11:50:52.040Z] #28 38.86 Selecting previously unselected package libaio1:amd64.
11:50:52 [2022-06-21T11:50:52.040Z] #28 38.88 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ...
11:50:52 [2022-06-21T11:50:52.040Z] #28 38.88 Unpacking libaio1:amd64 (0.3.112-9) ...
11:50:52 [2022-06-21T11:50:52.300Z] #28 38.94 Selecting previously unselected package libgpm2:amd64.
11:50:52 [2022-06-21T11:50:52.300Z] #28 38.95 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ...
11:50:52 [2022-06-21T11:50:52.300Z] #28 38.96 Unpacking libgpm2:amd64 (1.20.7-8) ...
11:50:52 [2022-06-21T11:50:52.300Z] #28 39.03 Selecting previously unselected package libinih1:amd64.
11:50:52 [2022-06-21T11:50:52.300Z] #28 39.04 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ...
11:50:52 [2022-06-21T11:50:52.300Z] #28 39.05 Unpacking libinih1:amd64 (53-1+b2) ...
11:50:52 [2022-06-21T11:50:52.300Z] #28 39.09 Selecting previously unselected package libnet1:amd64.
11:50:52 [2022-06-21T11:50:52.300Z] #28 39.10 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
11:50:52 [2022-06-21T11:50:52.300Z] #28 39.10 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:50:52 [2022-06-21T11:50:52.559Z] #28 39.20 Selecting previously unselected package libnl-3-200:amd64.
11:50:52 [2022-06-21T11:50:52.559Z] #28 39.20 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ...
11:50:52 [2022-06-21T11:50:52.559Z] #28 39.21 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
11:50:52 [2022-06-21T11:50:52.559Z] #28 39.27 Selecting previously unselected package libprotobuf-c1:amd64.
11:50:52 [2022-06-21T11:50:52.559Z] #28 39.28 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
11:50:52 [2022-06-21T11:50:52.559Z] #28 39.28 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:50:52 [2022-06-21T11:50:52.818Z] #28 39.34 Selecting previously unselected package libyajl2:amd64.
11:50:52 [2022-06-21T11:50:52.818Z] #28 39.35 Preparing to unpack .../28-libyajl2_2.1.0-3_amd64.deb ...
11:50:52 [2022-06-21T11:50:52.818Z] #28 39.35 Unpacking libyajl2:amd64 (2.1.0-3) ...
11:50:52 [2022-06-21T11:50:52.818Z] #28 39.42 Selecting previously unselected package net-tools.
11:50:52 [2022-06-21T11:50:52.818Z] #28 39.42 Preparing to unpack .../29-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
11:50:52 [2022-06-21T11:50:52.818Z] #28 39.43 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
11:50:52 [2022-06-21T11:50:52.818Z] #28 39.56 Selecting previously unselected package python-pip-whl.
11:50:52 [2022-06-21T11:50:52.818Z] #28 39.57 Preparing to unpack .../30-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
11:50:52 [2022-06-21T11:50:52.818Z] #28 39.57 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
11:50:53 [2022-06-21T11:50:53.077Z] #28 39.92 Selecting previously unselected package python3-lib2to3.
11:50:53 [2022-06-21T11:50:53.336Z] #28 39.93 Preparing to unpack .../31-python3-lib2to3_3.9.2-1_all.deb ...
11:50:53 [2022-06-21T11:50:53.336Z] #28 39.94 Unpacking python3-lib2to3 (3.9.2-1) ...
11:50:53 [2022-06-21T11:50:53.336Z] #28 40.02 Selecting previously unselected package python3-distutils.
11:50:53 [2022-06-21T11:50:53.336Z] #28 40.03 Preparing to unpack .../32-python3-distutils_3.9.2-1_all.deb ...
11:50:53 [2022-06-21T11:50:53.336Z] #28 40.03 Unpacking python3-distutils (3.9.2-1) ...
11:50:53 [2022-06-21T11:50:53.336Z] #28 40.14 Selecting previously unselected package python3-pkg-resources.
11:50:53 [2022-06-21T11:50:53.595Z] #28 40.15 Preparing to unpack .../33-python3-pkg-resources_52.0.0-4_all.deb ...
11:50:53 [2022-06-21T11:50:53.595Z] #28 40.16 Unpacking python3-pkg-resources (52.0.0-4) ...
11:50:53 [2022-06-21T11:50:53.595Z] #28 40.27 Selecting previously unselected package python3-setuptools.
11:50:53 [2022-06-21T11:50:53.595Z] #28 40.27 Preparing to unpack .../34-python3-setuptools_52.0.0-4_all.deb ...
11:50:53 [2022-06-21T11:50:53.595Z] #28 40.28 Unpacking python3-setuptools (52.0.0-4) ...
11:50:53 [2022-06-21T11:50:53.855Z] #28 40.44 Selecting previously unselected package python3-wheel.
11:50:53 [2022-06-21T11:50:53.855Z] #28 40.45 Preparing to unpack .../35-python3-wheel_0.34.2-1_all.deb ...
11:50:53 [2022-06-21T11:50:53.855Z] #28 40.45 Unpacking python3-wheel (0.34.2-1) ...
11:50:53 [2022-06-21T11:50:53.855Z] #28 40.52 Selecting previously unselected package python3-pip.
11:50:53 [2022-06-21T11:50:53.855Z] #28 40.53 Preparing to unpack .../36-python3-pip_20.3.4-4+deb11u1_all.deb ...
11:50:53 [2022-06-21T11:50:53.855Z] #28 40.54 Unpacking python3-pip (20.3.4-4+deb11u1) ...
11:50:54 [2022-06-21T11:50:54.114Z] #28 40.71 Selecting previously unselected package sudo.
11:50:54 [2022-06-21T11:50:54.114Z] #28 40.73 Preparing to unpack .../37-sudo_1.9.5p2-3_amd64.deb ...
11:50:54 [2022-06-21T11:50:54.114Z] #28 40.74 Unpacking sudo (1.9.5p2-3) ...
11:50:54 [2022-06-21T11:50:54.373Z] #28 41.09 Selecting previously unselected package thin-provisioning-tools.
11:50:54 [2022-06-21T11:50:54.373Z] #28 41.10 Preparing to unpack .../38-thin-provisioning-tools_0.9.0-1_amd64.deb ...
11:50:54 [2022-06-21T11:50:54.373Z] #28 41.11 Unpacking thin-provisioning-tools (0.9.0-1) ...
11:50:54 [2022-06-21T11:50:54.632Z] #28 41.26 Selecting previously unselected package uidmap.
11:50:54 [2022-06-21T11:50:54.632Z] #28 41.26 Preparing to unpack .../39-uidmap_1%3a4.8.1-1_amd64.deb ...
11:50:54 [2022-06-21T11:50:54.632Z] #28 41.28 Unpacking uidmap (1:4.8.1-1) ...
11:50:54 [2022-06-21T11:50:54.632Z] #28 41.38 Selecting previously unselected package vim-runtime.
11:50:54 [2022-06-21T11:50:54.632Z] #28 41.38 Preparing to unpack .../40-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
11:50:54 [2022-06-21T11:50:54.632Z] #28 41.40 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
11:50:54 [2022-06-21T11:50:54.632Z] #28 41.43 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
11:50:54 [2022-06-21T11:50:54.632Z] #28 41.44 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
11:50:56 [2022-06-21T11:50:56.537Z] #28 43.19 Selecting previously unselected package vim.
11:50:56 [2022-06-21T11:50:56.537Z] #28 43.21 Preparing to unpack .../41-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:50:56 [2022-06-21T11:50:56.537Z] #28 43.23 Unpacking vim (2:8.2.2434-3+deb11u1) ...
11:50:56 [2022-06-21T11:50:56.796Z] #28 43.57 Selecting previously unselected package xfsprogs.
11:50:56 [2022-06-21T11:50:56.796Z] #28 43.58 Preparing to unpack .../42-xfsprogs_5.10.0-4_amd64.deb ...
11:50:57 [2022-06-21T11:50:57.055Z] #28 43.58 Unpacking xfsprogs (5.10.0-4) ...
11:50:57 [2022-06-21T11:50:57.314Z] #28 43.85 Selecting previously unselected package zip.
11:50:57 [2022-06-21T11:50:57.314Z] #28 43.87 Preparing to unpack .../43-zip_3.0-12_amd64.deb ...
11:50:57 [2022-06-21T11:50:57.314Z] #28 43.87 Unpacking zip (3.0-12) ...
11:50:57 [2022-06-21T11:50:57.314Z] #28 43.98 Selecting previously unselected package zstd.
11:50:57 [2022-06-21T11:50:57.314Z] #28 43.98 Preparing to unpack .../44-zstd_1.4.8+dfsg-2.1_amd64.deb ...
11:50:57 [2022-06-21T11:50:57.314Z] #28 43.99 Unpacking zstd (1.4.8+dfsg-2.1) ...
11:50:57 [2022-06-21T11:50:57.573Z] #28 44.24 Setting up python3-pkg-resources (52.0.0-4) ...
11:50:58 [2022-06-21T11:50:58.141Z] #28 44.73 Setting up libip4tc2:amd64 (1.8.7-1) ...
11:50:58 [2022-06-21T11:50:58.141Z] #28 44.75 Setting up net-tools (1.60+git20181103.0eebece-1) ...
11:50:58 [2022-06-21T11:50:58.141Z] #28 44.76 Setting up libgpm2:amd64 (1.20.7-8) ...
11:50:58 [2022-06-21T11:50:58.141Z] #28 44.78 Setting up libip6tc2:amd64 (1.8.7-1) ...
11:50:58 [2022-06-21T11:50:58.141Z] #28 44.81 Setting up libinih1:amd64 (53-1+b2) ...
11:50:58 [2022-06-21T11:50:58.141Z] #28 44.83 Setting up uidmap (1:4.8.1-1) ...
11:50:58 [2022-06-21T11:50:58.141Z] #28 44.84 Setting up libyajl2:amd64 (2.1.0-3) ...
11:50:58 [2022-06-21T11:50:58.141Z] #28 44.85 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
11:50:58 [2022-06-21T11:50:58.141Z] #28 44.87 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
11:50:58 [2022-06-21T11:50:58.400Z] #28 44.91 Setting up python3-wheel (0.34.2-1) ...
11:50:58 [2022-06-21T11:50:58.659Z] #28 45.28 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:50:58 [2022-06-21T11:50:58.659Z] #28 45.30 Setting up libcap2:amd64 (1:2.44-1) ...
11:50:58 [2022-06-21T11:50:58.659Z] #28 45.32 Setting up libcap2-bin (1:2.44-1) ...
11:50:58 [2022-06-21T11:50:58.659Z] #28 45.33 Setting up apparmor (2.13.6-10) ...
11:51:00 [2022-06-21T11:51:00.038Z] #28 46.73 Setting up zip (3.0-12) ...
11:51:00 [2022-06-21T11:51:00.038Z] #28 46.76 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:51:00 [2022-06-21T11:51:00.038Z] #28 46.78 Setting up bash-completion (1:2.11-2) ...
11:51:01 [2022-06-21T11:51:01.417Z] #28 48.06 Setting up libmnl0:amd64 (1.0.4-3) ...
11:51:01 [2022-06-21T11:51:01.417Z] #28 48.07 Setting up sudo (1.9.5p2-3) ...
11:51:01 [2022-06-21T11:51:01.417Z] #28 48.15 invoke-rc.d: could not determine current runlevel
11:51:01 [2022-06-21T11:51:01.417Z] #28 48.15 invoke-rc.d: policy-rc.d denied execution of start.
11:51:01 [2022-06-21T11:51:01.417Z] #28 48.18 Setting up xfsprogs (5.10.0-4) ...
11:51:01 [2022-06-21T11:51:01.417Z] #28 48.19 Setting up libxtables12:amd64 (1.8.7-1) ...
11:51:01 [2022-06-21T11:51:01.417Z] #28 48.20 Setting up inetutils-ping (2:2.0-1) ...
11:51:01 [2022-06-21T11:51:01.417Z] #28 48.21 Setting up pigz (2.6-1) ...
11:51:01 [2022-06-21T11:51:01.417Z] #28 48.23 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
11:51:01 [2022-06-21T11:51:01.417Z] #28 48.25 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
11:51:01 [2022-06-21T11:51:01.678Z] #28 48.27 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
11:51:01 [2022-06-21T11:51:01.678Z] #28 48.28 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
11:51:02 [2022-06-21T11:51:02.245Z] #28 48.76 Setting up libaio1:amd64 (0.3.112-9) ...
11:51:02 [2022-06-21T11:51:02.245Z] #28 48.79 Setting up python3-lib2to3 (3.9.2-1) ...
11:51:02 [2022-06-21T11:51:02.245Z] #28 49.07 Setting up libelf1:amd64 (0.183-1) ...
11:51:02 [2022-06-21T11:51:02.245Z] #28 49.08 Setting up zstd (1.4.8+dfsg-2.1) ...
11:51:02 [2022-06-21T11:51:02.503Z] #28 49.10 Setting up libonig5:amd64 (6.9.6-1.1) ...
11:51:02 [2022-06-21T11:51:02.503Z] #28 49.12 Setting up python3-distutils (3.9.2-1) ...
11:51:02 [2022-06-21T11:51:02.761Z] #28 49.44 Setting up vim (2:8.2.2434-3+deb11u1) ...
11:51:02 [2022-06-21T11:51:02.761Z] #28 49.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
11:51:02 [2022-06-21T11:51:02.761Z] #28 49.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
11:51:02 [2022-06-21T11:51:02.761Z] #28 49.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
11:51:02 [2022-06-21T11:51:02.761Z] #28 49.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
11:51:02 [2022-06-21T11:51:02.761Z] #28 49.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
11:51:02 [2022-06-21T11:51:02.761Z] #28 49.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
11:51:02 [2022-06-21T11:51:02.761Z] #28 49.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
11:51:02 [2022-06-21T11:51:02.761Z] #28 49.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
11:51:02 [2022-06-21T11:51:02.761Z] #28 49.52 Setting up python3-setuptools (52.0.0-4) ...
11:51:03 [2022-06-21T11:51:03.695Z] #28 50.34 Setting up libjq1:amd64 (1.6-2.1) ...
11:51:03 [2022-06-21T11:51:03.695Z] #28 50.36 Setting up libnftnl11:amd64 (1.1.9-1) ...
11:51:03 [2022-06-21T11:51:03.695Z] #28 50.37 Setting up thin-provisioning-tools (0.9.0-1) ...
11:51:03 [2022-06-21T11:51:03.695Z] #28 50.39 Setting up python3-pip (20.3.4-4+deb11u1) ...
11:51:04 [2022-06-21T11:51:04.519Z] #28 51.12 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
11:51:04 [2022-06-21T11:51:04.519Z] #28 51.14 Setting up jq (1.6-2.1) ...
11:51:04 [2022-06-21T11:51:04.519Z] #28 51.16 Setting up libbpf0:amd64 (1:0.3-2) ...
11:51:04 [2022-06-21T11:51:04.519Z] #28 51.17 Setting up iptables (1.8.7-1) ...
11:51:04 [2022-06-21T11:51:04.519Z] #28 51.19 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
11:51:04 [2022-06-21T11:51:04.519Z] #28 51.20 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:51:04 [2022-06-21T11:51:04.519Z] #28 51.20 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
11:51:04 [2022-06-21T11:51:04.519Z] #28 51.21 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
11:51:04 [2022-06-21T11:51:04.519Z] #28 51.22 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
11:51:04 [2022-06-21T11:51:04.519Z] #28 51.23 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
11:51:04 [2022-06-21T11:51:04.519Z] #28 51.23 Setting up iproute2 (5.10.0-4) ...
11:51:04 [2022-06-21T11:51:04.791Z] #28 51.47 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:51:06 [2022-06-21T11:51:06.165Z] #28 DONE 52.7s
11:51:06 [2022-06-21T11:51:06.165Z] 
11:51:06 [2022-06-21T11:51:06.165Z] #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
11:51:06 [2022-06-21T11:51:06.165Z] #67 sha256:1c87f6be20a421d5f509d904748ecf8bdcebdbbb80131df7ebff975e3c5021d1
11:51:06 [2022-06-21T11:51:06.165Z] #67 ...
11:51:06 [2022-06-21T11:51:06.165Z] 
11:51:06 [2022-06-21T11:51:06.165Z] #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
11:51:06 [2022-06-21T11:51:06.165Z] #29 sha256:11a0f70fafb5fe8959db653594217f6dcc714ad0b60aed7e002ba1684a040dac
11:51:06 [2022-06-21T11:51:06.731Z] #29 0.812 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
11:51:06 [2022-06-21T11:51:06.731Z] #29 0.816 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
11:51:06 [2022-06-21T11:51:06.731Z] #29 0.820 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
11:51:06 [2022-06-21T11:51:06.731Z] #29 DONE 0.9s
11:51:06 [2022-06-21T11:51:06.731Z] 
11:51:06 [2022-06-21T11:51:06.731Z] #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
11:51:06 [2022-06-21T11:51:06.731Z] #71 sha256:7607e4ea267f9d430035790e6686d178f76a995d96eb6912f173dc2d8acc231e
11:51:06 [2022-06-21T11:51:06.989Z] #71 ...
11:51:06 [2022-06-21T11:51:06.989Z] 
11:51:06 [2022-06-21T11:51:06.989Z] #30 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
11:51:06 [2022-06-21T11:51:06.989Z] #30 sha256:b76d58e034879cc584bc1d78c1b6bf8abb2a156155bca756fddb0675ea98f044
11:51:15 [2022-06-21T11:51:15.106Z] #30 7.700 Collecting yamllint==1.26.1
11:51:15 [2022-06-21T11:51:15.674Z] #30 8.747   Downloading yamllint-1.26.1.tar.gz (126 kB)
11:51:16 [2022-06-21T11:51:16.242Z] #30 9.328 Collecting pathspec>=0.5.3
11:51:16 [2022-06-21T11:51:16.242Z] #30 9.336   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
11:51:16 [2022-06-21T11:51:16.502Z] #30 9.548 Collecting pyyaml
11:51:16 [2022-06-21T11:51:16.502Z] #30 9.554   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)
11:51:16 [2022-06-21T11:51:16.502Z] #30 9.623 Building wheels for collected packages: yamllint
11:51:16 [2022-06-21T11:51:16.502Z] #30 9.623   Building wheel for yamllint (setup.py): started
11:51:17 [2022-06-21T11:51:17.440Z] #30 10.39   Building wheel for yamllint (setup.py): finished with status 'done'
11:51:17 [2022-06-21T11:51:17.440Z] #30 10.39   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=a65c067a0941c0921a51411900f68b23eb2918cdfdd40e5b3642996790bc0380
11:51:17 [2022-06-21T11:51:17.440Z] #30 10.39   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
11:51:17 [2022-06-21T11:51:17.440Z] #30 10.40 Successfully built yamllint
11:51:17 [2022-06-21T11:51:17.440Z] #30 10.42 Installing collected packages: pyyaml, pathspec, yamllint
11:51:17 [2022-06-21T11:51:17.738Z] #30 10.67 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
11:51:18 [2022-06-21T11:51:18.015Z] #30 DONE 11.0s
11:51:18 [2022-06-21T11:51:18.015Z] 
11:51:18 [2022-06-21T11:51:18.015Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
11:51:18 [2022-06-21T11:51:18.015Z] #34 sha256:41e27b229b69d9e55cfa328d8c5a8450e54fe5587936cf257eb48a35d2f5e462
11:51:18 [2022-06-21T11:51:18.276Z] #34 DONE 0.3s
11:51:18 [2022-06-21T11:51:18.276Z] 
11:51:18 [2022-06-21T11:51:18.276Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
11:51:18 [2022-06-21T11:51:18.276Z] #39 sha256:fff0b240265905744a9b53a6e0bc0accadad2fe27bbf139eef33e5a11c7b80ce
11:51:18 [2022-06-21T11:51:18.547Z] #39 DONE 0.3s
11:51:18 [2022-06-21T11:51:18.547Z] 
11:51:18 [2022-06-21T11:51:18.547Z] #42 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
11:51:18 [2022-06-21T11:51:18.547Z] #42 sha256:43f6fc3947b342d11ee19af29cbd029b4216cd7a271f10dee26491c990d826ca
11:51:18 [2022-06-21T11:51:18.547Z] #42 DONE 0.1s
11:51:18 [2022-06-21T11:51:18.547Z] 
11:51:18 [2022-06-21T11:51:18.547Z] #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
11:51:18 [2022-06-21T11:51:18.547Z] #67 sha256:1c87f6be20a421d5f509d904748ecf8bdcebdbbb80131df7ebff975e3c5021d1
11:51:18 [2022-06-21T11:51:18.811Z] #67 ...
11:51:18 [2022-06-21T11:51:18.811Z] 
11:51:18 [2022-06-21T11:51:18.811Z] #44 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
11:51:18 [2022-06-21T11:51:18.811Z] #44 sha256:4510e46c1af658dd9aa8d7ad469cbf94408b680c9017361065c308bc8b2a0e89
11:51:18 [2022-06-21T11:51:18.811Z] #44 DONE 0.1s
11:51:18 [2022-06-21T11:51:18.811Z] 
11:51:18 [2022-06-21T11:51:18.811Z] #46 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
11:51:18 [2022-06-21T11:51:18.811Z] #46 sha256:985840652bc91670105477ec38b583a06cbfbfa9281bfeca0cfd2ff529583f85
11:51:18 [2022-06-21T11:51:18.811Z] #46 DONE 0.1s
11:51:18 [2022-06-21T11:51:18.811Z] 
11:51:18 [2022-06-21T11:51:18.811Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
11:51:18 [2022-06-21T11:51:18.811Z] #48 sha256:e307bf86da1c414e07326123120f116ac9f9bfbf2c33e7248ddb38feae6f5543
11:51:19 [2022-06-21T11:51:19.078Z] #48 DONE 0.1s
11:51:19 [2022-06-21T11:51:19.079Z] 
11:51:19 [2022-06-21T11:51:19.079Z] #52 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
11:51:19 [2022-06-21T11:51:19.079Z] #52 sha256:db9febce8f449a370e77064c0f0f261376c2b254eb41fddce73fd7f152242bc6
11:51:19 [2022-06-21T11:51:19.079Z] #52 DONE 0.1s
11:51:19 [2022-06-21T11:51:19.079Z] 
11:51:19 [2022-06-21T11:51:19.079Z] #55 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
11:51:19 [2022-06-21T11:51:19.079Z] #55 sha256:295a8a56eb69eb8ea330a78b59c0f3dd188e22c0e47be79aca4fb6e451e301bc
11:51:19 [2022-06-21T11:51:19.079Z] #55 DONE 0.2s
11:51:19 [2022-06-21T11:51:19.079Z] 
11:51:19 [2022-06-21T11:51:19.079Z] #59 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
11:51:19 [2022-06-21T11:51:19.079Z] #59 sha256:5740674f71b4d2e93902e6905805170fb92c65b6011dd96d95283240a09ddfab
11:51:19 [2022-06-21T11:51:19.154Z] #64 406.6 # github.com/containerd/containerd/cmd/containerd
11:51:19 [2022-06-21T11:51:19.154Z] #64 406.6 /usr/bin/ld: /tmp/go-link-3808187454/000019.o: in function `New':
11:51:19 [2022-06-21T11:51:19.154Z] #64 406.6 /tmp/tmp.pXFlNAMjaP/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
11:51:19 [2022-06-21T11:51:19.154Z] #64 406.6 + bin/containerd-stress
11:51:19 [2022-06-21T11:51:19.154Z] #64 407.7 + bin/containerd-shim
11:51:19 [2022-06-21T11:51:19.342Z] #59 DONE 0.1s
11:51:19 [2022-06-21T11:51:19.342Z] 
11:51:19 [2022-06-21T11:51:19.342Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
11:51:19 [2022-06-21T11:51:19.342Z] #61 sha256:6af15eaf53af6cc09206457940ae7127f0456d5886bed2a57a7e8fa8531549b0
11:51:19 [2022-06-21T11:51:19.342Z] #61 DONE 0.1s
11:51:19 [2022-06-21T11:51:19.342Z] 
11:51:19 [2022-06-21T11:51:19.342Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
11:51:19 [2022-06-21T11:51:19.342Z] #63 sha256:ba529d776cd15031e6c4cec75b5b8fa86691e8d27028a14060a82212880eb135
11:51:19 [2022-06-21T11:51:19.600Z] #63 DONE 0.2s
11:51:19 [2022-06-21T11:51:19.600Z] 
11:51:19 [2022-06-21T11:51:19.600Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
11:51:19 [2022-06-21T11:51:19.600Z] #65 sha256:70ec815275e8ca4afbb73afd0b78e8b079600951e5db846fcccda26dd583d654
11:51:19 [2022-06-21T11:51:19.858Z] #65 DONE 0.1s
11:51:19 [2022-06-21T11:51:19.858Z] 
11:51:19 [2022-06-21T11:51:19.858Z] #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
11:51:19 [2022-06-21T11:51:19.858Z] #67 sha256:1c87f6be20a421d5f509d904748ecf8bdcebdbbb80131df7ebff975e3c5021d1
11:51:23 [2022-06-21T11:51:23.168Z] ok  	github.com/docker/docker/cmd/dockerd	0.069s	coverage: 29.7% of statements
11:51:23 [2022-06-21T11:51:23.424Z] ok  	github.com/docker/docker/container	0.120s	coverage: 34.8% of statements
11:51:23 [2022-06-21T11:51:23.987Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.486s	coverage: 0.0% of statements
11:51:23 [2022-06-21T11:51:23.987Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
11:51:23 [2022-06-21T11:51:23.987Z] ?   	github.com/docker/docker/container/stream	[no test files]
11:51:23 [2022-06-21T11:51:23.987Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
11:51:23 [2022-06-21T11:51:23.987Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
11:51:23 [2022-06-21T11:51:23.987Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
11:51:25 [2022-06-21T11:51:25.742Z] #64 419.0 + bin/containerd-shim-runc-v1
11:51:28 [2022-06-21T11:51:28.045Z] #64 412.6 # github.com/containerd/containerd/cmd/containerd
11:51:28 [2022-06-21T11:51:28.045Z] #64 412.6 /usr/bin/ld: /tmp/go-link-3045865546/000019.o: in function `New':
11:51:28 [2022-06-21T11:51:28.045Z] #64 412.6 /tmp/tmp.MuVmTOC0y8/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
11:51:28 [2022-06-21T11:51:28.045Z] #64 412.6 + bin/containerd-stress
11:51:28 [2022-06-21T11:51:28.045Z] #64 413.7 + bin/containerd-shim
11:51:29 [2022-06-21T11:51:29.240Z] ok  	github.com/docker/docker/daemon/cluster	0.066s	coverage: 0.5% of statements
11:51:30 [2022-06-21T11:51:30.608Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.021s	coverage: 65.3% of statements
11:51:31 [2022-06-21T11:51:31.976Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.010s	coverage: 36.9% of statements
11:51:32 [2022-06-21T11:51:32.331Z] #64 425.2 + bin/containerd-shim-runc-v2
11:51:32 [2022-06-21T11:51:32.591Z] #64 426.0 + binaries
11:51:32 [2022-06-21T11:51:32.859Z] #64 426.0 + install -D bin/containerd /build/containerd
11:51:32 [2022-06-21T11:51:32.859Z] #64 426.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
11:51:32 [2022-06-21T11:51:32.859Z] #64 426.0 + install -D bin/ctr /build/ctr
11:51:34 [2022-06-21T11:51:34.591Z] #64 425.0 + bin/containerd-shim-runc-v1
11:51:34 [2022-06-21T11:51:34.800Z] #64 DONE 428.1s
11:51:35 [2022-06-21T11:51:35.742Z] 
11:51:35 [2022-06-21T11:51:35.742Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
11:51:35 [2022-06-21T11:51:35.742Z] #65 sha256:0be9254aaa0b6f0e53ec2db7c1ce0d935d6265070e73294c0dcc0ddbfc2dcc51
11:51:36 [2022-06-21T11:51:36.682Z] #65 DONE 0.8s
11:51:36 [2022-06-21T11:51:36.682Z] 
11:51:36 [2022-06-21T11:51:36.682Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
11:51:36 [2022-06-21T11:51:36.682Z] #70 sha256:3e29ccd796d9a55fc235af65304d2cd8e2de255754f07771d15d8082a2c2c618
11:51:36 [2022-06-21T11:51:36.682Z] #70 DONE 0.2s
11:51:36 [2022-06-21T11:51:36.682Z] 
11:51:36 [2022-06-21T11:51:36.682Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
11:51:36 [2022-06-21T11:51:36.682Z] #75 sha256:ed8ef625903c256cf8f50bb2e9981bee0657b512503c07db3c3d4fd955dc8aab
11:51:37 [2022-06-21T11:51:37.623Z] #75 DONE 0.9s
11:51:37 [2022-06-21T11:51:37.623Z] 
11:51:37 [2022-06-21T11:51:37.623Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
11:51:37 [2022-06-21T11:51:37.623Z] #78 sha256:e9dfd97e2867db1471a61b17360fbcb2c09878ca344d6978fdce6c78e45b266c
11:51:37 [2022-06-21T11:51:37.623Z] #78 DONE 0.0s
11:51:37 [2022-06-21T11:51:37.623Z] 
11:51:37 [2022-06-21T11:51:37.623Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
11:51:37 [2022-06-21T11:51:37.623Z] #79 sha256:38b1d73af329724be068e30a89d3c2e87b6400b776837ee88f22357c4c23ad35
11:51:37 [2022-06-21T11:51:37.623Z] #79 DONE 0.0s
11:51:37 [2022-06-21T11:51:37.883Z] 
11:51:37 [2022-06-21T11:51:37.883Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
11:51:37 [2022-06-21T11:51:37.883Z] #80 sha256:1ef387d57d77b313ec7c7d4aa5d695ea0ad835c5d557bb0f76d19732aa1fd0cf
11:51:37 [2022-06-21T11:51:37.883Z] #80 DONE 0.0s
11:51:37 [2022-06-21T11:51:37.883Z] 
11:51:37 [2022-06-21T11:51:37.883Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
11:51:37 [2022-06-21T11:51:37.883Z] #81 sha256:03914e032560bd95a3780d1112ad685db36b6257446c6da789a1524d38fc7d2f
11:51:38 [2022-06-21T11:51:38.517Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.446s	coverage: 13.4% of statements
11:51:39 [2022-06-21T11:51:39.447Z] ok  	github.com/docker/docker/daemon/config	0.032s	coverage: 81.5% of statements
11:51:39 [2022-06-21T11:51:39.703Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
11:51:39 [2022-06-21T11:51:39.796Z] #81 DONE 2.2s
11:51:39 [2022-06-21T11:51:39.796Z] 
11:51:39 [2022-06-21T11:51:39.796Z] #82 exporting to image
11:51:39 [2022-06-21T11:51:39.796Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:51:39 [2022-06-21T11:51:39.796Z] #82 exporting layers
11:51:40 [2022-06-21T11:51:40.267Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
11:51:41 [2022-06-21T11:51:41.136Z] #64 431.3 + bin/containerd-shim-runc-v2
11:51:41 [2022-06-21T11:51:41.195Z] ok  	github.com/docker/docker/daemon	10.159s	coverage: 16.1% of statements
11:51:41 [2022-06-21T11:51:41.195Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
11:51:41 [2022-06-21T11:51:41.195Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
11:51:41 [2022-06-21T11:51:41.195Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
11:51:41 [2022-06-21T11:51:41.196Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
11:51:41 [2022-06-21T11:51:41.698Z] #64 432.1 + binaries
11:51:41 [2022-06-21T11:51:41.698Z] #64 432.1 + install -D bin/containerd /build/containerd
11:51:41 [2022-06-21T11:51:41.698Z] #64 432.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
11:51:41 [2022-06-21T11:51:41.698Z] #64 432.1 + install -D bin/ctr /build/ctr
11:51:41 [2022-06-21T11:51:41.758Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.611s	coverage: 74.8% of statements
11:51:41 [2022-06-21T11:51:41.781Z] #67 92.33 + mkdir -p /build
11:51:41 [2022-06-21T11:51:41.781Z] #67 92.33 + cp runc /build/runc
11:51:41 [2022-06-21T11:51:41.781Z] #67 DONE 92.7s
11:51:41 [2022-06-21T11:51:41.781Z] 
11:51:41 [2022-06-21T11:51:41.781Z] #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
11:51:41 [2022-06-21T11:51:41.781Z] #71 sha256:7607e4ea267f9d430035790e6686d178f76a995d96eb6912f173dc2d8acc231e
11:51:41 [2022-06-21T11:51:41.781Z] #71 ...
11:51:41 [2022-06-21T11:51:41.781Z] 
11:51:41 [2022-06-21T11:51:41.781Z] #68 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
11:51:41 [2022-06-21T11:51:41.781Z] #68 sha256:279a8ffb158e3dbe7aa79aa64b019abc32cfd02e024d5729d2a70bcc130fe503
11:51:41 [2022-06-21T11:51:41.781Z] #68 DONE 0.2s
11:51:41 [2022-06-21T11:51:41.781Z] 
11:51:41 [2022-06-21T11:51:41.781Z] #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
11:51:41 [2022-06-21T11:51:41.781Z] #71 sha256:7607e4ea267f9d430035790e6686d178f76a995d96eb6912f173dc2d8acc231e
11:51:42 [2022-06-21T11:51:42.322Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.255s	coverage: 56.2% of statements
11:51:43 [2022-06-21T11:51:43.251Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.010s	coverage: 3.0% of statements
11:51:44 [2022-06-21T11:51:44.179Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
11:51:44 [2022-06-21T11:51:44.213Z] #64 DONE 434.2s
11:51:44 [2022-06-21T11:51:44.774Z] 
11:51:44 [2022-06-21T11:51:44.774Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
11:51:44 [2022-06-21T11:51:44.774Z] #65 sha256:fa1aa98fe292a3c06092f760d030a4af28110a5f329bb084306fe6cea3f1dfa3
11:51:45 [2022-06-21T11:51:45.574Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.198s	coverage: 50.6% of statements
11:51:45 [2022-06-21T11:51:45.701Z] #65 DONE 1.0s
11:51:45 [2022-06-21T11:51:45.957Z] 
11:51:45 [2022-06-21T11:51:45.957Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
11:51:45 [2022-06-21T11:51:45.957Z] #70 sha256:134579fb9af14d0e7608271f1a3086ac3f539c33c8fbbbe5990c29701d914bb5
11:51:45 [2022-06-21T11:51:45.957Z] #70 DONE 0.2s
11:51:46 [2022-06-21T11:51:46.213Z] 
11:51:46 [2022-06-21T11:51:46.213Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
11:51:46 [2022-06-21T11:51:46.213Z] #75 sha256:5390136deeebdeb1dd95488b13e7ae8cc34d52be929f86ab187be7404ca0f51d
11:51:47 [2022-06-21T11:51:47.141Z] #75 DONE 0.9s
11:51:47 [2022-06-21T11:51:47.141Z] 
11:51:47 [2022-06-21T11:51:47.141Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
11:51:47 [2022-06-21T11:51:47.141Z] #78 sha256:6501b0727659646c34d45f27fb78e4403929073f3b28e5f475e1a7018e92f917
11:51:47 [2022-06-21T11:51:47.141Z] #78 DONE 0.0s
11:51:47 [2022-06-21T11:51:47.141Z] 
11:51:47 [2022-06-21T11:51:47.141Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
11:51:47 [2022-06-21T11:51:47.141Z] #79 sha256:a7aea186b0d35c2c8187c9c5f1feda341ddba9ae9db7df549fa392410bd3252c
11:51:47 [2022-06-21T11:51:47.141Z] #79 DONE 0.0s
11:51:47 [2022-06-21T11:51:47.141Z] 
11:51:47 [2022-06-21T11:51:47.141Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
11:51:47 [2022-06-21T11:51:47.141Z] #80 sha256:840f1233680d8aaca862e3a018e7ecf49cdab57e73d133e67a552331f6fd8d79
11:51:47 [2022-06-21T11:51:47.141Z] #80 DONE 0.0s
11:51:47 [2022-06-21T11:51:47.141Z] 
11:51:47 [2022-06-21T11:51:47.141Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
11:51:47 [2022-06-21T11:51:47.141Z] #81 sha256:8ffd1b4e58dc4b41d5d3cd53a4798a8dbb5d426397d0d367d4a383740cd7d18b
11:51:47 [2022-06-21T11:51:47.470Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.955s	coverage: 45.9% of statements
11:51:47 [2022-06-21T11:51:47.470Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
11:51:47 [2022-06-21T11:51:47.470Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	1.017s	coverage: 58.5% of statements
11:51:47 [2022-06-21T11:51:47.470Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
11:51:47 [2022-06-21T11:51:47.470Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
11:51:47 [2022-06-21T11:51:47.933Z] #82 exporting layers 6.7s done
11:51:47 [2022-06-21T11:51:47.933Z] #82 writing image sha256:2cb2679173858c6c1f32d4118e4a8b9fcf619f91a4e4bb391abba16095c8c4d0 done
11:51:47 [2022-06-21T11:51:47.933Z] #82 naming to docker.io/library/docker:068ab5144244648bcba3b7261c41836a4ba5cf0f done
11:51:47 [2022-06-21T11:51:47.933Z] #82 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
11:51:48 [2022-06-21T11:51:48.032Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.027s	coverage: 58.5% of statements
11:51:48 [2022-06-21T11:51:48.264Z] + trap exit INT TERM
11:51:48 [2022-06-21T11:51:48.264Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
11:51:48 [2022-06-21T11:51:48.264Z] + CONTAINER_NAME=docker-pr1
11:51:48 [2022-06-21T11:51:48.264Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43731/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f -e DOCKER_GRAPHDRIVER docker:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/make.sh dynbinary
11:51:48 [2022-06-21T11:51:48.596Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
11:51:48 [2022-06-21T11:51:48.852Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
11:51:50 [2022-06-21T11:51:50.176Z] 
11:51:50 [2022-06-21T11:51:50.176Z] Removing bundles/
11:51:50 [2022-06-21T11:51:50.176Z] 
11:51:50 [2022-06-21T11:51:50.176Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
11:51:50 [2022-06-21T11:51:50.176Z] Building: bundles/dynbinary-daemon/dockerd-dev
11:51:50 [2022-06-21T11:51:50.176Z] GOOS="" GOARCH="" GOARM=""
11:51:50 [2022-06-21T11:51:50.221Z] ok  	github.com/docker/docker/daemon/images	0.046s	coverage: 6.6% of statements
11:51:50 [2022-06-21T11:51:50.221Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
11:51:50 [2022-06-21T11:51:50.221Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
11:51:50 [2022-06-21T11:51:50.465Z] #81 DONE 3.4s
11:51:50 [2022-06-21T11:51:50.465Z] 
11:51:50 [2022-06-21T11:51:50.465Z] #82 exporting to image
11:51:50 [2022-06-21T11:51:50.465Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:51:50 [2022-06-21T11:51:50.465Z] #82 exporting layers
11:51:50 [2022-06-21T11:51:50.477Z] ok  	github.com/docker/docker/daemon/logger	0.224s	coverage: 43.2% of statements
11:51:51 [2022-06-21T11:51:51.412Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.018s	coverage: 53.6% of statements
11:51:51 [2022-06-21T11:51:51.412Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.138s	coverage: 80.2% of statements
11:51:51 [2022-06-21T11:51:51.412Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
11:51:51 [2022-06-21T11:51:51.976Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 68.2% of statements
11:51:51 [2022-06-21T11:51:51.976Z] ok  	github.com/docker/docker/daemon/logger/journald	0.009s	coverage: 23.4% of statements
11:51:52 [2022-06-21T11:51:52.233Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.010s	coverage: 87.2% of statements
11:51:53 [2022-06-21T11:51:53.162Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.121s	coverage: 76.8% of statements
11:51:53 [2022-06-21T11:51:53.162Z] ok  	github.com/docker/docker/daemon/logger/local	0.041s	coverage: 79.4% of statements
11:51:53 [2022-06-21T11:51:53.162Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
11:51:53 [2022-06-21T11:51:53.162Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
11:51:54 [2022-06-21T11:51:54.092Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.017s	coverage: 62.0% of statements
11:51:54 [2022-06-21T11:51:54.092Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.023s	coverage: 31.5% of statements
11:51:54 [2022-06-21T11:51:54.655Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.010s	coverage: 46.8% of statements
11:51:54 [2022-06-21T11:51:54.912Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
11:51:55 [2022-06-21T11:51:55.474Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
11:51:56 [2022-06-21T11:51:56.403Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.546s	coverage: 82.5% of statements
11:51:56 [2022-06-21T11:51:56.403Z] ?   	github.com/docker/docker/daemon/names	[no test files]
11:51:56 [2022-06-21T11:51:56.403Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
11:51:56 [2022-06-21T11:51:56.981Z] ok  	github.com/docker/docker/distribution/metadata	0.025s	coverage: 44.4% of statements
11:51:57 [2022-06-21T11:51:57.240Z] ok  	github.com/docker/docker/distribution	0.610s	coverage: 28.0% of statements
11:51:57 [2022-06-21T11:51:57.240Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
11:51:58 [2022-06-21T11:51:58.181Z] ok  	github.com/docker/docker/errdefs	0.009s	coverage: 77.0% of statements
11:51:58 [2022-06-21T11:51:58.554Z] #82 exporting layers 7.0s done
11:51:58 [2022-06-21T11:51:58.554Z] #82 writing image sha256:60b688744a15a407e15addddffc65b494401926216027814a21e532f3f005f7d done
11:51:58 [2022-06-21T11:51:58.554Z] #82 naming to docker.io/library/docker:068ab5144244648bcba3b7261c41836a4ba5cf0f done
11:51:58 [2022-06-21T11:51:58.554Z] #82 DONE 7.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
11:51:58 [2022-06-21T11:51:58.743Z] ok  	github.com/docker/docker/image	0.024s	coverage: 86.9% of statements
11:51:58 [2022-06-21T11:51:58.892Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f -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:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/make.sh dynbinary test-integration
11:51:58 [2022-06-21T11:51:58.999Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 19.2% of statements
11:51:59 [2022-06-21T11:51:59.561Z] ok  	github.com/docker/docker/image/tarexport	0.008s	coverage: 0.7% of statements
11:51:59 [2022-06-21T11:51:59.818Z] ok  	github.com/docker/docker/distribution/xfer	1.901s	coverage: 84.9% of statements
11:51:59 [2022-06-21T11:51:59.818Z] ?   	github.com/docker/docker/dockerversion	[no test files]
11:51:59 [2022-06-21T11:51:59.818Z] ?   	github.com/docker/docker/image/v1	[no test files]
11:51:59 [2022-06-21T11:51:59.818Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
11:52:00 [2022-06-21T11:52:00.075Z] ok  	github.com/docker/docker/libcontainerd/queue	0.025s	coverage: 100.0% of statements
11:52:00 [2022-06-21T11:52:00.258Z] 
11:52:00 [2022-06-21T11:52:00.258Z] Removing bundles/
11:52:00 [2022-06-21T11:52:00.258Z] 
11:52:00 [2022-06-21T11:52:00.258Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
11:52:00 [2022-06-21T11:52:00.258Z] Building: bundles/dynbinary-daemon/dockerd-dev
11:52:00 [2022-06-21T11:52:00.258Z] GOOS="" GOARCH="" GOARM=""
11:52:01 [2022-06-21T11:52:01.004Z] ok  	github.com/docker/docker/oci	0.011s	coverage: 46.0% of statements
11:52:01 [2022-06-21T11:52:01.259Z] ok  	github.com/docker/docker/opts	0.023s	coverage: 66.0% of statements
11:52:01 [2022-06-21T11:52:01.516Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
11:52:03 [2022-06-21T11:52:03.406Z] ok  	github.com/docker/docker/pkg/archive	0.291s	coverage: 82.3% of statements
11:52:04 [2022-06-21T11:52:04.335Z] ok  	github.com/docker/docker/pkg/authorization	0.559s	coverage: 68.3% of statements
11:52:04 [2022-06-21T11:52:04.335Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
11:52:04 [2022-06-21T11:52:04.592Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
11:52:07 [2022-06-21T11:52:07.859Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.534s	coverage: 42.7% of statements
11:52:07 [2022-06-21T11:52:07.859Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
11:52:08 [2022-06-21T11:52:08.115Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
11:52:08 [2022-06-21T11:52:08.115Z] ok  	github.com/docker/docker/layer	7.210s	coverage: 68.9% of statements
11:52:08 [2022-06-21T11:52:08.115Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
11:52:08 [2022-06-21T11:52:08.115Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
11:52:08 [2022-06-21T11:52:08.115Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
11:52:08 [2022-06-21T11:52:08.115Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
11:52:08 [2022-06-21T11:52:08.115Z] ?   	github.com/docker/docker/oci/caps	[no test files]
11:52:08 [2022-06-21T11:52:08.115Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
11:52:08 [2022-06-21T11:52:08.371Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
11:52:08 [2022-06-21T11:52:08.628Z] ok  	github.com/docker/docker/pkg/fileutils	0.010s	coverage: 87.2% of statements
11:52:08 [2022-06-21T11:52:08.884Z] ok  	github.com/docker/docker/pkg/fsutils	0.183s	coverage: 85.1% of statements
11:52:08 [2022-06-21T11:52:08.884Z] ok  	github.com/docker/docker/pkg/homedir	0.002s	coverage: 11.4% of statements
11:52:09 [2022-06-21T11:52:09.814Z] ok  	github.com/docker/docker/pkg/ioutils	0.344s	coverage: 70.1% of statements
11:52:10 [2022-06-21T11:52:10.071Z] ok  	github.com/docker/docker/pkg/idtools	0.528s	coverage: 67.9% of statements
11:52:10 [2022-06-21T11:52:10.327Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.010s	coverage: 91.7% of statements
11:52:10 [2022-06-21T11:52:10.327Z] ok  	github.com/docker/docker/pkg/longpath	0.011s	coverage: 100.0% of statements
11:52:10 [2022-06-21T11:52:10.327Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
11:52:10 [2022-06-21T11:52:10.327Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
11:52:10 [2022-06-21T11:52:10.584Z] ok  	github.com/docker/docker/pkg/parsers	0.005s	coverage: 97.0% of statements
11:52:10 [2022-06-21T11:52:10.840Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.010s	coverage: 60.0% of statements
11:52:10 [2022-06-21T11:52:10.840Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.5% of statements
11:52:10 [2022-06-21T11:52:10.840Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
11:52:10 [2022-06-21T11:52:10.840Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
11:52:10 [2022-06-21T11:52:10.840Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
11:52:11 [2022-06-21T11:52:11.402Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.027s	coverage: 56.8% of statements
11:52:11 [2022-06-21T11:52:11.965Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
11:52:12 [2022-06-21T11:52:12.221Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
11:52:12 [2022-06-21T11:52:12.477Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
11:52:13 [2022-06-21T11:52:13.844Z] ok  	github.com/docker/docker/pkg/pubsub	1.045s	coverage: 75.0% of statements
11:52:13 [2022-06-21T11:52:13.844Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
11:52:13 [2022-06-21T11:52:13.855Z] #71 181.2 # github.com/containerd/containerd/cmd/containerd
11:52:13 [2022-06-21T11:52:13.855Z] #71 181.2 /usr/bin/ld: /tmp/go-link-2745766182/000019.o: in function `New':
11:52:13 [2022-06-21T11:52:13.855Z] #71 181.2 /tmp/tmp.WwjInG7Bof/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
11:52:13 [2022-06-21T11:52:13.855Z] #71 181.2 + bin/containerd-stress
11:52:13 [2022-06-21T11:52:13.856Z] #71 182.4 + bin/containerd-shim
11:52:14 [2022-06-21T11:52:14.101Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
11:52:14 [2022-06-21T11:52:14.357Z] ok  	github.com/docker/docker/pkg/stdcopy	0.005s	coverage: 100.0% of statements
11:52:14 [2022-06-21T11:52:14.614Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
11:52:14 [2022-06-21T11:52:14.870Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 70.6% of statements
11:52:15 [2022-06-21T11:52:15.128Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 53.6% of statements
11:52:15 [2022-06-21T11:52:15.705Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
11:52:15 [2022-06-21T11:52:15.961Z] ok  	github.com/docker/docker/pkg/tailfile	0.044s	coverage: 88.6% of statements
11:52:16 [2022-06-21T11:52:16.524Z] ok  	github.com/docker/docker/pkg/tarsum	0.043s	coverage: 89.3% of statements
11:52:16 [2022-06-21T11:52:16.780Z] ok  	github.com/docker/docker/pkg/truncindex	0.103s	coverage: 91.5% of statements
11:52:17 [2022-06-21T11:52:17.037Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
11:52:18 [2022-06-21T11:52:18.928Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
11:52:18 [2022-06-21T11:52:18.928Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
11:52:19 [2022-06-21T11:52:19.184Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
11:52:20 [2022-06-21T11:52:20.551Z] ok  	github.com/docker/docker/quota	0.187s	coverage: 71.4% of statements
11:52:20 [2022-06-21T11:52:20.808Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
11:52:21 [2022-06-21T11:52:21.737Z] ok  	github.com/docker/docker/registry	0.079s	coverage: 58.6% of statements
11:52:21 [2022-06-21T11:52:21.969Z] #71 193.8 + bin/containerd-shim-runc-v1
11:52:21 [2022-06-21T11:52:21.993Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
11:52:22 [2022-06-21T11:52:22.249Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
11:52:22 [2022-06-21T11:52:22.812Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 64.5% of statements
11:52:22 [2022-06-21T11:52:22.812Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
11:52:24 [2022-06-21T11:52:24.702Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
11:52:25 [2022-06-21T11:52:25.264Z] ok  	github.com/docker/docker/volume/local	0.102s	coverage: 76.8% of statements
11:52:25 [2022-06-21T11:52:25.827Z] ok  	github.com/docker/docker/volume/mounts	0.010s	coverage: 67.7% of statements
11:52:26 [2022-06-21T11:52:26.757Z] ok  	github.com/docker/docker/volume/service	0.016s	coverage: 72.3% of statements
11:52:28 [2022-06-21T11:52:28.537Z] #71 200.2 + bin/containerd-shim-runc-v2
11:52:28 [2022-06-21T11:52:28.795Z] #71 201.0 + binaries
11:52:28 [2022-06-21T11:52:28.795Z] #71 201.0 + install -D bin/containerd /build/containerd
11:52:28 [2022-06-21T11:52:28.795Z] #71 201.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
11:52:28 [2022-06-21T11:52:28.795Z] #71 201.0 + install -D bin/ctr /build/ctr
11:52:29 [2022-06-21T11:52:29.202Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
11:52:29 [2022-06-21T11:52:29.202Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
11:52:29 [2022-06-21T11:52:29.202Z] GOOS="" GOARCH="" GOARM=""
11:52:29 [2022-06-21T11:52:29.202Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
11:52:29 [2022-06-21T11:52:29.202Z] 
11:52:29 [2022-06-21T11:52:29.202Z] ---> Making bundle: test-integration (in bundles/test-integration)
11:52:29 [2022-06-21T11:52:29.202Z] DOCKER_SYSTEMD=1
11:52:29 [2022-06-21T11:52:29.202Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
11:52:29 [2022-06-21T11:52:29.202Z] HOSTNAME=45dc5fdc86bc
11:52:29 [2022-06-21T11:52:29.202Z] DEST=bundles/test-integration
11:52:29 [2022-06-21T11:52:29.202Z] PWD=/go/src/github.com/docker/docker
11:52:29 [2022-06-21T11:52:29.202Z] DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f
11:52:29 [2022-06-21T11:52:29.202Z] container=docker
11:52:29 [2022-06-21T11:52:29.202Z] HOME=/root
11:52:29 [2022-06-21T11:52:29.202Z] LANG=C.UTF-8
11:52:29 [2022-06-21T11:52:29.202Z] INVOCATION_ID=bd6d441545b944eaac51bc95a5e04db9
11:52:29 [2022-06-21T11:52:29.202Z] GOLANG_VERSION=1.18.3
11:52:29 [2022-06-21T11:52:29.202Z] VALIDATE_REPO=https://github.com/moby/moby.git
11:52:29 [2022-06-21T11:52:29.202Z] VALIDATE_BRANCH=master
11:52:29 [2022-06-21T11:52:29.202Z] TERM=xterm
11:52:29 [2022-06-21T11:52:29.202Z] DOCKER_PKG=github.com/docker/docker
11:52:29 [2022-06-21T11:52:29.202Z] SHLVL=3
11:52:29 [2022-06-21T11:52:29.202Z] TIMEOUT=120m
11:52:29 [2022-06-21T11:52:29.202Z] DOCKER_BUILDTAGS= journald
11:52:29 [2022-06-21T11:52:29.202Z] DOCKER_GRAPHDRIVER=overlay2
11:52:29 [2022-06-21T11:52:29.202Z] GO111MODULE=off
11:52:29 [2022-06-21T11:52:29.202Z] DOCKER_EXPERIMENTAL=1
11:52:29 [2022-06-21T11:52:29.202Z] TEST_SKIP_INTEGRATION_CLI=1
11:52:29 [2022-06-21T11:52:29.202Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
11:52:29 [2022-06-21T11:52:29.202Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
11:52:29 [2022-06-21T11:52:29.202Z] GOPATH=/go
11:52:29 [2022-06-21T11:52:29.202Z] PKG_CONFIG=pkg-config
11:52:29 [2022-06-21T11:52:29.202Z] _=/usr/bin/env
11:52:29 [2022-06-21T11:52:29.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
11:52:29 [2022-06-21T11:52:29.362Z] #71 DONE 201.7s
11:52:30 [2022-06-21T11:52:30.738Z] 
11:52:30 [2022-06-21T11:52:30.739Z] #72 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
11:52:30 [2022-06-21T11:52:30.739Z] #72 sha256:43fdc3727a845a9a0eee732a4e2fe85f8590e32c083a4575cc802c261b9093ad
11:52:30 [2022-06-21T11:52:30.739Z] #72 DONE 0.3s
11:52:30 [2022-06-21T11:52:30.996Z] 
11:52:30 [2022-06-21T11:52:30.996Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
11:52:30 [2022-06-21T11:52:30.996Z] #77 sha256:c4df31f8a313153a6b02124477fa48cea84fdf8e46913f859a1411844dfbcbfd
11:52:31 [2022-06-21T11:52:31.254Z] #77 DONE 0.2s
11:52:31 [2022-06-21T11:52:31.254Z] 
11:52:31 [2022-06-21T11:52:31.254Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
11:52:31 [2022-06-21T11:52:31.254Z] #82 sha256:738fd4a995673a1dcde5daac7296226c574b75de4990fe8aafbfd1aabb95f2f2
11:52:31 [2022-06-21T11:52:31.824Z] #82 DONE 0.9s
11:52:32 [2022-06-21T11:52:32.083Z] 
11:52:32 [2022-06-21T11:52:32.083Z] #85 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
11:52:32 [2022-06-21T11:52:32.083Z] #85 sha256:15aa3c3ad053cadb716890b6ad544da67ae6eb5e287fe9b0801dd60670deba93
11:52:32 [2022-06-21T11:52:32.083Z] #85 DONE 0.2s
11:52:32 [2022-06-21T11:52:32.083Z] 
11:52:32 [2022-06-21T11:52:32.083Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
11:52:32 [2022-06-21T11:52:32.083Z] #86 sha256:24e8875fa1f0354adff4763db2ec9491e492117320b6d84eff3a5c4b7c00f397
11:52:32 [2022-06-21T11:52:32.083Z] #86 DONE 0.1s
11:52:32 [2022-06-21T11:52:32.341Z] 
11:52:32 [2022-06-21T11:52:32.341Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
11:52:32 [2022-06-21T11:52:32.341Z] #87 sha256:3c371da0eb5901db171acc0de02a48690c48dcf3355b25815c2945b667d52e12
11:52:32 [2022-06-21T11:52:32.341Z] #87 DONE 0.0s
11:52:32 [2022-06-21T11:52:32.341Z] 
11:52:32 [2022-06-21T11:52:32.341Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker
11:52:32 [2022-06-21T11:52:32.341Z] #88 sha256:d7b698113c605ce0981e231e8c16fbae4e6598b999dd67457da594fdcbfc7190
11:52:40 [2022-06-21T11:52:40.461Z] #88 DONE 7.8s
11:52:40 [2022-06-21T11:52:40.461Z] 
11:52:40 [2022-06-21T11:52:40.461Z] #89 exporting to image
11:52:40 [2022-06-21T11:52:40.461Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:52:40 [2022-06-21T11:52:40.461Z] #89 exporting layers
11:52:48 [2022-06-21T11:52:48.644Z] ok  	github.com/docker/docker/pkg/plugins	33.629s	coverage: 76.3% of statements
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/rootless	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/testutil/request	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/volume	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === Skipped
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     network_proxy_test.go:208: No support for dual stack yet
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver btrfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver btrfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver btrfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver btrfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver btrfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:71: No driver to put!
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z] time="2022-06-21T11:51:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: driver not supported
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z] time="2022-06-21T11:51:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: driver not supported
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z] time="2022-06-21T11:51:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: driver not supported
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z] time="2022-06-21T11:51:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: driver not supported
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z] time="2022-06-21T11:51:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: driver not supported
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:71: No driver to put!
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     overlay_test.go:50: Fails to compute changes intermittently
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     overlay_test.go:65: Cannot run test with naive change algorithm
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver zfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver zfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver zfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver zfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:44: Driver zfs not supported
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     graphtest_unix.go:71: No driver to put!
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
11:52:48 [2022-06-21T11:52:48.644Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
11:52:48 [2022-06-21T11:52:48.644Z] 
11:52:48 [2022-06-21T11:52:48.644Z] DONE 2785 tests, 28 skipped in 206.336s
11:52:48 [2022-06-21T11:52:48.644Z] + '[' -n 'github.com/docker/docker/libnetwork
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/bitseq
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/cluster
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/cmd/diagnostic
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/cmd/ovrouter
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/cmd/readme_test
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/config
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/datastore
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/diagnostic
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/discoverapi
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/driverapi
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/drivers/bridge
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/drivers/host
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/drivers/ipvlan
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/drivers/macvlan
11:52:48 [2022-06-21T11:52:48.644Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/drivers/null
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/drivers/overlay
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/drivers/remote
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/drivers/remote/api
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/drivers/windows
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/drvregistry
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/etchosts
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/idm
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/internal/caller
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/internal/setmatrix
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/ipam
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/ipamapi
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/ipams/builtin
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/ipams/null
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/ipams/remote
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/ipams/remote/api
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/ipams/windowsipam
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/ipamutils
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/iptables
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/netlabel
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/netutils
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/networkdb
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/ns
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/options
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/osl
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/osl/kernel
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/portallocator
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/portmapper
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/resolvconf
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/testutils
11:52:48 [2022-06-21T11:52:48.645Z] github.com/docker/docker/libnetwork/types' ']'
11:52:48 [2022-06-21T11:52:48.645Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
11:53:15 [2022-06-21T11:53:15.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
11:53:15 [2022-06-21T11:53:15.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
11:53:27 [2022-06-21T11:53:27.127Z] #89 exporting layers 39.7s done
11:53:27 [2022-06-21T11:53:27.127Z] #89 writing image sha256:8752990d47cb76cdd73f3180a5958c13817b03cbbb8abd07d900ff9358f41d65 done
11:53:27 [2022-06-21T11:53:27.127Z] #89 naming to docker.io/library/docker:068ab5144244648bcba3b7261c41836a4ba5cf0f done
11:53:27 [2022-06-21T11:53:27.127Z] #89 DONE 39.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
11:53:27 [2022-06-21T11:53:27.449Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43731/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/validate/default
11:53:28 [2022-06-21T11:53:28.823Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:53:28 [2022-06-21T11:53:28.823Z] No api/types/ or api/swagger.yaml changes in diff.
11:53:28 [2022-06-21T11:53:28.823Z] Congratulations!  All TOML source files changed here have valid syntax.
11:53:28 [2022-06-21T11:53:28.823Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:53:28 [2022-06-21T11:53:28.823Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:53:28 [2022-06-21T11:53:28.823Z] Congratulations!  No new tests were added to integration-cli.
11:53:28 [2022-06-21T11:53:28.823Z] 
11:53:28 [2022-06-21T11:53:28.823Z] INFO Start validation with golang-ci-lint
11:53:30 [2022-06-21T11:53:30.199Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:53:30 [2022-06-21T11:53:30.199Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:53:35 [2022-06-21T11:53:35.326Z] ok  	github.com/docker/docker/libnetwork	37.478s	coverage: 40.6% of statements
11:53:35 [2022-06-21T11:53:35.326Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.135s	coverage: 84.4% of statements
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 22.4% of statements
11:53:35 [2022-06-21T11:53:35.326Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 21.9% of statements
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
11:53:35 [2022-06-21T11:53:35.326Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.542s	coverage: 59.9% of statements
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 34.8% of statements
11:53:35 [2022-06-21T11:53:35.326Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.024s	coverage: 4.0% of statements
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.019s	coverage: 4.5% of statements
11:53:35 [2022-06-21T11:53:35.326Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
11:53:35 [2022-06-21T11:53:35.326Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
11:53:42 [2022-06-21T11:53:42.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
11:53:45 [2022-06-21T11:53:45.268Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	7.489s	coverage: 7.2% of statements
11:53:45 [2022-06-21T11:53:45.269Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
11:53:45 [2022-06-21T11:53:45.269Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
11:53:45 [2022-06-21T11:53:45.269Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.4% of statements
11:53:45 [2022-06-21T11:53:45.269Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
11:53:45 [2022-06-21T11:53:45.269Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
11:53:45 [2022-06-21T11:53:45.269Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
11:53:45 [2022-06-21T11:53:45.269Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
11:53:45 [2022-06-21T11:53:45.269Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.012s	coverage: 81.2% of statements
11:53:45 [2022-06-21T11:53:45.269Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
11:53:45 [2022-06-21T11:53:45.525Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
11:53:47 [2022-06-21T11:53:47.751Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
11:53:56 [2022-06-21T11:53:56.707Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
11:53:56 [2022-06-21T11:53:56.707Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
11:53:56 [2022-06-21T11:53:56.707Z] GOOS="" GOARCH="" GOARM=""
11:53:56 [2022-06-21T11:53:56.707Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
11:53:56 [2022-06-21T11:53:56.707Z] 
11:53:56 [2022-06-21T11:53:56.707Z] + TEST_INTEGRATION_DEST=2
11:53:56 [2022-06-21T11:53:56.707Z] + CONTAINER_NAME=docker-pr1-2
11:53:56 [2022-06-21T11:53:56.707Z] + TEST_SKIP_INTEGRATION=1
11:53:56 [2022-06-21T11:53:56.707Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
11:53:56 [2022-06-21T11:53:56.707Z] + run_tests
11:53:56 [2022-06-21T11:53:56.707Z] + c=0
11:53:56 [2022-06-21T11:53:56.707Z] + '[' -n 0 ']'
11:53:56 [2022-06-21T11:53:56.707Z] + rm=
11:53:56 [2022-06-21T11:53:56.707Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43731/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43731/.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=068ab5144244648bcba3b7261c41836a4ba5cf0f -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/make.sh '' test-integration
11:53:56 [2022-06-21T11:53:56.707Z] + TEST_INTEGRATION_DEST=1
11:53:56 [2022-06-21T11:53:56.707Z] + CONTAINER_NAME=docker-pr1-1
11:53:56 [2022-06-21T11:53:56.707Z] + TEST_SKIP_INTEGRATION_CLI=1
11:53:56 [2022-06-21T11:53:56.707Z] + run_tests test-integration-flaky
11:53:56 [2022-06-21T11:53:56.707Z] + '[' -n 0 ']'
11:53:56 [2022-06-21T11:53:56.707Z] + rm=
11:53:56 [2022-06-21T11:53:56.707Z] + TEST_INTEGRATION_DEST=3
11:53:56 [2022-06-21T11:53:56.707Z] + CONTAINER_NAME=docker-pr1-3
11:53:56 [2022-06-21T11:53:56.707Z] + TEST_SKIP_INTEGRATION=1
11:53:56 [2022-06-21T11:53:56.707Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
11:53:56 [2022-06-21T11:53:56.707Z] + run_tests
11:53:56 [2022-06-21T11:53:56.708Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43731/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43731/.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=068ab5144244648bcba3b7261c41836a4ba5cf0f -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/make.sh test-integration-flaky test-integration
11:53:56 [2022-06-21T11:53:56.708Z] + '[' -n 0 ']'
11:53:56 [2022-06-21T11:53:56.708Z] + rm=
11:53:56 [2022-06-21T11:53:56.708Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43731/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43731/.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=068ab5144244648bcba3b7261c41836a4ba5cf0f -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/make.sh '' test-integration
11:53:56 [2022-06-21T11:53:56.708Z] ++ jobs -p
11:53:56 [2022-06-21T11:53:56.708Z] + for job in $(jobs -p)
11:53:56 [2022-06-21T11:53:56.708Z] + wait 7029
11:53:56 [2022-06-21T11:53:56.708Z] 
11:53:56 [2022-06-21T11:53:56.708Z] 
11:53:56 [2022-06-21T11:53:56.708Z] ---> Making bundle: test-integration (in bundles/test-integration)
11:53:56 [2022-06-21T11:53:56.708Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
11:53:56 [2022-06-21T11:53:56.708Z] HOSTNAME=9ee7317268af
11:53:56 [2022-06-21T11:53:56.708Z] TEST_SKIP_INTEGRATION=1
11:53:56 [2022-06-21T11:53:56.708Z] TESTDEBUG=0
11:53:56 [2022-06-21T11:53:56.708Z] DEST=bundles/test-integration
11:53:56 [2022-06-21T11:53:56.708Z] PWD=/go/src/github.com/docker/docker
11:53:56 [2022-06-21T11:53:56.708Z] KEEPBUNDLE=1
11:53:56 [2022-06-21T11:53:56.708Z] DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f
11:53:56 [2022-06-21T11:53:56.708Z] container=docker
11:53:56 [2022-06-21T11:53:56.708Z] HOME=/root
11:53:56 [2022-06-21T11:53:56.708Z] GOLANG_VERSION=1.18.3
11:53:56 [2022-06-21T11:53:56.708Z] VALIDATE_REPO=https://github.com/moby/moby.git
11:53:56 [2022-06-21T11:53:56.708Z] VALIDATE_BRANCH=master
11:53:56 [2022-06-21T11:53:56.708Z] TERM=xterm
11:53:56 [2022-06-21T11:53:56.708Z] DOCKER_PKG=github.com/docker/docker
11:53:56 [2022-06-21T11:53:56.708Z] SHLVL=1
11:53:56 [2022-06-21T11:53:56.708Z] TIMEOUT=120m
11:53:56 [2022-06-21T11:53:56.708Z] DOCKER_BUILDTAGS= journald
11:53:56 [2022-06-21T11:53:56.708Z] DOCKER_GRAPHDRIVER=overlay2
11:53:56 [2022-06-21T11:53:56.708Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
11:53:56 [2022-06-21T11:53:56.708Z] GO111MODULE=off
11:53:56 [2022-06-21T11:53:56.708Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
11:53:56 [2022-06-21T11:53:56.708Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
11:53:56 [2022-06-21T11:53:56.708Z] GOPATH=/go
11:53:56 [2022-06-21T11:53:56.708Z] PKG_CONFIG=pkg-config
11:53:56 [2022-06-21T11:53:56.708Z] _=/usr/bin/env
11:53:56 [2022-06-21T11:53:56.708Z] Building test suite binary ./integration-cli/test.main
11:53:56 [2022-06-21T11:53:56.708Z] 
11:53:56 [2022-06-21T11:53:56.708Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
11:53:56 [2022-06-21T11:53:56.708Z] ---> Making bundle: test-integration (in bundles/test-integration)
11:53:56 [2022-06-21T11:53:56.708Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
11:53:56 [2022-06-21T11:53:56.708Z] HOSTNAME=062aa72a6491
11:53:56 [2022-06-21T11:53:56.708Z] TEST_SKIP_INTEGRATION=1
11:53:56 [2022-06-21T11:53:56.708Z] TESTDEBUG=0
11:53:56 [2022-06-21T11:53:56.708Z] DEST=bundles/test-integration
11:53:56 [2022-06-21T11:53:56.708Z] PWD=/go/src/github.com/docker/docker
11:53:56 [2022-06-21T11:53:56.708Z] KEEPBUNDLE=1
11:53:56 [2022-06-21T11:53:56.708Z] DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f
11:53:56 [2022-06-21T11:53:56.708Z] container=docker
11:53:56 [2022-06-21T11:53:56.708Z] HOME=/root
11:53:56 [2022-06-21T11:53:56.708Z] GOLANG_VERSION=1.18.3
11:53:56 [2022-06-21T11:53:56.708Z] VALIDATE_REPO=https://github.com/moby/moby.git
11:53:56 [2022-06-21T11:53:56.708Z] VALIDATE_BRANCH=master
11:53:56 [2022-06-21T11:53:56.708Z] TERM=xterm
11:53:56 [2022-06-21T11:53:56.708Z] DOCKER_PKG=github.com/docker/docker
11:53:56 [2022-06-21T11:53:56.708Z] SHLVL=1
11:53:56 [2022-06-21T11:53:56.708Z] TIMEOUT=120m
11:53:56 [2022-06-21T11:53:56.708Z] DOCKER_BUILDTAGS= journald
11:53:56 [2022-06-21T11:53:56.708Z] DOCKER_GRAPHDRIVER=overlay2
11:53:56 [2022-06-21T11:53:56.708Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
11:53:56 [2022-06-21T11:53:56.708Z] GO111MODULE=off
11:53:56 [2022-06-21T11:53:56.708Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
11:53:56 [2022-06-21T11:53:56.708Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
11:53:56 [2022-06-21T11:53:56.708Z] GOPATH=/go
11:53:56 [2022-06-21T11:53:56.708Z] PKG_CONFIG=pkg-config
11:53:56 [2022-06-21T11:53:56.708Z] _=/usr/bin/env
11:53:56 [2022-06-21T11:53:56.708Z] Building test suite binary ./integration-cli/test.main
11:53:56 [2022-06-21T11:53:56.708Z] No new tests added to integration.
11:53:56 [2022-06-21T11:53:56.708Z] 
11:53:56 [2022-06-21T11:53:56.708Z] ---> Making bundle: test-integration (in bundles/test-integration)
11:53:56 [2022-06-21T11:53:56.708Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
11:53:56 [2022-06-21T11:53:56.708Z] HOSTNAME=fe89225b02b1
11:53:56 [2022-06-21T11:53:56.708Z] TESTDEBUG=0
11:53:56 [2022-06-21T11:53:56.708Z] DEST=bundles/test-integration
11:53:56 [2022-06-21T11:53:56.708Z] PWD=/go/src/github.com/docker/docker
11:53:56 [2022-06-21T11:53:56.708Z] KEEPBUNDLE=1
11:53:56 [2022-06-21T11:53:56.708Z] DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f
11:53:56 [2022-06-21T11:53:56.708Z] container=docker
11:53:56 [2022-06-21T11:53:56.708Z] HOME=/root
11:53:56 [2022-06-21T11:53:56.708Z] GOLANG_VERSION=1.18.3
11:53:56 [2022-06-21T11:53:56.708Z] VALIDATE_REPO=https://github.com/moby/moby.git
11:53:56 [2022-06-21T11:53:56.708Z] VALIDATE_BRANCH=master
11:53:56 [2022-06-21T11:53:56.708Z] TERM=xterm
11:53:56 [2022-06-21T11:53:56.708Z] DOCKER_PKG=github.com/docker/docker
11:53:56 [2022-06-21T11:53:56.708Z] SHLVL=1
11:53:56 [2022-06-21T11:53:56.708Z] TIMEOUT=120m
11:53:56 [2022-06-21T11:53:56.708Z] DOCKER_BUILDTAGS= journald
11:53:56 [2022-06-21T11:53:56.708Z] DOCKER_GRAPHDRIVER=overlay2
11:53:56 [2022-06-21T11:53:56.708Z] GO111MODULE=off
11:53:56 [2022-06-21T11:53:56.708Z] TEST_SKIP_INTEGRATION_CLI=1
11:53:56 [2022-06-21T11:53:56.708Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
11:53:56 [2022-06-21T11:53:56.708Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
11:53:56 [2022-06-21T11:53:56.708Z] GOPATH=/go
11:53:56 [2022-06-21T11:53:56.708Z] PKG_CONFIG=pkg-config
11:53:56 [2022-06-21T11:53:56.708Z] _=/usr/bin/env
11:53:56 [2022-06-21T11:53:56.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
11:53:57 [2022-06-21T11:53:57.696Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
11:53:57 [2022-06-21T11:53:57.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
11:53:57 [2022-06-21T11:53:57.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
11:53:57 [2022-06-21T11:53:57.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
11:53:58 [2022-06-21T11:53:58.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
11:53:59 [2022-06-21T11:53:59.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
11:53:59 [2022-06-21T11:53:59.509Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
11:54:00 [2022-06-21T11:54:00.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
11:54:02 [2022-06-21T11:54:02.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
11:54:03 [2022-06-21T11:54:03.926Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
11:54:04 [2022-06-21T11:54:04.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
11:54:05 [2022-06-21T11:54:05.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
11:54:06 [2022-06-21T11:54:06.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
11:54:06 [2022-06-21T11:54:06.664Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
11:54:06 [2022-06-21T11:54:06.664Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
11:54:06 [2022-06-21T11:54:06.664Z] GOOS="" GOARCH="" GOARM=""
11:54:06 [2022-06-21T11:54:06.664Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
11:54:06 [2022-06-21T11:54:06.664Z] 
11:54:06 [2022-06-21T11:54:06.664Z] ---> Making bundle: test-integration (in bundles/test-integration)
11:54:06 [2022-06-21T11:54:06.664Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
11:54:06 [2022-06-21T11:54:06.665Z] HOSTNAME=ef391dee0f67
11:54:06 [2022-06-21T11:54:06.665Z] DEST=bundles/test-integration
11:54:06 [2022-06-21T11:54:06.665Z] PWD=/go/src/github.com/docker/docker
11:54:06 [2022-06-21T11:54:06.665Z] DOCKER_ROOTLESS=1
11:54:06 [2022-06-21T11:54:06.665Z] DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f
11:54:06 [2022-06-21T11:54:06.665Z] container=docker
11:54:06 [2022-06-21T11:54:06.665Z] HOME=/root
11:54:06 [2022-06-21T11:54:06.665Z] GOLANG_VERSION=1.18.3
11:54:06 [2022-06-21T11:54:06.665Z] VALIDATE_REPO=https://github.com/moby/moby.git
11:54:06 [2022-06-21T11:54:06.665Z] VALIDATE_BRANCH=master
11:54:06 [2022-06-21T11:54:06.665Z] TERM=xterm
11:54:06 [2022-06-21T11:54:06.665Z] DOCKER_PKG=github.com/docker/docker
11:54:06 [2022-06-21T11:54:06.665Z] SHLVL=1
11:54:06 [2022-06-21T11:54:06.665Z] TIMEOUT=120m
11:54:06 [2022-06-21T11:54:06.665Z] DOCKER_BUILDTAGS= journald
11:54:06 [2022-06-21T11:54:06.665Z] DOCKER_GRAPHDRIVER=overlay2
11:54:06 [2022-06-21T11:54:06.665Z] GO111MODULE=off
11:54:06 [2022-06-21T11:54:06.665Z] DOCKER_EXPERIMENTAL=1
11:54:06 [2022-06-21T11:54:06.665Z] TEST_SKIP_INTEGRATION_CLI=1
11:54:06 [2022-06-21T11:54:06.665Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
11:54:06 [2022-06-21T11:54:06.665Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
11:54:06 [2022-06-21T11:54:06.665Z] GOPATH=/go
11:54:06 [2022-06-21T11:54:06.665Z] PKG_CONFIG=pkg-config
11:54:06 [2022-06-21T11:54:06.665Z] _=/usr/bin/env
11:54:06 [2022-06-21T11:54:06.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
11:54:06 [2022-06-21T11:54:06.940Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
11:54:08 [2022-06-21T11:54:08.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
11:54:08 [2022-06-21T11:54:08.889Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
11:54:09 [2022-06-21T11:54:09.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
11:54:10 [2022-06-21T11:54:10.767Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
11:54:10 [2022-06-21T11:54:10.767Z] Using test binary docker
11:54:10 [2022-06-21T11:54:10.767Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
11:54:10 [2022-06-21T11:54:10.767Z] Starting apparmor (via systemctl): apparmor.service.
11:54:10 [2022-06-21T11:54:10.767Z] Starting dockerd
11:54:10 [2022-06-21T11:54:10.767Z] INFO: Waiting for daemon to start...
11:54:12 [2022-06-21T11:54:12.541Z] ok  	github.com/docker/docker/libnetwork/ipam	15.583s	coverage: 85.3% of statements
11:54:12 [2022-06-21T11:54:12.541Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
11:54:12 [2022-06-21T11:54:12.542Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
11:54:12 [2022-06-21T11:54:12.542Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
11:54:12 [2022-06-21T11:54:12.542Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
11:54:12 [2022-06-21T11:54:12.542Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
11:54:12 [2022-06-21T11:54:12.798Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
11:54:13 [2022-06-21T11:54:13.301Z] .
11:54:13 [2022-06-21T11:54:13.301Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
11:54:13 [2022-06-21T11:54:13.301Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
11:54:13 [2022-06-21T11:54:13.301Z] Error: No such image: emptyfs
11:54:13 [2022-06-21T11:54:13.360Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.273s	coverage: 74.0% of statements
11:54:13 [2022-06-21T11:54:13.560Z] Running integration-test (iteration 1)
11:54:13 [2022-06-21T11:54:13.560Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
11:54:13 [2022-06-21T11:54:13.820Z] Loaded image: busybox:latest
11:54:13 [2022-06-21T11:54:13.820Z] Loaded image: busybox:glibc
11:54:13 [2022-06-21T11:54:13.922Z] ok  	github.com/docker/docker/libnetwork/iptables	0.175s	coverage: 45.1% of statements
11:54:14 [2022-06-21T11:54:14.179Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
11:54:14 [2022-06-21T11:54:14.435Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 44.1% of statements
11:54:15 [2022-06-21T11:54:15.230Z] Loaded image: debian:bullseye-slim
11:54:15 [2022-06-21T11:54:15.230Z] Loaded image: hello-world:latest
11:54:15 [2022-06-21T11:54:15.492Z] Loaded image: arm32v7/hello-world:latest
11:54:15 [2022-06-21T11:54:15.492Z] INFO: Testing against a local daemon
11:54:15 [2022-06-21T11:54:15.492Z] === RUN   TestCgroupNamespacesBuild
11:54:16 [2022-06-21T11:54:16.900Z] --- PASS: TestCgroupNamespacesBuild (1.35s)
11:54:16 [2022-06-21T11:54:16.900Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
11:54:18 [2022-06-21T11:54:18.281Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.34s)
11:54:18 [2022-06-21T11:54:18.281Z] === RUN   TestBuildWithSession
11:54:18 [2022-06-21T11:54:18.281Z]     build_session_test.go:25: TODO: BuildKit
11:54:18 [2022-06-21T11:54:18.281Z] --- SKIP: TestBuildWithSession (0.00s)
11:54:18 [2022-06-21T11:54:18.281Z] === RUN   TestBuildSquashParent
11:54:22 [2022-06-21T11:54:22.473Z] --- PASS: TestBuildSquashParent (4.29s)
11:54:22 [2022-06-21T11:54:22.473Z] === RUN   TestBuildWithRemoveAndForceRemove
11:54:22 [2022-06-21T11:54:22.473Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:54:22 [2022-06-21T11:54:22.473Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:54:22 [2022-06-21T11:54:22.473Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:54:22 [2022-06-21T11:54:22.473Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:54:22 [2022-06-21T11:54:22.473Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:54:22 [2022-06-21T11:54:22.473Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:54:22 [2022-06-21T11:54:22.473Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:54:22 [2022-06-21T11:54:22.473Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:54:22 [2022-06-21T11:54:22.473Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:54:22 [2022-06-21T11:54:22.473Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:54:22 [2022-06-21T11:54:22.473Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:54:22 [2022-06-21T11:54:22.473Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:54:22 [2022-06-21T11:54:22.473Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:54:22 [2022-06-21T11:54:22.473Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:54:24 [2022-06-21T11:54:24.381Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:54:24 [2022-06-21T11:54:24.381Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:54:25 [2022-06-21T11:54:25.763Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:54:26 [2022-06-21T11:54:26.332Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:54:28 [2022-06-21T11:54:28.239Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
11:54:28 [2022-06-21T11:54:28.239Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.89s)
11:54:28 [2022-06-21T11:54:28.239Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.01s)
11:54:28 [2022-06-21T11:54:28.239Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.38s)
11:54:28 [2022-06-21T11:54:28.239Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.72s)
11:54:28 [2022-06-21T11:54:28.239Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.61s)
11:54:28 [2022-06-21T11:54:28.239Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.68s)
11:54:28 [2022-06-21T11:54:28.239Z] === RUN   TestBuildMultiStageCopy
11:54:28 [2022-06-21T11:54:28.239Z] === RUN   TestBuildMultiStageCopy/copy_to_root
11:54:29 [2022-06-21T11:54:29.617Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
11:54:29 [2022-06-21T11:54:29.617Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
11:54:29 [2022-06-21T11:54:29.877Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
11:54:29 [2022-06-21T11:54:29.877Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
11:54:30 [2022-06-21T11:54:30.445Z] --- PASS: TestBuildMultiStageCopy (2.41s)
11:54:30 [2022-06-21T11:54:30.445Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.46s)
11:54:30 [2022-06-21T11:54:30.445Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s)
11:54:30 [2022-06-21T11:54:30.445Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
11:54:30 [2022-06-21T11:54:30.445Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
11:54:30 [2022-06-21T11:54:30.445Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.28s)
11:54:30 [2022-06-21T11:54:30.445Z] === RUN   TestBuildMultiStageParentConfig
11:54:31 [2022-06-21T11:54:31.014Z] --- PASS: TestBuildMultiStageParentConfig (0.67s)
11:54:31 [2022-06-21T11:54:31.014Z] === RUN   TestBuildLabelWithTargets
11:54:31 [2022-06-21T11:54:31.968Z] --- PASS: TestBuildLabelWithTargets (1.07s)
11:54:31 [2022-06-21T11:54:31.968Z] === RUN   TestBuildWithEmptyLayers
11:54:32 [2022-06-21T11:54:32.536Z] --- PASS: TestBuildWithEmptyLayers (0.48s)
11:54:32 [2022-06-21T11:54:32.536Z] === RUN   TestBuildMultiStageOnBuild
11:54:34 [2022-06-21T11:54:34.442Z] --- PASS: TestBuildMultiStageOnBuild (1.74s)
11:54:34 [2022-06-21T11:54:34.442Z] === RUN   TestBuildUncleanTarFilenames
11:54:35 [2022-06-21T11:54:35.012Z] --- PASS: TestBuildUncleanTarFilenames (0.65s)
11:54:35 [2022-06-21T11:54:35.012Z] === RUN   TestBuildMultiStageLayerLeak
11:54:36 [2022-06-21T11:54:36.918Z] --- PASS: TestBuildMultiStageLayerLeak (1.77s)
11:54:36 [2022-06-21T11:54:36.918Z] === RUN   TestBuildWithHugeFile
11:54:53 [2022-06-21T11:54:53.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
11:54:53 [2022-06-21T11:54:53.297Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
11:55:11 [2022-06-21T11:55:11.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
11:55:21 [2022-06-21T11:55:21.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
11:55:29 [2022-06-21T11:55:29.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
11:55:29 [2022-06-21T11:55:29.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
11:55:29 [2022-06-21T11:55:29.957Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
11:55:30 [2022-06-21T11:55:30.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
11:55:31 [2022-06-21T11:55:31.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
11:55:31 [2022-06-21T11:55:31.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
11:55:32 [2022-06-21T11:55:32.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
11:55:33 [2022-06-21T11:55:33.170Z] --- PASS: TestBuildWithHugeFile (49.30s)
11:55:33 [2022-06-21T11:55:33.170Z] === RUN   TestBuildWCOWSandboxSize
11:55:33 [2022-06-21T11:55:33.170Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
11:55:33 [2022-06-21T11:55:33.170Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
11:55:33 [2022-06-21T11:55:33.170Z] === RUN   TestBuildWithEmptyDockerfile
11:55:33 [2022-06-21T11:55:33.170Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
11:55:33 [2022-06-21T11:55:33.170Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
11:55:33 [2022-06-21T11:55:33.170Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:55:33 [2022-06-21T11:55:33.170Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:55:33 [2022-06-21T11:55:33.170Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:55:33 [2022-06-21T11:55:33.170Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:55:33 [2022-06-21T11:55:33.170Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
11:55:33 [2022-06-21T11:55:33.170Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:55:33 [2022-06-21T11:55:33.170Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:55:33 [2022-06-21T11:55:33.170Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
11:55:33 [2022-06-21T11:55:33.170Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s)
11:55:33 [2022-06-21T11:55:33.170Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s)
11:55:33 [2022-06-21T11:55:33.170Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
11:55:33 [2022-06-21T11:55:33.170Z] === RUN   TestBuildPreserveOwnership
11:55:33 [2022-06-21T11:55:33.170Z] === RUN   TestBuildPreserveOwnership/copy_from
11:55:33 [2022-06-21T11:55:33.170Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
11:55:33 [2022-06-21T11:55:33.170Z] --- PASS: TestBuildPreserveOwnership (3.61s)
11:55:33 [2022-06-21T11:55:33.170Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.39s)
11:55:33 [2022-06-21T11:55:33.170Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.22s)
11:55:33 [2022-06-21T11:55:33.170Z] === RUN   TestBuildPlatformInvalid
11:55:33 [2022-06-21T11:55:33.170Z] --- PASS: TestBuildPlatformInvalid (0.08s)
11:55:33 [2022-06-21T11:55:33.170Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
11:55:33 [2022-06-21T11:55:33.170Z] Loaded image: busybox:latest
11:55:33 [2022-06-21T11:55:33.170Z] Loaded image: busybox:glibc
11:55:33 [2022-06-21T11:55:33.170Z] Loaded image: debian:bullseye-slim
11:55:33 [2022-06-21T11:55:33.170Z] Loaded image: hello-world:latest
11:55:33 [2022-06-21T11:55:33.170Z] Loaded image: arm32v7/hello-world:latest
11:55:34 [2022-06-21T11:55:34.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
11:55:35 [2022-06-21T11:55:35.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
11:55:36 [2022-06-21T11:55:36.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
11:55:37 [2022-06-21T11:55:37.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
11:55:37 [2022-06-21T11:55:37.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
11:55:38 [2022-06-21T11:55:38.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
11:55:40 [2022-06-21T11:55:40.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
11:55:40 [2022-06-21T11:55:40.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
11:55:41 [2022-06-21T11:55:41.296Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.92s)
11:55:41 [2022-06-21T11:55:41.297Z] PASS
11:55:41 [2022-06-21T11:55:41.297Z] 
11:55:41 [2022-06-21T11:55:41.297Z] === Skipped
11:55:41 [2022-06-21T11:55:41.297Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
11:55:41 [2022-06-21T11:55:41.297Z]     build_session_test.go:25: TODO: BuildKit
11:55:41 [2022-06-21T11:55:41.297Z] 
11:55:41 [2022-06-21T11:55:41.297Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
11:55:41 [2022-06-21T11:55:41.297Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
11:55:41 [2022-06-21T11:55:41.297Z] 
11:55:41 [2022-06-21T11:55:41.297Z] DONE 34 tests, 2 skipped in 87.234s
11:55:41 [2022-06-21T11:55:41.297Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
11:55:41 [2022-06-21T11:55:41.297Z] INFO: Testing against a local daemon
11:55:41 [2022-06-21T11:55:41.297Z] === RUN   TestConfigInspect
11:55:41 [2022-06-21T11:55:41.462Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
11:55:42 [2022-06-21T11:55:42.390Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
11:55:42 [2022-06-21T11:55:42.390Z] Using test binary docker
11:55:42 [2022-06-21T11:55:42.390Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
11:55:42 [2022-06-21T11:55:42.390Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
11:55:42 [2022-06-21T11:55:42.390Z] INFO: Waiting for daemon to start...
11:55:42 [2022-06-21T11:55:42.390Z] Starting dockerd
11:55:43 [2022-06-21T11:55:43.201Z] --- PASS: TestConfigInspect (2.29s)
11:55:43 [2022-06-21T11:55:43.202Z] === RUN   TestConfigList
11:55:45 [2022-06-21T11:55:45.663Z] .
11:55:45 [2022-06-21T11:55:45.663Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
11:55:45 [2022-06-21T11:55:45.663Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
11:55:45 [2022-06-21T11:55:45.663Z] Error: No such image: emptyfs
11:55:45 [2022-06-21T11:55:45.663Z] Running integration-test (iteration 1)
11:55:45 [2022-06-21T11:55:45.663Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
11:55:45 [2022-06-21T11:55:45.739Z] --- PASS: TestConfigList (2.22s)
11:55:45 [2022-06-21T11:55:45.740Z] === RUN   TestConfigsCreateAndDelete
11:55:45 [2022-06-21T11:55:45.920Z] Loaded image: busybox:latest
11:55:46 [2022-06-21T11:55:46.176Z] Loaded image: busybox:glibc
11:55:47 [2022-06-21T11:55:47.543Z] Loaded image: debian:bullseye-slim
11:55:47 [2022-06-21T11:55:47.543Z] Loaded image: hello-world:latest
11:55:47 [2022-06-21T11:55:47.543Z] Loaded image: arm32v7/hello-world:latest
11:55:47 [2022-06-21T11:55:47.543Z] INFO: Testing against a local daemon
11:55:47 [2022-06-21T11:55:47.543Z] === RUN   TestCgroupNamespacesBuild
11:55:47 [2022-06-21T11:55:47.643Z] --- PASS: TestConfigsCreateAndDelete (2.19s)
11:55:47 [2022-06-21T11:55:47.643Z] === RUN   TestConfigsUpdate
11:55:48 [2022-06-21T11:55:48.912Z] --- PASS: TestCgroupNamespacesBuild (1.33s)
11:55:48 [2022-06-21T11:55:48.912Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
11:55:49 [2022-06-21T11:55:49.549Z] --- PASS: TestConfigsUpdate (2.20s)
11:55:49 [2022-06-21T11:55:49.549Z] === RUN   TestTemplatedConfig
11:55:50 [2022-06-21T11:55:50.283Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s)
11:55:50 [2022-06-21T11:55:50.283Z] === RUN   TestBuildWithSession
11:55:50 [2022-06-21T11:55:50.283Z]     build_session_test.go:25: TODO: BuildKit
11:55:50 [2022-06-21T11:55:50.283Z] --- SKIP: TestBuildWithSession (0.00s)
11:55:50 [2022-06-21T11:55:50.283Z] === RUN   TestBuildSquashParent
11:55:52 [2022-06-21T11:55:52.838Z] --- PASS: TestTemplatedConfig (2.68s)
11:55:52 [2022-06-21T11:55:52.839Z] === RUN   TestConfigCreateResolve
11:55:54 [2022-06-21T11:55:54.743Z] --- PASS: TestConfigCreateResolve (2.16s)
11:55:54 [2022-06-21T11:55:54.743Z] PASS
11:55:54 [2022-06-21T11:55:54.743Z] 
11:55:54 [2022-06-21T11:55:54.743Z] DONE 6 tests in 13.754s
11:55:54 [2022-06-21T11:55:54.743Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
11:55:54 [2022-06-21T11:55:54.743Z] INFO: Testing against a local daemon
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestAttachWithTTY
11:55:54 [2022-06-21T11:55:54.743Z] --- PASS: TestAttachWithTTY (0.07s)
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestAttachWithoutTTy
11:55:54 [2022-06-21T11:55:54.743Z] --- PASS: TestAttachWithoutTTy (0.04s)
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestCheckpoint
11:55:54 [2022-06-21T11:55:54.743Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:55:54 [2022-06-21T11:55:54.743Z] --- SKIP: TestCheckpoint (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/commit
11:55:54 [2022-06-21T11:55:54.743Z] === PAUSE TestContainerInvalidJSON/commit
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/create
11:55:54 [2022-06-21T11:55:54.743Z] === PAUSE TestContainerInvalidJSON/containers/create
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
11:55:54 [2022-06-21T11:55:54.743Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
11:55:54 [2022-06-21T11:55:54.743Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
11:55:54 [2022-06-21T11:55:54.743Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
11:55:54 [2022-06-21T11:55:54.743Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
11:55:54 [2022-06-21T11:55:54.743Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
11:55:54 [2022-06-21T11:55:54.743Z] === CONT  TestContainerInvalidJSON/commit
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
11:55:54 [2022-06-21T11:55:54.743Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/commit/empty_body
11:55:54 [2022-06-21T11:55:54.743Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
11:55:54 [2022-06-21T11:55:54.743Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
11:55:54 [2022-06-21T11:55:54.743Z] === CONT  TestContainerInvalidJSON/containers/create
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
11:55:54 [2022-06-21T11:55:54.743Z] --- PASS: TestContainerInvalidJSON (0.01s)
11:55:54 [2022-06-21T11:55:54.743Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestCopyFromContainerPathDoesNotExist
11:55:54 [2022-06-21T11:55:54.743Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestCopyFromContainerPathIsNotDir
11:55:54 [2022-06-21T11:55:54.743Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestCopyToContainerPathDoesNotExist
11:55:54 [2022-06-21T11:55:54.743Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
11:55:54 [2022-06-21T11:55:54.743Z] === RUN   TestCopyEmptyFile
11:55:55 [2022-06-21T11:55:55.004Z] --- PASS: TestCopyEmptyFile (0.21s)
11:55:55 [2022-06-21T11:55:55.004Z] === RUN   TestCopyToContainerPathIsNotDir
11:55:55 [2022-06-21T11:55:55.004Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
11:55:55 [2022-06-21T11:55:55.004Z] === RUN   TestCopyFromContainer
11:55:56 [2022-06-21T11:55:56.407Z] === RUN   TestCopyFromContainer//
11:55:56 [2022-06-21T11:55:56.408Z] === RUN   TestCopyFromContainer//bar/root
11:55:56 [2022-06-21T11:55:56.408Z] === RUN   TestCopyFromContainer//bar/root/
11:55:56 [2022-06-21T11:55:56.408Z] === RUN   TestCopyFromContainer/bar/quux
11:55:56 [2022-06-21T11:55:56.670Z] === RUN   TestCopyFromContainer/bar/quux/
11:55:56 [2022-06-21T11:55:56.670Z] === RUN   TestCopyFromContainer/bar/quux/baz
11:55:56 [2022-06-21T11:55:56.670Z] === RUN   TestCopyFromContainer/bar/filesymlink
11:55:56 [2022-06-21T11:55:56.670Z] === RUN   TestCopyFromContainer/bar/dirsymlink
11:55:56 [2022-06-21T11:55:56.929Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
11:55:56 [2022-06-21T11:55:56.929Z] === RUN   TestCopyFromContainer/bar/notarget
11:55:56 [2022-06-21T11:55:56.929Z] --- PASS: TestCopyFromContainer (1.86s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCopyFromContainer// (0.06s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
11:55:56 [2022-06-21T11:55:56.929Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
11:55:56 [2022-06-21T11:55:56.929Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:55:56 [2022-06-21T11:55:56.929Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:55:56 [2022-06-21T11:55:56.929Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:55:56 [2022-06-21T11:55:56.929Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:55:56 [2022-06-21T11:55:56.929Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
11:55:56 [2022-06-21T11:55:56.929Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
11:55:56 [2022-06-21T11:55:56.929Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:55:56 [2022-06-21T11:55:56.929Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
11:55:56 [2022-06-21T11:55:56.929Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:55:56 [2022-06-21T11:55:56.929Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
11:55:56 [2022-06-21T11:55:56.929Z] === RUN   TestCreateLinkToNonExistingContainer
11:55:56 [2022-06-21T11:55:56.929Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
11:55:56 [2022-06-21T11:55:56.929Z] === RUN   TestCreateWithInvalidEnv
11:55:56 [2022-06-21T11:55:56.929Z] === RUN   TestCreateWithInvalidEnv/0
11:55:56 [2022-06-21T11:55:56.929Z] === PAUSE TestCreateWithInvalidEnv/0
11:55:56 [2022-06-21T11:55:56.929Z] === RUN   TestCreateWithInvalidEnv/1
11:55:56 [2022-06-21T11:55:56.929Z] === PAUSE TestCreateWithInvalidEnv/1
11:55:56 [2022-06-21T11:55:56.929Z] === RUN   TestCreateWithInvalidEnv/2
11:55:56 [2022-06-21T11:55:56.929Z] === PAUSE TestCreateWithInvalidEnv/2
11:55:56 [2022-06-21T11:55:56.929Z] === CONT  TestCreateWithInvalidEnv/0
11:55:56 [2022-06-21T11:55:56.929Z] === CONT  TestCreateWithInvalidEnv/2
11:55:56 [2022-06-21T11:55:56.929Z] === CONT  TestCreateWithInvalidEnv/1
11:55:56 [2022-06-21T11:55:56.929Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
11:55:56 [2022-06-21T11:55:56.929Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
11:55:56 [2022-06-21T11:55:56.929Z] === RUN   TestCreateTmpfsMountsTarget
11:55:57 [2022-06-21T11:55:57.189Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
11:55:57 [2022-06-21T11:55:57.189Z] === RUN   TestCreateWithCustomMaskedPaths
11:55:58 [2022-06-21T11:55:58.369Z] --- PASS: TestBuildSquashParent (7.23s)
11:55:58 [2022-06-21T11:55:58.369Z] === RUN   TestBuildWithRemoveAndForceRemove
11:55:58 [2022-06-21T11:55:58.369Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:55:58 [2022-06-21T11:55:58.369Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:55:58 [2022-06-21T11:55:58.369Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:55:58 [2022-06-21T11:55:58.369Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:55:58 [2022-06-21T11:55:58.369Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:55:58 [2022-06-21T11:55:58.370Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:55:58 [2022-06-21T11:55:58.370Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:55:58 [2022-06-21T11:55:58.370Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:55:58 [2022-06-21T11:55:58.370Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:55:58 [2022-06-21T11:55:58.370Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:55:58 [2022-06-21T11:55:58.370Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:55:58 [2022-06-21T11:55:58.370Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:55:58 [2022-06-21T11:55:58.370Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:55:58 [2022-06-21T11:55:58.370Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:55:58 [2022-06-21T11:55:58.931Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:55:58 [2022-06-21T11:55:58.931Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:55:59 [2022-06-21T11:55:59.093Z] --- PASS: TestCreateWithCustomMaskedPaths (1.68s)
11:55:59 [2022-06-21T11:55:59.093Z] === RUN   TestCreateWithCustomReadonlyPaths
11:56:00 [2022-06-21T11:56:00.470Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.56s)
11:56:00 [2022-06-21T11:56:00.470Z] === RUN   TestCreateWithInvalidHealthcheckParams
11:56:00 [2022-06-21T11:56:00.470Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:56:00 [2022-06-21T11:56:00.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:56:00 [2022-06-21T11:56:00.470Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:56:00 [2022-06-21T11:56:00.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:56:00 [2022-06-21T11:56:00.470Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:56:00 [2022-06-21T11:56:00.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:56:00 [2022-06-21T11:56:00.470Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:56:00 [2022-06-21T11:56:00.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:56:00 [2022-06-21T11:56:00.470Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:56:00 [2022-06-21T11:56:00.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:56:00 [2022-06-21T11:56:00.470Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:56:00 [2022-06-21T11:56:00.470Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:56:00 [2022-06-21T11:56:00.470Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:56:00 [2022-06-21T11:56:00.470Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:56:00 [2022-06-21T11:56:00.470Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:56:00 [2022-06-21T11:56:00.470Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
11:56:00 [2022-06-21T11:56:00.470Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
11:56:00 [2022-06-21T11:56:00.470Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
11:56:00 [2022-06-21T11:56:00.470Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
11:56:00 [2022-06-21T11:56:00.470Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
11:56:00 [2022-06-21T11:56:00.470Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
11:56:00 [2022-06-21T11:56:00.470Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
11:56:00 [2022-06-21T11:56:00.821Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:56:00 [2022-06-21T11:56:00.821Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:56:01 [2022-06-21T11:56:01.038Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s)
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestCreateDifferentPlatform
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestCreateDifferentPlatform/different_os
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
11:56:01 [2022-06-21T11:56:01.038Z] --- PASS: TestCreateDifferentPlatform (0.02s)
11:56:01 [2022-06-21T11:56:01.038Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
11:56:01 [2022-06-21T11:56:01.038Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestCreateVolumesFromNonExistingContainer
11:56:01 [2022-06-21T11:56:01.038Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
11:56:01 [2022-06-21T11:56:01.038Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestCreateInvalidHostConfig
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
11:56:01 [2022-06-21T11:56:01.038Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
11:56:01 [2022-06-21T11:56:01.038Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
11:56:01 [2022-06-21T11:56:01.038Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
11:56:01 [2022-06-21T11:56:01.038Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
11:56:01 [2022-06-21T11:56:01.038Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
11:56:01 [2022-06-21T11:56:01.038Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
11:56:01 [2022-06-21T11:56:01.038Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
11:56:01 [2022-06-21T11:56:01.038Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
11:56:01 [2022-06-21T11:56:01.038Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
11:56:01 [2022-06-21T11:56:01.038Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
11:56:01 [2022-06-21T11:56:01.038Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
11:56:01 [2022-06-21T11:56:01.038Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
11:56:01 [2022-06-21T11:56:01.038Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestContainerStartOnDaemonRestart
11:56:01 [2022-06-21T11:56:01.038Z] === PAUSE TestContainerStartOnDaemonRestart
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestDaemonRestartIpcMode
11:56:01 [2022-06-21T11:56:01.038Z] === PAUSE TestDaemonRestartIpcMode
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestDaemonHostGatewayIP
11:56:01 [2022-06-21T11:56:01.038Z] === PAUSE TestDaemonHostGatewayIP
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestRestartDaemonWithRestartingContainer
11:56:01 [2022-06-21T11:56:01.038Z] === PAUSE TestRestartDaemonWithRestartingContainer
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestContainerKillOnDaemonStart
11:56:01 [2022-06-21T11:56:01.038Z] === PAUSE TestContainerKillOnDaemonStart
11:56:01 [2022-06-21T11:56:01.038Z] === RUN   TestDiff
11:56:01 [2022-06-21T11:56:01.606Z] --- PASS: TestDiff (0.58s)
11:56:01 [2022-06-21T11:56:01.607Z] === RUN   TestExecWithCloseStdin
11:56:02 [2022-06-21T11:56:02.543Z] --- PASS: TestExecWithCloseStdin (0.75s)
11:56:02 [2022-06-21T11:56:02.543Z] === RUN   TestExec
11:56:03 [2022-06-21T11:56:03.113Z] --- PASS: TestExec (0.68s)
11:56:03 [2022-06-21T11:56:03.113Z] === RUN   TestExecUser
11:56:03 [2022-06-21T11:56:03.336Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
11:56:03 [2022-06-21T11:56:03.336Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.58s)
11:56:03 [2022-06-21T11:56:03.336Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.66s)
11:56:03 [2022-06-21T11:56:03.336Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.88s)
11:56:03 [2022-06-21T11:56:03.336Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.89s)
11:56:03 [2022-06-21T11:56:03.336Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.10s)
11:56:03 [2022-06-21T11:56:03.336Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.04s)
11:56:03 [2022-06-21T11:56:03.336Z] === RUN   TestBuildMultiStageCopy
11:56:03 [2022-06-21T11:56:03.336Z] === RUN   TestBuildMultiStageCopy/copy_to_root
11:56:03 [2022-06-21T11:56:03.681Z] --- PASS: TestExecUser (0.64s)
11:56:03 [2022-06-21T11:56:03.681Z] === RUN   TestExportContainerAndImportImage
11:56:04 [2022-06-21T11:56:04.618Z] --- PASS: TestExportContainerAndImportImage (0.76s)
11:56:04 [2022-06-21T11:56:04.618Z] === RUN   TestExportContainerAfterDaemonRestart
11:56:05 [2022-06-21T11:56:05.825Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.780s	coverage: 60.0% of statements
11:56:05 [2022-06-21T11:56:05.825Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
11:56:05 [2022-06-21T11:56:05.825Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
11:56:05 [2022-06-21T11:56:05.825Z] ok  	github.com/docker/docker/libnetwork/osl	4.339s	coverage: 39.7% of statements
11:56:05 [2022-06-21T11:56:05.825Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
11:56:05 [2022-06-21T11:56:05.825Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.7% of statements
11:56:05 [2022-06-21T11:56:05.997Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
11:56:05 [2022-06-21T11:56:05.997Z] === RUN   TestHealthCheckWorkdir
11:56:06 [2022-06-21T11:56:06.081Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.635s	coverage: 48.6% of statements
11:56:06 [2022-06-21T11:56:06.338Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.6% of statements
11:56:06 [2022-06-21T11:56:06.338Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
11:56:06 [2022-06-21T11:56:06.565Z] --- PASS: TestHealthCheckWorkdir (0.82s)
11:56:06 [2022-06-21T11:56:06.565Z] === RUN   TestHealthKillContainer
11:56:06 [2022-06-21T11:56:06.596Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
11:56:06 [2022-06-21T11:56:06.596Z] 
11:56:06 [2022-06-21T11:56:06.596Z] === Skipped
11:56:06 [2022-06-21T11:56:06.596Z] === SKIP: libnetwork TestParallel3 (0.00s)
11:56:06 [2022-06-21T11:56:06.596Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
11:56:06 [2022-06-21T11:56:06.596Z] 
11:56:06 [2022-06-21T11:56:06.596Z] === SKIP: libnetwork TestParallel2 (0.00s)
11:56:06 [2022-06-21T11:56:06.596Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
11:56:06 [2022-06-21T11:56:06.596Z] 
11:56:06 [2022-06-21T11:56:06.596Z] === SKIP: libnetwork TestParallel1 (0.00s)
11:56:06 [2022-06-21T11:56:06.596Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
11:56:06 [2022-06-21T11:56:06.596Z] 
11:56:06 [2022-06-21T11:56:06.596Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
11:56:06 [2022-06-21T11:56:06.596Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
11:56:06 [2022-06-21T11:56:06.596Z] 
11:56:06 [2022-06-21T11:56:06.596Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
11:56:06 [2022-06-21T11:56:06.596Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
11:56:06 [2022-06-21T11:56:06.596Z] 
11:56:06 [2022-06-21T11:56:06.596Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
11:56:06 [2022-06-21T11:56:06.596Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
11:56:06 [2022-06-21T11:56:06.596Z] 
11:56:06 [2022-06-21T11:56:06.596Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
11:56:06 [2022-06-21T11:56:06.596Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
11:56:06 [2022-06-21T11:56:06.596Z] 
11:56:06 [2022-06-21T11:56:06.596Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
11:56:06 [2022-06-21T11:56:06.596Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
11:56:06 [2022-06-21T11:56:06.596Z] 
11:56:06 [2022-06-21T11:56:06.596Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
11:56:06 [2022-06-21T11:56:06.596Z]     firewalld_test.go:14: firewalld is not running
11:56:06 [2022-06-21T11:56:06.596Z] 
11:56:06 [2022-06-21T11:56:06.596Z] DONE 326 tests, 9 skipped in 201.077s
11:56:06 [2022-06-21T11:56:06.603Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
Post stage
11:56:07 [2022-06-21T11:56:07.165Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
[Pipeline] junit
11:56:07 [2022-06-21T11:56:07.169Z] Recording test results
11:56:08 [2022-06-21T11:56:08.093Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
11:56:08 [2022-06-21T11:56:08.361Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
11:56:08 [2022-06-21T11:56:08.693Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f -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:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/make.sh dynbinary test-integration
11:56:09 [2022-06-21T11:56:09.255Z] 
11:56:09 [2022-06-21T11:56:09.255Z] Removing bundles/
11:56:09 [2022-06-21T11:56:09.255Z] 
11:56:09 [2022-06-21T11:56:09.255Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
11:56:09 [2022-06-21T11:56:09.255Z] Building: bundles/dynbinary-daemon/dockerd-dev
11:56:09 [2022-06-21T11:56:09.255Z] GOOS="" GOARCH="" GOARM=""
11:56:09 [2022-06-21T11:56:09.459Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
11:56:10 [2022-06-21T11:56:10.388Z] --- PASS: TestBuildMultiStageCopy (7.30s)
11:56:10 [2022-06-21T11:56:10.388Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.31s)
11:56:10 [2022-06-21T11:56:10.388Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
11:56:10 [2022-06-21T11:56:10.388Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
11:56:10 [2022-06-21T11:56:10.388Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
11:56:10 [2022-06-21T11:56:10.388Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
11:56:10 [2022-06-21T11:56:10.388Z] === RUN   TestBuildMultiStageParentConfig
11:56:14 [2022-06-21T11:56:14.684Z] --- PASS: TestHealthKillContainer (8.23s)
11:56:14 [2022-06-21T11:56:14.684Z] === RUN   TestInspectCpusetInConfigPre120
11:56:15 [2022-06-21T11:56:15.253Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s)
11:56:15 [2022-06-21T11:56:15.253Z] === RUN   TestIpcModeNone
11:56:15 [2022-06-21T11:56:15.632Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
11:56:15 [2022-06-21T11:56:15.632Z] === RUN   TestBuildLabelWithTargets
11:56:15 [2022-06-21T11:56:15.821Z] --- PASS: TestIpcModeNone (0.62s)
11:56:15 [2022-06-21T11:56:15.821Z] === RUN   TestIpcModePrivate
11:56:16 [2022-06-21T11:56:16.390Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
11:56:16 [2022-06-21T11:56:16.649Z] --- PASS: TestIpcModePrivate (0.64s)
11:56:16 [2022-06-21T11:56:16.649Z] === RUN   TestIpcModeShareable
11:56:16 [2022-06-21T11:56:16.908Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
11:56:17 [2022-06-21T11:56:17.168Z] --- PASS: TestIpcModeShareable (0.65s)
11:56:17 [2022-06-21T11:56:17.168Z] === RUN   TestAPIIpcModeShareableAndContainer
11:56:19 [2022-06-21T11:56:19.074Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.82s)
11:56:19 [2022-06-21T11:56:19.074Z] === RUN   TestAPIIpcModeHost
11:56:19 [2022-06-21T11:56:19.333Z] --- PASS: TestAPIIpcModeHost (0.41s)
11:56:19 [2022-06-21T11:56:19.333Z] === RUN   TestDaemonIpcModeShareable
11:56:20 [2022-06-21T11:56:20.714Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
11:56:20 [2022-06-21T11:56:20.714Z] --- PASS: TestDaemonIpcModeShareable (1.22s)
11:56:20 [2022-06-21T11:56:20.714Z] === RUN   TestDaemonIpcModePrivate
11:56:21 [2022-06-21T11:56:21.651Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
11:56:21 [2022-06-21T11:56:21.911Z] --- PASS: TestDaemonIpcModePrivate (1.16s)
11:56:21 [2022-06-21T11:56:21.911Z] === RUN   TestDaemonIpcModePrivateFromConfig
11:56:22 [2022-06-21T11:56:22.850Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
11:56:23 [2022-06-21T11:56:23.110Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.28s)
11:56:23 [2022-06-21T11:56:23.110Z] === RUN   TestDaemonIpcModeShareableFromConfig
11:56:23 [2022-06-21T11:56:23.717Z] --- PASS: TestBuildLabelWithTargets (8.00s)
11:56:23 [2022-06-21T11:56:23.717Z] === RUN   TestBuildWithEmptyLayers
11:56:24 [2022-06-21T11:56:24.047Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
11:56:24 [2022-06-21T11:56:24.306Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.25s)
11:56:24 [2022-06-21T11:56:24.306Z] === RUN   TestIpcModeOlderClient
11:56:24 [2022-06-21T11:56:24.306Z] === PAUSE TestIpcModeOlderClient
11:56:24 [2022-06-21T11:56:24.306Z] === RUN   TestKillContainerInvalidSignal
11:56:24 [2022-06-21T11:56:24.876Z] --- PASS: TestKillContainerInvalidSignal (0.46s)
11:56:24 [2022-06-21T11:56:24.876Z] === RUN   TestKillContainer
11:56:24 [2022-06-21T11:56:24.876Z] === RUN   TestKillContainer/no_signal
11:56:25 [2022-06-21T11:56:25.136Z] === RUN   TestKillContainer/non_killing_signal
11:56:25 [2022-06-21T11:56:25.705Z] === RUN   TestKillContainer/killing_signal
11:56:26 [2022-06-21T11:56:26.235Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
11:56:26 [2022-06-21T11:56:26.235Z] === RUN   TestBuildMultiStageOnBuild
11:56:26 [2022-06-21T11:56:26.272Z] --- PASS: TestKillContainer (1.34s)
11:56:26 [2022-06-21T11:56:26.272Z]     --- PASS: TestKillContainer/no_signal (0.42s)
11:56:26 [2022-06-21T11:56:26.272Z]     --- PASS: TestKillContainer/non_killing_signal (0.31s)
11:56:26 [2022-06-21T11:56:26.272Z]     --- PASS: TestKillContainer/killing_signal (0.43s)
11:56:26 [2022-06-21T11:56:26.272Z] === RUN   TestKillWithStopSignalAndRestartPolicies
11:56:26 [2022-06-21T11:56:26.272Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
11:56:26 [2022-06-21T11:56:26.532Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
11:56:27 [2022-06-21T11:56:27.468Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.26s)
11:56:27 [2022-06-21T11:56:27.468Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s)
11:56:27 [2022-06-21T11:56:27.468Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s)
11:56:27 [2022-06-21T11:56:27.468Z] === RUN   TestKillStoppedContainer
11:56:27 [2022-06-21T11:56:27.468Z] --- PASS: TestKillStoppedContainer (0.05s)
11:56:27 [2022-06-21T11:56:27.468Z] === RUN   TestKillStoppedContainerAPIPre120
11:56:27 [2022-06-21T11:56:27.468Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
11:56:27 [2022-06-21T11:56:27.468Z] === RUN   TestKillDifferentUserContainer
11:56:28 [2022-06-21T11:56:28.036Z] --- PASS: TestKillDifferentUserContainer (0.41s)
11:56:28 [2022-06-21T11:56:28.036Z] === RUN   TestInspectOomKilledTrue
11:56:28 [2022-06-21T11:56:28.036Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
11:56:28 [2022-06-21T11:56:28.036Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
11:56:28 [2022-06-21T11:56:28.036Z] === RUN   TestInspectOomKilledFalse
11:56:28 [2022-06-21T11:56:28.295Z] --- PASS: TestInspectOomKilledFalse (0.44s)
11:56:28 [2022-06-21T11:56:28.295Z] === RUN   TestLinksEtcHostsContentMatch
11:56:28 [2022-06-21T11:56:28.865Z] --- PASS: TestLinksEtcHostsContentMatch (0.35s)
11:56:28 [2022-06-21T11:56:28.865Z] === RUN   TestLinksContainerNames
11:56:29 [2022-06-21T11:56:29.809Z] --- PASS: TestLinksContainerNames (0.93s)
11:56:29 [2022-06-21T11:56:29.809Z] === RUN   TestLogsFollowTailEmpty
11:56:30 [2022-06-21T11:56:30.068Z] --- PASS: TestLogsFollowTailEmpty (0.44s)
11:56:30 [2022-06-21T11:56:30.068Z] === RUN   TestLogs
11:56:30 [2022-06-21T11:56:30.068Z] === RUN   TestLogs/driver_local
11:56:30 [2022-06-21T11:56:30.068Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
11:56:30 [2022-06-21T11:56:30.068Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
11:56:30 [2022-06-21T11:56:30.068Z] === RUN   TestLogs/driver_local/tty/only_stdout
11:56:30 [2022-06-21T11:56:30.068Z] === PAUSE TestLogs/driver_local/tty/only_stdout
11:56:30 [2022-06-21T11:56:30.068Z] === RUN   TestLogs/driver_local/tty/only_stderr
11:56:30 [2022-06-21T11:56:30.068Z] === PAUSE TestLogs/driver_local/tty/only_stderr
11:56:30 [2022-06-21T11:56:30.068Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
11:56:30 [2022-06-21T11:56:30.068Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
11:56:30 [2022-06-21T11:56:30.068Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
11:56:30 [2022-06-21T11:56:30.068Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
11:56:30 [2022-06-21T11:56:30.068Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
11:56:30 [2022-06-21T11:56:30.068Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
11:56:30 [2022-06-21T11:56:30.068Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
11:56:30 [2022-06-21T11:56:30.068Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
11:56:30 [2022-06-21T11:56:30.638Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
11:56:30 [2022-06-21T11:56:30.638Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
11:56:31 [2022-06-21T11:56:31.479Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
11:56:31 [2022-06-21T11:56:31.479Z] === RUN   TestBuildUncleanTarFilenames
11:56:31 [2022-06-21T11:56:31.577Z] === CONT  TestLogs/driver_local/tty/only_stderr
11:56:31 [2022-06-21T11:56:31.577Z] === CONT  TestLogs/driver_local/tty/only_stdout
11:56:31 [2022-06-21T11:56:31.735Z] --- PASS: TestBuildUncleanTarFilenames (0.61s)
11:56:31 [2022-06-21T11:56:31.736Z] === RUN   TestBuildMultiStageLayerLeak
11:56:32 [2022-06-21T11:56:32.145Z] === RUN   TestLogs/driver_json-file
11:56:32 [2022-06-21T11:56:32.145Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
11:56:32 [2022-06-21T11:56:32.145Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
11:56:32 [2022-06-21T11:56:32.145Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
11:56:32 [2022-06-21T11:56:32.145Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
11:56:32 [2022-06-21T11:56:32.145Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
11:56:32 [2022-06-21T11:56:32.145Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
11:56:32 [2022-06-21T11:56:32.145Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
11:56:32 [2022-06-21T11:56:32.145Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
11:56:32 [2022-06-21T11:56:32.145Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
11:56:32 [2022-06-21T11:56:32.145Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
11:56:32 [2022-06-21T11:56:32.145Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
11:56:32 [2022-06-21T11:56:32.145Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
11:56:32 [2022-06-21T11:56:32.145Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
11:56:32 [2022-06-21T11:56:32.145Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
11:56:33 [2022-06-21T11:56:33.084Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
11:56:33 [2022-06-21T11:56:33.084Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
11:56:33 [2022-06-21T11:56:33.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
11:56:33 [2022-06-21T11:56:33.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
11:56:33 [2022-06-21T11:56:33.653Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
11:56:33 [2022-06-21T11:56:33.653Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
11:56:34 [2022-06-21T11:56:34.222Z] --- PASS: TestLogs (4.11s)
11:56:34 [2022-06-21T11:56:34.222Z]     --- PASS: TestLogs/driver_local (0.01s)
11:56:34 [2022-06-21T11:56:34.222Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.62s)
11:56:34 [2022-06-21T11:56:34.222Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.66s)
11:56:34 [2022-06-21T11:56:34.222Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.67s)
11:56:34 [2022-06-21T11:56:34.222Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.73s)
11:56:34 [2022-06-21T11:56:34.222Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.65s)
11:56:34 [2022-06-21T11:56:34.222Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.74s)
11:56:34 [2022-06-21T11:56:34.222Z]     --- PASS: TestLogs/driver_json-file (0.01s)
11:56:34 [2022-06-21T11:56:34.222Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.75s)
11:56:34 [2022-06-21T11:56:34.222Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.80s)
11:56:34 [2022-06-21T11:56:34.222Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.54s)
11:56:34 [2022-06-21T11:56:34.222Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.60s)
11:56:34 [2022-06-21T11:56:34.222Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.58s)
11:56:34 [2022-06-21T11:56:34.222Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.71s)
11:56:34 [2022-06-21T11:56:34.222Z] === RUN   TestContainerNetworkMountsNoChown
11:56:34 [2022-06-21T11:56:34.792Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/default
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/default
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/private
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/private
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rprivate
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rprivate
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/slave
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/slave
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rslave
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rslave
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/shared
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/shared
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rshared
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rshared
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/default
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/default/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/default/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/default/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/default/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/default/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/default/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/rslave
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rslave/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rslave/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/rshared
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rshared/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rshared/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/shared
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/shared/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/shared/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/shared/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/shared/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/rprivate
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/slave
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/slave/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/slave/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/slave/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/slave/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/private
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/private/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/private/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/private/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/private/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/private/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === RUN   TestMountDaemonRoot/private/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/default/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/rshared/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/default/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/default/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/default/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/shared/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/rslave/mount_root
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/rslave/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
11:56:34 [2022-06-21T11:56:34.792Z] === CONT  TestMountDaemonRoot/rshared/mount_root
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/slave/bind_root
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/shared/mount_root
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/private/bind_root
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/slave/mount_root
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/private/mount_subpath
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/private/mount_root
11:56:35 [2022-06-21T11:56:35.052Z] === CONT  TestMountDaemonRoot/private/bind_subpath
11:56:35 [2022-06-21T11:56:35.311Z] --- PASS: TestMountDaemonRoot (0.02s)
11:56:35 [2022-06-21T11:56:35.311Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
11:56:35 [2022-06-21T11:56:35.311Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
11:56:35 [2022-06-21T11:56:35.311Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
11:56:35 [2022-06-21T11:56:35.311Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
11:56:35 [2022-06-21T11:56:35.311Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
11:56:35 [2022-06-21T11:56:35.311Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
11:56:35 [2022-06-21T11:56:35.311Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
11:56:35 [2022-06-21T11:56:35.311Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
11:56:35 [2022-06-21T11:56:35.311Z] === RUN   TestContainerBindMountNonRecursive
11:56:36 [2022-06-21T11:56:36.689Z] --- PASS: TestContainerBindMountNonRecursive (1.44s)
11:56:36 [2022-06-21T11:56:36.689Z] === RUN   TestContainerVolumesMountedAsShared
11:56:36 [2022-06-21T11:56:36.729Z] INFO [loader] Go packages loading at mode 575 (imports|name|compiled_files|deps|files|exports_file|types_sizes) took 3m0.672461182s 
11:56:36 [2022-06-21T11:56:36.729Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive. 
11:56:36 [2022-06-21T11:56:36.729Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 501.863262ms 
11:56:36 [2022-06-21T11:56:36.954Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s)
11:56:36 [2022-06-21T11:56:36.954Z] === RUN   TestContainerVolumesMountedAsSlave
11:56:36 [2022-06-21T11:56:36.980Z] --- PASS: TestBuildMultiStageLayerLeak (4.38s)
11:56:36 [2022-06-21T11:56:36.980Z] === RUN   TestBuildWithHugeFile
11:56:37 [2022-06-21T11:56:37.522Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
11:56:37 [2022-06-21T11:56:37.522Z] === RUN   TestNetworkNat
11:56:37 [2022-06-21T11:56:37.784Z] --- PASS: TestNetworkNat (0.45s)
11:56:37 [2022-06-21T11:56:37.784Z] === RUN   TestNetworkLocalhostTCPNat
11:56:38 [2022-06-21T11:56:38.355Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s)
11:56:38 [2022-06-21T11:56:38.355Z] === RUN   TestNetworkLoopbackNat
11:56:40 [2022-06-21T11:56:40.907Z] --- PASS: TestNetworkLoopbackNat (2.58s)
11:56:40 [2022-06-21T11:56:40.907Z] === RUN   TestPause
11:56:41 [2022-06-21T11:56:41.509Z] --- PASS: TestPause (0.49s)
11:56:41 [2022-06-21T11:56:41.509Z] === RUN   TestPauseFailsOnWindowsServerContainers
11:56:41 [2022-06-21T11:56:41.509Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:56:41 [2022-06-21T11:56:41.509Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
11:56:41 [2022-06-21T11:56:41.509Z] === RUN   TestPauseStopPausedContainer
11:56:41 [2022-06-21T11:56:41.775Z] --- PASS: TestPauseStopPausedContainer (0.48s)
11:56:41 [2022-06-21T11:56:41.775Z] === RUN   TestPidHost
11:56:43 [2022-06-21T11:56:43.153Z] --- PASS: TestPidHost (1.07s)
11:56:43 [2022-06-21T11:56:43.153Z] === RUN   TestPsFilter
11:56:43 [2022-06-21T11:56:43.153Z] --- PASS: TestPsFilter (0.11s)
11:56:43 [2022-06-21T11:56:43.153Z] === RUN   TestRemoveContainerWithRemovedVolume
11:56:43 [2022-06-21T11:56:43.413Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
11:56:43 [2022-06-21T11:56:43.413Z] === RUN   TestRemoveContainerWithVolume
11:56:43 [2022-06-21T11:56:43.980Z] --- PASS: TestRemoveContainerWithVolume (0.45s)
11:56:43 [2022-06-21T11:56:43.980Z] === RUN   TestRemoveContainerRunning
11:56:44 [2022-06-21T11:56:44.239Z] --- PASS: TestRemoveContainerRunning (0.44s)
11:56:44 [2022-06-21T11:56:44.239Z] === RUN   TestRemoveContainerForceRemoveRunning
11:56:44 [2022-06-21T11:56:44.809Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s)
11:56:44 [2022-06-21T11:56:44.809Z] === RUN   TestRemoveInvalidContainer
11:56:44 [2022-06-21T11:56:44.809Z] --- PASS: TestRemoveInvalidContainer (0.01s)
11:56:44 [2022-06-21T11:56:44.809Z] === RUN   TestRenameLinkedContainer
11:56:46 [2022-06-21T11:56:46.713Z] --- PASS: TestRenameLinkedContainer (1.77s)
11:56:46 [2022-06-21T11:56:46.713Z] === RUN   TestRenameStoppedContainer
11:56:46 [2022-06-21T11:56:46.976Z] --- PASS: TestRenameStoppedContainer (0.40s)
11:56:46 [2022-06-21T11:56:46.976Z] === RUN   TestRenameRunningContainerAndReuse
11:56:47 [2022-06-21T11:56:47.917Z] --- PASS: TestRenameRunningContainerAndReuse (0.94s)
11:56:47 [2022-06-21T11:56:47.918Z] === RUN   TestRenameInvalidName
11:56:48 [2022-06-21T11:56:48.177Z] --- PASS: TestRenameInvalidName (0.43s)
11:56:48 [2022-06-21T11:56:48.177Z] === RUN   TestRenameAnonymousContainer
11:56:50 [2022-06-21T11:56:50.083Z] --- PASS: TestRenameAnonymousContainer (1.62s)
11:56:50 [2022-06-21T11:56:50.083Z] === RUN   TestRenameContainerWithSameName
11:56:50 [2022-06-21T11:56:50.342Z] --- PASS: TestRenameContainerWithSameName (0.45s)
11:56:50 [2022-06-21T11:56:50.342Z] === RUN   TestRenameContainerWithLinkedContainer
11:56:51 [2022-06-21T11:56:51.280Z] --- PASS: TestRenameContainerWithLinkedContainer (0.95s)
11:56:51 [2022-06-21T11:56:51.280Z] === RUN   TestResize
11:56:51 [2022-06-21T11:56:51.847Z] --- PASS: TestResize (0.44s)
11:56:51 [2022-06-21T11:56:51.847Z] === RUN   TestResizeWithInvalidSize
11:56:52 [2022-06-21T11:56:52.106Z] --- PASS: TestResizeWithInvalidSize (0.43s)
11:56:52 [2022-06-21T11:56:52.106Z] === RUN   TestResizeWhenContainerNotStarted
11:56:52 [2022-06-21T11:56:52.679Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s)
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:56:52 [2022-06-21T11:56:52.679Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
11:56:54 [2022-06-21T11:56:54.585Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:56:55 [2022-06-21T11:56:55.965Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:56:56 [2022-06-21T11:56:56.901Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:56:57 [2022-06-21T11:56:57.160Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:56:58 [2022-06-21T11:56:58.538Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
11:56:58 [2022-06-21T11:56:58.538Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
11:57:01 [2022-06-21T11:57:01.828Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
11:57:02 [2022-06-21T11:57:02.086Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:57:03 [2022-06-21T11:57:03.994Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:57:05 [2022-06-21T11:57:05.900Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:57:05 [2022-06-21T11:57:05.900Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:57:07 [2022-06-21T11:57:07.807Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:57:07 [2022-06-21T11:57:07.807Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:57:09 [2022-06-21T11:57:09.189Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:57:11 [2022-06-21T11:57:11.092Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.85s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.43s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.32s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.54s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.57s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.09s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.68s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.17s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.80s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.96s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.74s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.75s)
11:57:11 [2022-06-21T11:57:11.092Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s)
11:57:11 [2022-06-21T11:57:11.092Z] === RUN   TestCgroupNamespacesRun
11:57:12 [2022-06-21T11:57:12.031Z] --- PASS: TestCgroupNamespacesRun (1.26s)
11:57:12 [2022-06-21T11:57:12.031Z] === RUN   TestCgroupNamespacesRunPrivileged
11:57:12 [2022-06-21T11:57:12.031Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
11:57:12 [2022-06-21T11:57:12.031Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
11:57:12 [2022-06-21T11:57:12.031Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
11:57:13 [2022-06-21T11:57:13.409Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.22s)
11:57:13 [2022-06-21T11:57:13.409Z] === RUN   TestCgroupNamespacesRunHostMode
11:57:14 [2022-06-21T11:57:14.787Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s)
11:57:14 [2022-06-21T11:57:14.787Z] === RUN   TestCgroupNamespacesRunPrivateMode
11:57:15 [2022-06-21T11:57:15.724Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.20s)
11:57:15 [2022-06-21T11:57:15.724Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
11:57:17 [2022-06-21T11:57:17.101Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s)
11:57:17 [2022-06-21T11:57:17.102Z] === RUN   TestCgroupNamespacesRunInvalidMode
11:57:17 [2022-06-21T11:57:17.670Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
11:57:17 [2022-06-21T11:57:17.670Z] === RUN   TestCgroupNamespacesRunOlderClient
11:57:19 [2022-06-21T11:57:19.047Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.24s)
11:57:19 [2022-06-21T11:57:19.047Z] === RUN   TestNISDomainname
11:57:19 [2022-06-21T11:57:19.307Z] --- PASS: TestNISDomainname (0.54s)
11:57:19 [2022-06-21T11:57:19.307Z] === RUN   TestHostnameDnsResolution
11:57:20 [2022-06-21T11:57:20.245Z] --- PASS: TestHostnameDnsResolution (0.72s)
11:57:20 [2022-06-21T11:57:20.245Z] === RUN   TestUnprivilegedPortsAndPing
11:57:20 [2022-06-21T11:57:20.815Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s)
11:57:20 [2022-06-21T11:57:20.815Z] === RUN   TestPrivilegedHostDevices
11:57:21 [2022-06-21T11:57:21.074Z] --- PASS: TestPrivilegedHostDevices (0.52s)
11:57:21 [2022-06-21T11:57:21.074Z] === RUN   TestConsoleSize
11:57:21 [2022-06-21T11:57:21.643Z] --- PASS: TestConsoleSize (0.42s)
11:57:21 [2022-06-21T11:57:21.643Z] === RUN   TestStats
11:57:24 [2022-06-21T11:57:24.210Z] --- PASS: TestStats (2.52s)
11:57:24 [2022-06-21T11:57:24.211Z] === RUN   TestStopContainerWithTimeout
11:57:24 [2022-06-21T11:57:24.211Z] === RUN   TestStopContainerWithTimeout/0
11:57:24 [2022-06-21T11:57:24.211Z] === PAUSE TestStopContainerWithTimeout/0
11:57:24 [2022-06-21T11:57:24.211Z] === RUN   TestStopContainerWithTimeout/1
11:57:24 [2022-06-21T11:57:24.211Z] === PAUSE TestStopContainerWithTimeout/1
11:57:24 [2022-06-21T11:57:24.211Z] === RUN   TestStopContainerWithTimeout/3
11:57:24 [2022-06-21T11:57:24.211Z] === PAUSE TestStopContainerWithTimeout/3
11:57:24 [2022-06-21T11:57:24.211Z] === RUN   TestStopContainerWithTimeout/-1
11:57:24 [2022-06-21T11:57:24.211Z] === PAUSE TestStopContainerWithTimeout/-1
11:57:24 [2022-06-21T11:57:24.211Z] === CONT  TestStopContainerWithTimeout/0
11:57:24 [2022-06-21T11:57:24.211Z] === CONT  TestStopContainerWithTimeout/-1
11:57:24 [2022-06-21T11:57:24.783Z] === CONT  TestStopContainerWithTimeout/3
11:57:27 [2022-06-21T11:57:27.325Z] === CONT  TestStopContainerWithTimeout/1
11:57:28 [2022-06-21T11:57:28.261Z] --- PASS: TestStopContainerWithTimeout (0.01s)
11:57:28 [2022-06-21T11:57:28.261Z]     --- PASS: TestStopContainerWithTimeout/0 (0.72s)
11:57:28 [2022-06-21T11:57:28.261Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.71s)
11:57:28 [2022-06-21T11:57:28.261Z]     --- PASS: TestStopContainerWithTimeout/3 (2.43s)
11:57:28 [2022-06-21T11:57:28.261Z]     --- PASS: TestStopContainerWithTimeout/1 (1.44s)
11:57:28 [2022-06-21T11:57:28.261Z] === RUN   TestDeleteDevicemapper
11:57:28 [2022-06-21T11:57:28.261Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
11:57:28 [2022-06-21T11:57:28.261Z] --- SKIP: TestDeleteDevicemapper (0.00s)
11:57:28 [2022-06-21T11:57:28.261Z] === RUN   TestStopContainerWithRestartPolicyAlways
11:57:30 [2022-06-21T11:57:30.165Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.54s)
11:57:30 [2022-06-21T11:57:30.165Z] === RUN   TestUpdateMemory
11:57:30 [2022-06-21T11:57:30.424Z] --- PASS: TestUpdateMemory (0.59s)
11:57:30 [2022-06-21T11:57:30.424Z] === RUN   TestUpdateCPUQuota
11:57:31 [2022-06-21T11:57:31.360Z] --- PASS: TestUpdateCPUQuota (0.98s)
11:57:31 [2022-06-21T11:57:31.360Z] === RUN   TestUpdatePidsLimit
11:57:31 [2022-06-21T11:57:31.360Z] === RUN   TestUpdatePidsLimit/update_from_none
11:57:31 [2022-06-21T11:57:31.619Z] === RUN   TestUpdatePidsLimit/no_change
11:57:31 [2022-06-21T11:57:31.878Z] === RUN   TestUpdatePidsLimit/update_lower
11:57:32 [2022-06-21T11:57:32.137Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
11:57:32 [2022-06-21T11:57:32.396Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
11:57:32 [2022-06-21T11:57:32.656Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
11:57:32 [2022-06-21T11:57:32.914Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
11:57:33 [2022-06-21T11:57:33.204Z] --- PASS: TestBuildWithHugeFile (50.78s)
11:57:33 [2022-06-21T11:57:33.205Z] === RUN   TestBuildWCOWSandboxSize
11:57:33 [2022-06-21T11:57:33.205Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
11:57:33 [2022-06-21T11:57:33.205Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
11:57:33 [2022-06-21T11:57:33.205Z] === RUN   TestBuildWithEmptyDockerfile
11:57:33 [2022-06-21T11:57:33.205Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
11:57:33 [2022-06-21T11:57:33.205Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
11:57:33 [2022-06-21T11:57:33.205Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:57:33 [2022-06-21T11:57:33.205Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:57:33 [2022-06-21T11:57:33.205Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:57:33 [2022-06-21T11:57:33.205Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:57:33 [2022-06-21T11:57:33.205Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
11:57:33 [2022-06-21T11:57:33.205Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:57:33 [2022-06-21T11:57:33.205Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:57:33 [2022-06-21T11:57:33.205Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s)
11:57:33 [2022-06-21T11:57:33.205Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
11:57:33 [2022-06-21T11:57:33.205Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s)
11:57:33 [2022-06-21T11:57:33.205Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
11:57:33 [2022-06-21T11:57:33.205Z] === RUN   TestBuildPreserveOwnership
11:57:33 [2022-06-21T11:57:33.205Z] === RUN   TestBuildPreserveOwnership/copy_from
11:57:33 [2022-06-21T11:57:33.205Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
11:57:33 [2022-06-21T11:57:33.482Z] --- PASS: TestUpdatePidsLimit (2.14s)
11:57:33 [2022-06-21T11:57:33.482Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
11:57:33 [2022-06-21T11:57:33.482Z]     --- PASS: TestUpdatePidsLimit/no_change (0.22s)
11:57:33 [2022-06-21T11:57:33.482Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.23s)
11:57:33 [2022-06-21T11:57:33.482Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
11:57:33 [2022-06-21T11:57:33.482Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.30s)
11:57:33 [2022-06-21T11:57:33.482Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s)
11:57:33 [2022-06-21T11:57:33.482Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
11:57:33 [2022-06-21T11:57:33.482Z] === RUN   TestUpdateRestartPolicy
11:57:37 [2022-06-21T11:57:37.371Z] --- PASS: TestBuildPreserveOwnership (9.92s)
11:57:37 [2022-06-21T11:57:37.371Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.89s)
11:57:37 [2022-06-21T11:57:37.371Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
11:57:37 [2022-06-21T11:57:37.371Z] === RUN   TestBuildPlatformInvalid
11:57:37 [2022-06-21T11:57:37.371Z] --- PASS: TestBuildPlatformInvalid (0.09s)
11:57:37 [2022-06-21T11:57:37.371Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
11:57:37 [2022-06-21T11:57:37.371Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
11:57:37 [2022-06-21T11:57:37.371Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
11:57:37 [2022-06-21T11:57:37.371Z] PASS
11:57:37 [2022-06-21T11:57:37.371Z] 
11:57:37 [2022-06-21T11:57:37.371Z] === Skipped
11:57:37 [2022-06-21T11:57:37.371Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
11:57:37 [2022-06-21T11:57:37.371Z]     build_session_test.go:25: TODO: BuildKit
11:57:37 [2022-06-21T11:57:37.371Z] 
11:57:37 [2022-06-21T11:57:37.371Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
11:57:37 [2022-06-21T11:57:37.371Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
11:57:37 [2022-06-21T11:57:37.371Z] 
11:57:37 [2022-06-21T11:57:37.371Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
11:57:37 [2022-06-21T11:57:37.371Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
11:57:37 [2022-06-21T11:57:37.371Z] 
11:57:37 [2022-06-21T11:57:37.371Z] DONE 34 tests, 3 skipped in 111.565s
11:57:37 [2022-06-21T11:57:37.371Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
11:57:37 [2022-06-21T11:57:37.371Z] INFO: Testing against a local daemon
11:57:37 [2022-06-21T11:57:37.371Z] === RUN   TestConfigInspect
11:57:37 [2022-06-21T11:57:37.371Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:57:37 [2022-06-21T11:57:37.371Z] --- SKIP: TestConfigInspect (0.02s)
11:57:37 [2022-06-21T11:57:37.371Z] === RUN   TestConfigList
11:57:37 [2022-06-21T11:57:37.371Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:57:37 [2022-06-21T11:57:37.371Z] --- SKIP: TestConfigList (0.01s)
11:57:37 [2022-06-21T11:57:37.371Z] === RUN   TestConfigsCreateAndDelete
11:57:37 [2022-06-21T11:57:37.371Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:57:37 [2022-06-21T11:57:37.371Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
11:57:37 [2022-06-21T11:57:37.371Z] === RUN   TestConfigsUpdate
11:57:37 [2022-06-21T11:57:37.371Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:57:37 [2022-06-21T11:57:37.371Z] --- SKIP: TestConfigsUpdate (0.01s)
11:57:37 [2022-06-21T11:57:37.371Z] === RUN   TestTemplatedConfig
11:57:37 [2022-06-21T11:57:37.371Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:57:37 [2022-06-21T11:57:37.371Z] --- SKIP: TestTemplatedConfig (0.00s)
11:57:37 [2022-06-21T11:57:37.371Z] === RUN   TestConfigCreateResolve
11:57:37 [2022-06-21T11:57:37.371Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:57:37 [2022-06-21T11:57:37.371Z] --- SKIP: TestConfigCreateResolve (0.01s)
11:57:37 [2022-06-21T11:57:37.371Z] PASS
11:57:37 [2022-06-21T11:57:37.371Z] 
11:57:37 [2022-06-21T11:57:37.371Z] === Skipped
11:57:37 [2022-06-21T11:57:37.371Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
11:57:37 [2022-06-21T11:57:37.371Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:57:37 [2022-06-21T11:57:37.371Z] 
11:57:37 [2022-06-21T11:57:37.371Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
11:57:37 [2022-06-21T11:57:37.371Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:57:37 [2022-06-21T11:57:37.371Z] 
11:57:37 [2022-06-21T11:57:37.371Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
11:57:37 [2022-06-21T11:57:37.371Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:57:37 [2022-06-21T11:57:37.371Z] 
11:57:37 [2022-06-21T11:57:37.371Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
11:57:37 [2022-06-21T11:57:37.371Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:57:37 [2022-06-21T11:57:37.371Z] 
11:57:37 [2022-06-21T11:57:37.371Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
11:57:37 [2022-06-21T11:57:37.371Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:57:37 [2022-06-21T11:57:37.371Z] 
11:57:37 [2022-06-21T11:57:37.371Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
11:57:37 [2022-06-21T11:57:37.371Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:57:37 [2022-06-21T11:57:37.371Z] 
11:57:37 [2022-06-21T11:57:37.371Z] DONE 6 tests, 6 skipped in 0.156s
11:57:37 [2022-06-21T11:57:37.371Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
11:57:37 [2022-06-21T11:57:37.627Z] INFO: Testing against a local daemon
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestAttachWithTTY
11:57:37 [2022-06-21T11:57:37.627Z] --- PASS: TestAttachWithTTY (0.05s)
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestAttachWithoutTTy
11:57:37 [2022-06-21T11:57:37.627Z] --- PASS: TestAttachWithoutTTy (0.04s)
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestCheckpoint
11:57:37 [2022-06-21T11:57:37.627Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:57:37 [2022-06-21T11:57:37.627Z] --- SKIP: TestCheckpoint (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/commit
11:57:37 [2022-06-21T11:57:37.627Z] === PAUSE TestContainerInvalidJSON/commit
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/create
11:57:37 [2022-06-21T11:57:37.627Z] === PAUSE TestContainerInvalidJSON/containers/create
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
11:57:37 [2022-06-21T11:57:37.627Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
11:57:37 [2022-06-21T11:57:37.627Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
11:57:37 [2022-06-21T11:57:37.627Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
11:57:37 [2022-06-21T11:57:37.627Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
11:57:37 [2022-06-21T11:57:37.627Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
11:57:37 [2022-06-21T11:57:37.627Z] === CONT  TestContainerInvalidJSON/commit
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
11:57:37 [2022-06-21T11:57:37.627Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/commit/empty_body
11:57:37 [2022-06-21T11:57:37.627Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
11:57:37 [2022-06-21T11:57:37.627Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
11:57:37 [2022-06-21T11:57:37.627Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
11:57:37 [2022-06-21T11:57:37.627Z] === CONT  TestContainerInvalidJSON/containers/create
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
11:57:37 [2022-06-21T11:57:37.627Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
11:57:37 [2022-06-21T11:57:37.627Z] --- PASS: TestContainerInvalidJSON (0.01s)
11:57:37 [2022-06-21T11:57:37.627Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
11:57:37 [2022-06-21T11:57:37.627Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
11:57:37 [2022-06-21T11:57:37.628Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.628Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.628Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
11:57:37 [2022-06-21T11:57:37.628Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
11:57:37 [2022-06-21T11:57:37.628Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
11:57:37 [2022-06-21T11:57:37.628Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.628Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
11:57:37 [2022-06-21T11:57:37.628Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
11:57:37 [2022-06-21T11:57:37.628Z] === RUN   TestCopyFromContainerPathDoesNotExist
11:57:37 [2022-06-21T11:57:37.884Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
11:57:37 [2022-06-21T11:57:37.884Z] === RUN   TestCopyFromContainerPathIsNotDir
11:57:37 [2022-06-21T11:57:37.884Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
11:57:37 [2022-06-21T11:57:37.884Z] === RUN   TestCopyToContainerPathDoesNotExist
11:57:37 [2022-06-21T11:57:37.884Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
11:57:37 [2022-06-21T11:57:37.884Z] === RUN   TestCopyEmptyFile
11:57:38 [2022-06-21T11:57:38.141Z] --- PASS: TestCopyEmptyFile (0.24s)
11:57:38 [2022-06-21T11:57:38.141Z] === RUN   TestCopyToContainerPathIsNotDir
11:57:38 [2022-06-21T11:57:38.141Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
11:57:38 [2022-06-21T11:57:38.141Z] === RUN   TestCopyFromContainer
11:57:41 [2022-06-21T11:57:41.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
11:57:42 [2022-06-21T11:57:42.307Z] === RUN   TestCopyFromContainer//
11:57:42 [2022-06-21T11:57:42.307Z] === RUN   TestCopyFromContainer//bar/root
11:57:42 [2022-06-21T11:57:42.307Z] === RUN   TestCopyFromContainer//bar/root/
11:57:42 [2022-06-21T11:57:42.307Z] === RUN   TestCopyFromContainer/bar/quux
11:57:42 [2022-06-21T11:57:42.307Z] === RUN   TestCopyFromContainer/bar/quux/
11:57:42 [2022-06-21T11:57:42.564Z] === RUN   TestCopyFromContainer/bar/quux/baz
11:57:42 [2022-06-21T11:57:42.564Z] === RUN   TestCopyFromContainer/bar/filesymlink
11:57:42 [2022-06-21T11:57:42.564Z] === RUN   TestCopyFromContainer/bar/dirsymlink
11:57:42 [2022-06-21T11:57:42.564Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
11:57:42 [2022-06-21T11:57:42.564Z] === RUN   TestCopyFromContainer/bar/notarget
11:57:42 [2022-06-21T11:57:42.821Z] --- PASS: TestCopyFromContainer (4.60s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCopyFromContainer// (0.06s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
11:57:42 [2022-06-21T11:57:42.821Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
11:57:42 [2022-06-21T11:57:42.821Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:57:42 [2022-06-21T11:57:42.821Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:57:42 [2022-06-21T11:57:42.821Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:57:42 [2022-06-21T11:57:42.821Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:57:42 [2022-06-21T11:57:42.821Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
11:57:42 [2022-06-21T11:57:42.821Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
11:57:42 [2022-06-21T11:57:42.821Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:57:42 [2022-06-21T11:57:42.821Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
11:57:42 [2022-06-21T11:57:42.821Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:57:42 [2022-06-21T11:57:42.821Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
11:57:42 [2022-06-21T11:57:42.821Z] === RUN   TestCreateLinkToNonExistingContainer
11:57:42 [2022-06-21T11:57:42.821Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s)
11:57:42 [2022-06-21T11:57:42.821Z] === RUN   TestCreateWithInvalidEnv
11:57:42 [2022-06-21T11:57:42.821Z] === RUN   TestCreateWithInvalidEnv/0
11:57:42 [2022-06-21T11:57:42.821Z] === PAUSE TestCreateWithInvalidEnv/0
11:57:42 [2022-06-21T11:57:42.821Z] === RUN   TestCreateWithInvalidEnv/1
11:57:42 [2022-06-21T11:57:42.821Z] === PAUSE TestCreateWithInvalidEnv/1
11:57:42 [2022-06-21T11:57:42.821Z] === RUN   TestCreateWithInvalidEnv/2
11:57:42 [2022-06-21T11:57:42.821Z] === PAUSE TestCreateWithInvalidEnv/2
11:57:42 [2022-06-21T11:57:42.821Z] === CONT  TestCreateWithInvalidEnv/0
11:57:42 [2022-06-21T11:57:42.821Z] === CONT  TestCreateWithInvalidEnv/2
11:57:42 [2022-06-21T11:57:42.821Z] === CONT  TestCreateWithInvalidEnv/1
11:57:42 [2022-06-21T11:57:42.821Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
11:57:42 [2022-06-21T11:57:42.821Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
11:57:42 [2022-06-21T11:57:42.821Z] === RUN   TestCreateTmpfsMountsTarget
11:57:42 [2022-06-21T11:57:42.821Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
11:57:42 [2022-06-21T11:57:42.821Z] === RUN   TestCreateWithCustomMaskedPaths
11:57:44 [2022-06-21T11:57:44.189Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s)
11:57:44 [2022-06-21T11:57:44.189Z] === RUN   TestCreateWithCustomReadonlyPaths
11:57:45 [2022-06-21T11:57:45.116Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.13s)
11:57:45 [2022-06-21T11:57:45.116Z] === RUN   TestCreateWithInvalidHealthcheckParams
11:57:45 [2022-06-21T11:57:45.116Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:57:45 [2022-06-21T11:57:45.116Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:57:45 [2022-06-21T11:57:45.116Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:57:45 [2022-06-21T11:57:45.116Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:57:45 [2022-06-21T11:57:45.116Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:57:45 [2022-06-21T11:57:45.116Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:57:45 [2022-06-21T11:57:45.116Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:57:45 [2022-06-21T11:57:45.116Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:57:45 [2022-06-21T11:57:45.116Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:57:45 [2022-06-21T11:57:45.116Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:57:45 [2022-06-21T11:57:45.116Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:57:45 [2022-06-21T11:57:45.116Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:57:45 [2022-06-21T11:57:45.116Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:57:45 [2022-06-21T11:57:45.116Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:57:45 [2022-06-21T11:57:45.116Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:57:45 [2022-06-21T11:57:45.116Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
11:57:45 [2022-06-21T11:57:45.116Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s)
11:57:45 [2022-06-21T11:57:45.116Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s)
11:57:45 [2022-06-21T11:57:45.116Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
11:57:45 [2022-06-21T11:57:45.116Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
11:57:45 [2022-06-21T11:57:45.116Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
11:57:45 [2022-06-21T11:57:45.116Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
11:57:45 [2022-06-21T11:57:45.659Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
11:57:45 [2022-06-21T11:57:45.659Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
11:57:45 [2022-06-21T11:57:45.659Z] GOOS="" GOARCH="" GOARM=""
11:57:45 [2022-06-21T11:57:45.659Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
11:57:45 [2022-06-21T11:57:45.659Z] 
11:57:45 [2022-06-21T11:57:45.659Z] ---> Making bundle: test-integration (in bundles/test-integration)
11:57:45 [2022-06-21T11:57:45.659Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
11:57:45 [2022-06-21T11:57:45.659Z] HOSTNAME=23f035a547c2
11:57:45 [2022-06-21T11:57:45.659Z] TESTDEBUG=0
11:57:45 [2022-06-21T11:57:45.659Z] DEST=bundles/test-integration
11:57:45 [2022-06-21T11:57:45.659Z] PWD=/go/src/github.com/docker/docker
11:57:45 [2022-06-21T11:57:45.659Z] DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f
11:57:45 [2022-06-21T11:57:45.659Z] container=docker
11:57:45 [2022-06-21T11:57:45.659Z] HOME=/root
11:57:45 [2022-06-21T11:57:45.659Z] GOLANG_VERSION=1.18.3
11:57:45 [2022-06-21T11:57:45.659Z] VALIDATE_REPO=https://github.com/moby/moby.git
11:57:45 [2022-06-21T11:57:45.659Z] VALIDATE_BRANCH=master
11:57:45 [2022-06-21T11:57:45.659Z] TERM=xterm
11:57:45 [2022-06-21T11:57:45.659Z] DOCKER_PKG=github.com/docker/docker
11:57:45 [2022-06-21T11:57:45.659Z] SHLVL=1
11:57:45 [2022-06-21T11:57:45.659Z] TIMEOUT=120m
11:57:45 [2022-06-21T11:57:45.659Z] DOCKER_BUILDTAGS= journald
11:57:45 [2022-06-21T11:57:45.659Z] DOCKER_GRAPHDRIVER=overlay2
11:57:45 [2022-06-21T11:57:45.659Z] GO111MODULE=off
11:57:45 [2022-06-21T11:57:45.659Z] DOCKER_EXPERIMENTAL=1
11:57:45 [2022-06-21T11:57:45.659Z] TEST_SKIP_INTEGRATION_CLI=1
11:57:45 [2022-06-21T11:57:45.659Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
11:57:45 [2022-06-21T11:57:45.659Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
11:57:45 [2022-06-21T11:57:45.659Z] GOPATH=/go
11:57:45 [2022-06-21T11:57:45.659Z] PKG_CONFIG=pkg-config
11:57:45 [2022-06-21T11:57:45.659Z] _=/usr/bin/env
11:57:45 [2022-06-21T11:57:45.659Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
11:57:45 [2022-06-21T11:57:45.678Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestCreateDifferentPlatform
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestCreateDifferentPlatform/different_os
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
11:57:45 [2022-06-21T11:57:45.678Z] --- PASS: TestCreateDifferentPlatform (0.01s)
11:57:45 [2022-06-21T11:57:45.678Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
11:57:45 [2022-06-21T11:57:45.678Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestCreateVolumesFromNonExistingContainer
11:57:45 [2022-06-21T11:57:45.678Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
11:57:45 [2022-06-21T11:57:45.678Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestCreateInvalidHostConfig
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
11:57:45 [2022-06-21T11:57:45.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
11:57:45 [2022-06-21T11:57:45.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
11:57:45 [2022-06-21T11:57:45.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
11:57:45 [2022-06-21T11:57:45.678Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
11:57:45 [2022-06-21T11:57:45.678Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
11:57:45 [2022-06-21T11:57:45.678Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
11:57:45 [2022-06-21T11:57:45.678Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
11:57:45 [2022-06-21T11:57:45.678Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
11:57:45 [2022-06-21T11:57:45.678Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
11:57:45 [2022-06-21T11:57:45.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
11:57:45 [2022-06-21T11:57:45.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
11:57:45 [2022-06-21T11:57:45.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
11:57:45 [2022-06-21T11:57:45.678Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestContainerStartOnDaemonRestart
11:57:45 [2022-06-21T11:57:45.678Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
11:57:45 [2022-06-21T11:57:45.678Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestDaemonRestartIpcMode
11:57:45 [2022-06-21T11:57:45.678Z] === PAUSE TestDaemonRestartIpcMode
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestDaemonHostGatewayIP
11:57:45 [2022-06-21T11:57:45.678Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
11:57:45 [2022-06-21T11:57:45.678Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestRestartDaemonWithRestartingContainer
11:57:45 [2022-06-21T11:57:45.678Z] === PAUSE TestRestartDaemonWithRestartingContainer
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestContainerKillOnDaemonStart
11:57:45 [2022-06-21T11:57:45.678Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
11:57:45 [2022-06-21T11:57:45.678Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
11:57:45 [2022-06-21T11:57:45.678Z] === RUN   TestDiff
11:57:45 [2022-06-21T11:57:45.687Z] --- PASS: TestUpdateRestartPolicy (11.13s)
11:57:45 [2022-06-21T11:57:45.687Z] === RUN   TestUpdateRestartWithAutoRemove
11:57:45 [2022-06-21T11:57:45.687Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
11:57:45 [2022-06-21T11:57:45.687Z] === RUN   TestWaitNonBlocked
11:57:45 [2022-06-21T11:57:45.687Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
11:57:45 [2022-06-21T11:57:45.687Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
11:57:45 [2022-06-21T11:57:45.687Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
11:57:45 [2022-06-21T11:57:45.687Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
11:57:45 [2022-06-21T11:57:45.687Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
11:57:45 [2022-06-21T11:57:45.687Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
11:57:45 [2022-06-21T11:57:45.947Z] --- PASS: TestWaitNonBlocked (0.01s)
11:57:45 [2022-06-21T11:57:45.947Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.75s)
11:57:45 [2022-06-21T11:57:45.947Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.79s)
11:57:45 [2022-06-21T11:57:45.947Z] === RUN   TestWaitBlocked
11:57:45 [2022-06-21T11:57:45.947Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
11:57:45 [2022-06-21T11:57:45.947Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
11:57:45 [2022-06-21T11:57:45.947Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
11:57:45 [2022-06-21T11:57:45.947Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
11:57:45 [2022-06-21T11:57:45.947Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
11:57:45 [2022-06-21T11:57:45.947Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
11:57:46 [2022-06-21T11:57:46.239Z] --- PASS: TestDiff (0.42s)
11:57:46 [2022-06-21T11:57:46.239Z] === RUN   TestExecWithCloseStdin
11:57:46 [2022-06-21T11:57:46.495Z] --- PASS: TestExecWithCloseStdin (0.46s)
11:57:46 [2022-06-21T11:57:46.495Z] === RUN   TestExec
11:57:46 [2022-06-21T11:57:46.885Z] --- PASS: TestWaitBlocked (0.01s)
11:57:46 [2022-06-21T11:57:46.886Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.64s)
11:57:46 [2022-06-21T11:57:46.886Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s)
11:57:46 [2022-06-21T11:57:46.886Z] === CONT  TestContainerStartOnDaemonRestart
11:57:46 [2022-06-21T11:57:46.886Z] === CONT  TestContainerKillOnDaemonStart
11:57:47 [2022-06-21T11:57:47.059Z] --- PASS: TestExec (0.46s)
11:57:47 [2022-06-21T11:57:47.059Z] === RUN   TestExecUser
11:57:47 [2022-06-21T11:57:47.621Z] --- PASS: TestExecUser (0.45s)
11:57:47 [2022-06-21T11:57:47.621Z] === RUN   TestExportContainerAndImportImage
11:57:48 [2022-06-21T11:57:48.183Z] --- PASS: TestExportContainerAndImportImage (0.57s)
11:57:48 [2022-06-21T11:57:48.183Z] === RUN   TestExportContainerAfterDaemonRestart
11:57:48 [2022-06-21T11:57:48.791Z] --- PASS: TestContainerStartOnDaemonRestart (2.14s)
11:57:48 [2022-06-21T11:57:48.791Z] === CONT  TestIpcModeOlderClient
11:57:48 [2022-06-21T11:57:48.791Z] --- PASS: TestIpcModeOlderClient (0.07s)
11:57:48 [2022-06-21T11:57:48.791Z] === CONT  TestDaemonHostGatewayIP
11:57:49 [2022-06-21T11:57:49.549Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s)
11:57:49 [2022-06-21T11:57:49.549Z] === RUN   TestHealthCheckWorkdir
11:57:50 [2022-06-21T11:57:50.110Z] --- PASS: TestHealthCheckWorkdir (0.54s)
11:57:50 [2022-06-21T11:57:50.110Z] === RUN   TestHealthKillContainer
11:57:51 [2022-06-21T11:57:51.324Z] --- PASS: TestDaemonHostGatewayIP (2.28s)
11:57:51 [2022-06-21T11:57:51.324Z] === CONT  TestRestartDaemonWithRestartingContainer
11:57:53 [2022-06-21T11:57:53.228Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.73s)
11:57:53 [2022-06-21T11:57:53.228Z] === CONT  TestDaemonRestartIpcMode
11:57:55 [2022-06-21T11:57:55.132Z] --- PASS: TestDaemonRestartIpcMode (2.24s)
11:57:58 [2022-06-21T11:57:58.191Z] --- PASS: TestHealthKillContainer (7.87s)
11:57:58 [2022-06-21T11:57:58.191Z] === RUN   TestInspectCpusetInConfigPre120
11:57:58 [2022-06-21T11:57:58.191Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
11:57:58 [2022-06-21T11:57:58.191Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
11:57:58 [2022-06-21T11:57:58.191Z] === RUN   TestIpcModeNone
11:57:58 [2022-06-21T11:57:58.419Z] --- PASS: TestContainerKillOnDaemonStart (11.86s)
11:57:58 [2022-06-21T11:57:58.419Z] PASS
11:57:58 [2022-06-21T11:57:58.419Z] 
11:57:58 [2022-06-21T11:57:58.419Z] === Skipped
11:57:58 [2022-06-21T11:57:58.419Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
11:57:58 [2022-06-21T11:57:58.419Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:57:58 [2022-06-21T11:57:58.419Z] 
11:57:58 [2022-06-21T11:57:58.419Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
11:57:58 [2022-06-21T11:57:58.419Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
11:57:58 [2022-06-21T11:57:58.419Z] 
11:57:58 [2022-06-21T11:57:58.419Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
11:57:58 [2022-06-21T11:57:58.419Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:57:58 [2022-06-21T11:57:58.419Z] 
11:57:58 [2022-06-21T11:57:58.419Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
11:57:58 [2022-06-21T11:57:58.419Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
11:57:58 [2022-06-21T11:57:58.419Z] 
11:57:58 [2022-06-21T11:57:58.419Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
11:57:58 [2022-06-21T11:57:58.419Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
11:57:58 [2022-06-21T11:57:58.419Z] 
11:57:58 [2022-06-21T11:57:58.419Z] DONE 258 tests, 5 skipped in 123.999s
11:57:58 [2022-06-21T11:57:58.419Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
11:57:58 [2022-06-21T11:57:58.448Z] --- PASS: TestIpcModeNone (0.61s)
11:57:58 [2022-06-21T11:57:58.448Z] === RUN   TestIpcModePrivate
11:57:58 [2022-06-21T11:57:58.678Z] === RUN   TestConfigDaemonLibtrustID
11:57:58 [2022-06-21T11:57:58.703Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
11:57:58 [2022-06-21T11:57:58.959Z] --- PASS: TestIpcModePrivate (0.43s)
11:57:58 [2022-06-21T11:57:58.959Z] === RUN   TestIpcModeShareable
11:57:58 [2022-06-21T11:57:58.959Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:57:58 [2022-06-21T11:57:58.959Z] --- SKIP: TestIpcModeShareable (0.00s)
11:57:58 [2022-06-21T11:57:58.959Z] === RUN   TestAPIIpcModeShareableAndContainer
11:57:59 [2022-06-21T11:57:59.246Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
11:57:59 [2022-06-21T11:57:59.247Z] === RUN   TestConfigDaemonID
11:58:00 [2022-06-21T11:58:00.186Z]     daemon_test.go:83: [d13c4f5bbb2dd] daemon is not started
11:58:00 [2022-06-21T11:58:00.186Z] --- PASS: TestConfigDaemonID (1.04s)
11:58:00 [2022-06-21T11:58:00.186Z] === RUN   TestDaemonConfigValidation
11:58:00 [2022-06-21T11:58:00.186Z] === RUN   TestDaemonConfigValidation/config_with_no_content
11:58:00 [2022-06-21T11:58:00.186Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
11:58:00 [2022-06-21T11:58:00.186Z] === RUN   TestDaemonConfigValidation/config_with_{}
11:58:00 [2022-06-21T11:58:00.186Z] === PAUSE TestDaemonConfigValidation/config_with_{}
11:58:00 [2022-06-21T11:58:00.186Z] === RUN   TestDaemonConfigValidation/invalid_config
11:58:00 [2022-06-21T11:58:00.186Z] === PAUSE TestDaemonConfigValidation/invalid_config
11:58:00 [2022-06-21T11:58:00.186Z] === RUN   TestDaemonConfigValidation/malformed_config
11:58:00 [2022-06-21T11:58:00.186Z] === PAUSE TestDaemonConfigValidation/malformed_config
11:58:00 [2022-06-21T11:58:00.186Z] === RUN   TestDaemonConfigValidation/valid_config
11:58:00 [2022-06-21T11:58:00.186Z] === PAUSE TestDaemonConfigValidation/valid_config
11:58:00 [2022-06-21T11:58:00.186Z] === CONT  TestDaemonConfigValidation/config_with_no_content
11:58:00 [2022-06-21T11:58:00.186Z] === CONT  TestDaemonConfigValidation/valid_config
11:58:00 [2022-06-21T11:58:00.186Z] === CONT  TestDaemonConfigValidation/invalid_config
11:58:00 [2022-06-21T11:58:00.186Z] === CONT  TestDaemonConfigValidation/malformed_config
11:58:00 [2022-06-21T11:58:00.186Z] === CONT  TestDaemonConfigValidation/config_with_{}
11:58:00 [2022-06-21T11:58:00.326Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s)
11:58:00 [2022-06-21T11:58:00.326Z] === RUN   TestAPIIpcModeHost
11:58:00 [2022-06-21T11:58:00.326Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:58:00 [2022-06-21T11:58:00.326Z] --- SKIP: TestAPIIpcModeHost (0.00s)
11:58:00 [2022-06-21T11:58:00.326Z] === RUN   TestDaemonIpcModeShareable
11:58:00 [2022-06-21T11:58:00.326Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:58:00 [2022-06-21T11:58:00.326Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
11:58:00 [2022-06-21T11:58:00.326Z] === RUN   TestDaemonIpcModePrivate
11:58:00 [2022-06-21T11:58:00.454Z] --- PASS: TestDaemonConfigValidation (0.00s)
11:58:00 [2022-06-21T11:58:00.454Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
11:58:00 [2022-06-21T11:58:00.454Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.11s)
11:58:00 [2022-06-21T11:58:00.454Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
11:58:00 [2022-06-21T11:58:00.454Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
11:58:00 [2022-06-21T11:58:00.454Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
11:58:00 [2022-06-21T11:58:00.454Z] === RUN   TestConfigDaemonSeccompProfiles
11:58:00 [2022-06-21T11:58:00.454Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
11:58:01 [2022-06-21T11:58:01.255Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
11:58:01 [2022-06-21T11:58:01.391Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
11:58:01 [2022-06-21T11:58:01.512Z] --- PASS: TestDaemonIpcModePrivate (1.19s)
11:58:01 [2022-06-21T11:58:01.512Z] === RUN   TestDaemonIpcModePrivateFromConfig
11:58:01 [2022-06-21T11:58:01.512Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:58:01 [2022-06-21T11:58:01.512Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
11:58:01 [2022-06-21T11:58:01.512Z] === RUN   TestDaemonIpcModeShareableFromConfig
11:58:01 [2022-06-21T11:58:01.512Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:58:01 [2022-06-21T11:58:01.512Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
11:58:01 [2022-06-21T11:58:01.512Z] === RUN   TestIpcModeOlderClient
11:58:01 [2022-06-21T11:58:01.512Z] === PAUSE TestIpcModeOlderClient
11:58:01 [2022-06-21T11:58:01.512Z] === RUN   TestKillContainerInvalidSignal
11:58:02 [2022-06-21T11:58:02.073Z] --- PASS: TestKillContainerInvalidSignal (0.51s)
11:58:02 [2022-06-21T11:58:02.073Z] === RUN   TestKillContainer
11:58:02 [2022-06-21T11:58:02.073Z] === RUN   TestKillContainer/no_signal
11:58:02 [2022-06-21T11:58:02.328Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
11:58:02 [2022-06-21T11:58:02.329Z] === RUN   TestKillContainer/non_killing_signal
11:58:02 [2022-06-21T11:58:02.585Z] === RUN   TestKillContainer/killing_signal
11:58:03 [2022-06-21T11:58:03.147Z] --- PASS: TestKillContainer (1.21s)
11:58:03 [2022-06-21T11:58:03.147Z]     --- PASS: TestKillContainer/no_signal (0.39s)
11:58:03 [2022-06-21T11:58:03.147Z]     --- PASS: TestKillContainer/non_killing_signal (0.26s)
11:58:03 [2022-06-21T11:58:03.147Z]     --- PASS: TestKillContainer/killing_signal (0.38s)
11:58:03 [2022-06-21T11:58:03.147Z] === RUN   TestKillWithStopSignalAndRestartPolicies
11:58:03 [2022-06-21T11:58:03.147Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
11:58:03 [2022-06-21T11:58:03.705Z] === CONT  TestConfigDaemonSeccompProfiles
11:58:03 [2022-06-21T11:58:03.705Z]     daemon_test.go:197: [d43753e540b37] daemon is not started
11:58:03 [2022-06-21T11:58:03.705Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
11:58:03 [2022-06-21T11:58:03.705Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
11:58:03 [2022-06-21T11:58:03.705Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
11:58:03 [2022-06-21T11:58:03.705Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
11:58:03 [2022-06-21T11:58:03.705Z] === RUN   TestDaemonProxy
11:58:03 [2022-06-21T11:58:03.705Z] === RUN   TestDaemonProxy/environment_variables
11:58:03 [2022-06-21T11:58:03.709Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
11:58:03 [2022-06-21T11:58:03.965Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.81s)
11:58:03 [2022-06-21T11:58:03.965Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s)
11:58:03 [2022-06-21T11:58:03.965Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s)
11:58:03 [2022-06-21T11:58:03.965Z] === RUN   TestKillStoppedContainer
11:58:03 [2022-06-21T11:58:03.965Z] --- PASS: TestKillStoppedContainer (0.04s)
11:58:03 [2022-06-21T11:58:03.965Z] === RUN   TestKillStoppedContainerAPIPre120
11:58:03 [2022-06-21T11:58:03.965Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
11:58:03 [2022-06-21T11:58:03.965Z] === RUN   TestKillDifferentUserContainer
11:58:04 [2022-06-21T11:58:04.527Z] --- PASS: TestKillDifferentUserContainer (0.41s)
11:58:04 [2022-06-21T11:58:04.527Z] === RUN   TestInspectOomKilledTrue
11:58:04 [2022-06-21T11:58:04.527Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:04 [2022-06-21T11:58:04.527Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
11:58:04 [2022-06-21T11:58:04.527Z] === RUN   TestInspectOomKilledFalse
11:58:04 [2022-06-21T11:58:04.527Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:58:04 [2022-06-21T11:58:04.527Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
11:58:04 [2022-06-21T11:58:04.527Z] === RUN   TestLinksEtcHostsContentMatch
11:58:04 [2022-06-21T11:58:04.527Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
11:58:04 [2022-06-21T11:58:04.527Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
11:58:04 [2022-06-21T11:58:04.527Z] === RUN   TestLinksContainerNames
11:58:05 [2022-06-21T11:58:05.453Z] --- PASS: TestLinksContainerNames (0.81s)
11:58:05 [2022-06-21T11:58:05.453Z] === RUN   TestLogsFollowTailEmpty
11:58:05 [2022-06-21T11:58:05.608Z] === RUN   TestDaemonProxy/command-line_options
11:58:05 [2022-06-21T11:58:05.708Z] --- PASS: TestLogsFollowTailEmpty (0.39s)
11:58:05 [2022-06-21T11:58:05.708Z] === RUN   TestLogs
11:58:05 [2022-06-21T11:58:05.708Z] === RUN   TestLogs/driver_local
11:58:05 [2022-06-21T11:58:05.708Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
11:58:05 [2022-06-21T11:58:05.708Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
11:58:05 [2022-06-21T11:58:05.708Z] === RUN   TestLogs/driver_local/tty/only_stdout
11:58:05 [2022-06-21T11:58:05.708Z] === PAUSE TestLogs/driver_local/tty/only_stdout
11:58:05 [2022-06-21T11:58:05.708Z] === RUN   TestLogs/driver_local/tty/only_stderr
11:58:05 [2022-06-21T11:58:05.708Z] === PAUSE TestLogs/driver_local/tty/only_stderr
11:58:05 [2022-06-21T11:58:05.708Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
11:58:05 [2022-06-21T11:58:05.708Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
11:58:05 [2022-06-21T11:58:05.708Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
11:58:05 [2022-06-21T11:58:05.708Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
11:58:05 [2022-06-21T11:58:05.708Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
11:58:05 [2022-06-21T11:58:05.708Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
11:58:05 [2022-06-21T11:58:05.708Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
11:58:05 [2022-06-21T11:58:05.708Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
11:58:06 [2022-06-21T11:58:06.270Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
11:58:06 [2022-06-21T11:58:06.270Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
11:58:06 [2022-06-21T11:58:06.833Z] === CONT  TestLogs/driver_local/tty/only_stderr
11:58:06 [2022-06-21T11:58:06.985Z] === RUN   TestDaemonProxy/configuration_file
11:58:07 [2022-06-21T11:58:07.089Z] === CONT  TestLogs/driver_local/tty/only_stdout
11:58:07 [2022-06-21T11:58:07.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
11:58:07 [2022-06-21T11:58:07.651Z] === RUN   TestLogs/driver_json-file
11:58:07 [2022-06-21T11:58:07.651Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
11:58:07 [2022-06-21T11:58:07.651Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
11:58:07 [2022-06-21T11:58:07.651Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
11:58:07 [2022-06-21T11:58:07.651Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
11:58:07 [2022-06-21T11:58:07.651Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
11:58:07 [2022-06-21T11:58:07.651Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
11:58:07 [2022-06-21T11:58:07.651Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
11:58:07 [2022-06-21T11:58:07.651Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
11:58:07 [2022-06-21T11:58:07.651Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
11:58:07 [2022-06-21T11:58:07.651Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
11:58:07 [2022-06-21T11:58:07.651Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
11:58:07 [2022-06-21T11:58:07.651Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
11:58:07 [2022-06-21T11:58:07.651Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
11:58:07 [2022-06-21T11:58:07.651Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
11:58:08 [2022-06-21T11:58:08.213Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
11:58:08 [2022-06-21T11:58:08.469Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
11:58:08 [2022-06-21T11:58:08.887Z] === RUN   TestDaemonProxy/conflicting_options
11:58:09 [2022-06-21T11:58:09.031Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
11:58:09 [2022-06-21T11:58:09.031Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
11:58:09 [2022-06-21T11:58:09.146Z] === RUN   TestDaemonProxy/reload_sanitized
11:58:09 [2022-06-21T11:58:09.593Z] --- PASS: TestLogs (3.82s)
11:58:09 [2022-06-21T11:58:09.593Z]     --- PASS: TestLogs/driver_local (0.01s)
11:58:09 [2022-06-21T11:58:09.593Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.66s)
11:58:09 [2022-06-21T11:58:09.593Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.73s)
11:58:09 [2022-06-21T11:58:09.593Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.64s)
11:58:09 [2022-06-21T11:58:09.593Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.63s)
11:58:09 [2022-06-21T11:58:09.593Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.65s)
11:58:09 [2022-06-21T11:58:09.593Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.64s)
11:58:09 [2022-06-21T11:58:09.593Z]     --- PASS: TestLogs/driver_json-file (0.01s)
11:58:09 [2022-06-21T11:58:09.593Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.58s)
11:58:09 [2022-06-21T11:58:09.593Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.75s)
11:58:09 [2022-06-21T11:58:09.593Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.66s)
11:58:09 [2022-06-21T11:58:09.593Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.52s)
11:58:09 [2022-06-21T11:58:09.593Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.53s)
11:58:09 [2022-06-21T11:58:09.593Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.54s)
11:58:09 [2022-06-21T11:58:09.593Z] === RUN   TestContainerNetworkMountsNoChown
11:58:09 [2022-06-21T11:58:09.714Z] --- PASS: TestDaemonProxy (6.23s)
11:58:09 [2022-06-21T11:58:09.714Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
11:58:09 [2022-06-21T11:58:09.714Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
11:58:09 [2022-06-21T11:58:09.714Z]     --- PASS: TestDaemonProxy/configuration_file (1.72s)
11:58:09 [2022-06-21T11:58:09.714Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
11:58:09 [2022-06-21T11:58:09.714Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
11:58:09 [2022-06-21T11:58:09.714Z] PASS
11:58:09 [2022-06-21T11:58:09.714Z] 
11:58:09 [2022-06-21T11:58:09.714Z] DONE 18 tests in 11.174s
11:58:09 [2022-06-21T11:58:09.714Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
11:58:09 [2022-06-21T11:58:09.714Z] INFO: Testing against a local daemon
11:58:09 [2022-06-21T11:58:09.714Z] === RUN   TestCommitInheritsEnv
11:58:09 [2022-06-21T11:58:09.850Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s)
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/default
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/default
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/private
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/private
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rprivate
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rprivate
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/slave
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/slave
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rslave
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rslave
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/shared
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/shared
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rshared
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rshared
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/default
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/default/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/default/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/default/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/default/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/default/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/default/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/default/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/rshared
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rshared/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rshared/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/rshared/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/shared
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/shared/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/shared/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/shared/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/shared/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/rslave
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rslave/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rslave/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/slave
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/slave/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/slave/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/slave/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/slave/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/rprivate
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/private
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/private/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/private/bind_root
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/private/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/private/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/private/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === RUN   TestMountDaemonRoot/private/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/default/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/default/mount_root
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/default/bind_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
11:58:09 [2022-06-21T11:58:09.850Z] === CONT  TestMountDaemonRoot/rshared/mount_root
11:58:09 [2022-06-21T11:58:09.974Z] --- PASS: TestCommitInheritsEnv (0.29s)
11:58:09 [2022-06-21T11:58:09.974Z] === RUN   TestImportExtremelyLargeImageWorks
11:58:09 [2022-06-21T11:58:09.974Z] === PAUSE TestImportExtremelyLargeImageWorks
11:58:09 [2022-06-21T11:58:09.974Z] === RUN   TestImportWithCustomPlatform
11:58:09 [2022-06-21T11:58:09.974Z] === RUN   TestImportWithCustomPlatform/#00
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/shared/bind_root
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/shared/mount_root
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/slave/bind_root
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/rslave/bind_root
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/rslave/mount_root
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/slave/mount_root
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/private/bind_root
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/private/mount_subpath
11:58:10 [2022-06-21T11:58:10.106Z] === CONT  TestMountDaemonRoot/private/mount_root
11:58:10 [2022-06-21T11:58:10.234Z] === RUN   TestImportWithCustomPlatform/_______
11:58:10 [2022-06-21T11:58:10.234Z] === RUN   TestImportWithCustomPlatform//
11:58:10 [2022-06-21T11:58:10.234Z] === RUN   TestImportWithCustomPlatform/linux
11:58:10 [2022-06-21T11:58:10.234Z] === RUN   TestImportWithCustomPlatform/LINUX
11:58:10 [2022-06-21T11:58:10.234Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
11:58:10 [2022-06-21T11:58:10.234Z] === RUN   TestImportWithCustomPlatform/macos
11:58:10 [2022-06-21T11:58:10.234Z] === RUN   TestImportWithCustomPlatform/macos/arm64
11:58:10 [2022-06-21T11:58:10.234Z] === RUN   TestImportWithCustomPlatform/nintendo64
11:58:10 [2022-06-21T11:58:10.369Z] === CONT  TestMountDaemonRoot/private/bind_subpath
11:58:10 [2022-06-21T11:58:10.369Z] --- PASS: TestMountDaemonRoot (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.03s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
11:58:10 [2022-06-21T11:58:10.369Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
11:58:10 [2022-06-21T11:58:10.369Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
11:58:10 [2022-06-21T11:58:10.369Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z] === RUN   TestContainerBindMountNonRecursive
11:58:10 [2022-06-21T11:58:10.369Z]     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)
11:58:10 [2022-06-21T11:58:10.369Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s)
11:58:10 [2022-06-21T11:58:10.369Z] === RUN   TestContainerVolumesMountedAsShared
11:58:10 [2022-06-21T11:58:10.369Z]     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)
11:58:10 [2022-06-21T11:58:10.369Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
11:58:10 [2022-06-21T11:58:10.369Z] === RUN   TestContainerVolumesMountedAsSlave
11:58:10 [2022-06-21T11:58:10.369Z]     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)
11:58:10 [2022-06-21T11:58:10.369Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
11:58:10 [2022-06-21T11:58:10.369Z] === RUN   TestNetworkNat
11:58:10 [2022-06-21T11:58:10.494Z] --- PASS: TestImportWithCustomPlatform (0.32s)
11:58:10 [2022-06-21T11:58:10.494Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
11:58:10 [2022-06-21T11:58:10.494Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
11:58:10 [2022-06-21T11:58:10.494Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
11:58:10 [2022-06-21T11:58:10.494Z]     --- PASS: TestImportWithCustomPlatform/linux (0.08s)
11:58:10 [2022-06-21T11:58:10.494Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
11:58:10 [2022-06-21T11:58:10.494Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
11:58:10 [2022-06-21T11:58:10.494Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
11:58:10 [2022-06-21T11:58:10.494Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
11:58:10 [2022-06-21T11:58:10.494Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
11:58:10 [2022-06-21T11:58:10.494Z] === RUN   TestImagesFilterMultiReference
11:58:10 [2022-06-21T11:58:10.494Z] --- PASS: TestImagesFilterMultiReference (0.05s)
11:58:10 [2022-06-21T11:58:10.494Z] === RUN   TestImagePullPlatformInvalid
11:58:10 [2022-06-21T11:58:10.494Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
11:58:10 [2022-06-21T11:58:10.494Z] === RUN   TestRemoveImageOrphaning
11:58:10 [2022-06-21T11:58:10.753Z] --- PASS: TestRemoveImageOrphaning (0.28s)
11:58:10 [2022-06-21T11:58:10.753Z] === RUN   TestRemoveImageGarbageCollector
11:58:10 [2022-06-21T11:58:10.930Z] --- PASS: TestNetworkNat (0.50s)
11:58:10 [2022-06-21T11:58:10.930Z] === RUN   TestNetworkLocalhostTCPNat
11:58:11 [2022-06-21T11:58:11.189Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s)
11:58:11 [2022-06-21T11:58:11.189Z] === RUN   TestNetworkLoopbackNat
11:58:11 [2022-06-21T11:58:11.320Z] time="2022-06-21T11:58:11Z" level=info msg="[graphdriver] trying configured driver: overlay2"
11:58:12 [2022-06-21T11:58:12.163Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
11:58:12 [2022-06-21T11:58:12.163Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
11:58:12 [2022-06-21T11:58:12.696Z] --- PASS: TestRemoveImageGarbageCollector (1.86s)
11:58:12 [2022-06-21T11:58:12.696Z] === RUN   TestTagUnprefixedRepoByNameOrName
11:58:12 [2022-06-21T11:58:12.696Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
11:58:12 [2022-06-21T11:58:12.696Z] === RUN   TestTagInvalidReference
11:58:12 [2022-06-21T11:58:12.696Z] --- PASS: TestTagInvalidReference (0.01s)
11:58:12 [2022-06-21T11:58:12.696Z] === RUN   TestTagValidPrefixedRepo
11:58:12 [2022-06-21T11:58:12.696Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
11:58:12 [2022-06-21T11:58:12.696Z] === RUN   TestTagExistedNameWithoutForce
11:58:12 [2022-06-21T11:58:12.696Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
11:58:12 [2022-06-21T11:58:12.696Z] === RUN   TestTagOfficialNames
11:58:12 [2022-06-21T11:58:12.696Z] --- PASS: TestTagOfficialNames (0.05s)
11:58:12 [2022-06-21T11:58:12.696Z] === RUN   TestTagMatchesDigest
11:58:12 [2022-06-21T11:58:12.696Z] --- PASS: TestTagMatchesDigest (0.01s)
11:58:12 [2022-06-21T11:58:12.696Z] === CONT  TestImportExtremelyLargeImageWorks
11:58:13 [2022-06-21T11:58:13.169Z] INFO [linters context/goanalysis] analyzers took 5m0.360533261s with top 10 stages: buildir: 2m1.765924893s, goimports: 24.536698505s, unconvert: 18.339548479s, gosec: 15.923502205s, S1038: 9.213652719s, golint: 7.547834129s, misspell: 5.8149988s, nilness: 5.169850929s, inspect: 4.375242274s, unused: 4.013994871s 
11:58:13 [2022-06-21T11:58:13.169Z] INFO [runner] Issues before processing: 3035, after processing: 0 
11:58:13 [2022-06-21T11:58:13.169Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 77/2036, skip_files: 2419/2419, autogenerated_exclude: 2036/2419, identifier_marker: 2036/2036, exclude: 2036/2036, filename_unadjuster: 2419/2419, path_prettifier: 2419/2419, cgo: 2419/3035, skip_dirs: 2419/2419, nolint: 0/77 
11:58:13 [2022-06-21T11:58:13.169Z] INFO [runner] processing took 141.314046ms with stages: nolint: 73.320482ms, identifier_marker: 27.50868ms, exclude-rules: 20.033327ms, path_prettifier: 9.52956ms, autogenerated_exclude: 8.652816ms, skip_dirs: 1.864554ms, cgo: 270.013µs, filename_unadjuster: 128.081µs, max_same_issues: 2.272µs, uniq_by_line: 866ns, max_from_linter: 461ns, skip_files: 431ns, source_code: 388ns, path_shortener: 369ns, diff: 329ns, exclude: 319ns, severity-rules: 302ns, sort_results: 284ns, max_per_file_from_linter: 276ns, path_prefixer: 236ns 
11:58:13 [2022-06-21T11:58:13.169Z] INFO [runner] linters took 1m33.15755519s with stages: goanalysis_metalinter: 1m33.016025752s 
11:58:13 [2022-06-21T11:58:13.169Z] INFO File cache stats: 1673 entries of total size 8.5MiB 
11:58:13 [2022-06-21T11:58:13.169Z] INFO Memory: 2745 samples, avg is 281.5MB, max is 1238.4MB 
11:58:13 [2022-06-21T11:58:13.169Z] INFO Execution took 4m34.347233771s               
11:58:13 [2022-06-21T11:58:13.169Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
11:58:13 [2022-06-21T11:58:13.511Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/make.sh dynbinary test-docker-py
11:58:13 [2022-06-21T11:58:13.705Z] --- PASS: TestNetworkLoopbackNat (2.54s)
11:58:13 [2022-06-21T11:58:13.705Z] === RUN   TestPause
11:58:13 [2022-06-21T11:58:13.705Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:13 [2022-06-21T11:58:13.705Z] --- SKIP: TestPause (0.00s)
11:58:13 [2022-06-21T11:58:13.705Z] === RUN   TestPauseFailsOnWindowsServerContainers
11:58:13 [2022-06-21T11:58:13.705Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:58:13 [2022-06-21T11:58:13.705Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
11:58:13 [2022-06-21T11:58:13.705Z] === RUN   TestPauseStopPausedContainer
11:58:13 [2022-06-21T11:58:13.705Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:13 [2022-06-21T11:58:13.705Z] --- SKIP: TestPauseStopPausedContainer (0.02s)
11:58:13 [2022-06-21T11:58:13.705Z] === RUN   TestPidHost
11:58:14 [2022-06-21T11:58:14.077Z] 
11:58:14 [2022-06-21T11:58:14.077Z] Removing bundles/
11:58:14 [2022-06-21T11:58:14.077Z] 
11:58:14 [2022-06-21T11:58:14.077Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
11:58:14 [2022-06-21T11:58:14.077Z] Building: bundles/dynbinary-daemon/dockerd-dev
11:58:14 [2022-06-21T11:58:14.077Z] GOOS="" GOARCH="" GOARM=""
11:58:14 [2022-06-21T11:58:14.634Z] --- PASS: TestPidHost (0.92s)
11:58:14 [2022-06-21T11:58:14.634Z] === RUN   TestPsFilter
11:58:14 [2022-06-21T11:58:14.890Z] --- PASS: TestPsFilter (0.10s)
11:58:14 [2022-06-21T11:58:14.890Z] === RUN   TestRemoveContainerWithRemovedVolume
11:58:15 [2022-06-21T11:58:15.146Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s)
11:58:15 [2022-06-21T11:58:15.146Z] === RUN   TestRemoveContainerWithVolume
11:58:15 [2022-06-21T11:58:15.731Z] --- PASS: TestRemoveContainerWithVolume (0.52s)
11:58:15 [2022-06-21T11:58:15.731Z] === RUN   TestRemoveContainerRunning
11:58:16 [2022-06-21T11:58:16.318Z] --- PASS: TestRemoveContainerRunning (0.43s)
11:58:16 [2022-06-21T11:58:16.318Z] === RUN   TestRemoveContainerForceRemoveRunning
11:58:16 [2022-06-21T11:58:16.575Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s)
11:58:16 [2022-06-21T11:58:16.575Z] === RUN   TestRemoveInvalidContainer
11:58:16 [2022-06-21T11:58:16.575Z] --- PASS: TestRemoveInvalidContainer (0.01s)
11:58:16 [2022-06-21T11:58:16.575Z] === RUN   TestRenameLinkedContainer
11:58:18 [2022-06-21T11:58:18.464Z] --- PASS: TestRenameLinkedContainer (1.70s)
11:58:18 [2022-06-21T11:58:18.464Z] === RUN   TestRenameStoppedContainer
11:58:18 [2022-06-21T11:58:18.720Z] --- PASS: TestRenameStoppedContainer (0.38s)
11:58:18 [2022-06-21T11:58:18.720Z] === RUN   TestRenameRunningContainerAndReuse
11:58:19 [2022-06-21T11:58:19.646Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s)
11:58:19 [2022-06-21T11:58:19.646Z] === RUN   TestRenameInvalidName
11:58:19 [2022-06-21T11:58:19.902Z] --- PASS: TestRenameInvalidName (0.41s)
11:58:19 [2022-06-21T11:58:19.902Z] === RUN   TestRenameAnonymousContainer
11:58:21 [2022-06-21T11:58:21.268Z] --- PASS: TestRenameAnonymousContainer (1.44s)
11:58:21 [2022-06-21T11:58:21.268Z] === RUN   TestRenameContainerWithSameName
11:58:21 [2022-06-21T11:58:21.830Z] --- PASS: TestRenameContainerWithSameName (0.42s)
11:58:21 [2022-06-21T11:58:21.830Z] === RUN   TestRenameContainerWithLinkedContainer
11:58:22 [2022-06-21T11:58:22.757Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s)
11:58:22 [2022-06-21T11:58:22.757Z] === RUN   TestResize
11:58:23 [2022-06-21T11:58:23.012Z] --- PASS: TestResize (0.41s)
11:58:23 [2022-06-21T11:58:23.012Z] === RUN   TestResizeWithInvalidSize
11:58:23 [2022-06-21T11:58:23.574Z] --- PASS: TestResizeWithInvalidSize (0.45s)
11:58:23 [2022-06-21T11:58:23.574Z] === RUN   TestResizeWhenContainerNotStarted
11:58:23 [2022-06-21T11:58:23.830Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s)
11:58:23 [2022-06-21T11:58:23.830Z] === RUN   TestDaemonRestartKillContainers
11:58:23 [2022-06-21T11:58:23.830Z]     restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
11:58:23 [2022-06-21T11:58:23.830Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
11:58:23 [2022-06-21T11:58:23.830Z] === RUN   TestCgroupNamespacesRun
11:58:25 [2022-06-21T11:58:25.195Z] --- PASS: TestCgroupNamespacesRun (1.14s)
11:58:25 [2022-06-21T11:58:25.195Z] === RUN   TestCgroupNamespacesRunPrivileged
11:58:26 [2022-06-21T11:58:26.123Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s)
11:58:26 [2022-06-21T11:58:26.123Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
11:58:27 [2022-06-21T11:58:27.488Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s)
11:58:27 [2022-06-21T11:58:27.488Z] === RUN   TestCgroupNamespacesRunHostMode
11:58:28 [2022-06-21T11:58:28.416Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s)
11:58:28 [2022-06-21T11:58:28.416Z] === RUN   TestCgroupNamespacesRunPrivateMode
11:58:29 [2022-06-21T11:58:29.343Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s)
11:58:29 [2022-06-21T11:58:29.343Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
11:58:30 [2022-06-21T11:58:30.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
11:58:30 [2022-06-21T11:58:30.709Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s)
11:58:30 [2022-06-21T11:58:30.709Z] === RUN   TestCgroupNamespacesRunInvalidMode
11:58:31 [2022-06-21T11:58:31.271Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
11:58:31 [2022-06-21T11:58:31.271Z] === RUN   TestCgroupNamespacesRunOlderClient
11:58:32 [2022-06-21T11:58:32.636Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s)
11:58:32 [2022-06-21T11:58:32.636Z] === RUN   TestNISDomainname
11:58:32 [2022-06-21T11:58:32.636Z]     run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
11:58:32 [2022-06-21T11:58:32.636Z] --- SKIP: TestNISDomainname (0.02s)
11:58:32 [2022-06-21T11:58:32.636Z] === RUN   TestHostnameDnsResolution
11:58:33 [2022-06-21T11:58:33.197Z] --- PASS: TestHostnameDnsResolution (0.65s)
11:58:33 [2022-06-21T11:58:33.197Z] === RUN   TestUnprivilegedPortsAndPing
11:58:33 [2022-06-21T11:58:33.197Z]     run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
11:58:33 [2022-06-21T11:58:33.197Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s)
11:58:33 [2022-06-21T11:58:33.197Z] === RUN   TestPrivilegedHostDevices
11:58:33 [2022-06-21T11:58:33.455Z] --- PASS: TestPrivilegedHostDevices (0.49s)
11:58:33 [2022-06-21T11:58:33.455Z] === RUN   TestConsoleSize
11:58:34 [2022-06-21T11:58:34.017Z] --- PASS: TestConsoleSize (0.40s)
11:58:34 [2022-06-21T11:58:34.017Z] === RUN   TestStats
11:58:34 [2022-06-21T11:58:34.017Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:34 [2022-06-21T11:58:34.017Z] --- SKIP: TestStats (0.00s)
11:58:34 [2022-06-21T11:58:34.017Z] === RUN   TestStopContainerWithTimeout
11:58:34 [2022-06-21T11:58:34.017Z] === RUN   TestStopContainerWithTimeout/0
11:58:34 [2022-06-21T11:58:34.017Z] === PAUSE TestStopContainerWithTimeout/0
11:58:34 [2022-06-21T11:58:34.017Z] === RUN   TestStopContainerWithTimeout/1
11:58:34 [2022-06-21T11:58:34.017Z] === PAUSE TestStopContainerWithTimeout/1
11:58:34 [2022-06-21T11:58:34.017Z] === RUN   TestStopContainerWithTimeout/3
11:58:34 [2022-06-21T11:58:34.017Z] === PAUSE TestStopContainerWithTimeout/3
11:58:34 [2022-06-21T11:58:34.017Z] === RUN   TestStopContainerWithTimeout/-1
11:58:34 [2022-06-21T11:58:34.017Z] === PAUSE TestStopContainerWithTimeout/-1
11:58:34 [2022-06-21T11:58:34.017Z] === CONT  TestStopContainerWithTimeout/0
11:58:34 [2022-06-21T11:58:34.017Z] === CONT  TestStopContainerWithTimeout/-1
11:58:34 [2022-06-21T11:58:34.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
11:58:34 [2022-06-21T11:58:34.944Z] === CONT  TestStopContainerWithTimeout/3
11:58:36 [2022-06-21T11:58:36.832Z] === CONT  TestStopContainerWithTimeout/1
11:58:38 [2022-06-21T11:58:38.196Z] --- PASS: TestStopContainerWithTimeout (0.01s)
11:58:38 [2022-06-21T11:58:38.196Z]     --- PASS: TestStopContainerWithTimeout/0 (0.74s)
11:58:38 [2022-06-21T11:58:38.196Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.74s)
11:58:38 [2022-06-21T11:58:38.196Z]     --- PASS: TestStopContainerWithTimeout/3 (2.46s)
11:58:38 [2022-06-21T11:58:38.196Z]     --- PASS: TestStopContainerWithTimeout/1 (1.42s)
11:58:38 [2022-06-21T11:58:38.196Z] === RUN   TestDeleteDevicemapper
11:58:38 [2022-06-21T11:58:38.196Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
11:58:38 [2022-06-21T11:58:38.196Z] --- SKIP: TestDeleteDevicemapper (0.00s)
11:58:38 [2022-06-21T11:58:38.196Z] === RUN   TestStopContainerWithRestartPolicyAlways
11:58:39 [2022-06-21T11:58:39.563Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.16s)
11:58:39 [2022-06-21T11:58:39.563Z] === RUN   TestUpdateMemory
11:58:39 [2022-06-21T11:58:39.563Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:39 [2022-06-21T11:58:39.563Z] --- SKIP: TestUpdateMemory (0.00s)
11:58:39 [2022-06-21T11:58:39.563Z] === RUN   TestUpdateCPUQuota
11:58:39 [2022-06-21T11:58:39.563Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:39 [2022-06-21T11:58:39.563Z] --- SKIP: TestUpdateCPUQuota (0.00s)
11:58:39 [2022-06-21T11:58:39.563Z] === RUN   TestUpdatePidsLimit
11:58:39 [2022-06-21T11:58:39.563Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:39 [2022-06-21T11:58:39.563Z] --- SKIP: TestUpdatePidsLimit (0.00s)
11:58:39 [2022-06-21T11:58:39.563Z] === RUN   TestUpdateRestartPolicy
11:58:39 [2022-06-21T11:58:39.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
11:58:39 [2022-06-21T11:58:39.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
11:58:39 [2022-06-21T11:58:39.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
11:58:42 [2022-06-21T11:58:42.329Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
11:58:42 [2022-06-21T11:58:42.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
11:58:42 [2022-06-21T11:58:42.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
11:58:42 [2022-06-21T11:58:42.788Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
11:58:43 [2022-06-21T11:58:43.350Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
11:58:44 [2022-06-21T11:58:44.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
11:58:44 [2022-06-21T11:58:44.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
11:58:44 [2022-06-21T11:58:44.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
11:58:44 [2022-06-21T11:58:44.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
11:58:45 [2022-06-21T11:58:45.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
11:58:47 [2022-06-21T11:58:47.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
11:58:48 [2022-06-21T11:58:48.033Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
11:58:48 [2022-06-21T11:58:48.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
11:58:48 [2022-06-21T11:58:48.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
11:58:49 [2022-06-21T11:58:49.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
11:58:50 [2022-06-21T11:58:50.174Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
11:58:50 [2022-06-21T11:58:50.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
11:58:51 [2022-06-21T11:58:51.728Z] --- PASS: TestUpdateRestartPolicy (10.91s)
11:58:51 [2022-06-21T11:58:51.728Z] === RUN   TestUpdateRestartWithAutoRemove
11:58:51 [2022-06-21T11:58:51.728Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s)
11:58:51 [2022-06-21T11:58:51.728Z] === RUN   TestWaitNonBlocked
11:58:51 [2022-06-21T11:58:51.728Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
11:58:51 [2022-06-21T11:58:51.728Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
11:58:51 [2022-06-21T11:58:51.728Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
11:58:51 [2022-06-21T11:58:51.728Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
11:58:51 [2022-06-21T11:58:51.728Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
11:58:51 [2022-06-21T11:58:51.728Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
11:58:51 [2022-06-21T11:58:51.728Z] --- PASS: TestWaitNonBlocked (0.01s)
11:58:51 [2022-06-21T11:58:51.728Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s)
11:58:51 [2022-06-21T11:58:51.728Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s)
11:58:51 [2022-06-21T11:58:51.728Z] === RUN   TestWaitBlocked
11:58:51 [2022-06-21T11:58:51.728Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
11:58:51 [2022-06-21T11:58:51.728Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
11:58:51 [2022-06-21T11:58:51.728Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
11:58:51 [2022-06-21T11:58:51.728Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
11:58:51 [2022-06-21T11:58:51.728Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
11:58:51 [2022-06-21T11:58:51.728Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
11:58:51 [2022-06-21T11:58:51.984Z] --- PASS: TestWaitBlocked (0.01s)
11:58:51 [2022-06-21T11:58:51.984Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.71s)
11:58:51 [2022-06-21T11:58:51.984Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.75s)
11:58:51 [2022-06-21T11:58:51.984Z] === CONT  TestDaemonRestartIpcMode
11:58:51 [2022-06-21T11:58:51.984Z] === CONT  TestIpcModeOlderClient
11:58:52 [2022-06-21T11:58:52.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
11:58:52 [2022-06-21T11:58:52.240Z] --- PASS: TestIpcModeOlderClient (0.07s)
11:58:52 [2022-06-21T11:58:52.240Z] === CONT  TestRestartDaemonWithRestartingContainer
11:58:52 [2022-06-21T11:58:52.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
11:58:53 [2022-06-21T11:58:53.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
11:58:54 [2022-06-21T11:58:54.217Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
11:58:54 [2022-06-21T11:58:54.217Z] Using test binary docker
11:58:54 [2022-06-21T11:58:54.217Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
11:58:54 [2022-06-21T11:58:54.217Z] +++ /etc/init.d/apparmor start
11:58:54 [2022-06-21T11:58:54.217Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
11:58:54 [2022-06-21T11:58:54.217Z] INFO: Waiting for daemon to start...
11:58:54 [2022-06-21T11:58:54.217Z] Starting dockerd
11:58:54 [2022-06-21T11:58:54.217Z] +++ 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
11:58:54 [2022-06-21T11:58:54.758Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.29s)
11:58:54 [2022-06-21T11:58:54.758Z] --- PASS: TestDaemonRestartIpcMode (2.80s)
11:58:54 [2022-06-21T11:58:54.758Z] PASS
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === Skipped
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s)
11:58:54 [2022-06-21T11:58:54.758Z]     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)
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     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)
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     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)
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestPause (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
11:58:54 [2022-06-21T11:58:54.758Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:58:54 [2022-06-21T11:58:54.758Z] 
11:58:54 [2022-06-21T11:58:54.758Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s)
11:58:54 [2022-06-21T11:58:54.758Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:54 [2022-06-21T11:58:54.759Z] 
11:58:54 [2022-06-21T11:58:54.759Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
11:58:54 [2022-06-21T11:58:54.759Z]     restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
11:58:54 [2022-06-21T11:58:54.759Z] 
11:58:54 [2022-06-21T11:58:54.759Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s)
11:58:54 [2022-06-21T11:58:54.759Z]     run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
11:58:54 [2022-06-21T11:58:54.759Z] 
11:58:54 [2022-06-21T11:58:54.759Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s)
11:58:54 [2022-06-21T11:58:54.759Z]     run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
11:58:54 [2022-06-21T11:58:54.759Z] 
11:58:54 [2022-06-21T11:58:54.759Z] === SKIP: amd64.integration.container TestStats (0.00s)
11:58:54 [2022-06-21T11:58:54.759Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:54 [2022-06-21T11:58:54.759Z] 
11:58:54 [2022-06-21T11:58:54.759Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
11:58:54 [2022-06-21T11:58:54.759Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
11:58:54 [2022-06-21T11:58:54.759Z] 
11:58:54 [2022-06-21T11:58:54.759Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
11:58:54 [2022-06-21T11:58:54.759Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:54 [2022-06-21T11:58:54.759Z] 
11:58:54 [2022-06-21T11:58:54.759Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
11:58:54 [2022-06-21T11:58:54.759Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:54 [2022-06-21T11:58:54.759Z] 
11:58:54 [2022-06-21T11:58:54.759Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
11:58:54 [2022-06-21T11:58:54.759Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
11:58:54 [2022-06-21T11:58:54.759Z] 
11:58:54 [2022-06-21T11:58:54.759Z] DONE 235 tests, 27 skipped in 77.414s
11:58:55 [2022-06-21T11:58:55.015Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
11:58:55 [2022-06-21T11:58:55.015Z] === RUN   TestConfigDaemonLibtrustID
11:58:55 [2022-06-21T11:58:55.577Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
11:58:55 [2022-06-21T11:58:55.577Z] === RUN   TestConfigDaemonID
11:58:56 [2022-06-21T11:58:56.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
11:58:56 [2022-06-21T11:58:56.943Z]     daemon_test.go:83: [d4034e296f011] daemon is not started
11:58:56 [2022-06-21T11:58:56.943Z] --- PASS: TestConfigDaemonID (1.07s)
11:58:56 [2022-06-21T11:58:56.943Z] === RUN   TestDaemonConfigValidation
11:58:56 [2022-06-21T11:58:56.943Z] === RUN   TestDaemonConfigValidation/config_with_no_content
11:58:56 [2022-06-21T11:58:56.943Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
11:58:56 [2022-06-21T11:58:56.943Z] === RUN   TestDaemonConfigValidation/config_with_{}
11:58:56 [2022-06-21T11:58:56.943Z] === PAUSE TestDaemonConfigValidation/config_with_{}
11:58:56 [2022-06-21T11:58:56.943Z] === RUN   TestDaemonConfigValidation/invalid_config
11:58:56 [2022-06-21T11:58:56.943Z] === PAUSE TestDaemonConfigValidation/invalid_config
11:58:56 [2022-06-21T11:58:56.943Z] === RUN   TestDaemonConfigValidation/malformed_config
11:58:56 [2022-06-21T11:58:56.943Z] === PAUSE TestDaemonConfigValidation/malformed_config
11:58:56 [2022-06-21T11:58:56.943Z] === RUN   TestDaemonConfigValidation/valid_config
11:58:56 [2022-06-21T11:58:56.943Z] === PAUSE TestDaemonConfigValidation/valid_config
11:58:56 [2022-06-21T11:58:56.943Z] === CONT  TestDaemonConfigValidation/config_with_no_content
11:58:56 [2022-06-21T11:58:56.943Z] === CONT  TestDaemonConfigValidation/malformed_config
11:58:56 [2022-06-21T11:58:56.943Z] === CONT  TestDaemonConfigValidation/valid_config
11:58:56 [2022-06-21T11:58:56.943Z] === CONT  TestDaemonConfigValidation/invalid_config
11:58:56 [2022-06-21T11:58:56.943Z] === CONT  TestDaemonConfigValidation/config_with_{}
11:58:56 [2022-06-21T11:58:56.943Z] --- PASS: TestDaemonConfigValidation (0.00s)
11:58:56 [2022-06-21T11:58:56.943Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
11:58:56 [2022-06-21T11:58:56.943Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
11:58:56 [2022-06-21T11:58:56.943Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
11:58:56 [2022-06-21T11:58:56.943Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.10s)
11:58:56 [2022-06-21T11:58:56.943Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
11:58:56 [2022-06-21T11:58:56.943Z] === RUN   TestConfigDaemonSeccompProfiles
11:58:56 [2022-06-21T11:58:56.943Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
11:58:57 [2022-06-21T11:58:57.870Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
11:58:58 [2022-06-21T11:58:58.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
11:58:59 [2022-06-21T11:58:59.235Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
11:59:00 [2022-06-21T11:59:00.162Z] === CONT  TestConfigDaemonSeccompProfiles
11:59:00 [2022-06-21T11:59:00.162Z]     daemon_test.go:197: [d241bc7432278] daemon is not started
11:59:00 [2022-06-21T11:59:00.162Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s)
11:59:00 [2022-06-21T11:59:00.162Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s)
11:59:00 [2022-06-21T11:59:00.162Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s)
11:59:00 [2022-06-21T11:59:00.162Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s)
11:59:00 [2022-06-21T11:59:00.162Z] === RUN   TestDaemonProxy
11:59:00 [2022-06-21T11:59:00.162Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
11:59:00 [2022-06-21T11:59:00.162Z] --- SKIP: TestDaemonProxy (0.00s)
11:59:00 [2022-06-21T11:59:00.162Z] PASS
11:59:00 [2022-06-21T11:59:00.162Z] 
11:59:00 [2022-06-21T11:59:00.162Z] === Skipped
11:59:00 [2022-06-21T11:59:00.162Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s)
11:59:00 [2022-06-21T11:59:00.162Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
11:59:00 [2022-06-21T11:59:00.162Z] 
11:59:00 [2022-06-21T11:59:00.162Z] DONE 13 tests, 1 skipped in 5.231s
11:59:00 [2022-06-21T11:59:00.162Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
11:59:00 [2022-06-21T11:59:00.418Z] INFO: Testing against a local daemon
11:59:00 [2022-06-21T11:59:00.418Z] === RUN   TestCommitInheritsEnv
11:59:00 [2022-06-21T11:59:00.753Z] .
11:59:00 [2022-06-21T11:59:00.753Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
11:59:00 [2022-06-21T11:59:00.753Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
11:59:00 [2022-06-21T11:59:00.753Z] Error: No such image: emptyfs
11:59:00 [2022-06-21T11:59:00.753Z] ++++ tar -cC bundles/test-integration/emptyfs .
11:59:00 [2022-06-21T11:59:00.753Z] ++++ docker load
11:59:00 [2022-06-21T11:59:00.753Z] Running integration-test (iteration 1)
11:59:00 [2022-06-21T11:59:00.753Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
11:59:00 [2022-06-21T11:59:00.753Z] ++ 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
11:59:00 [2022-06-21T11:59:00.753Z] ++ set -e
11:59:00 [2022-06-21T11:59:00.753Z] ++ '[' -n 0 ']'
11:59:00 [2022-06-21T11:59:00.753Z] ++ set -x
11:59:00 [2022-06-21T11:59:00.753Z] ++ 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
11:59:01 [2022-06-21T11:59:01.009Z] Loaded image: busybox:latest
11:59:01 [2022-06-21T11:59:01.009Z] Loaded image: busybox:glibc
11:59:01 [2022-06-21T11:59:01.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
11:59:02 [2022-06-21T11:59:02.306Z] --- PASS: TestCommitInheritsEnv (1.87s)
11:59:02 [2022-06-21T11:59:02.306Z] === RUN   TestImportExtremelyLargeImageWorks
11:59:02 [2022-06-21T11:59:02.306Z] === PAUSE TestImportExtremelyLargeImageWorks
11:59:02 [2022-06-21T11:59:02.306Z] === RUN   TestImportWithCustomPlatform
11:59:02 [2022-06-21T11:59:02.306Z] === RUN   TestImportWithCustomPlatform/#00
11:59:02 [2022-06-21T11:59:02.306Z] === RUN   TestImportWithCustomPlatform/_______
11:59:02 [2022-06-21T11:59:02.306Z] === RUN   TestImportWithCustomPlatform//
11:59:02 [2022-06-21T11:59:02.306Z] === RUN   TestImportWithCustomPlatform/linux
11:59:02 [2022-06-21T11:59:02.306Z] === RUN   TestImportWithCustomPlatform/LINUX
11:59:02 [2022-06-21T11:59:02.306Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
11:59:02 [2022-06-21T11:59:02.377Z] Loaded image: debian:bullseye-slim
11:59:02 [2022-06-21T11:59:02.377Z] Loaded image: hello-world:latest
11:59:02 [2022-06-21T11:59:02.377Z] Loaded image: arm32v7/hello-world:latest
11:59:02 [2022-06-21T11:59:02.377Z] INFO: Testing against a local daemon
11:59:02 [2022-06-21T11:59:02.377Z] === RUN   TestCgroupNamespacesBuild
11:59:02 [2022-06-21T11:59:02.562Z] === RUN   TestImportWithCustomPlatform/macos
11:59:02 [2022-06-21T11:59:02.562Z] === RUN   TestImportWithCustomPlatform/macos/arm64
11:59:02 [2022-06-21T11:59:02.562Z] === RUN   TestImportWithCustomPlatform/nintendo64
11:59:02 [2022-06-21T11:59:02.562Z] --- PASS: TestImportWithCustomPlatform (0.33s)
11:59:02 [2022-06-21T11:59:02.562Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
11:59:02 [2022-06-21T11:59:02.562Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
11:59:02 [2022-06-21T11:59:02.562Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
11:59:02 [2022-06-21T11:59:02.562Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
11:59:02 [2022-06-21T11:59:02.562Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
11:59:02 [2022-06-21T11:59:02.562Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.09s)
11:59:02 [2022-06-21T11:59:02.562Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
11:59:02 [2022-06-21T11:59:02.562Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
11:59:02 [2022-06-21T11:59:02.562Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
11:59:02 [2022-06-21T11:59:02.562Z] === RUN   TestImagesFilterMultiReference
11:59:02 [2022-06-21T11:59:02.562Z] --- PASS: TestImagesFilterMultiReference (0.07s)
11:59:02 [2022-06-21T11:59:02.562Z] === RUN   TestImagePullPlatformInvalid
11:59:02 [2022-06-21T11:59:02.562Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
11:59:02 [2022-06-21T11:59:02.562Z] === RUN   TestRemoveImageOrphaning
11:59:02 [2022-06-21T11:59:02.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
11:59:03 [2022-06-21T11:59:03.306Z] --- PASS: TestCgroupNamespacesBuild (1.12s)
11:59:03 [2022-06-21T11:59:03.306Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
11:59:04 [2022-06-21T11:59:04.449Z] --- PASS: TestRemoveImageOrphaning (1.56s)
11:59:04 [2022-06-21T11:59:04.449Z] === RUN   TestRemoveImageGarbageCollector
11:59:04 [2022-06-21T11:59:04.449Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
11:59:04 [2022-06-21T11:59:04.449Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
11:59:04 [2022-06-21T11:59:04.449Z] === RUN   TestTagUnprefixedRepoByNameOrName
11:59:04 [2022-06-21T11:59:04.449Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
11:59:04 [2022-06-21T11:59:04.449Z] === RUN   TestTagInvalidReference
11:59:04 [2022-06-21T11:59:04.449Z] --- PASS: TestTagInvalidReference (0.01s)
11:59:04 [2022-06-21T11:59:04.449Z] === RUN   TestTagValidPrefixedRepo
11:59:04 [2022-06-21T11:59:04.449Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
11:59:04 [2022-06-21T11:59:04.449Z] === RUN   TestTagExistedNameWithoutForce
11:59:04 [2022-06-21T11:59:04.449Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
11:59:04 [2022-06-21T11:59:04.449Z] === RUN   TestTagOfficialNames
11:59:04 [2022-06-21T11:59:04.449Z] --- PASS: TestTagOfficialNames (0.05s)
11:59:04 [2022-06-21T11:59:04.449Z] === RUN   TestTagMatchesDigest
11:59:04 [2022-06-21T11:59:04.449Z] --- PASS: TestTagMatchesDigest (0.01s)
11:59:04 [2022-06-21T11:59:04.449Z] === CONT  TestImportExtremelyLargeImageWorks
11:59:04 [2022-06-21T11:59:04.674Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s)
11:59:04 [2022-06-21T11:59:04.674Z] === RUN   TestBuildWithSession
11:59:04 [2022-06-21T11:59:04.674Z]     build_session_test.go:25: TODO: BuildKit
11:59:04 [2022-06-21T11:59:04.674Z] --- SKIP: TestBuildWithSession (0.00s)
11:59:04 [2022-06-21T11:59:04.674Z] === RUN   TestBuildSquashParent
11:59:05 [2022-06-21T11:59:05.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
11:59:07 [2022-06-21T11:59:07.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
11:59:08 [2022-06-21T11:59:08.842Z] --- PASS: TestBuildSquashParent (3.78s)
11:59:08 [2022-06-21T11:59:08.842Z] === RUN   TestBuildWithRemoveAndForceRemove
11:59:08 [2022-06-21T11:59:08.842Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:59:08 [2022-06-21T11:59:08.842Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:59:08 [2022-06-21T11:59:08.842Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:59:08 [2022-06-21T11:59:08.842Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:59:08 [2022-06-21T11:59:08.842Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:59:08 [2022-06-21T11:59:08.842Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:59:08 [2022-06-21T11:59:08.842Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:59:08 [2022-06-21T11:59:08.842Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:59:08 [2022-06-21T11:59:08.842Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:59:08 [2022-06-21T11:59:08.842Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:59:08 [2022-06-21T11:59:08.842Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:59:08 [2022-06-21T11:59:08.842Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:59:08 [2022-06-21T11:59:08.842Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:59:08 [2022-06-21T11:59:08.842Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:59:09 [2022-06-21T11:59:09.771Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:59:09 [2022-06-21T11:59:09.771Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:59:11 [2022-06-21T11:59:11.137Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:59:11 [2022-06-21T11:59:11.137Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:59:11 [2022-06-21T11:59:11.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
11:59:12 [2022-06-21T11:59:12.065Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
11:59:12 [2022-06-21T11:59:12.065Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.44s)
11:59:12 [2022-06-21T11:59:12.065Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.53s)
11:59:12 [2022-06-21T11:59:12.065Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.16s)
11:59:12 [2022-06-21T11:59:12.065Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.11s)
11:59:12 [2022-06-21T11:59:12.065Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.14s)
11:59:12 [2022-06-21T11:59:12.065Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.13s)
11:59:12 [2022-06-21T11:59:12.065Z] === RUN   TestBuildMultiStageCopy
11:59:12 [2022-06-21T11:59:12.065Z] === RUN   TestBuildMultiStageCopy/copy_to_root
11:59:12 [2022-06-21T11:59:12.994Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
11:59:13 [2022-06-21T11:59:13.090Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
11:59:13 [2022-06-21T11:59:13.250Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
11:59:13 [2022-06-21T11:59:13.507Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
11:59:13 [2022-06-21T11:59:13.764Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
11:59:14 [2022-06-21T11:59:14.020Z] --- PASS: TestBuildMultiStageCopy (1.92s)
11:59:14 [2022-06-21T11:59:14.020Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.09s)
11:59:14 [2022-06-21T11:59:14.020Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s)
11:59:14 [2022-06-21T11:59:14.020Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
11:59:14 [2022-06-21T11:59:14.020Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s)
11:59:14 [2022-06-21T11:59:14.020Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s)
11:59:14 [2022-06-21T11:59:14.020Z] === RUN   TestBuildMultiStageParentConfig
11:59:14 [2022-06-21T11:59:14.583Z] --- PASS: TestBuildMultiStageParentConfig (0.58s)
11:59:14 [2022-06-21T11:59:14.583Z] === RUN   TestBuildLabelWithTargets
11:59:15 [2022-06-21T11:59:15.511Z] --- PASS: TestBuildLabelWithTargets (0.92s)
11:59:15 [2022-06-21T11:59:15.511Z] === RUN   TestBuildWithEmptyLayers
11:59:15 [2022-06-21T11:59:15.768Z] --- PASS: TestBuildWithEmptyLayers (0.45s)
11:59:15 [2022-06-21T11:59:15.768Z] === RUN   TestBuildMultiStageOnBuild
11:59:16 [2022-06-21T11:59:16.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
11:59:17 [2022-06-21T11:59:17.134Z] --- PASS: TestBuildMultiStageOnBuild (1.31s)
11:59:17 [2022-06-21T11:59:17.134Z] === RUN   TestBuildUncleanTarFilenames
11:59:17 [2022-06-21T11:59:17.697Z] --- PASS: TestBuildUncleanTarFilenames (0.61s)
11:59:17 [2022-06-21T11:59:17.697Z] === RUN   TestBuildMultiStageLayerLeak
11:59:18 [2022-06-21T11:59:18.952Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
11:59:18 [2022-06-21T11:59:18.952Z] Using test binary docker
11:59:18 [2022-06-21T11:59:18.952Z] +++ /etc/init.d/apparmor start
11:59:18 [2022-06-21T11:59:18.952Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
11:59:18 [2022-06-21T11:59:18.952Z] INFO: Waiting for daemon to start...
11:59:18 [2022-06-21T11:59:18.952Z] Starting dockerd
11:59:18 [2022-06-21T11:59:18.952Z] +++ 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
11:59:19 [2022-06-21T11:59:19.065Z] --- PASS: TestBuildMultiStageLayerLeak (1.37s)
11:59:19 [2022-06-21T11:59:19.065Z] === RUN   TestBuildWithHugeFile
11:59:20 [2022-06-21T11:59:20.868Z] .
11:59:20 [2022-06-21T11:59:20.868Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
11:59:20 [2022-06-21T11:59:20.868Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
11:59:20 [2022-06-21T11:59:20.868Z] Error: No such image: emptyfs
11:59:20 [2022-06-21T11:59:20.868Z] ++++ tar -cC bundles/test-integration/emptyfs .
11:59:20 [2022-06-21T11:59:20.868Z] ++++ docker load
11:59:21 [2022-06-21T11:59:21.132Z] Running integration-test (iteration 1)
11:59:21 [2022-06-21T11:59:21.132Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
11:59:21 [2022-06-21T11:59:21.132Z] ++ 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
11:59:21 [2022-06-21T11:59:21.132Z] ++ set -e
11:59:21 [2022-06-21T11:59:21.132Z] ++ '[' -n 0 ']'
11:59:21 [2022-06-21T11:59:21.132Z] ++ set -x
11:59:21 [2022-06-21T11:59:21.132Z] ++ 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
11:59:22 [2022-06-21T11:59:22.076Z] Loaded image: busybox:latest
11:59:22 [2022-06-21T11:59:22.653Z] Loaded image: busybox:glibc
11:59:28 [2022-06-21T11:59:28.034Z] Loaded image: debian:bullseye-slim
11:59:28 [2022-06-21T11:59:28.034Z] Loaded image: hello-world:latest
11:59:28 [2022-06-21T11:59:28.034Z] Loaded image: arm32v7/hello-world:latest
11:59:28 [2022-06-21T11:59:28.034Z] INFO: Testing against a local daemon
11:59:28 [2022-06-21T11:59:28.034Z] === RUN   TestCgroupNamespacesBuild
11:59:30 [2022-06-21T11:59:30.579Z] --- PASS: TestCgroupNamespacesBuild (2.64s)
11:59:30 [2022-06-21T11:59:30.579Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
11:59:32 [2022-06-21T11:59:32.501Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.17s)
11:59:32 [2022-06-21T11:59:32.501Z] === RUN   TestBuildWithSession
11:59:32 [2022-06-21T11:59:32.501Z]     build_session_test.go:25: TODO: BuildKit
11:59:32 [2022-06-21T11:59:32.501Z] --- SKIP: TestBuildWithSession (0.00s)
11:59:32 [2022-06-21T11:59:32.501Z] === RUN   TestBuildSquashParent
11:59:42 [2022-06-21T11:59:42.504Z] --- PASS: TestBuildSquashParent (8.86s)
11:59:42 [2022-06-21T11:59:42.504Z] === RUN   TestBuildWithRemoveAndForceRemove
11:59:42 [2022-06-21T11:59:42.504Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:59:42 [2022-06-21T11:59:42.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:59:42 [2022-06-21T11:59:42.504Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:59:42 [2022-06-21T11:59:42.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:59:42 [2022-06-21T11:59:42.504Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:59:42 [2022-06-21T11:59:42.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:59:42 [2022-06-21T11:59:42.504Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:59:42 [2022-06-21T11:59:42.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:59:42 [2022-06-21T11:59:42.504Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:59:42 [2022-06-21T11:59:42.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:59:42 [2022-06-21T11:59:42.504Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:59:42 [2022-06-21T11:59:42.504Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:59:42 [2022-06-21T11:59:42.504Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:59:42 [2022-06-21T11:59:42.504Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:59:45 [2022-06-21T11:59:45.056Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:59:45 [2022-06-21T11:59:45.056Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:59:48 [2022-06-21T11:59:48.361Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:59:48 [2022-06-21T11:59:48.361Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:59:49 [2022-06-21T11:59:49.175Z] --- PASS: TestImportExtremelyLargeImageWorks (92.03s)
11:59:49 [2022-06-21T11:59:49.175Z] PASS
11:59:49 [2022-06-21T11:59:49.175Z] 
11:59:49 [2022-06-21T11:59:49.175Z] DONE 22 tests in 95.058s
11:59:49 [2022-06-21T11:59:49.175Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
11:59:49 [2022-06-21T11:59:49.175Z] === RUN   TestStripANSICommands
11:59:49 [2022-06-21T11:59:49.175Z] === RUN   TestStripANSICommands/#00
11:59:49 [2022-06-21T11:59:49.175Z] === RUN   TestStripANSICommands/#01
11:59:49 [2022-06-21T11:59:49.175Z] --- PASS: TestStripANSICommands (0.00s)
11:59:49 [2022-06-21T11:59:49.175Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
11:59:49 [2022-06-21T11:59:49.175Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
11:59:49 [2022-06-21T11:59:49.175Z] PASS
11:59:49 [2022-06-21T11:59:49.175Z] 
11:59:49 [2022-06-21T11:59:49.175Z] DONE 3 tests in 0.008s
11:59:49 [2022-06-21T11:59:49.175Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
11:59:49 [2022-06-21T11:59:49.175Z] INFO: Testing against a local daemon
11:59:49 [2022-06-21T11:59:49.175Z] === RUN   TestNetworkCreateDelete
11:59:49 [2022-06-21T11:59:49.175Z] --- PASS: TestNetworkCreateDelete (0.13s)
11:59:49 [2022-06-21T11:59:49.175Z] === RUN   TestDockerNetworkDeletePreferID
11:59:49 [2022-06-21T11:59:49.175Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
11:59:49 [2022-06-21T11:59:49.175Z] === RUN   TestDaemonDNSFallback
11:59:51 [2022-06-21T11:59:51.666Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
11:59:51 [2022-06-21T11:59:51.666Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.35s)
11:59:51 [2022-06-21T11:59:51.666Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.39s)
11:59:51 [2022-06-21T11:59:51.666Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.19s)
11:59:51 [2022-06-21T11:59:51.666Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.18s)
11:59:51 [2022-06-21T11:59:51.666Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.28s)
11:59:51 [2022-06-21T11:59:51.666Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.28s)
11:59:51 [2022-06-21T11:59:51.666Z] === RUN   TestBuildMultiStageCopy
11:59:51 [2022-06-21T11:59:51.666Z] === RUN   TestBuildMultiStageCopy/copy_to_root
11:59:51 [2022-06-21T11:59:51.718Z] --- PASS: TestDaemonDNSFallback (6.38s)
11:59:51 [2022-06-21T11:59:51.718Z] === RUN   TestInspectNetwork
11:59:54 [2022-06-21T11:59:54.215Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
11:59:54 [2022-06-21T11:59:54.787Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
11:59:55 [2022-06-21T11:59:55.004Z] === RUN   TestInspectNetwork/full_network_id
11:59:55 [2022-06-21T11:59:55.004Z] === RUN   TestInspectNetwork/partial_network_id
11:59:55 [2022-06-21T11:59:55.004Z] === RUN   TestInspectNetwork/network_name
11:59:55 [2022-06-21T11:59:55.004Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
11:59:55 [2022-06-21T11:59:55.359Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
11:59:55 [2022-06-21T11:59:55.932Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
11:59:56 [2022-06-21T11:59:56.504Z] --- PASS: TestBuildMultiStageCopy (5.29s)
11:59:56 [2022-06-21T11:59:56.504Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.62s)
11:59:56 [2022-06-21T11:59:56.504Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.78s)
11:59:56 [2022-06-21T11:59:56.504Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.64s)
11:59:56 [2022-06-21T11:59:56.504Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.62s)
11:59:56 [2022-06-21T11:59:56.504Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s)
11:59:56 [2022-06-21T11:59:56.504Z] === RUN   TestBuildMultiStageParentConfig
11:59:58 [2022-06-21T11:59:58.420Z] --- PASS: TestBuildMultiStageParentConfig (1.60s)
11:59:58 [2022-06-21T11:59:58.420Z] === RUN   TestBuildLabelWithTargets
11:59:59 [2022-06-21T11:59:59.191Z] --- PASS: TestInspectNetwork (7.50s)
11:59:59 [2022-06-21T11:59:59.191Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
11:59:59 [2022-06-21T11:59:59.191Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
11:59:59 [2022-06-21T11:59:59.191Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
11:59:59 [2022-06-21T11:59:59.191Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
11:59:59 [2022-06-21T11:59:59.191Z] === RUN   TestRunContainerWithBridgeNone
12:00:00 [2022-06-21T12:00:00.335Z] --- PASS: TestBuildLabelWithTargets (2.22s)
12:00:00 [2022-06-21T12:00:00.335Z] === RUN   TestBuildWithEmptyLayers
12:00:01 [2022-06-21T12:00:01.097Z] --- PASS: TestRunContainerWithBridgeNone (1.63s)
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/create
12:00:01 [2022-06-21T12:00:01.097Z] === PAUSE TestNetworkInvalidJSON/networks/create
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
12:00:01 [2022-06-21T12:00:01.097Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
12:00:01 [2022-06-21T12:00:01.097Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
12:00:01 [2022-06-21T12:00:01.097Z] === CONT  TestNetworkInvalidJSON/networks/create
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
12:00:01 [2022-06-21T12:00:01.097Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
12:00:01 [2022-06-21T12:00:01.097Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
12:00:01 [2022-06-21T12:00:01.097Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
12:00:01 [2022-06-21T12:00:01.097Z] --- PASS: TestNetworkInvalidJSON (0.01s)
12:00:01 [2022-06-21T12:00:01.097Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
12:00:01 [2022-06-21T12:00:01.097Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
12:00:01 [2022-06-21T12:00:01.098Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
12:00:01 [2022-06-21T12:00:01.098Z] === RUN   TestNetworkList
12:00:01 [2022-06-21T12:00:01.098Z] === RUN   TestNetworkList//networks
12:00:01 [2022-06-21T12:00:01.098Z] === PAUSE TestNetworkList//networks
12:00:01 [2022-06-21T12:00:01.098Z] === RUN   TestNetworkList//networks/
12:00:01 [2022-06-21T12:00:01.098Z] === PAUSE TestNetworkList//networks/
12:00:01 [2022-06-21T12:00:01.098Z] === CONT  TestNetworkList//networks
12:00:01 [2022-06-21T12:00:01.098Z] === CONT  TestNetworkList//networks/
12:00:01 [2022-06-21T12:00:01.098Z] --- PASS: TestNetworkList (0.02s)
12:00:01 [2022-06-21T12:00:01.098Z]     --- PASS: TestNetworkList//networks (0.00s)
12:00:01 [2022-06-21T12:00:01.098Z]     --- PASS: TestNetworkList//networks/ (0.00s)
12:00:01 [2022-06-21T12:00:01.098Z] === RUN   TestHostIPv4BridgeLabel
12:00:01 [2022-06-21T12:00:01.356Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
12:00:01 [2022-06-21T12:00:01.356Z] === RUN   TestDaemonRestartWithLiveRestore
12:00:01 [2022-06-21T12:00:01.722Z] --- PASS: TestBuildWithEmptyLayers (1.28s)
12:00:01 [2022-06-21T12:00:01.722Z] === RUN   TestBuildMultiStageOnBuild
12:00:02 [2022-06-21T12:00:02.733Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
12:00:02 [2022-06-21T12:00:02.734Z] === RUN   TestDaemonDefaultNetworkPools
12:00:03 [2022-06-21T12:00:03.300Z] --- PASS: TestDaemonDefaultNetworkPools (0.69s)
12:00:03 [2022-06-21T12:00:03.300Z] === RUN   TestDaemonRestartWithExistingNetwork
12:00:04 [2022-06-21T12:00:04.236Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s)
12:00:04 [2022-06-21T12:00:04.236Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
12:00:05 [2022-06-21T12:00:05.025Z] --- PASS: TestBuildMultiStageOnBuild (2.94s)
12:00:05 [2022-06-21T12:00:05.025Z] === RUN   TestBuildUncleanTarFilenames
12:00:05 [2022-06-21T12:00:05.614Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
12:00:05 [2022-06-21T12:00:05.614Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
12:00:06 [2022-06-21T12:00:06.181Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
12:00:06 [2022-06-21T12:00:06.181Z] === RUN   TestServiceWithPredefinedNetwork
12:00:06 [2022-06-21T12:00:06.413Z] --- PASS: TestBuildUncleanTarFilenames (1.91s)
12:00:06 [2022-06-21T12:00:06.413Z] === RUN   TestBuildMultiStageLayerLeak
12:00:08 [2022-06-21T12:00:08.714Z] --- PASS: TestServiceWithPredefinedNetwork (2.31s)
12:00:08 [2022-06-21T12:00:08.714Z] === RUN   TestServiceRemoveKeepsIngressNetwork
12:00:08 [2022-06-21T12:00:08.714Z]     service_test.go:243: FLAKY_TEST
12:00:08 [2022-06-21T12:00:08.714Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
12:00:08 [2022-06-21T12:00:08.714Z] === RUN   TestServiceWithDataPathPortInit
12:00:10 [2022-06-21T12:00:10.626Z] --- PASS: TestBuildMultiStageLayerLeak (3.40s)
12:00:10 [2022-06-21T12:00:10.626Z] === RUN   TestBuildWithHugeFile
12:00:15 [2022-06-21T12:00:15.237Z] --- PASS: TestBuildWithHugeFile (53.31s)
12:00:15 [2022-06-21T12:00:15.237Z] === RUN   TestBuildWCOWSandboxSize
12:00:15 [2022-06-21T12:00:15.237Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
12:00:15 [2022-06-21T12:00:15.237Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
12:00:15 [2022-06-21T12:00:15.237Z] === RUN   TestBuildWithEmptyDockerfile
12:00:15 [2022-06-21T12:00:15.237Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
12:00:15 [2022-06-21T12:00:15.237Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
12:00:15 [2022-06-21T12:00:15.237Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:00:15 [2022-06-21T12:00:15.237Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:00:15 [2022-06-21T12:00:15.237Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:00:15 [2022-06-21T12:00:15.237Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:00:15 [2022-06-21T12:00:15.237Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
12:00:15 [2022-06-21T12:00:15.237Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:00:15 [2022-06-21T12:00:15.237Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:00:15 [2022-06-21T12:00:15.237Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
12:00:15 [2022-06-21T12:00:15.237Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.07s)
12:00:15 [2022-06-21T12:00:15.237Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.07s)
12:00:15 [2022-06-21T12:00:15.237Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
12:00:15 [2022-06-21T12:00:15.237Z] === RUN   TestBuildPreserveOwnership
12:00:15 [2022-06-21T12:00:15.237Z] === RUN   TestBuildPreserveOwnership/copy_from
12:00:15 [2022-06-21T12:00:15.237Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
12:00:15 [2022-06-21T12:00:15.492Z] --- PASS: TestBuildPreserveOwnership (2.74s)
12:00:15 [2022-06-21T12:00:15.492Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.80s)
12:00:15 [2022-06-21T12:00:15.492Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.93s)
12:00:15 [2022-06-21T12:00:15.492Z] === RUN   TestBuildPlatformInvalid
12:00:15 [2022-06-21T12:00:15.492Z] --- PASS: TestBuildPlatformInvalid (0.08s)
12:00:15 [2022-06-21T12:00:15.492Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
12:00:16 [2022-06-21T12:00:16.420Z] Loaded image: busybox:latest
12:00:16 [2022-06-21T12:00:16.420Z] Loaded image: busybox:glibc
12:00:17 [2022-06-21T12:00:17.348Z] Loaded image: debian:bullseye-slim
12:00:17 [2022-06-21T12:00:17.348Z] Loaded image: hello-world:latest
12:00:17 [2022-06-21T12:00:17.348Z] Loaded image: arm32v7/hello-world:latest
12:00:20 [2022-06-21T12:00:20.537Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
12:00:20 [2022-06-21T12:00:20.537Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
12:00:20 [2022-06-21T12:00:20.537Z] GOOS="" GOARCH="" GOARM=""
12:00:20 [2022-06-21T12:00:20.537Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
12:00:20 [2022-06-21T12:00:20.537Z] 
12:00:20 [2022-06-21T12:00:20.537Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
12:00:20 [2022-06-21T12:00:20.537Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
12:00:20 [2022-06-21T12:00:20.537Z] Using test binary docker
12:00:20 [2022-06-21T12:00:20.537Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
12:00:20 [2022-06-21T12:00:20.537Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
12:00:20 [2022-06-21T12:00:20.537Z] INFO: Waiting for daemon to start...
12:00:20 [2022-06-21T12:00:20.537Z] Starting dockerd
12:00:20 [2022-06-21T12:00:20.537Z] .
12:00:20 [2022-06-21T12:00:20.537Z] INFO: Building docker-sdk-python3:5.0.3...
12:00:23 [2022-06-21T12:00:23.593Z] --- PASS: TestServiceWithDataPathPortInit (14.09s)
12:00:23 [2022-06-21T12:00:23.593Z] === RUN   TestServiceWithDefaultAddressPoolInit
12:00:25 [2022-06-21T12:00:25.497Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:5hy2z817k5b9mk9ik1o3jsef0 Created:2022-06-21 12:00:23.730291024 +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[c0af541318e0f1b4443fcfaab9b8a5430b0f4a0e12a7498be3b891b3ebf8741d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ws8yosmh6cqbt81tgsrmq54jt EndpointID:d2abb4751929f195911851a68bc33b411e1315100bc26cf6d94e0b60e6109f07 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:590a946458771040e7e67902fbcfd90e32af0cabe7cb86478a4754ca49aa9420 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:fbfa8e0abbeb IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ws8yosmh6cqbt81tgsrmq54jt EndpointID:d2abb4751929f195911851a68bc33b411e1315100bc26cf6d94e0b60e6109f07 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
12:00:29 [2022-06-21T12:00:29.517Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.96s)
12:00:29 [2022-06-21T12:00:29.517Z] PASS
12:00:29 [2022-06-21T12:00:29.517Z] 
12:00:29 [2022-06-21T12:00:29.517Z] === Skipped
12:00:29 [2022-06-21T12:00:29.517Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
12:00:29 [2022-06-21T12:00:29.517Z]     build_session_test.go:25: TODO: BuildKit
12:00:29 [2022-06-21T12:00:29.517Z] 
12:00:29 [2022-06-21T12:00:29.517Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
12:00:29 [2022-06-21T12:00:29.517Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
12:00:29 [2022-06-21T12:00:29.517Z] 
12:00:29 [2022-06-21T12:00:29.517Z] DONE 34 tests, 2 skipped in 86.791s
12:00:29 [2022-06-21T12:00:29.517Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
12:00:29 [2022-06-21T12:00:29.517Z] ++ 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
12:00:29 [2022-06-21T12:00:29.517Z] ++ set -e
12:00:29 [2022-06-21T12:00:29.517Z] ++ '[' -n 0 ']'
12:00:29 [2022-06-21T12:00:29.517Z] ++ set -x
12:00:29 [2022-06-21T12:00:29.517Z] ++ 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
12:00:29 [2022-06-21T12:00:29.517Z] INFO: Testing against a local daemon
12:00:29 [2022-06-21T12:00:29.517Z] === RUN   TestConfigInspect
12:00:29 [2022-06-21T12:00:29.685Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.96s)
12:00:29 [2022-06-21T12:00:29.685Z] PASS
12:00:29 [2022-06-21T12:00:29.685Z] 
12:00:29 [2022-06-21T12:00:29.685Z] === Skipped
12:00:29 [2022-06-21T12:00:29.685Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
12:00:29 [2022-06-21T12:00:29.685Z]     service_test.go:243: FLAKY_TEST
12:00:29 [2022-06-21T12:00:29.685Z] 
12:00:29 [2022-06-21T12:00:29.685Z] DONE 38 tests, 1 skipped in 44.630s
12:00:29 [2022-06-21T12:00:29.685Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
12:00:29 [2022-06-21T12:00:29.685Z] INFO: Testing against a local daemon
12:00:29 [2022-06-21T12:00:29.685Z] === RUN   TestDockerNetworkIpvlanPersistance
12:00:29 [2022-06-21T12:00:29.685Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:00:29 [2022-06-21T12:00:29.685Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
12:00:29 [2022-06-21T12:00:29.685Z] === RUN   TestDockerNetworkIpvlan
12:00:29 [2022-06-21T12:00:29.685Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:00:29 [2022-06-21T12:00:29.685Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
12:00:29 [2022-06-21T12:00:29.685Z] PASS
12:00:29 [2022-06-21T12:00:29.685Z] 
12:00:29 [2022-06-21T12:00:29.685Z] === Skipped
12:00:29 [2022-06-21T12:00:29.685Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
12:00:29 [2022-06-21T12:00:29.685Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:00:29 [2022-06-21T12:00:29.685Z] 
12:00:29 [2022-06-21T12:00:29.685Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
12:00:29 [2022-06-21T12:00:29.685Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:00:29 [2022-06-21T12:00:29.685Z] 
12:00:29 [2022-06-21T12:00:29.685Z] DONE 2 tests, 2 skipped in 0.064s
12:00:29 [2022-06-21T12:00:29.685Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
12:00:29 [2022-06-21T12:00:29.685Z] INFO: Testing against a local daemon
12:00:29 [2022-06-21T12:00:29.685Z] === RUN   TestDockerNetworkMacvlanPersistance
12:00:29 [2022-06-21T12:00:29.773Z] --- PASS: TestConfigInspect (2.29s)
12:00:29 [2022-06-21T12:00:29.773Z] === RUN   TestConfigList
12:00:31 [2022-06-21T12:00:31.062Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.29s)
12:00:31 [2022-06-21T12:00:31.062Z] === RUN   TestDockerNetworkMacvlan
12:00:31 [2022-06-21T12:00:31.630Z] === RUN   TestDockerNetworkMacvlan/Subinterface
12:00:32 [2022-06-21T12:00:32.198Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
12:00:32 [2022-06-21T12:00:32.291Z] --- PASS: TestConfigList (2.24s)
12:00:32 [2022-06-21T12:00:32.291Z] === RUN   TestConfigsCreateAndDelete
12:00:33 [2022-06-21T12:00:33.134Z] === RUN   TestDockerNetworkMacvlan/NilParent
12:00:34 [2022-06-21T12:00:34.180Z] --- PASS: TestConfigsCreateAndDelete (2.15s)
12:00:34 [2022-06-21T12:00:34.180Z] === RUN   TestConfigsUpdate
12:00:35 [2022-06-21T12:00:35.037Z] === RUN   TestDockerNetworkMacvlan/InternalMode
12:00:36 [2022-06-21T12:00:36.071Z] --- PASS: TestConfigsUpdate (1.80s)
12:00:36 [2022-06-21T12:00:36.071Z] === RUN   TestTemplatedConfig
12:00:36 [2022-06-21T12:00:36.941Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
12:00:37 [2022-06-21T12:00:37.993Z] --- PASS: TestTemplatedConfig (2.02s)
12:00:37 [2022-06-21T12:00:37.993Z] === RUN   TestConfigCreateResolve
12:00:40 [2022-06-21T12:00:40.230Z] === RUN   TestDockerNetworkMacvlan/Addressing
12:00:40 [2022-06-21T12:00:40.573Z] --- PASS: TestConfigCreateResolve (2.32s)
12:00:40 [2022-06-21T12:00:40.573Z] PASS
12:00:40 [2022-06-21T12:00:40.573Z] 
12:00:40 [2022-06-21T12:00:40.573Z] DONE 6 tests in 12.919s
12:00:40 [2022-06-21T12:00:40.573Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
12:00:40 [2022-06-21T12:00:40.573Z] ++ 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
12:00:40 [2022-06-21T12:00:40.573Z] ++ set -e
12:00:40 [2022-06-21T12:00:40.573Z] ++ '[' -n 0 ']'
12:00:40 [2022-06-21T12:00:40.573Z] ++ set -x
12:00:40 [2022-06-21T12:00:40.573Z] ++ 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
12:00:40 [2022-06-21T12:00:40.573Z] INFO: Testing against a local daemon
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestAttachWithTTY
12:00:40 [2022-06-21T12:00:40.573Z] --- PASS: TestAttachWithTTY (0.05s)
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestAttachWithoutTTy
12:00:40 [2022-06-21T12:00:40.573Z] --- PASS: TestAttachWithoutTTy (0.04s)
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestCheckpoint
12:00:40 [2022-06-21T12:00:40.573Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
12:00:40 [2022-06-21T12:00:40.573Z] --- SKIP: TestCheckpoint (0.00s)
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/commit
12:00:40 [2022-06-21T12:00:40.573Z] === PAUSE TestContainerInvalidJSON/commit
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/create
12:00:40 [2022-06-21T12:00:40.573Z] === PAUSE TestContainerInvalidJSON/containers/create
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
12:00:40 [2022-06-21T12:00:40.573Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
12:00:40 [2022-06-21T12:00:40.573Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
12:00:40 [2022-06-21T12:00:40.573Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
12:00:40 [2022-06-21T12:00:40.573Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
12:00:40 [2022-06-21T12:00:40.573Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
12:00:40 [2022-06-21T12:00:40.573Z] === CONT  TestContainerInvalidJSON/commit
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
12:00:40 [2022-06-21T12:00:40.573Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/commit/empty_body
12:00:40 [2022-06-21T12:00:40.573Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
12:00:40 [2022-06-21T12:00:40.573Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
12:00:40 [2022-06-21T12:00:40.573Z] === CONT  TestContainerInvalidJSON/containers/create
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
12:00:40 [2022-06-21T12:00:40.573Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
12:00:40 [2022-06-21T12:00:40.573Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
12:00:40 [2022-06-21T12:00:40.574Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
12:00:40 [2022-06-21T12:00:40.574Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
12:00:40 [2022-06-21T12:00:40.574Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
12:00:40 [2022-06-21T12:00:40.574Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
12:00:40 [2022-06-21T12:00:40.574Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
12:00:40 [2022-06-21T12:00:40.574Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
12:00:40 [2022-06-21T12:00:40.574Z] --- PASS: TestContainerInvalidJSON (0.01s)
12:00:40 [2022-06-21T12:00:40.574Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
12:00:40 [2022-06-21T12:00:40.574Z] === RUN   TestCopyFromContainerPathDoesNotExist
12:00:40 [2022-06-21T12:00:40.574Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
12:00:40 [2022-06-21T12:00:40.574Z] === RUN   TestCopyFromContainerPathIsNotDir
12:00:40 [2022-06-21T12:00:40.830Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
12:00:40 [2022-06-21T12:00:40.830Z] === RUN   TestCopyToContainerPathDoesNotExist
12:00:40 [2022-06-21T12:00:40.830Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
12:00:40 [2022-06-21T12:00:40.830Z] === RUN   TestCopyEmptyFile
12:00:40 [2022-06-21T12:00:40.945Z] --- PASS: TestImportExtremelyLargeImageWorks (92.84s)
12:00:40 [2022-06-21T12:00:40.945Z] PASS
12:00:40 [2022-06-21T12:00:40.945Z] 
12:00:40 [2022-06-21T12:00:40.945Z] === Skipped
12:00:40 [2022-06-21T12:00:40.945Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
12:00:40 [2022-06-21T12:00:40.945Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
12:00:40 [2022-06-21T12:00:40.945Z] 
12:00:40 [2022-06-21T12:00:40.945Z] DONE 22 tests, 1 skipped in 97.023s
12:00:40 [2022-06-21T12:00:40.945Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
12:00:40 [2022-06-21T12:00:40.945Z] === RUN   TestStripANSICommands
12:00:40 [2022-06-21T12:00:40.945Z] === RUN   TestStripANSICommands/#00
12:00:40 [2022-06-21T12:00:40.945Z] === RUN   TestStripANSICommands/#01
12:00:40 [2022-06-21T12:00:40.945Z] --- PASS: TestStripANSICommands (0.00s)
12:00:40 [2022-06-21T12:00:40.945Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
12:00:40 [2022-06-21T12:00:40.945Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
12:00:40 [2022-06-21T12:00:40.945Z] PASS
12:00:40 [2022-06-21T12:00:40.945Z] 
12:00:40 [2022-06-21T12:00:40.945Z] DONE 3 tests in 0.038s
12:00:40 [2022-06-21T12:00:40.945Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
12:00:40 [2022-06-21T12:00:40.945Z] INFO: Testing against a local daemon
12:00:40 [2022-06-21T12:00:40.945Z] === RUN   TestNetworkCreateDelete
12:00:40 [2022-06-21T12:00:40.945Z] --- PASS: TestNetworkCreateDelete (0.13s)
12:00:40 [2022-06-21T12:00:40.945Z] === RUN   TestDockerNetworkDeletePreferID
12:00:40 [2022-06-21T12:00:40.945Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
12:00:40 [2022-06-21T12:00:40.945Z] === RUN   TestDaemonDNSFallback
12:00:41 [2022-06-21T12:00:41.086Z] --- PASS: TestCopyEmptyFile (0.21s)
12:00:41 [2022-06-21T12:00:41.086Z] === RUN   TestCopyToContainerPathIsNotDir
12:00:41 [2022-06-21T12:00:41.086Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
12:00:41 [2022-06-21T12:00:41.086Z] === RUN   TestCopyFromContainer
12:00:41 [2022-06-21T12:00:41.167Z] --- PASS: TestDockerNetworkMacvlan (10.06s)
12:00:41 [2022-06-21T12:00:41.167Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
12:00:41 [2022-06-21T12:00:41.167Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
12:00:41 [2022-06-21T12:00:41.167Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.91s)
12:00:41 [2022-06-21T12:00:41.167Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.87s)
12:00:41 [2022-06-21T12:00:41.167Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.21s)
12:00:41 [2022-06-21T12:00:41.167Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.67s)
12:00:41 [2022-06-21T12:00:41.167Z] PASS
12:00:41 [2022-06-21T12:00:41.167Z] 
12:00:41 [2022-06-21T12:00:41.167Z] DONE 8 tests in 11.411s
12:00:41 [2022-06-21T12:00:41.167Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
12:00:41 [2022-06-21T12:00:41.167Z] testing: warning: no tests to run
12:00:41 [2022-06-21T12:00:41.167Z] PASS
12:00:41 [2022-06-21T12:00:41.167Z] 
12:00:41 [2022-06-21T12:00:41.167Z] DONE 0 tests in 0.007s
12:00:41 [2022-06-21T12:00:41.167Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
12:00:41 [2022-06-21T12:00:41.167Z] INFO: Testing against a local daemon
12:00:41 [2022-06-21T12:00:41.167Z] === RUN   TestAuthZPluginAllowRequest
12:00:42 [2022-06-21T12:00:42.014Z] === RUN   TestCopyFromContainer//
12:00:42 [2022-06-21T12:00:42.014Z] === RUN   TestCopyFromContainer//bar/root
12:00:42 [2022-06-21T12:00:42.014Z] === RUN   TestCopyFromContainer//bar/root/
12:00:42 [2022-06-21T12:00:42.014Z] === RUN   TestCopyFromContainer/bar/quux
12:00:42 [2022-06-21T12:00:42.014Z] === RUN   TestCopyFromContainer/bar/quux/
12:00:42 [2022-06-21T12:00:42.103Z] --- PASS: TestAuthZPluginAllowRequest (1.20s)
12:00:42 [2022-06-21T12:00:42.104Z] === RUN   TestAuthZPluginTLS
12:00:42 [2022-06-21T12:00:42.270Z] === RUN   TestCopyFromContainer/bar/quux/baz
12:00:42 [2022-06-21T12:00:42.270Z] === RUN   TestCopyFromContainer/bar/filesymlink
12:00:42 [2022-06-21T12:00:42.270Z] === RUN   TestCopyFromContainer/bar/dirsymlink
12:00:42 [2022-06-21T12:00:42.270Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
12:00:42 [2022-06-21T12:00:42.526Z] === RUN   TestCopyFromContainer/bar/notarget
12:00:42 [2022-06-21T12:00:42.526Z] --- PASS: TestCopyFromContainer (1.47s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCopyFromContainer// (0.06s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
12:00:42 [2022-06-21T12:00:42.526Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
12:00:42 [2022-06-21T12:00:42.526Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
12:00:42 [2022-06-21T12:00:42.526Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
12:00:42 [2022-06-21T12:00:42.526Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
12:00:42 [2022-06-21T12:00:42.526Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
12:00:42 [2022-06-21T12:00:42.526Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
12:00:42 [2022-06-21T12:00:42.526Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
12:00:42 [2022-06-21T12:00:42.526Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
12:00:42 [2022-06-21T12:00:42.526Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
12:00:42 [2022-06-21T12:00:42.526Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
12:00:42 [2022-06-21T12:00:42.526Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
12:00:42 [2022-06-21T12:00:42.526Z] === RUN   TestCreateLinkToNonExistingContainer
12:00:42 [2022-06-21T12:00:42.526Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s)
12:00:42 [2022-06-21T12:00:42.526Z] === RUN   TestCreateWithInvalidEnv
12:00:42 [2022-06-21T12:00:42.526Z] === RUN   TestCreateWithInvalidEnv/0
12:00:42 [2022-06-21T12:00:42.526Z] === PAUSE TestCreateWithInvalidEnv/0
12:00:42 [2022-06-21T12:00:42.526Z] === RUN   TestCreateWithInvalidEnv/1
12:00:42 [2022-06-21T12:00:42.526Z] === PAUSE TestCreateWithInvalidEnv/1
12:00:42 [2022-06-21T12:00:42.526Z] === RUN   TestCreateWithInvalidEnv/2
12:00:42 [2022-06-21T12:00:42.526Z] === PAUSE TestCreateWithInvalidEnv/2
12:00:42 [2022-06-21T12:00:42.526Z] === CONT  TestCreateWithInvalidEnv/0
12:00:42 [2022-06-21T12:00:42.526Z] === CONT  TestCreateWithInvalidEnv/2
12:00:42 [2022-06-21T12:00:42.526Z] === CONT  TestCreateWithInvalidEnv/1
12:00:42 [2022-06-21T12:00:42.526Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
12:00:42 [2022-06-21T12:00:42.526Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
12:00:42 [2022-06-21T12:00:42.526Z] === RUN   TestCreateTmpfsMountsTarget
12:00:42 [2022-06-21T12:00:42.526Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
12:00:42 [2022-06-21T12:00:42.526Z] === RUN   TestCreateWithCustomMaskedPaths
12:00:42 [2022-06-21T12:00:42.671Z] --- PASS: TestAuthZPluginTLS (0.54s)
12:00:42 [2022-06-21T12:00:42.671Z] === RUN   TestAuthZPluginDenyRequest
12:00:43 [2022-06-21T12:00:43.239Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
12:00:43 [2022-06-21T12:00:43.239Z] === RUN   TestAuthZPluginAPIDenyResponse
12:00:43 [2022-06-21T12:00:43.826Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
12:00:43 [2022-06-21T12:00:43.826Z] === RUN   TestAuthZPluginDenyResponse
12:00:43 [2022-06-21T12:00:43.893Z] --- PASS: TestCreateWithCustomMaskedPaths (1.13s)
12:00:43 [2022-06-21T12:00:43.893Z] === RUN   TestCreateWithCustomReadonlyPaths
12:00:44 [2022-06-21T12:00:44.208Z] --- PASS: TestDaemonDNSFallback (6.31s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestInspectNetwork
12:00:44 [2022-06-21T12:00:44.208Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:44 [2022-06-21T12:00:44.208Z] --- SKIP: TestInspectNetwork (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestRunContainerWithBridgeNone
12:00:44 [2022-06-21T12:00:44.208Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/create
12:00:44 [2022-06-21T12:00:44.208Z] === PAUSE TestNetworkInvalidJSON/networks/create
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
12:00:44 [2022-06-21T12:00:44.208Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
12:00:44 [2022-06-21T12:00:44.208Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
12:00:44 [2022-06-21T12:00:44.208Z] === CONT  TestNetworkInvalidJSON/networks/create
12:00:44 [2022-06-21T12:00:44.208Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
12:00:44 [2022-06-21T12:00:44.208Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
12:00:44 [2022-06-21T12:00:44.208Z] --- PASS: TestNetworkInvalidJSON (0.01s)
12:00:44 [2022-06-21T12:00:44.208Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkList
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkList//networks
12:00:44 [2022-06-21T12:00:44.208Z] === PAUSE TestNetworkList//networks
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestNetworkList//networks/
12:00:44 [2022-06-21T12:00:44.208Z] === PAUSE TestNetworkList//networks/
12:00:44 [2022-06-21T12:00:44.208Z] === CONT  TestNetworkList//networks
12:00:44 [2022-06-21T12:00:44.208Z] === CONT  TestNetworkList//networks/
12:00:44 [2022-06-21T12:00:44.208Z] --- PASS: TestNetworkList (0.01s)
12:00:44 [2022-06-21T12:00:44.208Z]     --- PASS: TestNetworkList//networks/ (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]     --- PASS: TestNetworkList//networks (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestHostIPv4BridgeLabel
12:00:44 [2022-06-21T12:00:44.208Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestDaemonRestartWithLiveRestore
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestDaemonDefaultNetworkPools
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestDaemonRestartWithExistingNetwork
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestServiceWithPredefinedNetwork
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:44 [2022-06-21T12:00:44.208Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestServiceRemoveKeepsIngressNetwork
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:243: FLAKY_TEST
12:00:44 [2022-06-21T12:00:44.208Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestServiceWithDataPathPortInit
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:44 [2022-06-21T12:00:44.208Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s)
12:00:44 [2022-06-21T12:00:44.208Z] === RUN   TestServiceWithDefaultAddressPoolInit
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:44 [2022-06-21T12:00:44.208Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z] PASS
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] === Skipped
12:00:44 [2022-06-21T12:00:44.208Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s)
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s)
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s)
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s)
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:243: FLAKY_TEST
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s)
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
12:00:44 [2022-06-21T12:00:44.208Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:44 [2022-06-21T12:00:44.208Z] 
12:00:44 [2022-06-21T12:00:44.208Z] DONE 34 tests, 12 skipped in 7.067s
12:00:44 [2022-06-21T12:00:44.208Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
12:00:44 [2022-06-21T12:00:44.410Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
12:00:44 [2022-06-21T12:00:44.410Z] === RUN   TestAuthZPluginAllowEventStream
12:00:44 [2022-06-21T12:00:44.464Z] INFO: Testing against a local daemon
12:00:44 [2022-06-21T12:00:44.464Z] === RUN   TestDockerNetworkIpvlanPersistance
12:00:44 [2022-06-21T12:00:44.464Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:00:44 [2022-06-21T12:00:44.464Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
12:00:44 [2022-06-21T12:00:44.464Z] === RUN   TestDockerNetworkIpvlan
12:00:44 [2022-06-21T12:00:44.464Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:00:44 [2022-06-21T12:00:44.464Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
12:00:44 [2022-06-21T12:00:44.464Z] PASS
12:00:44 [2022-06-21T12:00:44.464Z] 
12:00:44 [2022-06-21T12:00:44.464Z] === Skipped
12:00:44 [2022-06-21T12:00:44.464Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
12:00:44 [2022-06-21T12:00:44.464Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:00:44 [2022-06-21T12:00:44.464Z] 
12:00:44 [2022-06-21T12:00:44.464Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
12:00:44 [2022-06-21T12:00:44.464Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:00:44 [2022-06-21T12:00:44.464Z] 
12:00:44 [2022-06-21T12:00:44.464Z] DONE 2 tests, 2 skipped in 0.090s
12:00:44 [2022-06-21T12:00:44.464Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
12:00:44 [2022-06-21T12:00:44.464Z] INFO: Testing against a local daemon
12:00:44 [2022-06-21T12:00:44.464Z] === RUN   TestDockerNetworkMacvlanPersistance
12:00:44 [2022-06-21T12:00:44.464Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.464Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
12:00:44 [2022-06-21T12:00:44.464Z] === RUN   TestDockerNetworkMacvlan
12:00:44 [2022-06-21T12:00:44.464Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.464Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
12:00:44 [2022-06-21T12:00:44.464Z] PASS
12:00:44 [2022-06-21T12:00:44.464Z] 
12:00:44 [2022-06-21T12:00:44.464Z] === Skipped
12:00:44 [2022-06-21T12:00:44.464Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
12:00:44 [2022-06-21T12:00:44.464Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.464Z] 
12:00:44 [2022-06-21T12:00:44.464Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
12:00:44 [2022-06-21T12:00:44.464Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
12:00:44 [2022-06-21T12:00:44.464Z] 
12:00:44 [2022-06-21T12:00:44.464Z] DONE 2 tests, 2 skipped in 0.089s
12:00:44 [2022-06-21T12:00:44.464Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
12:00:44 [2022-06-21T12:00:44.464Z] testing: warning: no tests to run
12:00:44 [2022-06-21T12:00:44.464Z] PASS
12:00:44 [2022-06-21T12:00:44.464Z] 
12:00:44 [2022-06-21T12:00:44.464Z] DONE 0 tests in 0.025s
12:00:44 [2022-06-21T12:00:44.464Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
12:00:44 [2022-06-21T12:00:44.720Z] INFO: Testing against a local daemon
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginAllowRequest
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginTLS
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginTLS (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginDenyRequest
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginAPIDenyResponse
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginDenyResponse
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginAllowEventStream
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginErrorResponse
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginErrorRequest
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginHeader
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginHeader (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.11s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginV2Disable
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
12:00:44 [2022-06-21T12:00:44.720Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s)
12:00:44 [2022-06-21T12:00:44.720Z] PASS
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === Skipped
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.11s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s)
12:00:44 [2022-06-21T12:00:44.720Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.720Z] 
12:00:44 [2022-06-21T12:00:44.720Z] DONE 17 tests, 17 skipped in 0.263s
12:00:44 [2022-06-21T12:00:44.720Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
12:00:44 [2022-06-21T12:00:44.820Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.15s)
12:00:44 [2022-06-21T12:00:44.821Z] === RUN   TestCreateWithInvalidHealthcheckParams
12:00:44 [2022-06-21T12:00:44.821Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
12:00:44 [2022-06-21T12:00:44.821Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
12:00:44 [2022-06-21T12:00:44.821Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
12:00:44 [2022-06-21T12:00:44.821Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
12:00:44 [2022-06-21T12:00:44.821Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
12:00:44 [2022-06-21T12:00:44.821Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
12:00:44 [2022-06-21T12:00:44.821Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
12:00:44 [2022-06-21T12:00:44.821Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
12:00:44 [2022-06-21T12:00:44.821Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
12:00:44 [2022-06-21T12:00:44.821Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
12:00:44 [2022-06-21T12:00:44.821Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
12:00:44 [2022-06-21T12:00:44.821Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
12:00:44 [2022-06-21T12:00:44.821Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
12:00:44 [2022-06-21T12:00:44.821Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
12:00:44 [2022-06-21T12:00:44.821Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
12:00:44 [2022-06-21T12:00:44.821Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
12:00:44 [2022-06-21T12:00:44.821Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
12:00:44 [2022-06-21T12:00:44.821Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
12:00:44 [2022-06-21T12:00:44.821Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
12:00:44 [2022-06-21T12:00:44.821Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
12:00:44 [2022-06-21T12:00:44.821Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
12:00:44 [2022-06-21T12:00:44.821Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
12:00:44 [2022-06-21T12:00:44.975Z] INFO: Testing against a local daemon
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
12:00:44 [2022-06-21T12:00:44.975Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
12:00:44 [2022-06-21T12:00:44.975Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/pull
12:00:44 [2022-06-21T12:00:44.975Z] === PAUSE TestPluginInvalidJSON/plugins/pull
12:00:44 [2022-06-21T12:00:44.975Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
12:00:44 [2022-06-21T12:00:44.975Z] === CONT  TestPluginInvalidJSON/plugins/pull
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
12:00:44 [2022-06-21T12:00:44.975Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
12:00:44 [2022-06-21T12:00:44.975Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
12:00:44 [2022-06-21T12:00:44.975Z] --- PASS: TestPluginInvalidJSON (0.02s)
12:00:44 [2022-06-21T12:00:44.975Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
12:00:44 [2022-06-21T12:00:44.975Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
12:00:44 [2022-06-21T12:00:44.976Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
12:00:44 [2022-06-21T12:00:44.976Z] === RUN   TestPluginInstall
12:00:44 [2022-06-21T12:00:44.976Z]     plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.976Z] --- SKIP: TestPluginInstall (0.00s)
12:00:44 [2022-06-21T12:00:44.976Z] === RUN   TestPluginsWithRuntimes
12:00:44 [2022-06-21T12:00:44.976Z]     plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
12:00:44 [2022-06-21T12:00:44.976Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
12:00:44 [2022-06-21T12:00:44.976Z] === RUN   TestPluginBackCompatMediaTypes
12:00:44 [2022-06-21T12:00:44.976Z]     plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
12:00:44 [2022-06-21T12:00:44.976Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
12:00:44 [2022-06-21T12:00:44.976Z] PASS
12:00:44 [2022-06-21T12:00:44.976Z] 
12:00:44 [2022-06-21T12:00:44.976Z] === Skipped
12:00:44 [2022-06-21T12:00:44.976Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
12:00:44 [2022-06-21T12:00:44.976Z]     plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost
12:00:44 [2022-06-21T12:00:44.976Z] 
12:00:44 [2022-06-21T12:00:44.976Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
12:00:44 [2022-06-21T12:00:44.976Z]     plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
12:00:44 [2022-06-21T12:00:44.976Z] 
12:00:44 [2022-06-21T12:00:44.976Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
12:00:44 [2022-06-21T12:00:44.976Z]     plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
12:00:44 [2022-06-21T12:00:44.976Z] 
12:00:44 [2022-06-21T12:00:44.976Z] DONE 19 tests, 3 skipped in 0.145s
12:00:44 [2022-06-21T12:00:44.976Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
12:00:44 [2022-06-21T12:00:44.976Z] INFO: Testing against a local daemon
12:00:44 [2022-06-21T12:00:44.976Z] === RUN   TestExternalGraphDriver
12:00:45 [2022-06-21T12:00:45.231Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
12:00:45 [2022-06-21T12:00:45.231Z] --- SKIP: TestExternalGraphDriver (0.03s)
12:00:45 [2022-06-21T12:00:45.231Z] === RUN   TestGraphdriverPluginV2
12:00:45 [2022-06-21T12:00:45.384Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s)
12:00:45 [2022-06-21T12:00:45.384Z] === RUN   TestCreateDifferentPlatform
12:00:45 [2022-06-21T12:00:45.384Z] === RUN   TestCreateDifferentPlatform/different_os
12:00:45 [2022-06-21T12:00:45.384Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
12:00:45 [2022-06-21T12:00:45.385Z] --- PASS: TestCreateDifferentPlatform (0.02s)
12:00:45 [2022-06-21T12:00:45.385Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
12:00:45 [2022-06-21T12:00:45.385Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestCreateVolumesFromNonExistingContainer
12:00:45 [2022-06-21T12:00:45.385Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
12:00:45 [2022-06-21T12:00:45.385Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestCreateInvalidHostConfig
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
12:00:45 [2022-06-21T12:00:45.385Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
12:00:45 [2022-06-21T12:00:45.385Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
12:00:45 [2022-06-21T12:00:45.385Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
12:00:45 [2022-06-21T12:00:45.385Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
12:00:45 [2022-06-21T12:00:45.385Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
12:00:45 [2022-06-21T12:00:45.385Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
12:00:45 [2022-06-21T12:00:45.385Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
12:00:45 [2022-06-21T12:00:45.385Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
12:00:45 [2022-06-21T12:00:45.385Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
12:00:45 [2022-06-21T12:00:45.385Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
12:00:45 [2022-06-21T12:00:45.385Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
12:00:45 [2022-06-21T12:00:45.385Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
12:00:45 [2022-06-21T12:00:45.385Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestContainerStartOnDaemonRestart
12:00:45 [2022-06-21T12:00:45.385Z] === PAUSE TestContainerStartOnDaemonRestart
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestDaemonRestartIpcMode
12:00:45 [2022-06-21T12:00:45.385Z] === PAUSE TestDaemonRestartIpcMode
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestDaemonHostGatewayIP
12:00:45 [2022-06-21T12:00:45.385Z] === PAUSE TestDaemonHostGatewayIP
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestRestartDaemonWithRestartingContainer
12:00:45 [2022-06-21T12:00:45.385Z] === PAUSE TestRestartDaemonWithRestartingContainer
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestContainerKillOnDaemonStart
12:00:45 [2022-06-21T12:00:45.385Z] === PAUSE TestContainerKillOnDaemonStart
12:00:45 [2022-06-21T12:00:45.385Z] === RUN   TestDiff
12:00:45 [2022-06-21T12:00:45.641Z] --- PASS: TestDiff (0.40s)
12:00:45 [2022-06-21T12:00:45.641Z] === RUN   TestExecWithCloseStdin
12:00:45 [2022-06-21T12:00:45.924Z] --- PASS: TestAuthZPluginAllowEventStream (1.25s)
12:00:45 [2022-06-21T12:00:45.924Z] === RUN   TestAuthZPluginErrorResponse
12:00:46 [2022-06-21T12:00:46.183Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
12:00:46 [2022-06-21T12:00:46.183Z] === RUN   TestAuthZPluginErrorRequest
12:00:46 [2022-06-21T12:00:46.232Z] --- PASS: TestExecWithCloseStdin (0.47s)
12:00:46 [2022-06-21T12:00:46.232Z] === RUN   TestExec
12:00:46 [2022-06-21T12:00:46.751Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
12:00:46 [2022-06-21T12:00:46.751Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
12:00:46 [2022-06-21T12:00:46.793Z] --- PASS: TestExec (0.45s)
12:00:46 [2022-06-21T12:00:46.793Z] === RUN   TestExecUser
12:00:47 [2022-06-21T12:00:47.049Z] --- PASS: TestExecUser (0.46s)
12:00:47 [2022-06-21T12:00:47.049Z] === RUN   TestExportContainerAndImportImage
12:00:47 [2022-06-21T12:00:47.318Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
12:00:47 [2022-06-21T12:00:47.318Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
12:00:47 [2022-06-21T12:00:47.610Z] --- PASS: TestExportContainerAndImportImage (0.53s)
12:00:47 [2022-06-21T12:00:47.610Z] === RUN   TestExportContainerAfterDaemonRestart
12:00:48 [2022-06-21T12:00:48.695Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.43s)
12:00:48 [2022-06-21T12:00:48.695Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
12:00:48 [2022-06-21T12:00:48.975Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
12:00:48 [2022-06-21T12:00:48.975Z] === RUN   TestHealthCheckWorkdir
12:00:49 [2022-06-21T12:00:49.527Z] --- PASS: TestGraphdriverPluginV2 (3.68s)
12:00:49 [2022-06-21T12:00:49.527Z] PASS
12:00:49 [2022-06-21T12:00:49.527Z] 
12:00:49 [2022-06-21T12:00:49.527Z] === Skipped
12:00:49 [2022-06-21T12:00:49.527Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s)
12:00:49 [2022-06-21T12:00:49.527Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
12:00:49 [2022-06-21T12:00:49.527Z] 
12:00:49 [2022-06-21T12:00:49.527Z] DONE 2 tests, 1 skipped in 3.811s
12:00:49 [2022-06-21T12:00:49.527Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
12:00:49 [2022-06-21T12:00:49.527Z] INFO: Testing against a local daemon
12:00:49 [2022-06-21T12:00:49.527Z] === RUN   TestContinueAfterPluginCrash
12:00:49 [2022-06-21T12:00:49.527Z] === PAUSE TestContinueAfterPluginCrash
12:00:49 [2022-06-21T12:00:49.527Z] === RUN   TestReadPluginNoRead
12:00:49 [2022-06-21T12:00:49.527Z] === PAUSE TestReadPluginNoRead
12:00:49 [2022-06-21T12:00:49.527Z] === RUN   TestDaemonStartWithLogOpt
12:00:49 [2022-06-21T12:00:49.527Z] === PAUSE TestDaemonStartWithLogOpt
12:00:49 [2022-06-21T12:00:49.527Z] === CONT  TestContinueAfterPluginCrash
12:00:49 [2022-06-21T12:00:49.527Z] === CONT  TestDaemonStartWithLogOpt
12:00:49 [2022-06-21T12:00:49.538Z] --- PASS: TestHealthCheckWorkdir (0.52s)
12:00:49 [2022-06-21T12:00:49.538Z] === RUN   TestHealthKillContainer
12:00:50 [2022-06-21T12:00:50.073Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.45s)
12:00:50 [2022-06-21T12:00:50.073Z] === RUN   TestAuthZPluginHeader
12:00:51 [2022-06-21T12:00:51.010Z] --- PASS: TestAuthZPluginHeader (0.71s)
12:00:51 [2022-06-21T12:00:51.010Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
12:00:53 [2022-06-21T12:00:53.693Z] --- PASS: TestDaemonStartWithLogOpt (4.32s)
12:00:53 [2022-06-21T12:00:53.693Z] === CONT  TestReadPluginNoRead
12:00:55 [2022-06-21T12:00:55.197Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.06s)
12:00:55 [2022-06-21T12:00:55.197Z] === RUN   TestAuthZPluginV2Disable
12:00:55 [2022-06-21T12:00:55.583Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
12:00:56 [2022-06-21T12:00:56.948Z] === RUN   TestReadPluginNoRead/default
12:00:57 [2022-06-21T12:00:57.620Z] --- PASS: TestHealthKillContainer (7.85s)
12:00:57 [2022-06-21T12:00:57.620Z] === RUN   TestInspectCpusetInConfigPre120
12:00:57 [2022-06-21T12:00:57.620Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s)
12:00:57 [2022-06-21T12:00:57.620Z] === RUN   TestIpcModeNone
12:00:57 [2022-06-21T12:00:57.876Z] --- PASS: TestContinueAfterPluginCrash (8.96s)
12:00:58 [2022-06-21T12:00:58.132Z] === RUN   TestReadPluginNoRead/disabled_caching
12:00:58 [2022-06-21T12:00:58.182Z] --- PASS: TestIpcModeNone (0.47s)
12:00:58 [2022-06-21T12:00:58.182Z] === RUN   TestIpcModePrivate
12:00:58 [2022-06-21T12:00:58.437Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false
12:00:58 [2022-06-21T12:00:58.484Z] --- PASS: TestAuthZPluginV2Disable (3.49s)
12:00:58 [2022-06-21T12:00:58.484Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
12:00:58 [2022-06-21T12:00:58.693Z] --- PASS: TestIpcModePrivate (0.46s)
12:00:58 [2022-06-21T12:00:58.693Z] === RUN   TestIpcModeShareable
12:00:58 [2022-06-21T12:00:58.950Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true
12:00:59 [2022-06-21T12:00:59.207Z] --- PASS: TestIpcModeShareable (0.48s)
12:00:59 [2022-06-21T12:00:59.207Z] === RUN   TestAPIIpcModeShareableAndContainer
12:00:59 [2022-06-21T12:00:59.234Z] sha256:863a644ad986cee7363b3ee8c5116d16fb7768e2f047cef8c3f82fba582c328b
12:00:59 [2022-06-21T12:00:59.234Z] INFO: Starting docker-py tests...
12:00:59 [2022-06-21T12:00:59.497Z] === CONT  TestReadPluginNoRead
12:00:59 [2022-06-21T12:00:59.497Z]     read_test.go:92: [def962cb00afe] daemon is not started
12:00:59 [2022-06-21T12:00:59.497Z] --- PASS: TestReadPluginNoRead (6.09s)
12:00:59 [2022-06-21T12:00:59.497Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s)
12:00:59 [2022-06-21T12:00:59.497Z]     --- PASS: TestReadPluginNoRead/default (1.36s)
12:00:59 [2022-06-21T12:00:59.497Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.27s)
12:00:59 [2022-06-21T12:00:59.497Z] PASS
12:00:59 [2022-06-21T12:00:59.497Z] 
12:00:59 [2022-06-21T12:00:59.497Z] DONE 6 tests in 10.548s
12:00:59 [2022-06-21T12:00:59.497Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
12:00:59 [2022-06-21T12:00:59.497Z] testing: warning: no tests to run
12:00:59 [2022-06-21T12:00:59.497Z] PASS
12:00:59 [2022-06-21T12:00:59.497Z] 
12:00:59 [2022-06-21T12:00:59.497Z] DONE 0 tests in 0.040s
12:00:59 [2022-06-21T12:00:59.497Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
12:00:59 [2022-06-21T12:00:59.497Z] INFO: Testing against a local daemon
12:00:59 [2022-06-21T12:00:59.497Z] === RUN   TestPluginWithDevMounts
12:00:59 [2022-06-21T12:00:59.497Z]     mounts_test.go:20: (*Execution).IsRootless-fm
12:00:59 [2022-06-21T12:00:59.497Z] --- SKIP: TestPluginWithDevMounts (0.00s)
12:00:59 [2022-06-21T12:00:59.497Z] PASS
12:00:59 [2022-06-21T12:00:59.497Z] 
12:00:59 [2022-06-21T12:00:59.497Z] === Skipped
12:00:59 [2022-06-21T12:00:59.497Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
12:00:59 [2022-06-21T12:00:59.497Z]     mounts_test.go:20: (*Execution).IsRootless-fm
12:00:59 [2022-06-21T12:00:59.497Z] 
12:00:59 [2022-06-21T12:00:59.497Z] DONE 1 tests, 1 skipped in 0.105s
12:00:59 [2022-06-21T12:00:59.497Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
12:00:59 [2022-06-21T12:00:59.497Z] INFO: Testing against a local daemon
12:00:59 [2022-06-21T12:00:59.497Z] === RUN   TestSecretInspect
12:00:59 [2022-06-21T12:00:59.497Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.753Z] --- SKIP: TestSecretInspect (0.02s)
12:00:59 [2022-06-21T12:00:59.753Z] === RUN   TestSecretList
12:00:59 [2022-06-21T12:00:59.753Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.753Z] --- SKIP: TestSecretList (0.01s)
12:00:59 [2022-06-21T12:00:59.753Z] === RUN   TestSecretsCreateAndDelete
12:00:59 [2022-06-21T12:00:59.753Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.753Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
12:00:59 [2022-06-21T12:00:59.753Z] === RUN   TestSecretsUpdate
12:00:59 [2022-06-21T12:00:59.753Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.753Z] --- SKIP: TestSecretsUpdate (0.01s)
12:00:59 [2022-06-21T12:00:59.753Z] === RUN   TestTemplatedSecret
12:00:59 [2022-06-21T12:00:59.753Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.753Z] --- SKIP: TestTemplatedSecret (0.00s)
12:00:59 [2022-06-21T12:00:59.753Z] === RUN   TestSecretCreateResolve
12:00:59 [2022-06-21T12:00:59.753Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.753Z] --- SKIP: TestSecretCreateResolve (0.01s)
12:00:59 [2022-06-21T12:00:59.753Z] PASS
12:00:59 [2022-06-21T12:00:59.753Z] 
12:00:59 [2022-06-21T12:00:59.753Z] === Skipped
12:00:59 [2022-06-21T12:00:59.753Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
12:00:59 [2022-06-21T12:00:59.753Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.753Z] 
12:00:59 [2022-06-21T12:00:59.753Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
12:00:59 [2022-06-21T12:00:59.753Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.753Z] 
12:00:59 [2022-06-21T12:00:59.753Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
12:00:59 [2022-06-21T12:00:59.754Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.754Z] 
12:00:59 [2022-06-21T12:00:59.754Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
12:00:59 [2022-06-21T12:00:59.754Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.754Z] 
12:00:59 [2022-06-21T12:00:59.754Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
12:00:59 [2022-06-21T12:00:59.754Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.754Z] 
12:00:59 [2022-06-21T12:00:59.754Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
12:00:59 [2022-06-21T12:00:59.754Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.754Z] 
12:00:59 [2022-06-21T12:00:59.754Z] DONE 6 tests, 6 skipped in 0.150s
12:00:59 [2022-06-21T12:00:59.754Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
12:00:59 [2022-06-21T12:00:59.754Z] INFO: Testing against a local daemon
12:00:59 [2022-06-21T12:00:59.754Z] === RUN   TestServiceCreateInit
12:00:59 [2022-06-21T12:00:59.754Z] === RUN   TestServiceCreateInit/daemonInitDisabled
12:00:59 [2022-06-21T12:00:59.754Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.754Z] === RUN   TestServiceCreateInit/daemonInitEnabled
12:00:59 [2022-06-21T12:00:59.754Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.754Z] --- PASS: TestServiceCreateInit (0.01s)
12:00:59 [2022-06-21T12:00:59.754Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
12:00:59 [2022-06-21T12:00:59.754Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
12:00:59 [2022-06-21T12:00:59.754Z] === RUN   TestCreateServiceMultipleTimes
12:00:59 [2022-06-21T12:00:59.754Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.754Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
12:00:59 [2022-06-21T12:00:59.754Z] === RUN   TestCreateServiceConflict
12:00:59 [2022-06-21T12:00:59.754Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.754Z] --- SKIP: TestCreateServiceConflict (0.01s)
12:00:59 [2022-06-21T12:00:59.754Z] === RUN   TestCreateServiceMaxReplicas
12:00:59 [2022-06-21T12:00:59.754Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.754Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s)
12:00:59 [2022-06-21T12:00:59.754Z] === RUN   TestCreateWithDuplicateNetworkNames
12:00:59 [2022-06-21T12:00:59.754Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:00:59 [2022-06-21T12:00:59.754Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
12:00:59 [2022-06-21T12:00:59.754Z] === RUN   TestCreateServiceSecretFileMode
12:01:00 [2022-06-21T12:01:00.010Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:00 [2022-06-21T12:01:00.010Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
12:01:00 [2022-06-21T12:01:00.010Z] === RUN   TestCreateServiceConfigFileMode
12:01:00 [2022-06-21T12:01:00.010Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:00 [2022-06-21T12:01:00.010Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
12:01:00 [2022-06-21T12:01:00.010Z] === RUN   TestCreateServiceSysctls
12:01:00 [2022-06-21T12:01:00.010Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:00 [2022-06-21T12:01:00.010Z] --- SKIP: TestCreateServiceSysctls (0.03s)
12:01:00 [2022-06-21T12:01:00.010Z] === RUN   TestCreateServiceCapabilities
12:01:00 [2022-06-21T12:01:00.010Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:00 [2022-06-21T12:01:00.010Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
12:01:00 [2022-06-21T12:01:00.010Z] === RUN   TestInspect
12:01:00 [2022-06-21T12:01:00.010Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:00 [2022-06-21T12:01:00.010Z] --- SKIP: TestInspect (0.01s)
12:01:00 [2022-06-21T12:01:00.010Z] === RUN   TestCreateJob
12:01:00 [2022-06-21T12:01:00.010Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:00 [2022-06-21T12:01:00.010Z] --- SKIP: TestCreateJob (0.01s)
12:01:00 [2022-06-21T12:01:00.010Z] === RUN   TestReplicatedJob
12:01:00 [2022-06-21T12:01:00.010Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:00 [2022-06-21T12:01:00.010Z] --- SKIP: TestReplicatedJob (0.01s)
12:01:00 [2022-06-21T12:01:00.010Z] === RUN   TestUpdateReplicatedJob
12:01:00 [2022-06-21T12:01:00.010Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:00 [2022-06-21T12:01:00.010Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
12:01:00 [2022-06-21T12:01:00.010Z] === RUN   TestServiceListWithStatuses
12:01:00 [2022-06-21T12:01:00.010Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
12:01:00 [2022-06-21T12:01:00.010Z] --- SKIP: TestServiceListWithStatuses (0.00s)
12:01:00 [2022-06-21T12:01:00.010Z] === RUN   TestDockerNetworkConnectAlias
12:01:00 [2022-06-21T12:01:00.010Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:00 [2022-06-21T12:01:00.010Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s)
12:01:00 [2022-06-21T12:01:00.010Z] === RUN   TestDockerNetworkReConnect
12:01:00 [2022-06-21T12:01:00.010Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:00 [2022-06-21T12:01:00.010Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
12:01:00 [2022-06-21T12:01:00.010Z] === RUN   TestServicePlugin
12:01:00 [2022-06-21T12:01:00.170Z] ============================= test session starts ==============================
12:01:00 [2022-06-21T12:01:00.170Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
12:01:00 [2022-06-21T12:01:00.170Z] rootdir: /src, inifile: pytest.ini
12:01:00 [2022-06-21T12:01:00.170Z] plugins: cov-2.6.1, timeout-1.3.3
12:01:00 [2022-06-21T12:01:00.572Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.40s)
12:01:00 [2022-06-21T12:01:00.572Z] === RUN   TestAPIIpcModeHost
12:01:00 [2022-06-21T12:01:00.828Z] --- PASS: TestAPIIpcModeHost (0.34s)
12:01:00 [2022-06-21T12:01:00.828Z] === RUN   TestDaemonIpcModeShareable
12:01:01 [2022-06-21T12:01:01.104Z] collected 395 items / 2 deselected / 393 selected
12:01:01 [2022-06-21T12:01:01.104Z] 
12:01:01 [2022-06-21T12:01:01.756Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
12:01:01 [2022-06-21T12:01:01.771Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.28s)
12:01:01 [2022-06-21T12:01:01.771Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
12:01:01 [2022-06-21T12:01:01.901Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:01 [2022-06-21T12:01:01.901Z] --- SKIP: TestServicePlugin (1.93s)
12:01:01 [2022-06-21T12:01:01.901Z] === RUN   TestServiceUpdateLabel
12:01:01 [2022-06-21T12:01:01.901Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:01 [2022-06-21T12:01:01.901Z] --- SKIP: TestServiceUpdateLabel (0.01s)
12:01:01 [2022-06-21T12:01:01.901Z] === RUN   TestServiceUpdateSecrets
12:01:01 [2022-06-21T12:01:01.901Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:01 [2022-06-21T12:01:01.901Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
12:01:01 [2022-06-21T12:01:01.901Z] === RUN   TestServiceUpdateConfigs
12:01:01 [2022-06-21T12:01:01.901Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:01 [2022-06-21T12:01:01.901Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
12:01:01 [2022-06-21T12:01:01.901Z] === RUN   TestServiceUpdateNetwork
12:01:01 [2022-06-21T12:01:01.901Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:01 [2022-06-21T12:01:01.901Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
12:01:01 [2022-06-21T12:01:01.901Z] === RUN   TestServiceUpdatePidsLimit
12:01:02 [2022-06-21T12:01:02.013Z] --- PASS: TestDaemonIpcModeShareable (1.15s)
12:01:02 [2022-06-21T12:01:02.013Z] === RUN   TestDaemonIpcModePrivate
12:01:02 [2022-06-21T12:01:02.157Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s)
12:01:02 [2022-06-21T12:01:02.157Z] PASS
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === Skipped
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
12:01:02 [2022-06-21T12:01:02.157Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
12:01:02 [2022-06-21T12:01:02.157Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s)
12:01:02 [2022-06-21T12:01:02.157Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s)
12:01:02 [2022-06-21T12:01:02.157Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s)
12:01:02 [2022-06-21T12:01:02.157Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestInspect (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
12:01:02 [2022-06-21T12:01:02.157Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s)
12:01:02 [2022-06-21T12:01:02.157Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestServicePlugin (1.93s)
12:01:02 [2022-06-21T12:01:02.157Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
12:01:02 [2022-06-21T12:01:02.157Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s)
12:01:02 [2022-06-21T12:01:02.157Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] DONE 24 tests, 23 skipped in 2.350s
12:01:02 [2022-06-21T12:01:02.157Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
12:01:02 [2022-06-21T12:01:02.157Z] INFO: Testing against a local daemon
12:01:02 [2022-06-21T12:01:02.157Z] === RUN   TestSessionCreate
12:01:02 [2022-06-21T12:01:02.157Z] --- PASS: TestSessionCreate (0.04s)
12:01:02 [2022-06-21T12:01:02.157Z] === RUN   TestSessionCreateWithBadUpgrade
12:01:02 [2022-06-21T12:01:02.157Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
12:01:02 [2022-06-21T12:01:02.157Z] PASS
12:01:02 [2022-06-21T12:01:02.157Z] 
12:01:02 [2022-06-21T12:01:02.157Z] DONE 2 tests in 0.165s
12:01:02 [2022-06-21T12:01:02.157Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
12:01:02 [2022-06-21T12:01:02.414Z] INFO: Testing against a local daemon
12:01:02 [2022-06-21T12:01:02.414Z] === RUN   TestCgroupDriverSystemdMemoryLimit
12:01:02 [2022-06-21T12:01:02.414Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
12:01:02 [2022-06-21T12:01:02.414Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
12:01:02 [2022-06-21T12:01:02.414Z] === RUN   TestDiskUsage
12:01:02 [2022-06-21T12:01:02.414Z] === PAUSE TestDiskUsage
12:01:02 [2022-06-21T12:01:02.414Z] === RUN   TestEventsExecDie
12:01:02 [2022-06-21T12:01:02.940Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
12:01:02 [2022-06-21T12:01:02.975Z] --- PASS: TestEventsExecDie (0.52s)
12:01:02 [2022-06-21T12:01:02.975Z] === RUN   TestEventsBackwardsCompatible
12:01:02 [2022-06-21T12:01:02.975Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
12:01:02 [2022-06-21T12:01:02.975Z] === RUN   TestEventsVolumeCreate
12:01:02 [2022-06-21T12:01:02.975Z] --- PASS: TestEventsVolumeCreate (0.05s)
12:01:02 [2022-06-21T12:01:02.975Z] === RUN   TestInfoBinaryCommits
12:01:02 [2022-06-21T12:01:02.975Z] --- PASS: TestInfoBinaryCommits (0.02s)
12:01:02 [2022-06-21T12:01:02.975Z] === RUN   TestInfoAPIVersioned
12:01:02 [2022-06-21T12:01:02.975Z] --- PASS: TestInfoAPIVersioned (0.01s)
12:01:02 [2022-06-21T12:01:02.975Z] === RUN   TestInfoAPI
12:01:02 [2022-06-21T12:01:02.975Z] --- PASS: TestInfoAPI (0.02s)
12:01:02 [2022-06-21T12:01:02.975Z] === RUN   TestInfoAPIWarnings
12:01:03 [2022-06-21T12:01:03.196Z] --- PASS: TestDaemonIpcModePrivate (1.15s)
12:01:03 [2022-06-21T12:01:03.196Z] === RUN   TestDaemonIpcModePrivateFromConfig
12:01:04 [2022-06-21T12:01:04.124Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
12:01:04 [2022-06-21T12:01:04.380Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.13s)
12:01:04 [2022-06-21T12:01:04.380Z] === RUN   TestDaemonIpcModeShareableFromConfig
12:01:05 [2022-06-21T12:01:05.307Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
12:01:05 [2022-06-21T12:01:05.563Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s)
12:01:05 [2022-06-21T12:01:05.563Z] === RUN   TestIpcModeOlderClient
12:01:05 [2022-06-21T12:01:05.563Z] === PAUSE TestIpcModeOlderClient
12:01:05 [2022-06-21T12:01:05.563Z] === RUN   TestKillContainerInvalidSignal
12:01:05 [2022-06-21T12:01:05.819Z] --- PASS: TestKillContainerInvalidSignal (0.43s)
12:01:05 [2022-06-21T12:01:05.819Z] === RUN   TestKillContainer
12:01:05 [2022-06-21T12:01:05.819Z] === RUN   TestKillContainer/no_signal
12:01:06 [2022-06-21T12:01:06.380Z] === RUN   TestKillContainer/non_killing_signal
12:01:06 [2022-06-21T12:01:06.636Z] === RUN   TestKillContainer/killing_signal
12:01:07 [2022-06-21T12:01:07.198Z] --- PASS: TestKillContainer (1.20s)
12:01:07 [2022-06-21T12:01:07.198Z]     --- PASS: TestKillContainer/no_signal (0.39s)
12:01:07 [2022-06-21T12:01:07.198Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
12:01:07 [2022-06-21T12:01:07.198Z]     --- PASS: TestKillContainer/killing_signal (0.38s)
12:01:07 [2022-06-21T12:01:07.198Z] === RUN   TestKillWithStopSignalAndRestartPolicies
12:01:07 [2022-06-21T12:01:07.198Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
12:01:07 [2022-06-21T12:01:07.454Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
12:01:08 [2022-06-21T12:01:08.016Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s)
12:01:08 [2022-06-21T12:01:08.016Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
12:01:08 [2022-06-21T12:01:08.016Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s)
12:01:08 [2022-06-21T12:01:08.016Z] === RUN   TestKillStoppedContainer
12:01:08 [2022-06-21T12:01:08.016Z] --- PASS: TestKillStoppedContainer (0.04s)
12:01:08 [2022-06-21T12:01:08.016Z] === RUN   TestKillStoppedContainerAPIPre120
12:01:08 [2022-06-21T12:01:08.016Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
12:01:08 [2022-06-21T12:01:08.016Z] === RUN   TestKillDifferentUserContainer
12:01:08 [2022-06-21T12:01:08.579Z] --- PASS: TestKillDifferentUserContainer (0.43s)
12:01:08 [2022-06-21T12:01:08.579Z] === RUN   TestInspectOomKilledTrue
12:01:08 [2022-06-21T12:01:08.835Z] --- PASS: TestInspectOomKilledTrue (0.48s)
12:01:08 [2022-06-21T12:01:08.835Z] === RUN   TestInspectOomKilledFalse
12:01:09 [2022-06-21T12:01:09.397Z] --- PASS: TestInspectOomKilledFalse (0.40s)
12:01:09 [2022-06-21T12:01:09.397Z] === RUN   TestLinksEtcHostsContentMatch
12:01:09 [2022-06-21T12:01:09.653Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s)
12:01:09 [2022-06-21T12:01:09.653Z] === RUN   TestLinksContainerNames
12:01:10 [2022-06-21T12:01:10.580Z] --- PASS: TestLinksContainerNames (0.81s)
12:01:10 [2022-06-21T12:01:10.580Z] === RUN   TestLogsFollowTailEmpty
12:01:10 [2022-06-21T12:01:10.837Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
12:01:10 [2022-06-21T12:01:10.837Z] === RUN   TestLogs
12:01:10 [2022-06-21T12:01:10.837Z] === RUN   TestLogs/driver_local
12:01:10 [2022-06-21T12:01:10.837Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
12:01:10 [2022-06-21T12:01:10.837Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
12:01:10 [2022-06-21T12:01:10.837Z] === RUN   TestLogs/driver_local/tty/only_stdout
12:01:10 [2022-06-21T12:01:10.837Z] === PAUSE TestLogs/driver_local/tty/only_stdout
12:01:10 [2022-06-21T12:01:10.837Z] === RUN   TestLogs/driver_local/tty/only_stderr
12:01:10 [2022-06-21T12:01:10.837Z] === PAUSE TestLogs/driver_local/tty/only_stderr
12:01:10 [2022-06-21T12:01:10.837Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
12:01:10 [2022-06-21T12:01:10.837Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
12:01:10 [2022-06-21T12:01:10.837Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
12:01:10 [2022-06-21T12:01:10.837Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
12:01:10 [2022-06-21T12:01:10.837Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
12:01:10 [2022-06-21T12:01:10.837Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
12:01:10 [2022-06-21T12:01:10.837Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
12:01:10 [2022-06-21T12:01:10.837Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
12:01:11 [2022-06-21T12:01:11.750Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.60s)
12:01:11 [2022-06-21T12:01:11.750Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
12:01:11 [2022-06-21T12:01:11.766Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
12:01:11 [2022-06-21T12:01:11.766Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
12:01:12 [2022-06-21T12:01:12.022Z] === CONT  TestLogs/driver_local/tty/only_stderr
12:01:12 [2022-06-21T12:01:12.022Z] === CONT  TestLogs/driver_local/tty/only_stdout
12:01:12 [2022-06-21T12:01:12.961Z] === RUN   TestLogs/driver_json-file
12:01:12 [2022-06-21T12:01:12.962Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
12:01:12 [2022-06-21T12:01:12.962Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
12:01:12 [2022-06-21T12:01:12.962Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
12:01:12 [2022-06-21T12:01:12.962Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
12:01:12 [2022-06-21T12:01:12.962Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
12:01:12 [2022-06-21T12:01:12.962Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
12:01:12 [2022-06-21T12:01:12.962Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
12:01:12 [2022-06-21T12:01:12.962Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
12:01:12 [2022-06-21T12:01:12.962Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
12:01:12 [2022-06-21T12:01:12.962Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
12:01:12 [2022-06-21T12:01:12.962Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
12:01:12 [2022-06-21T12:01:12.962Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
12:01:12 [2022-06-21T12:01:12.962Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
12:01:12 [2022-06-21T12:01:12.962Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
12:01:13 [2022-06-21T12:01:13.526Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
12:01:13 [2022-06-21T12:01:13.526Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
12:01:14 [2022-06-21T12:01:14.088Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
12:01:14 [2022-06-21T12:01:14.088Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
12:01:14 [2022-06-21T12:01:14.650Z] --- PASS: TestLogs (3.96s)
12:01:14 [2022-06-21T12:01:14.650Z]     --- PASS: TestLogs/driver_local (0.01s)
12:01:14 [2022-06-21T12:01:14.650Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.75s)
12:01:14 [2022-06-21T12:01:14.650Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.77s)
12:01:14 [2022-06-21T12:01:14.650Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.52s)
12:01:14 [2022-06-21T12:01:14.650Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.58s)
12:01:14 [2022-06-21T12:01:14.650Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.53s)
12:01:14 [2022-06-21T12:01:14.650Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.63s)
12:01:14 [2022-06-21T12:01:14.650Z]     --- PASS: TestLogs/driver_json-file (0.01s)
12:01:14 [2022-06-21T12:01:14.650Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.84s)
12:01:14 [2022-06-21T12:01:14.650Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.88s)
12:01:14 [2022-06-21T12:01:14.650Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.51s)
12:01:14 [2022-06-21T12:01:14.650Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.51s)
12:01:14 [2022-06-21T12:01:14.650Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.46s)
12:01:14 [2022-06-21T12:01:14.650Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.63s)
12:01:14 [2022-06-21T12:01:14.650Z] === RUN   TestContainerNetworkMountsNoChown
12:01:15 [2022-06-21T12:01:15.211Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/default
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/default
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/private
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/private
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rprivate
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rprivate
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/slave
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/slave
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rslave
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rslave
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/shared
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/shared
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rshared
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rshared
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/default
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/default/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/default/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/default/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/default/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/default/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/default/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/rslave
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rslave/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rslave/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/rshared
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rshared/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rshared/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/shared
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/shared/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/shared/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/shared/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/shared/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/rprivate
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/slave
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/slave/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/slave/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/slave/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/slave/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/private
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/private/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/private/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/private/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/private/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === RUN   TestMountDaemonRoot/private/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === PAUSE TestMountDaemonRoot/private/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/default/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/rslave/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/default/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/default/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/default/mount_root
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/shared/bind_root
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
12:01:15 [2022-06-21T12:01:15.211Z] === CONT  TestMountDaemonRoot/rslave/mount_root
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/rshared/bind_root
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/rshared/mount_root
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/slave/bind_root
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/shared/mount_root
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/private/mount_subpath
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/private/mount_root
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/private/bind_subpath
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/private/bind_root
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/slave/mount_root
12:01:15 [2022-06-21T12:01:15.467Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
12:01:15 [2022-06-21T12:01:15.723Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
12:01:15 [2022-06-21T12:01:15.723Z] --- PASS: TestMountDaemonRoot (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
12:01:15 [2022-06-21T12:01:15.723Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
12:01:15 [2022-06-21T12:01:15.723Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
12:01:15 [2022-06-21T12:01:15.723Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
12:01:15 [2022-06-21T12:01:15.723Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
12:01:15 [2022-06-21T12:01:15.723Z] === RUN   TestContainerBindMountNonRecursive
12:01:17 [2022-06-21T12:01:17.088Z] --- PASS: TestContainerBindMountNonRecursive (1.33s)
12:01:17 [2022-06-21T12:01:17.088Z] === RUN   TestContainerVolumesMountedAsShared
12:01:17 [2022-06-21T12:01:17.344Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s)
12:01:17 [2022-06-21T12:01:17.344Z] === RUN   TestContainerVolumesMountedAsSlave
12:01:17 [2022-06-21T12:01:17.600Z] --- PASS: TestContainerVolumesMountedAsSlave (0.30s)
12:01:17 [2022-06-21T12:01:17.600Z] === RUN   TestNetworkNat
12:01:18 [2022-06-21T12:01:18.161Z] --- PASS: TestNetworkNat (0.42s)
12:01:18 [2022-06-21T12:01:18.161Z] === RUN   TestNetworkLocalhostTCPNat
12:01:18 [2022-06-21T12:01:18.417Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s)
12:01:18 [2022-06-21T12:01:18.417Z] === RUN   TestNetworkLoopbackNat
12:01:19 [2022-06-21T12:01:19.339Z] tests/integration/api_build_test.py .......................X             [  6%]
12:01:19 [2022-06-21T12:01:19.904Z] tests/integration/api_client_test.py .....                               [  7%]
12:01:20 [2022-06-21T12:01:20.932Z] --- PASS: TestNetworkLoopbackNat (2.53s)
12:01:20 [2022-06-21T12:01:20.932Z] === RUN   TestPause
12:01:21 [2022-06-21T12:01:21.011Z] --- PASS: TestInfoAPIWarnings (16.57s)
12:01:21 [2022-06-21T12:01:21.011Z] === RUN   TestInfoDebug
12:01:21 [2022-06-21T12:01:21.011Z] --- PASS: TestInfoDebug (0.55s)
12:01:21 [2022-06-21T12:01:21.011Z] === RUN   TestInfoInsecureRegistries
12:01:21 [2022-06-21T12:01:21.011Z] --- PASS: TestInfoInsecureRegistries (0.54s)
12:01:21 [2022-06-21T12:01:21.011Z] === RUN   TestInfoRegistryMirrors
12:01:21 [2022-06-21T12:01:21.267Z] --- PASS: TestInfoRegistryMirrors (0.54s)
12:01:21 [2022-06-21T12:01:21.267Z] === RUN   TestLoginFailsWithBadCredentials
12:01:21 [2022-06-21T12:01:21.267Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s)
12:01:21 [2022-06-21T12:01:21.267Z] === RUN   TestPingCacheHeaders
12:01:21 [2022-06-21T12:01:21.267Z] --- PASS: TestPingCacheHeaders (0.03s)
12:01:21 [2022-06-21T12:01:21.267Z] === RUN   TestPingGet
12:01:21 [2022-06-21T12:01:21.267Z] --- PASS: TestPingGet (0.01s)
12:01:21 [2022-06-21T12:01:21.267Z] === RUN   TestPingHead
12:01:21 [2022-06-21T12:01:21.267Z] --- PASS: TestPingHead (0.04s)
12:01:21 [2022-06-21T12:01:21.267Z] === RUN   TestPingSwarmHeader
12:01:21 [2022-06-21T12:01:21.494Z] --- PASS: TestPause (0.47s)
12:01:21 [2022-06-21T12:01:21.494Z] === RUN   TestPauseFailsOnWindowsServerContainers
12:01:21 [2022-06-21T12:01:21.494Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
12:01:21 [2022-06-21T12:01:21.494Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
12:01:21 [2022-06-21T12:01:21.494Z] === RUN   TestPauseStopPausedContainer
12:01:21 [2022-06-21T12:01:21.660Z] tests/integration/api_config_test.py ......                              [  8%]
12:01:21 [2022-06-21T12:01:21.829Z] === RUN   TestPingSwarmHeader/before_swarm_init
12:01:22 [2022-06-21T12:01:22.088Z] --- PASS: TestPauseStopPausedContainer (0.45s)
12:01:22 [2022-06-21T12:01:22.088Z] === RUN   TestPidHost
12:01:22 [2022-06-21T12:01:22.391Z] === RUN   TestPingSwarmHeader/after_swarm_init
12:01:23 [2022-06-21T12:01:23.035Z] --- PASS: TestPidHost (0.95s)
12:01:23 [2022-06-21T12:01:23.035Z] === RUN   TestPsFilter
12:01:23 [2022-06-21T12:01:23.035Z] --- PASS: TestPsFilter (0.11s)
12:01:23 [2022-06-21T12:01:23.035Z] === RUN   TestRemoveContainerWithRemovedVolume
12:01:23 [2022-06-21T12:01:23.317Z] === RUN   TestPingSwarmHeader/after_swarm_leave
12:01:23 [2022-06-21T12:01:23.317Z] --- PASS: TestPingSwarmHeader (2.04s)
12:01:23 [2022-06-21T12:01:23.317Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
12:01:23 [2022-06-21T12:01:23.317Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
12:01:23 [2022-06-21T12:01:23.317Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
12:01:23 [2022-06-21T12:01:23.317Z] === RUN   TestVersion
12:01:23 [2022-06-21T12:01:23.317Z] --- PASS: TestVersion (0.03s)
12:01:23 [2022-06-21T12:01:23.317Z] === CONT  TestDiskUsage
12:01:23 [2022-06-21T12:01:23.598Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.46s)
12:01:23 [2022-06-21T12:01:23.598Z] === RUN   TestRemoveContainerWithVolume
12:01:23 [2022-06-21T12:01:23.854Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
12:01:23 [2022-06-21T12:01:23.854Z] === RUN   TestRemoveContainerRunning
12:01:23 [2022-06-21T12:01:23.880Z] === RUN   TestDiskUsage/empty
12:01:23 [2022-06-21T12:01:23.880Z] === RUN   TestDiskUsage/empty/container_types
12:01:23 [2022-06-21T12:01:23.880Z] === RUN   TestDiskUsage/empty/image_types
12:01:23 [2022-06-21T12:01:23.880Z] === RUN   TestDiskUsage/empty/volume_types
12:01:23 [2022-06-21T12:01:23.880Z] === RUN   TestDiskUsage/empty/build-cache_types
12:01:23 [2022-06-21T12:01:23.880Z] === RUN   TestDiskUsage/empty/container,_volume_types
12:01:23 [2022-06-21T12:01:23.880Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
12:01:23 [2022-06-21T12:01:23.880Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
12:01:23 [2022-06-21T12:01:23.880Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
12:01:23 [2022-06-21T12:01:23.880Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
12:01:23 [2022-06-21T12:01:23.880Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
12:01:23 [2022-06-21T12:01:23.880Z] === RUN   TestDiskUsage/after_LoadBusybox
12:01:24 [2022-06-21T12:01:24.137Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
12:01:24 [2022-06-21T12:01:24.137Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
12:01:24 [2022-06-21T12:01:24.137Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
12:01:24 [2022-06-21T12:01:24.137Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
12:01:24 [2022-06-21T12:01:24.137Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
12:01:24 [2022-06-21T12:01:24.137Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
12:01:24 [2022-06-21T12:01:24.137Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
12:01:24 [2022-06-21T12:01:24.137Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
12:01:24 [2022-06-21T12:01:24.137Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
12:01:24 [2022-06-21T12:01:24.137Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
12:01:24 [2022-06-21T12:01:24.137Z] === RUN   TestDiskUsage/after_container.Run
12:01:24 [2022-06-21T12:01:24.393Z] === RUN   TestDiskUsage/after_container.Run/container_types
12:01:24 [2022-06-21T12:01:24.393Z] === RUN   TestDiskUsage/after_container.Run/image_types
12:01:24 [2022-06-21T12:01:24.393Z] === RUN   TestDiskUsage/after_container.Run/volume_types
12:01:24 [2022-06-21T12:01:24.393Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
12:01:24 [2022-06-21T12:01:24.393Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
12:01:24 [2022-06-21T12:01:24.393Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
12:01:24 [2022-06-21T12:01:24.393Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
12:01:24 [2022-06-21T12:01:24.393Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
12:01:24 [2022-06-21T12:01:24.393Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
12:01:24 [2022-06-21T12:01:24.393Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
12:01:24 [2022-06-21T12:01:24.415Z] --- PASS: TestRemoveContainerRunning (0.40s)
12:01:24 [2022-06-21T12:01:24.415Z] === RUN   TestRemoveContainerForceRemoveRunning
12:01:24 [2022-06-21T12:01:24.650Z] --- PASS: TestDiskUsage (1.22s)
12:01:24 [2022-06-21T12:01:24.650Z]     --- PASS: TestDiskUsage/empty (0.01s)
12:01:24 [2022-06-21T12:01:24.650Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
12:01:24 [2022-06-21T12:01:24.650Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
12:01:24 [2022-06-21T12:01:24.650Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
12:01:24 [2022-06-21T12:01:24.650Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.650Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
12:01:24 [2022-06-21T12:01:24.650Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.650Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.16s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]     --- PASS: TestDiskUsage/after_container.Run (0.39s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.02s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s)
12:01:24 [2022-06-21T12:01:24.651Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s)
12:01:24 [2022-06-21T12:01:24.651Z] PASS
12:01:24 [2022-06-21T12:01:24.651Z] 
12:01:24 [2022-06-21T12:01:24.651Z] === Skipped
12:01:24 [2022-06-21T12:01:24.651Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
12:01:24 [2022-06-21T12:01:24.651Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
12:01:24 [2022-06-21T12:01:24.651Z] 
12:01:24 [2022-06-21T12:01:24.651Z] DONE 54 tests, 1 skipped in 22.416s
12:01:24 [2022-06-21T12:01:24.651Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
12:01:24 [2022-06-21T12:01:24.651Z] INFO: Testing against a local daemon
12:01:24 [2022-06-21T12:01:24.651Z] === RUN   TestVolumesCreateAndList
12:01:24 [2022-06-21T12:01:24.651Z] --- PASS: TestVolumesCreateAndList (0.02s)
12:01:24 [2022-06-21T12:01:24.651Z] === RUN   TestVolumesRemove
12:01:24 [2022-06-21T12:01:24.671Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
12:01:24 [2022-06-21T12:01:24.671Z] === RUN   TestRemoveInvalidContainer
12:01:24 [2022-06-21T12:01:24.671Z] --- PASS: TestRemoveInvalidContainer (0.01s)
12:01:24 [2022-06-21T12:01:24.671Z] === RUN   TestRenameLinkedContainer
12:01:24 [2022-06-21T12:01:24.907Z] --- PASS: TestVolumesRemove (0.05s)
12:01:24 [2022-06-21T12:01:24.907Z] === RUN   TestVolumesInspect
12:01:24 [2022-06-21T12:01:24.907Z] --- PASS: TestVolumesInspect (0.02s)
12:01:24 [2022-06-21T12:01:24.907Z] === RUN   TestVolumesInvalidJSON
12:01:24 [2022-06-21T12:01:24.907Z] === RUN   TestVolumesInvalidJSON/volumes/create
12:01:24 [2022-06-21T12:01:24.907Z] === PAUSE TestVolumesInvalidJSON/volumes/create
12:01:24 [2022-06-21T12:01:24.907Z] === CONT  TestVolumesInvalidJSON/volumes/create
12:01:24 [2022-06-21T12:01:24.907Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
12:01:24 [2022-06-21T12:01:24.907Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
12:01:24 [2022-06-21T12:01:24.907Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
12:01:24 [2022-06-21T12:01:24.907Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
12:01:24 [2022-06-21T12:01:24.907Z] --- PASS: TestVolumesInvalidJSON (0.01s)
12:01:24 [2022-06-21T12:01:24.907Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
12:01:24 [2022-06-21T12:01:24.907Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
12:01:24 [2022-06-21T12:01:24.907Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
12:01:24 [2022-06-21T12:01:24.907Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
12:01:24 [2022-06-21T12:01:24.907Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
12:01:24 [2022-06-21T12:01:24.907Z] PASS
12:01:24 [2022-06-21T12:01:24.907Z] 
12:01:24 [2022-06-21T12:01:24.907Z] DONE 9 tests in 0.206s
12:01:24 [2022-06-21T12:01:24.907Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
12:01:24 [2022-06-21T12:01:24.907Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14252 is not a child of this shell
12:01:24 [2022-06-21T12:01:24.907Z] warning: PID 14252 from bundles/test-integration/docker.pid had a nonzero exit code
12:01:24 [2022-06-21T12:01:24.907Z] Leaving: AppArmorNo profiles have been unloaded.
12:01:24 [2022-06-21T12:01:24.907Z] 
12:01:24 [2022-06-21T12:01:24.907Z] Unloading profiles will leave already running processes permanently
12:01:24 [2022-06-21T12:01:24.907Z] unconfined, which can lead to unexpected situations.
12:01:24 [2022-06-21T12:01:24.907Z] 
12:01:24 [2022-06-21T12:01:24.907Z] To set a process to complain mode, use the command line tool
12:01:24 [2022-06-21T12:01:24.907Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
12:01:24 [2022-06-21T12:01:24.907Z] Removing test suite binaries
12:01:24 [2022-06-21T12:01:24.907Z] exiting test-integration
12:01:24 [2022-06-21T12:01:24.907Z] ++ exit 0
12:01:24 [2022-06-21T12:01:24.907Z] 
Post stage
[Pipeline] junit
12:01:25 [2022-06-21T12:01:25.849Z] Recording test results
12:01:26 [2022-06-21T12:01:26.562Z] --- PASS: TestRenameLinkedContainer (1.65s)
12:01:26 [2022-06-21T12:01:26.562Z] === RUN   TestRenameStoppedContainer
12:01:26 [2022-06-21T12:01:26.817Z] --- PASS: TestRenameStoppedContainer (0.39s)
12:01:26 [2022-06-21T12:01:26.817Z] === RUN   TestRenameRunningContainerAndReuse
12:01:27 [2022-06-21T12:01:27.223Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
12:01:27 [2022-06-21T12:01:27.547Z] + echo Ensuring container killed.
12:01:27 [2022-06-21T12:01:27.547Z] Ensuring container killed.
12:01:27 [2022-06-21T12:01:27.547Z] + docker rm -vf docker-pr1
12:01:27 [2022-06-21T12:01:27.547Z] Error: No such container: docker-pr1
[Pipeline] sh
12:01:27 [2022-06-21T12:01:27.747Z] --- PASS: TestRenameRunningContainerAndReuse (0.81s)
12:01:27 [2022-06-21T12:01:27.747Z] === RUN   TestRenameInvalidName
12:01:27 [2022-06-21T12:01:27.828Z] + echo Chowning /workspace to jenkins user
12:01:27 [2022-06-21T12:01:27.828Z] Chowning /workspace to jenkins user
12:01:27 [2022-06-21T12:01:27.828Z] + id -u
12:01:27 [2022-06-21T12:01:27.828Z] + id -g
12:01:27 [2022-06-21T12:01:27.828Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43731:/workspace busybox chown -R 1000:1000 /workspace
12:01:27 [2022-06-21T12:01:27.828Z] Unable to find image 'busybox:latest' locally
12:01:27 [2022-06-21T12:01:27.828Z] latest: Pulling from library/busybox
12:01:28 [2022-06-21T12:01:28.003Z] --- PASS: TestRenameInvalidName (0.43s)
12:01:28 [2022-06-21T12:01:28.003Z] === RUN   TestRenameAnonymousContainer
12:01:28 [2022-06-21T12:01:28.083Z] 19d511225f94: Pulling fs layer
12:01:28 [2022-06-21T12:01:28.083Z] 19d511225f94: Pull complete
12:01:28 [2022-06-21T12:01:28.344Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
12:01:28 [2022-06-21T12:01:28.344Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
12:01:29 [2022-06-21T12:01:29.831Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s)
12:01:29 [2022-06-21T12:01:29.831Z] PASS
12:01:29 [2022-06-21T12:01:29.831Z] 
12:01:29 [2022-06-21T12:01:29.831Z] DONE 17 tests in 46.791s
12:01:29 [2022-06-21T12:01:29.831Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
12:01:29 [2022-06-21T12:01:29.831Z] INFO: Testing against a local daemon
12:01:29 [2022-06-21T12:01:29.831Z] === RUN   TestPluginInvalidJSON
12:01:29 [2022-06-21T12:01:29.831Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
12:01:29 [2022-06-21T12:01:29.831Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
12:01:29 [2022-06-21T12:01:29.831Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
12:01:29 [2022-06-21T12:01:29.831Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
12:01:29 [2022-06-21T12:01:29.831Z] === RUN   TestPluginInvalidJSON/plugins/pull
12:01:29 [2022-06-21T12:01:29.831Z] === PAUSE TestPluginInvalidJSON/plugins/pull
12:01:29 [2022-06-21T12:01:29.831Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
12:01:29 [2022-06-21T12:01:29.831Z] === CONT  TestPluginInvalidJSON/plugins/pull
12:01:29 [2022-06-21T12:01:29.831Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
12:01:29 [2022-06-21T12:01:29.832Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
12:01:29 [2022-06-21T12:01:29.832Z] --- PASS: TestPluginInvalidJSON (0.01s)
12:01:29 [2022-06-21T12:01:29.832Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
12:01:29 [2022-06-21T12:01:29.832Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
12:01:29 [2022-06-21T12:01:29.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInstall
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInstall/no_auth
12:01:29 [2022-06-21T12:01:29.832Z] time="2022-06-21T12:01:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:01:29 [2022-06-21T12:01:29.832Z] time="2022-06-21T12:01:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d11742fe258517a967ddd2f1aa1e65c4956927533217d6d1e12e1143391ef382" mediatype=application/vnd.docker.plugin.v1+json size=522
12:01:29 [2022-06-21T12:01:29.832Z] time="2022-06-21T12:01:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:01:29 [2022-06-21T12:01:29.832Z] time="2022-06-21T12:01:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d11742fe258517a967ddd2f1aa1e65c4956927533217d6d1e12e1143391ef382" mediatype=application/vnd.docker.plugin.v1+json size=522
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInstall/with_htpasswd
12:01:29 [2022-06-21T12:01:29.832Z] time="2022-06-21T12:01:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:01:29 [2022-06-21T12:01:29.832Z] time="2022-06-21T12:01:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d11742fe258517a967ddd2f1aa1e65c4956927533217d6d1e12e1143391ef382" mediatype=application/vnd.docker.plugin.v1+json size=522
12:01:29 [2022-06-21T12:01:29.832Z] time="2022-06-21T12:01:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:01:29 [2022-06-21T12:01:29.832Z] time="2022-06-21T12:01:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d11742fe258517a967ddd2f1aa1e65c4956927533217d6d1e12e1143391ef382" mediatype=application/vnd.docker.plugin.v1+json size=522
12:01:29 [2022-06-21T12:01:29.832Z] === RUN   TestPluginInstall/with_insecure
12:01:29 [2022-06-21T12:01:29.893Z] --- PASS: TestRenameAnonymousContainer (1.54s)
12:01:29 [2022-06-21T12:01:29.893Z] === RUN   TestRenameContainerWithSameName
12:01:29 [2022-06-21T12:01:29.893Z] --- PASS: TestRenameContainerWithSameName (0.43s)
12:01:29 [2022-06-21T12:01:29.893Z] === RUN   TestRenameContainerWithLinkedContainer
12:01:29 [2022-06-21T12:01:29.996Z] + bundleName=amd64-rootless
12:01:29 [2022-06-21T12:01:29.996Z] + echo Creating amd64-rootless-bundles.tar.gz
12:01:29 [2022-06-21T12:01:29.996Z] Creating amd64-rootless-bundles.tar.gz
12:01:29 [2022-06-21T12:01:29.996Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
12:01:29 [2022-06-21T12:01:29.996Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
[Pipeline] archiveArtifacts
12:01:30 [2022-06-21T12:01:30.005Z] Archiving artifacts
12:01:30 [2022-06-21T12:01:30.400Z] time="2022-06-21T12:01:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:01:30 [2022-06-21T12:01:30.400Z] time="2022-06-21T12:01:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:637cc5e5eba78669fc45874b36b37f3784525088d073ab91adb635929b1f51bf" mediatype=application/vnd.docker.plugin.v1+json size=522
12:01:30 [2022-06-21T12:01:30.400Z] time="2022-06-21T12:01:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:01:30 [2022-06-21T12:01:30.400Z] time="2022-06-21T12:01:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:637cc5e5eba78669fc45874b36b37f3784525088d073ab91adb635929b1f51bf" mediatype=application/vnd.docker.plugin.v1+json size=522
12:01:30 [2022-06-21T12:01:30.659Z]     plugin_test.go:195: [dc930abd494b0] daemon is not started
12:01:30 [2022-06-21T12:01:30.659Z] --- PASS: TestPluginInstall (2.75s)
12:01:30 [2022-06-21T12:01:30.659Z]     --- PASS: TestPluginInstall/no_auth (1.05s)
12:01:30 [2022-06-21T12:01:30.659Z]     --- PASS: TestPluginInstall/with_htpasswd (0.62s)
12:01:30 [2022-06-21T12:01:30.659Z]     --- PASS: TestPluginInstall/with_insecure (1.08s)
12:01:30 [2022-06-21T12:01:30.659Z] === RUN   TestPluginsWithRuntimes
12:01:30 [2022-06-21T12:01:30.821Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s)
12:01:30 [2022-06-21T12:01:30.821Z] === RUN   TestResize
12:01:31 [2022-06-21T12:01:31.077Z] --- PASS: TestResize (0.41s)
12:01:31 [2022-06-21T12:01:31.077Z] === RUN   TestResizeWithInvalidSize
12:01:31 [2022-06-21T12:01:31.640Z] --- PASS: TestResizeWithInvalidSize (0.41s)
12:01:31 [2022-06-21T12:01:31.640Z] === RUN   TestResizeWhenContainerNotStarted
12:01:31 [2022-06-21T12:01:31.769Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43731/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
12:01:32 [2022-06-21T12:01:32.037Z] === RUN   TestPluginsWithRuntimes/No_Args
12:01:32 [2022-06-21T12:01:32.113Z] + make clean
12:01:32 [2022-06-21T12:01:32.202Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s)
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
12:01:32 [2022-06-21T12:01:32.202Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
12:01:32 [2022-06-21T12:01:32.369Z] docker volume rm -f docker-dev-cache docker-mod-cache
12:01:32 [2022-06-21T12:01:32.369Z] docker-dev-cache
12:01:32 [2022-06-21T12:01:32.369Z] docker-mod-cache
[Pipeline] deleteDir
12:01:32 [2022-06-21T12:01:32.972Z] === RUN   TestPluginsWithRuntimes/With_Args
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
12:01:33 [2022-06-21T12:01:33.571Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
12:01:33 [2022-06-21T12:01:33.571Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
12:01:33 [2022-06-21T12:01:33.907Z] --- PASS: TestPluginsWithRuntimes (3.35s)
12:01:33 [2022-06-21T12:01:33.907Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.91s)
12:01:33 [2022-06-21T12:01:33.907Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
12:01:33 [2022-06-21T12:01:33.907Z] === RUN   TestPluginBackCompatMediaTypes
12:01:34 [2022-06-21T12:01:34.474Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
12:01:34 [2022-06-21T12:01:34.474Z] PASS
12:01:34 [2022-06-21T12:01:34.474Z] 
12:01:34 [2022-06-21T12:01:34.474Z] DONE 24 tests in 6.732s
12:01:34 [2022-06-21T12:01:34.474Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
12:01:34 [2022-06-21T12:01:34.474Z] INFO: Testing against a local daemon
12:01:34 [2022-06-21T12:01:34.474Z] === RUN   TestExternalGraphDriver
12:01:34 [2022-06-21T12:01:34.733Z] === RUN   TestExternalGraphDriver/json
12:01:34 [2022-06-21T12:01:34.937Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
12:01:34 [2022-06-21T12:01:34.938Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
12:01:36 [2022-06-21T12:01:36.305Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
12:01:36 [2022-06-21T12:01:36.305Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
12:01:36 [2022-06-21T12:01:36.638Z] === RUN   TestExternalGraphDriver/spec
12:01:38 [2022-06-21T12:01:38.015Z] === RUN   TestExternalGraphDriver/pull
12:01:39 [2022-06-21T12:01:39.572Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
12:01:39 [2022-06-21T12:01:39.572Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
12:01:39 [2022-06-21T12:01:39.917Z] --- PASS: TestExternalGraphDriver (5.02s)
12:01:39 [2022-06-21T12:01:39.917Z]     --- PASS: TestExternalGraphDriver/json (1.68s)
12:01:39 [2022-06-21T12:01:39.917Z]     --- PASS: TestExternalGraphDriver/spec (1.67s)
12:01:39 [2022-06-21T12:01:39.917Z]     --- PASS: TestExternalGraphDriver/pull (1.64s)
12:01:39 [2022-06-21T12:01:39.917Z] === RUN   TestGraphdriverPluginV2
12:01:43 [2022-06-21T12:01:43.738Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
12:01:43 [2022-06-21T12:01:43.738Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
12:01:44 [2022-06-21T12:01:44.107Z] --- PASS: TestGraphdriverPluginV2 (3.97s)
12:01:44 [2022-06-21T12:01:44.107Z] PASS
12:01:44 [2022-06-21T12:01:44.107Z] 
12:01:44 [2022-06-21T12:01:44.107Z] DONE 5 tests in 9.032s
12:01:44 [2022-06-21T12:01:44.107Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
12:01:44 [2022-06-21T12:01:44.107Z] INFO: Testing against a local daemon
12:01:44 [2022-06-21T12:01:44.107Z] === RUN   TestContinueAfterPluginCrash
12:01:44 [2022-06-21T12:01:44.107Z] === PAUSE TestContinueAfterPluginCrash
12:01:44 [2022-06-21T12:01:44.107Z] === RUN   TestReadPluginNoRead
12:01:44 [2022-06-21T12:01:44.107Z] === PAUSE TestReadPluginNoRead
12:01:44 [2022-06-21T12:01:44.107Z] === RUN   TestDaemonStartWithLogOpt
12:01:44 [2022-06-21T12:01:44.107Z] === PAUSE TestDaemonStartWithLogOpt
12:01:44 [2022-06-21T12:01:44.107Z] === CONT  TestContinueAfterPluginCrash
12:01:44 [2022-06-21T12:01:44.107Z] === CONT  TestDaemonStartWithLogOpt
12:01:45 [2022-06-21T12:01:45.104Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
12:01:45 [2022-06-21T12:01:45.360Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
12:01:46 [2022-06-21T12:01:46.725Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
12:01:47 [2022-06-21T12:01:47.287Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
12:01:47 [2022-06-21T12:01:47.400Z] --- PASS: TestDaemonStartWithLogOpt (3.53s)
12:01:47 [2022-06-21T12:01:47.400Z] === CONT  TestReadPluginNoRead
12:01:49 [2022-06-21T12:01:49.176Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.31s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.57s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.32s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.66s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.31s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.35s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.39s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.85s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.98s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.66s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.70s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.80s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.88s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.67s)
12:01:49 [2022-06-21T12:01:49.176Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.69s)
12:01:49 [2022-06-21T12:01:49.176Z] === RUN   TestCgroupNamespacesRun
12:01:49 [2022-06-21T12:01:49.305Z] === RUN   TestReadPluginNoRead/default
12:01:50 [2022-06-21T12:01:50.104Z] --- PASS: TestCgroupNamespacesRun (1.13s)
12:01:50 [2022-06-21T12:01:50.104Z] === RUN   TestCgroupNamespacesRunPrivileged
12:01:50 [2022-06-21T12:01:50.684Z] === RUN   TestReadPluginNoRead/disabled_caching
12:01:51 [2022-06-21T12:01:51.468Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.22s)
12:01:51 [2022-06-21T12:01:51.469Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
12:01:52 [2022-06-21T12:01:52.062Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
12:01:52 [2022-06-21T12:01:52.062Z] --- PASS: TestContinueAfterPluginCrash (8.54s)
12:01:52 [2022-06-21T12:01:52.196Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
12:01:52 [2022-06-21T12:01:52.397Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s)
12:01:52 [2022-06-21T12:01:52.397Z] === RUN   TestCgroupNamespacesRunHostMode
12:01:53 [2022-06-21T12:01:53.439Z] === CONT  TestReadPluginNoRead
12:01:53 [2022-06-21T12:01:53.439Z]     read_test.go:92: [d02c5ef0640d8] daemon is not started
12:01:53 [2022-06-21T12:01:53.439Z] --- PASS: TestReadPluginNoRead (6.10s)
12:01:53 [2022-06-21T12:01:53.439Z]     --- PASS: TestReadPluginNoRead/default (1.32s)
12:01:53 [2022-06-21T12:01:53.439Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.24s)
12:01:53 [2022-06-21T12:01:53.439Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.30s)
12:01:53 [2022-06-21T12:01:53.439Z] PASS
12:01:53 [2022-06-21T12:01:53.439Z] 
12:01:53 [2022-06-21T12:01:53.439Z] DONE 6 tests in 9.653s
12:01:53 [2022-06-21T12:01:53.439Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
12:01:53 [2022-06-21T12:01:53.439Z] testing: warning: no tests to run
12:01:53 [2022-06-21T12:01:53.439Z] PASS
12:01:53 [2022-06-21T12:01:53.439Z] 
12:01:53 [2022-06-21T12:01:53.439Z] DONE 0 tests in 0.008s
12:01:53 [2022-06-21T12:01:53.439Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
12:01:53 [2022-06-21T12:01:53.439Z] INFO: Testing against a local daemon
12:01:53 [2022-06-21T12:01:53.439Z] === RUN   TestPluginWithDevMounts
12:01:53 [2022-06-21T12:01:53.439Z] === PAUSE TestPluginWithDevMounts
12:01:53 [2022-06-21T12:01:53.439Z] === CONT  TestPluginWithDevMounts
12:01:53 [2022-06-21T12:01:53.763Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s)
12:01:53 [2022-06-21T12:01:53.763Z] === RUN   TestCgroupNamespacesRunPrivateMode
12:01:54 [2022-06-21T12:01:54.691Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.10s)
12:01:54 [2022-06-21T12:01:54.691Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
12:01:54 [2022-06-21T12:01:54.816Z] --- PASS: TestPluginWithDevMounts (1.54s)
12:01:54 [2022-06-21T12:01:54.816Z] PASS
12:01:54 [2022-06-21T12:01:54.816Z] 
12:01:54 [2022-06-21T12:01:54.816Z] DONE 1 tests in 1.566s
12:01:54 [2022-06-21T12:01:54.816Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
12:01:54 [2022-06-21T12:01:54.816Z] INFO: Testing against a local daemon
12:01:54 [2022-06-21T12:01:54.816Z] === RUN   TestSecretInspect
12:01:56 [2022-06-21T12:01:56.056Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s)
12:01:56 [2022-06-21T12:01:56.056Z] === RUN   TestCgroupNamespacesRunInvalidMode
12:01:56 [2022-06-21T12:01:56.620Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
12:01:56 [2022-06-21T12:01:56.620Z] === RUN   TestCgroupNamespacesRunOlderClient
12:01:57 [2022-06-21T12:01:57.371Z] --- PASS: TestSecretInspect (2.19s)
12:01:57 [2022-06-21T12:01:57.371Z] === RUN   TestSecretList
12:01:57 [2022-06-21T12:01:57.549Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s)
12:01:57 [2022-06-21T12:01:57.549Z] === RUN   TestNISDomainname
12:01:58 [2022-06-21T12:01:58.112Z] --- PASS: TestNISDomainname (0.50s)
12:01:58 [2022-06-21T12:01:58.112Z] === RUN   TestHostnameDnsResolution
12:01:58 [2022-06-21T12:01:58.674Z] --- PASS: TestHostnameDnsResolution (0.66s)
12:01:58 [2022-06-21T12:01:58.674Z] === RUN   TestUnprivilegedPortsAndPing
12:01:59 [2022-06-21T12:01:59.236Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s)
12:01:59 [2022-06-21T12:01:59.236Z] === RUN   TestPrivilegedHostDevices
12:01:59 [2022-06-21T12:01:59.290Z] --- PASS: TestSecretList (2.20s)
12:01:59 [2022-06-21T12:01:59.291Z] === RUN   TestSecretsCreateAndDelete
12:01:59 [2022-06-21T12:01:59.797Z] --- PASS: TestPrivilegedHostDevices (0.49s)
12:01:59 [2022-06-21T12:01:59.797Z] === RUN   TestConsoleSize
12:02:00 [2022-06-21T12:02:00.359Z] --- PASS: TestConsoleSize (0.43s)
12:02:00 [2022-06-21T12:02:00.359Z] === RUN   TestStats
12:02:01 [2022-06-21T12:02:01.823Z] --- PASS: TestSecretsCreateAndDelete (2.19s)
12:02:01 [2022-06-21T12:02:01.823Z] === RUN   TestSecretsUpdate
12:02:02 [2022-06-21T12:02:02.144Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
12:02:02 [2022-06-21T12:02:02.144Z] Using test binary docker
12:02:02 [2022-06-21T12:02:02.144Z] +++ /etc/init.d/apparmor start
12:02:02 [2022-06-21T12:02:02.144Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
12:02:02 [2022-06-21T12:02:02.144Z] INFO: Waiting for daemon to start...
12:02:02 [2022-06-21T12:02:02.144Z] Starting dockerd
12:02:02 [2022-06-21T12:02:02.144Z] +++ 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
12:02:02 [2022-06-21T12:02:02.144Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
12:02:02 [2022-06-21T12:02:02.144Z] Using test binary docker
12:02:02 [2022-06-21T12:02:02.144Z] +++ /etc/init.d/apparmor start
12:02:02 [2022-06-21T12:02:02.144Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
12:02:02 [2022-06-21T12:02:02.144Z] INFO: Waiting for daemon to start...
12:02:02 [2022-06-21T12:02:02.144Z] Starting dockerd
12:02:02 [2022-06-21T12:02:02.144Z] +++ 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
12:02:02 [2022-06-21T12:02:02.144Z] .
12:02:02 [2022-06-21T12:02:02.144Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
12:02:02 [2022-06-21T12:02:02.144Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
12:02:02 [2022-06-21T12:02:02.144Z] Error: No such image: emptyfs
12:02:02 [2022-06-21T12:02:02.144Z] ++++ tar -cC bundles/test-integration/emptyfs .
12:02:02 [2022-06-21T12:02:02.144Z] ++++ docker load
12:02:02 [2022-06-21T12:02:02.144Z] 
12:02:02 [2022-06-21T12:02:02.144Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
12:02:02 [2022-06-21T12:02:02.144Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
12:02:02 [2022-06-21T12:02:02.144Z] Error: No such image: emptyfs
12:02:02 [2022-06-21T12:02:02.144Z] ++++ docker load
12:02:02 [2022-06-21T12:02:02.144Z] ++++ tar -cC bundles/test-integration/emptyfs .
12:02:02 [2022-06-21T12:02:02.144Z] Running integration-test (iteration 1)
12:02:02 [2022-06-21T12:02:02.144Z] 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)/
12:02:02 [2022-06-21T12:02:02.144Z] ++ 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)/'
12:02:02 [2022-06-21T12:02:02.144Z] ++ set -e
12:02:02 [2022-06-21T12:02:02.144Z] ++ '[' -n 0 ']'
12:02:02 [2022-06-21T12:02:02.144Z] ++ set -x
12:02:02 [2022-06-21T12:02:02.144Z] ++ 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)/'
12:02:02 [2022-06-21T12:02:02.144Z] Running integration-test (iteration 1)
12:02:02 [2022-06-21T12:02:02.144Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
12:02:02 [2022-06-21T12:02:02.144Z] ++ 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)/'
12:02:02 [2022-06-21T12:02:02.144Z] ++ set -e
12:02:02 [2022-06-21T12:02:02.144Z] ++ '[' -n 0 ']'
12:02:02 [2022-06-21T12:02:02.144Z] ++ set -x
12:02:02 [2022-06-21T12:02:02.145Z] ++ 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)/'
12:02:02 [2022-06-21T12:02:02.145Z] Loaded image: busybox:latest
12:02:02 [2022-06-21T12:02:02.145Z] Loaded image: busybox:latest
12:02:02 [2022-06-21T12:02:02.145Z] Loaded image: busybox:glibc
12:02:02 [2022-06-21T12:02:02.145Z] Loaded image: busybox:glibc
12:02:02 [2022-06-21T12:02:02.873Z] --- PASS: TestStats (2.43s)
12:02:02 [2022-06-21T12:02:02.873Z] === RUN   TestStopContainerWithTimeout
12:02:02 [2022-06-21T12:02:02.873Z] === RUN   TestStopContainerWithTimeout/0
12:02:02 [2022-06-21T12:02:02.873Z] === PAUSE TestStopContainerWithTimeout/0
12:02:02 [2022-06-21T12:02:02.873Z] === RUN   TestStopContainerWithTimeout/1
12:02:02 [2022-06-21T12:02:02.873Z] === PAUSE TestStopContainerWithTimeout/1
12:02:02 [2022-06-21T12:02:02.873Z] === RUN   TestStopContainerWithTimeout/3
12:02:02 [2022-06-21T12:02:02.873Z] === PAUSE TestStopContainerWithTimeout/3
12:02:02 [2022-06-21T12:02:02.873Z] === RUN   TestStopContainerWithTimeout/-1
12:02:02 [2022-06-21T12:02:02.873Z] === PAUSE TestStopContainerWithTimeout/-1
12:02:02 [2022-06-21T12:02:02.873Z] === CONT  TestStopContainerWithTimeout/0
12:02:02 [2022-06-21T12:02:02.873Z] === CONT  TestStopContainerWithTimeout/-1
12:02:03 [2022-06-21T12:02:03.434Z] === CONT  TestStopContainerWithTimeout/3
12:02:03 [2022-06-21T12:02:03.726Z] --- PASS: TestSecretsUpdate (2.22s)
12:02:03 [2022-06-21T12:02:03.726Z] === RUN   TestTemplatedSecret
12:02:05 [2022-06-21T12:02:05.322Z] === CONT  TestStopContainerWithTimeout/1
12:02:05 [2022-06-21T12:02:05.444Z] Loaded image: debian:bullseye-slim
12:02:05 [2022-06-21T12:02:05.444Z] Loaded image: debian:bullseye-slim
12:02:05 [2022-06-21T12:02:05.444Z] Loaded image: hello-world:latest
12:02:05 [2022-06-21T12:02:05.444Z] Loaded image: hello-world:latest
12:02:05 [2022-06-21T12:02:05.444Z] Loaded image: arm32v7/hello-world:latest
12:02:05 [2022-06-21T12:02:05.705Z] INFO: Testing against a local daemon
12:02:05 [2022-06-21T12:02:05.705Z] === RUN   TestDockerDaemonSuite
12:02:05 [2022-06-21T12:02:05.705Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
12:02:05 [2022-06-21T12:02:05.705Z] Loaded image: arm32v7/hello-world:latest
12:02:05 [2022-06-21T12:02:05.705Z] INFO: Testing against a local daemon
12:02:05 [2022-06-21T12:02:05.705Z] === RUN   TestDockerSuite
12:02:05 [2022-06-21T12:02:05.705Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
12:02:05 [2022-06-21T12:02:05.705Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
12:02:05 [2022-06-21T12:02:05.705Z] === RUN   TestDockerSuite/TestAPIErrorJSON
12:02:05 [2022-06-21T12:02:05.705Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
12:02:05 [2022-06-21T12:02:05.705Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
12:02:05 [2022-06-21T12:02:05.705Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
12:02:05 [2022-06-21T12:02:05.705Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
12:02:05 [2022-06-21T12:02:05.705Z] === RUN   TestDockerSuite/TestAPIImagesDelete
12:02:06 [2022-06-21T12:02:06.258Z] --- PASS: TestTemplatedSecret (2.60s)
12:02:06 [2022-06-21T12:02:06.258Z] === RUN   TestSecretCreateResolve
12:02:06 [2022-06-21T12:02:06.686Z] --- PASS: TestStopContainerWithTimeout (0.02s)
12:02:06 [2022-06-21T12:02:06.686Z]     --- PASS: TestStopContainerWithTimeout/0 (0.66s)
12:02:06 [2022-06-21T12:02:06.686Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.69s)
12:02:06 [2022-06-21T12:02:06.686Z]     --- PASS: TestStopContainerWithTimeout/3 (2.40s)
12:02:06 [2022-06-21T12:02:06.686Z]     --- PASS: TestStopContainerWithTimeout/1 (1.39s)
12:02:06 [2022-06-21T12:02:06.686Z] === RUN   TestDeleteDevicemapper
12:02:06 [2022-06-21T12:02:06.686Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
12:02:06 [2022-06-21T12:02:06.686Z] --- SKIP: TestDeleteDevicemapper (0.00s)
12:02:06 [2022-06-21T12:02:06.686Z] === RUN   TestStopContainerWithRestartPolicyAlways
12:02:08 [2022-06-21T12:02:08.052Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.39s)
12:02:08 [2022-06-21T12:02:08.052Z] === RUN   TestUpdateMemory
12:02:08 [2022-06-21T12:02:08.614Z] --- PASS: TestUpdateMemory (0.51s)
12:02:08 [2022-06-21T12:02:08.614Z] === RUN   TestUpdateCPUQuota
12:02:08 [2022-06-21T12:02:08.788Z] --- PASS: TestSecretCreateResolve (2.19s)
12:02:08 [2022-06-21T12:02:08.788Z] PASS
12:02:08 [2022-06-21T12:02:08.788Z] 
12:02:08 [2022-06-21T12:02:08.788Z] DONE 6 tests in 13.601s
12:02:08 [2022-06-21T12:02:08.788Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
12:02:08 [2022-06-21T12:02:08.788Z] INFO: Testing against a local daemon
12:02:08 [2022-06-21T12:02:08.788Z] === RUN   TestServiceCreateInit
12:02:08 [2022-06-21T12:02:08.788Z] === RUN   TestServiceCreateInit/daemonInitDisabled
12:02:09 [2022-06-21T12:02:09.150Z] === RUN   TestDockerSuite/TestAPIImagesFilter
12:02:09 [2022-06-21T12:02:09.150Z] === RUN   TestDockerSuite/TestAPIImagesHistory
12:02:09 [2022-06-21T12:02:09.150Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
12:02:09 [2022-06-21T12:02:09.150Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
12:02:09 [2022-06-21T12:02:09.562Z] --- PASS: TestUpdateCPUQuota (0.68s)
12:02:09 [2022-06-21T12:02:09.562Z] === RUN   TestUpdatePidsLimit
12:02:09 [2022-06-21T12:02:09.562Z] === RUN   TestUpdatePidsLimit/update_from_none
12:02:09 [2022-06-21T12:02:09.562Z] === RUN   TestUpdatePidsLimit/no_change
12:02:09 [2022-06-21T12:02:09.820Z] === RUN   TestUpdatePidsLimit/update_lower
12:02:09 [2022-06-21T12:02:09.820Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
12:02:10 [2022-06-21T12:02:10.077Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
12:02:10 [2022-06-21T12:02:10.094Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
12:02:10 [2022-06-21T12:02:10.094Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
12:02:10 [2022-06-21T12:02:10.094Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
12:02:10 [2022-06-21T12:02:10.334Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
12:02:10 [2022-06-21T12:02:10.591Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
12:02:11 [2022-06-21T12:02:11.152Z] --- PASS: TestUpdatePidsLimit (1.82s)
12:02:11 [2022-06-21T12:02:11.152Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.17s)
12:02:11 [2022-06-21T12:02:11.152Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
12:02:11 [2022-06-21T12:02:11.152Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.19s)
12:02:11 [2022-06-21T12:02:11.152Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.25s)
12:02:11 [2022-06-21T12:02:11.152Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
12:02:11 [2022-06-21T12:02:11.152Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s)
12:02:11 [2022-06-21T12:02:11.152Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.17s)
12:02:11 [2022-06-21T12:02:11.152Z] === RUN   TestUpdateRestartPolicy
12:02:11 [2022-06-21T12:02:11.480Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
12:02:11 [2022-06-21T12:02:11.740Z] === RUN   TestDockerSuite/TestAPINetworkFilter
12:02:11 [2022-06-21T12:02:11.740Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
12:02:11 [2022-06-21T12:02:11.740Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
12:02:12 [2022-06-21T12:02:12.682Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
12:02:12 [2022-06-21T12:02:12.943Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
12:02:12 [2022-06-21T12:02:12.979Z] === RUN   TestServiceCreateInit/daemonInitEnabled
12:02:13 [2022-06-21T12:02:13.885Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
12:02:14 [2022-06-21T12:02:14.147Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
12:02:14 [2022-06-21T12:02:14.147Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
12:02:14 [2022-06-21T12:02:14.147Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
12:02:14 [2022-06-21T12:02:14.717Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
12:02:16 [2022-06-21T12:02:16.266Z] --- PASS: TestServiceCreateInit (7.77s)
12:02:16 [2022-06-21T12:02:16.266Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.87s)
12:02:16 [2022-06-21T12:02:16.266Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.89s)
12:02:16 [2022-06-21T12:02:16.266Z] === RUN   TestCreateServiceMultipleTimes
12:02:18 [2022-06-21T12:02:18.017Z] --- PASS: TestBuildWithHugeFile (127.83s)
12:02:18 [2022-06-21T12:02:18.017Z] === RUN   TestBuildWCOWSandboxSize
12:02:18 [2022-06-21T12:02:18.017Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
12:02:18 [2022-06-21T12:02:18.017Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
12:02:18 [2022-06-21T12:02:18.017Z] === RUN   TestBuildWithEmptyDockerfile
12:02:18 [2022-06-21T12:02:18.017Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
12:02:18 [2022-06-21T12:02:18.017Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
12:02:18 [2022-06-21T12:02:18.017Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:02:18 [2022-06-21T12:02:18.017Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:02:18 [2022-06-21T12:02:18.017Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:02:18 [2022-06-21T12:02:18.017Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:02:18 [2022-06-21T12:02:18.017Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
12:02:18 [2022-06-21T12:02:18.017Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
12:02:18 [2022-06-21T12:02:18.017Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
12:02:18 [2022-06-21T12:02:18.017Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
12:02:18 [2022-06-21T12:02:18.017Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
12:02:18 [2022-06-21T12:02:18.017Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
12:02:18 [2022-06-21T12:02:18.017Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s)
12:02:18 [2022-06-21T12:02:18.017Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s)
12:02:18 [2022-06-21T12:02:18.017Z] === RUN   TestBuildPreserveOwnership
12:02:18 [2022-06-21T12:02:18.017Z] === RUN   TestBuildPreserveOwnership/copy_from
12:02:19 [2022-06-21T12:02:19.930Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
12:02:20 [2022-06-21T12:02:20.192Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
12:02:21 [2022-06-21T12:02:21.575Z] --- PASS: TestBuildPreserveOwnership (3.35s)
12:02:21 [2022-06-21T12:02:21.575Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.22s)
12:02:21 [2022-06-21T12:02:21.575Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.12s)
12:02:21 [2022-06-21T12:02:21.575Z] === RUN   TestBuildPlatformInvalid
12:02:21 [2022-06-21T12:02:21.575Z] --- PASS: TestBuildPlatformInvalid (0.08s)
12:02:21 [2022-06-21T12:02:21.575Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
12:02:22 [2022-06-21T12:02:22.146Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
12:02:22 [2022-06-21T12:02:22.407Z] Loaded image: busybox:latest
12:02:22 [2022-06-21T12:02:22.668Z] Loaded image: busybox:glibc
12:02:23 [2022-06-21T12:02:23.319Z] --- PASS: TestUpdateRestartPolicy (10.79s)
12:02:23 [2022-06-21T12:02:23.319Z] === RUN   TestUpdateRestartWithAutoRemove
12:02:23 [2022-06-21T12:02:23.319Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s)
12:02:23 [2022-06-21T12:02:23.319Z] === RUN   TestWaitNonBlocked
12:02:23 [2022-06-21T12:02:23.319Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
12:02:23 [2022-06-21T12:02:23.319Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
12:02:23 [2022-06-21T12:02:23.319Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
12:02:23 [2022-06-21T12:02:23.319Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
12:02:23 [2022-06-21T12:02:23.319Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
12:02:23 [2022-06-21T12:02:23.319Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
12:02:23 [2022-06-21T12:02:23.319Z] --- PASS: TestWaitNonBlocked (0.01s)
12:02:23 [2022-06-21T12:02:23.319Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.75s)
12:02:23 [2022-06-21T12:02:23.319Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.75s)
12:02:23 [2022-06-21T12:02:23.319Z] === RUN   TestWaitBlocked
12:02:23 [2022-06-21T12:02:23.319Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
12:02:23 [2022-06-21T12:02:23.319Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
12:02:23 [2022-06-21T12:02:23.319Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
12:02:23 [2022-06-21T12:02:23.319Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
12:02:23 [2022-06-21T12:02:23.319Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
12:02:23 [2022-06-21T12:02:23.319Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
12:02:23 [2022-06-21T12:02:23.880Z] --- PASS: TestWaitBlocked (0.02s)
12:02:23 [2022-06-21T12:02:23.880Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s)
12:02:23 [2022-06-21T12:02:23.880Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s)
12:02:23 [2022-06-21T12:02:23.880Z] === CONT  TestContainerStartOnDaemonRestart
12:02:23 [2022-06-21T12:02:23.880Z] === CONT  TestRestartDaemonWithRestartingContainer
12:02:24 [2022-06-21T12:02:24.579Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
12:02:24 [2022-06-21T12:02:24.579Z] Loaded image: debian:bullseye-slim
12:02:24 [2022-06-21T12:02:24.579Z] Loaded image: hello-world:latest
12:02:24 [2022-06-21T12:02:24.579Z] Loaded image: arm32v7/hello-world:latest
12:02:24 [2022-06-21T12:02:24.842Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
12:02:25 [2022-06-21T12:02:25.771Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.96s)
12:02:25 [2022-06-21T12:02:25.771Z] === CONT  TestIpcModeOlderClient
12:02:25 [2022-06-21T12:02:25.771Z] --- PASS: TestIpcModeOlderClient (0.05s)
12:02:25 [2022-06-21T12:02:25.771Z] === CONT  TestContainerKillOnDaemonStart
12:02:25 [2022-06-21T12:02:25.784Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
12:02:26 [2022-06-21T12:02:26.027Z] --- PASS: TestContainerStartOnDaemonRestart (2.07s)
12:02:26 [2022-06-21T12:02:26.027Z] === CONT  TestDaemonHostGatewayIP
12:02:26 [2022-06-21T12:02:26.045Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
12:02:26 [2022-06-21T12:02:26.990Z] === RUN   TestDockerSuite/TestAttachAfterDetach
12:02:28 [2022-06-21T12:02:28.545Z] --- PASS: TestDaemonHostGatewayIP (2.29s)
12:02:28 [2022-06-21T12:02:28.545Z] === CONT  TestDaemonRestartIpcMode
12:02:28 [2022-06-21T12:02:28.902Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
12:02:30 [2022-06-21T12:02:30.286Z] === RUN   TestDockerSuite/TestAttachDetach
12:02:30 [2022-06-21T12:02:30.434Z] --- PASS: TestDaemonRestartIpcMode (2.12s)
12:02:31 [2022-06-21T12:02:31.229Z] === RUN   TestDockerSuite/TestAttachDisconnect
12:02:31 [2022-06-21T12:02:31.490Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
12:02:32 [2022-06-21T12:02:32.062Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
12:02:33 [2022-06-21T12:02:33.448Z]     docker_cli_daemon_test.go:1474: [de3cca8c3d33e] daemon is not started
12:02:34 [2022-06-21T12:02:34.019Z] === RUN   TestDockerSuite/TestAttachPausedContainer
12:02:34 [2022-06-21T12:02:34.019Z]     check_test.go:307: [d5bc7984c8e9e] daemon is not started
12:02:34 [2022-06-21T12:02:34.019Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
12:02:34 [2022-06-21T12:02:34.353Z] --- PASS: TestCreateServiceMultipleTimes (15.64s)
12:02:34 [2022-06-21T12:02:34.353Z] === RUN   TestCreateServiceConflict
12:02:34 [2022-06-21T12:02:34.353Z] --- PASS: TestCreateServiceConflict (2.20s)
12:02:34 [2022-06-21T12:02:34.353Z] === RUN   TestCreateServiceMaxReplicas
12:02:34 [2022-06-21T12:02:34.961Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
12:02:34 [2022-06-21T12:02:34.961Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (13.62s)
12:02:34 [2022-06-21T12:02:34.961Z] PASS
12:02:34 [2022-06-21T12:02:34.961Z] 
12:02:34 [2022-06-21T12:02:34.961Z] === Skipped
12:02:34 [2022-06-21T12:02:34.961Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
12:02:34 [2022-06-21T12:02:34.961Z]     build_session_test.go:25: TODO: BuildKit
12:02:34 [2022-06-21T12:02:34.961Z] 
12:02:34 [2022-06-21T12:02:34.961Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
12:02:34 [2022-06-21T12:02:34.961Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
12:02:34 [2022-06-21T12:02:34.961Z] 
12:02:34 [2022-06-21T12:02:34.961Z] DONE 34 tests, 2 skipped in 193.798s
12:02:34 [2022-06-21T12:02:34.961Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
12:02:34 [2022-06-21T12:02:34.961Z] ++ 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
12:02:34 [2022-06-21T12:02:34.961Z] ++ set -e
12:02:34 [2022-06-21T12:02:34.961Z] ++ '[' -n 0 ']'
12:02:34 [2022-06-21T12:02:34.961Z] ++ set -x
12:02:34 [2022-06-21T12:02:34.961Z] ++ 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
12:02:35 [2022-06-21T12:02:35.222Z] INFO: Testing against a local daemon
12:02:35 [2022-06-21T12:02:35.222Z] === RUN   TestConfigInspect
12:02:35 [2022-06-21T12:02:35.793Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
12:02:36 [2022-06-21T12:02:36.364Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
12:02:36 [2022-06-21T12:02:36.624Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
12:02:36 [2022-06-21T12:02:36.892Z] --- PASS: TestCreateServiceMaxReplicas (2.90s)
12:02:36 [2022-06-21T12:02:36.892Z] === RUN   TestCreateWithDuplicateNetworkNames
12:02:38 [2022-06-21T12:02:38.008Z]     check_test.go:307: [d83dba992b6cf] daemon is not started
12:02:38 [2022-06-21T12:02:38.008Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
12:02:38 [2022-06-21T12:02:38.269Z] --- PASS: TestConfigInspect (3.06s)
12:02:38 [2022-06-21T12:02:38.269Z] === RUN   TestConfigList
12:02:38 [2022-06-21T12:02:38.517Z] --- PASS: TestContainerKillOnDaemonStart (11.60s)
12:02:38 [2022-06-21T12:02:38.517Z] PASS
12:02:38 [2022-06-21T12:02:38.517Z] 
12:02:38 [2022-06-21T12:02:38.517Z] === Skipped
12:02:38 [2022-06-21T12:02:38.517Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
12:02:38 [2022-06-21T12:02:38.517Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
12:02:38 [2022-06-21T12:02:38.517Z] 
12:02:38 [2022-06-21T12:02:38.517Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
12:02:38 [2022-06-21T12:02:38.517Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
12:02:38 [2022-06-21T12:02:38.517Z] 
12:02:38 [2022-06-21T12:02:38.517Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
12:02:38 [2022-06-21T12:02:38.517Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
12:02:38 [2022-06-21T12:02:38.517Z] 
12:02:38 [2022-06-21T12:02:38.517Z] DONE 258 tests, 3 skipped in 117.061s
12:02:38 [2022-06-21T12:02:38.517Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
12:02:38 [2022-06-21T12:02:38.517Z] ++ 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
12:02:38 [2022-06-21T12:02:38.517Z] ++ set -e
12:02:38 [2022-06-21T12:02:38.517Z] ++ '[' -n 0 ']'
12:02:38 [2022-06-21T12:02:38.517Z] ++ set -x
12:02:38 [2022-06-21T12:02:38.517Z] ++ 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
12:02:38 [2022-06-21T12:02:38.517Z] === RUN   TestConfigDaemonLibtrustID
12:02:38 [2022-06-21T12:02:38.517Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
12:02:38 [2022-06-21T12:02:38.517Z] === RUN   TestConfigDaemonID
12:02:38 [2022-06-21T12:02:38.529Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
12:02:39 [2022-06-21T12:02:39.079Z]     daemon_test.go:83: [d411b0d277602] daemon is not started
12:02:39 [2022-06-21T12:02:39.079Z] --- PASS: TestConfigDaemonID (1.04s)
12:02:39 [2022-06-21T12:02:39.079Z] === RUN   TestDaemonConfigValidation
12:02:39 [2022-06-21T12:02:39.079Z] === RUN   TestDaemonConfigValidation/config_with_no_content
12:02:39 [2022-06-21T12:02:39.079Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
12:02:39 [2022-06-21T12:02:39.079Z] === RUN   TestDaemonConfigValidation/config_with_{}
12:02:39 [2022-06-21T12:02:39.079Z] === PAUSE TestDaemonConfigValidation/config_with_{}
12:02:39 [2022-06-21T12:02:39.079Z] === RUN   TestDaemonConfigValidation/invalid_config
12:02:39 [2022-06-21T12:02:39.079Z] === PAUSE TestDaemonConfigValidation/invalid_config
12:02:39 [2022-06-21T12:02:39.079Z] === RUN   TestDaemonConfigValidation/malformed_config
12:02:39 [2022-06-21T12:02:39.079Z] === PAUSE TestDaemonConfigValidation/malformed_config
12:02:39 [2022-06-21T12:02:39.079Z] === RUN   TestDaemonConfigValidation/valid_config
12:02:39 [2022-06-21T12:02:39.079Z] === PAUSE TestDaemonConfigValidation/valid_config
12:02:39 [2022-06-21T12:02:39.079Z] === CONT  TestDaemonConfigValidation/config_with_no_content
12:02:39 [2022-06-21T12:02:39.079Z] === CONT  TestDaemonConfigValidation/malformed_config
12:02:39 [2022-06-21T12:02:39.102Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
12:02:39 [2022-06-21T12:02:39.335Z] === CONT  TestDaemonConfigValidation/valid_config
12:02:39 [2022-06-21T12:02:39.335Z] === CONT  TestDaemonConfigValidation/invalid_config
12:02:39 [2022-06-21T12:02:39.335Z] === CONT  TestDaemonConfigValidation/config_with_{}
12:02:39 [2022-06-21T12:02:39.335Z] --- PASS: TestDaemonConfigValidation (0.00s)
12:02:39 [2022-06-21T12:02:39.335Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
12:02:39 [2022-06-21T12:02:39.335Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
12:02:39 [2022-06-21T12:02:39.335Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
12:02:39 [2022-06-21T12:02:39.335Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
12:02:39 [2022-06-21T12:02:39.335Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
12:02:39 [2022-06-21T12:02:39.335Z] === RUN   TestConfigDaemonSeccompProfiles
12:02:39 [2022-06-21T12:02:39.335Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
12:02:39 [2022-06-21T12:02:39.673Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
12:02:39 [2022-06-21T12:02:39.673Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
12:02:40 [2022-06-21T12:02:40.616Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
12:02:40 [2022-06-21T12:02:40.700Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
12:02:40 [2022-06-21T12:02:40.877Z] --- PASS: TestConfigList (2.54s)
12:02:40 [2022-06-21T12:02:40.877Z] === RUN   TestConfigsCreateAndDelete
12:02:40 [2022-06-21T12:02:40.877Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
12:02:41 [2022-06-21T12:02:41.627Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
12:02:42 [2022-06-21T12:02:42.262Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
12:02:42 [2022-06-21T12:02:42.554Z] === CONT  TestConfigDaemonSeccompProfiles
12:02:42 [2022-06-21T12:02:42.554Z]     daemon_test.go:197: [db3341688d1d6] daemon is not started
12:02:42 [2022-06-21T12:02:42.554Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
12:02:42 [2022-06-21T12:02:42.554Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
12:02:42 [2022-06-21T12:02:42.554Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
12:02:42 [2022-06-21T12:02:42.554Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
12:02:42 [2022-06-21T12:02:42.554Z] === RUN   TestDaemonProxy
12:02:42 [2022-06-21T12:02:42.554Z] === RUN   TestDaemonProxy/environment_variables
12:02:43 [2022-06-21T12:02:43.651Z] --- PASS: TestConfigsCreateAndDelete (2.88s)
12:02:43 [2022-06-21T12:02:43.652Z] === RUN   TestConfigsUpdate
12:02:44 [2022-06-21T12:02:44.443Z] === RUN   TestDaemonProxy/command-line_options
12:02:45 [2022-06-21T12:02:45.038Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
12:02:46 [2022-06-21T12:02:46.333Z] === RUN   TestDaemonProxy/configuration_file
12:02:46 [2022-06-21T12:02:46.951Z] --- PASS: TestConfigsUpdate (3.06s)
12:02:46 [2022-06-21T12:02:46.951Z] === RUN   TestTemplatedConfig
12:02:47 [2022-06-21T12:02:47.005Z] .........................xx....................                          [ 29%]
12:02:47 [2022-06-21T12:02:47.522Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
12:02:47 [2022-06-21T12:02:47.697Z] === RUN   TestDaemonProxy/conflicting_options
12:02:48 [2022-06-21T12:02:48.258Z] === RUN   TestDaemonProxy/reload_sanitized
12:02:48 [2022-06-21T12:02:48.820Z] --- PASS: TestDaemonProxy (6.24s)
12:02:48 [2022-06-21T12:02:48.820Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
12:02:48 [2022-06-21T12:02:48.820Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
12:02:48 [2022-06-21T12:02:48.820Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
12:02:48 [2022-06-21T12:02:48.820Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
12:02:48 [2022-06-21T12:02:48.820Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
12:02:48 [2022-06-21T12:02:48.820Z] PASS
12:02:48 [2022-06-21T12:02:48.820Z] 
12:02:48 [2022-06-21T12:02:48.820Z] DONE 18 tests in 11.256s
12:02:48 [2022-06-21T12:02:48.820Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
12:02:48 [2022-06-21T12:02:48.820Z] ++ 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
12:02:48 [2022-06-21T12:02:48.820Z] ++ set -e
12:02:48 [2022-06-21T12:02:48.820Z] ++ '[' -n 0 ']'
12:02:48 [2022-06-21T12:02:48.820Z] ++ set -x
12:02:48 [2022-06-21T12:02:48.820Z] ++ 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
12:02:48 [2022-06-21T12:02:48.820Z] INFO: Testing against a local daemon
12:02:48 [2022-06-21T12:02:48.820Z] === RUN   TestCommitInheritsEnv
12:02:49 [2022-06-21T12:02:49.076Z] --- PASS: TestCommitInheritsEnv (0.24s)
12:02:49 [2022-06-21T12:02:49.076Z] === RUN   TestImportExtremelyLargeImageWorks
12:02:49 [2022-06-21T12:02:49.076Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
12:02:49 [2022-06-21T12:02:49.076Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
12:02:49 [2022-06-21T12:02:49.076Z] === RUN   TestImportWithCustomPlatform
12:02:49 [2022-06-21T12:02:49.076Z] === RUN   TestImportWithCustomPlatform/#00
12:02:49 [2022-06-21T12:02:49.333Z] === RUN   TestImportWithCustomPlatform/_______
12:02:49 [2022-06-21T12:02:49.333Z] === RUN   TestImportWithCustomPlatform//
12:02:49 [2022-06-21T12:02:49.333Z] === RUN   TestImportWithCustomPlatform/linux
12:02:49 [2022-06-21T12:02:49.333Z] === RUN   TestImportWithCustomPlatform/LINUX
12:02:49 [2022-06-21T12:02:49.333Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
12:02:49 [2022-06-21T12:02:49.333Z] === RUN   TestImportWithCustomPlatform/macos
12:02:49 [2022-06-21T12:02:49.333Z] === RUN   TestImportWithCustomPlatform/macos/arm64
12:02:49 [2022-06-21T12:02:49.333Z] === RUN   TestImportWithCustomPlatform/nintendo64
12:02:49 [2022-06-21T12:02:49.333Z] --- PASS: TestImportWithCustomPlatform (0.31s)
12:02:49 [2022-06-21T12:02:49.333Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
12:02:49 [2022-06-21T12:02:49.333Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
12:02:49 [2022-06-21T12:02:49.333Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
12:02:49 [2022-06-21T12:02:49.333Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
12:02:49 [2022-06-21T12:02:49.333Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
12:02:49 [2022-06-21T12:02:49.333Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
12:02:49 [2022-06-21T12:02:49.333Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
12:02:49 [2022-06-21T12:02:49.333Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
12:02:49 [2022-06-21T12:02:49.333Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
12:02:49 [2022-06-21T12:02:49.333Z] === RUN   TestImagesFilterMultiReference
12:02:49 [2022-06-21T12:02:49.589Z] --- PASS: TestImagesFilterMultiReference (0.05s)
12:02:49 [2022-06-21T12:02:49.589Z] === RUN   TestImagePullPlatformInvalid
12:02:49 [2022-06-21T12:02:49.589Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
12:02:49 [2022-06-21T12:02:49.589Z] === RUN   TestRemoveImageOrphaning
12:02:49 [2022-06-21T12:02:49.845Z] --- PASS: TestRemoveImageOrphaning (0.24s)
12:02:49 [2022-06-21T12:02:49.845Z] === RUN   TestRemoveImageGarbageCollector
12:02:49 [2022-06-21T12:02:49.845Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:02:49 [2022-06-21T12:02:49.845Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
12:02:49 [2022-06-21T12:02:49.845Z] === RUN   TestTagUnprefixedRepoByNameOrName
12:02:49 [2022-06-21T12:02:49.845Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
12:02:49 [2022-06-21T12:02:49.845Z] === RUN   TestTagInvalidReference
12:02:49 [2022-06-21T12:02:49.845Z] --- PASS: TestTagInvalidReference (0.01s)
12:02:49 [2022-06-21T12:02:49.845Z] === RUN   TestTagValidPrefixedRepo
12:02:49 [2022-06-21T12:02:49.845Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
12:02:49 [2022-06-21T12:02:49.845Z] === RUN   TestTagExistedNameWithoutForce
12:02:49 [2022-06-21T12:02:49.845Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
12:02:49 [2022-06-21T12:02:49.845Z] === RUN   TestTagOfficialNames
12:02:49 [2022-06-21T12:02:49.845Z] --- PASS: TestTagOfficialNames (0.04s)
12:02:49 [2022-06-21T12:02:49.845Z] === RUN   TestTagMatchesDigest
12:02:49 [2022-06-21T12:02:49.845Z] --- PASS: TestTagMatchesDigest (0.01s)
12:02:49 [2022-06-21T12:02:49.845Z] PASS
12:02:49 [2022-06-21T12:02:49.845Z] 
12:02:49 [2022-06-21T12:02:49.845Z] === Skipped
12:02:49 [2022-06-21T12:02:49.845Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
12:02:49 [2022-06-21T12:02:49.845Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
12:02:49 [2022-06-21T12:02:49.845Z] 
12:02:49 [2022-06-21T12:02:49.845Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
12:02:49 [2022-06-21T12:02:49.845Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:02:49 [2022-06-21T12:02:49.845Z] 
12:02:49 [2022-06-21T12:02:49.845Z] DONE 22 tests, 2 skipped in 1.195s
12:02:49 [2022-06-21T12:02:49.845Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
12:02:49 [2022-06-21T12:02:49.845Z] ++ 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
12:02:49 [2022-06-21T12:02:49.845Z] ++ set -e
12:02:49 [2022-06-21T12:02:49.845Z] ++ '[' -n 0 ']'
12:02:49 [2022-06-21T12:02:49.845Z] ++ set -x
12:02:49 [2022-06-21T12:02:49.845Z] ++ 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
12:02:50 [2022-06-21T12:02:50.101Z] === RUN   TestStripANSICommands
12:02:50 [2022-06-21T12:02:50.101Z] === RUN   TestStripANSICommands/#00
12:02:50 [2022-06-21T12:02:50.101Z] === RUN   TestStripANSICommands/#01
12:02:50 [2022-06-21T12:02:50.101Z] --- PASS: TestStripANSICommands (0.00s)
12:02:50 [2022-06-21T12:02:50.101Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
12:02:50 [2022-06-21T12:02:50.101Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
12:02:50 [2022-06-21T12:02:50.101Z] PASS
12:02:50 [2022-06-21T12:02:50.101Z] 
12:02:50 [2022-06-21T12:02:50.101Z] DONE 3 tests in 0.044s
12:02:50 [2022-06-21T12:02:50.101Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
12:02:50 [2022-06-21T12:02:50.101Z] ++ 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
12:02:50 [2022-06-21T12:02:50.101Z] ++ set -e
12:02:50 [2022-06-21T12:02:50.101Z] ++ '[' -n 0 ']'
12:02:50 [2022-06-21T12:02:50.101Z] ++ set -x
12:02:50 [2022-06-21T12:02:50.101Z] ++ 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
12:02:50 [2022-06-21T12:02:50.101Z] INFO: Testing against a local daemon
12:02:50 [2022-06-21T12:02:50.101Z] === RUN   TestNetworkCreateDelete
12:02:50 [2022-06-21T12:02:50.101Z] --- PASS: TestNetworkCreateDelete (0.14s)
12:02:50 [2022-06-21T12:02:50.101Z] === RUN   TestDockerNetworkDeletePreferID
12:02:50 [2022-06-21T12:02:50.663Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
12:02:50 [2022-06-21T12:02:50.663Z] === RUN   TestDaemonDNSFallback
12:02:50 [2022-06-21T12:02:50.820Z] --- PASS: TestTemplatedConfig (3.74s)
12:02:50 [2022-06-21T12:02:50.820Z] === RUN   TestConfigCreateResolve
12:02:50 [2022-06-21T12:02:50.820Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
12:02:51 [2022-06-21T12:02:51.769Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.14s)
12:02:51 [2022-06-21T12:02:51.769Z] === RUN   TestCreateServiceSecretFileMode
12:02:52 [2022-06-21T12:02:52.705Z] --- PASS: TestCreateServiceSecretFileMode (2.56s)
12:02:52 [2022-06-21T12:02:52.705Z] === RUN   TestCreateServiceConfigFileMode
12:02:54 [2022-06-21T12:02:54.197Z] --- PASS: TestConfigCreateResolve (3.08s)
12:02:54 [2022-06-21T12:02:54.197Z] PASS
12:02:54 [2022-06-21T12:02:54.197Z] 
12:02:54 [2022-06-21T12:02:54.197Z] DONE 6 tests in 18.504s
12:02:54 [2022-06-21T12:02:54.197Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
12:02:54 [2022-06-21T12:02:54.197Z] ++ 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
12:02:54 [2022-06-21T12:02:54.197Z] ++ set -e
12:02:54 [2022-06-21T12:02:54.197Z] ++ '[' -n 0 ']'
12:02:54 [2022-06-21T12:02:54.197Z] ++ set -x
12:02:54 [2022-06-21T12:02:54.197Z] ++ 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
12:02:54 [2022-06-21T12:02:54.197Z] INFO: Testing against a local daemon
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestAttachWithTTY
12:02:54 [2022-06-21T12:02:54.197Z] --- PASS: TestAttachWithTTY (0.05s)
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestAttachWithoutTTy
12:02:54 [2022-06-21T12:02:54.197Z] --- PASS: TestAttachWithoutTTy (0.06s)
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestCheckpoint
12:02:54 [2022-06-21T12:02:54.197Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
12:02:54 [2022-06-21T12:02:54.197Z] --- SKIP: TestCheckpoint (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/commit
12:02:54 [2022-06-21T12:02:54.197Z] === PAUSE TestContainerInvalidJSON/commit
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/create
12:02:54 [2022-06-21T12:02:54.197Z] === PAUSE TestContainerInvalidJSON/containers/create
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
12:02:54 [2022-06-21T12:02:54.197Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
12:02:54 [2022-06-21T12:02:54.197Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
12:02:54 [2022-06-21T12:02:54.197Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
12:02:54 [2022-06-21T12:02:54.197Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
12:02:54 [2022-06-21T12:02:54.197Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
12:02:54 [2022-06-21T12:02:54.197Z] === CONT  TestContainerInvalidJSON/commit
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
12:02:54 [2022-06-21T12:02:54.197Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/commit/empty_body
12:02:54 [2022-06-21T12:02:54.197Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
12:02:54 [2022-06-21T12:02:54.197Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
12:02:54 [2022-06-21T12:02:54.197Z] === CONT  TestContainerInvalidJSON/containers/create
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
12:02:54 [2022-06-21T12:02:54.197Z] --- PASS: TestContainerInvalidJSON (0.01s)
12:02:54 [2022-06-21T12:02:54.197Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.01s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestCopyFromContainerPathDoesNotExist
12:02:54 [2022-06-21T12:02:54.197Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestCopyFromContainerPathIsNotDir
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
12:02:54 [2022-06-21T12:02:54.197Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestCopyToContainerPathDoesNotExist
12:02:54 [2022-06-21T12:02:54.197Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
12:02:54 [2022-06-21T12:02:54.197Z] === RUN   TestCopyEmptyFile
12:02:54 [2022-06-21T12:02:54.457Z] --- PASS: TestCopyEmptyFile (0.41s)
12:02:54 [2022-06-21T12:02:54.457Z] === RUN   TestCopyToContainerPathIsNotDir
12:02:54 [2022-06-21T12:02:54.717Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
12:02:54 [2022-06-21T12:02:54.717Z] === RUN   TestCopyFromContainer
12:02:55 [2022-06-21T12:02:55.239Z] --- PASS: TestCreateServiceConfigFileMode (2.56s)
12:02:55 [2022-06-21T12:02:55.239Z] === RUN   TestCreateServiceSysctls
12:02:56 [2022-06-21T12:02:56.631Z] === RUN   TestCopyFromContainer//
12:02:56 [2022-06-21T12:02:56.631Z] === RUN   TestCopyFromContainer//bar/root
12:02:56 [2022-06-21T12:02:56.631Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
12:02:56 [2022-06-21T12:02:56.631Z] === RUN   TestCopyFromContainer//bar/root/
12:02:56 [2022-06-21T12:02:56.631Z] === RUN   TestCopyFromContainer/bar/quux
12:02:56 [2022-06-21T12:02:56.892Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
12:02:56 [2022-06-21T12:02:56.892Z] === RUN   TestCopyFromContainer/bar/quux/
12:02:56 [2022-06-21T12:02:56.892Z] === RUN   TestCopyFromContainer/bar/quux/baz
12:02:57 [2022-06-21T12:02:57.153Z] === RUN   TestCopyFromContainer/bar/filesymlink
12:02:57 [2022-06-21T12:02:57.153Z] === RUN   TestCopyFromContainer/bar/dirsymlink
12:02:57 [2022-06-21T12:02:57.197Z] --- PASS: TestDaemonDNSFallback (6.29s)
12:02:57 [2022-06-21T12:02:57.197Z] === RUN   TestInspectNetwork
12:02:57 [2022-06-21T12:02:57.414Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
12:02:57 [2022-06-21T12:02:57.414Z] === RUN   TestCopyFromContainer/bar/notarget
12:02:57 [2022-06-21T12:02:57.414Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
12:02:57 [2022-06-21T12:02:57.675Z] --- PASS: TestCopyFromContainer (3.01s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCopyFromContainer// (0.15s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.13s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.11s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.14s)
12:02:57 [2022-06-21T12:02:57.675Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
12:02:57 [2022-06-21T12:02:57.675Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
12:02:57 [2022-06-21T12:02:57.675Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
12:02:57 [2022-06-21T12:02:57.675Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
12:02:57 [2022-06-21T12:02:57.675Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
12:02:57 [2022-06-21T12:02:57.675Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
12:02:57 [2022-06-21T12:02:57.675Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
12:02:57 [2022-06-21T12:02:57.675Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
12:02:57 [2022-06-21T12:02:57.675Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
12:02:57 [2022-06-21T12:02:57.675Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
12:02:57 [2022-06-21T12:02:57.675Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
12:02:57 [2022-06-21T12:02:57.675Z] === RUN   TestCreateLinkToNonExistingContainer
12:02:57 [2022-06-21T12:02:57.675Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
12:02:57 [2022-06-21T12:02:57.675Z] === RUN   TestCreateWithInvalidEnv
12:02:57 [2022-06-21T12:02:57.675Z] === RUN   TestCreateWithInvalidEnv/0
12:02:57 [2022-06-21T12:02:57.675Z] === PAUSE TestCreateWithInvalidEnv/0
12:02:57 [2022-06-21T12:02:57.675Z] === RUN   TestCreateWithInvalidEnv/1
12:02:57 [2022-06-21T12:02:57.675Z] === PAUSE TestCreateWithInvalidEnv/1
12:02:57 [2022-06-21T12:02:57.675Z] === RUN   TestCreateWithInvalidEnv/2
12:02:57 [2022-06-21T12:02:57.675Z] === PAUSE TestCreateWithInvalidEnv/2
12:02:57 [2022-06-21T12:02:57.675Z] === CONT  TestCreateWithInvalidEnv/0
12:02:57 [2022-06-21T12:02:57.675Z] === CONT  TestCreateWithInvalidEnv/2
12:02:57 [2022-06-21T12:02:57.675Z] === CONT  TestCreateWithInvalidEnv/1
12:02:57 [2022-06-21T12:02:57.675Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
12:02:57 [2022-06-21T12:02:57.675Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
12:02:57 [2022-06-21T12:02:57.675Z] === RUN   TestCreateTmpfsMountsTarget
12:02:57 [2022-06-21T12:02:57.675Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
12:02:57 [2022-06-21T12:02:57.675Z] === RUN   TestCreateWithCustomMaskedPaths
12:02:57 [2022-06-21T12:02:57.936Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
12:02:58 [2022-06-21T12:02:58.533Z] --- PASS: TestCreateServiceSysctls (3.23s)
12:02:58 [2022-06-21T12:02:58.533Z] === RUN   TestCreateServiceCapabilities
12:02:58 [2022-06-21T12:02:58.878Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
12:02:59 [2022-06-21T12:02:59.139Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
12:02:59 [2022-06-21T12:02:59.712Z] --- PASS: TestCreateWithCustomMaskedPaths (2.01s)
12:02:59 [2022-06-21T12:02:59.712Z] === RUN   TestCreateWithCustomReadonlyPaths
12:02:59 [2022-06-21T12:02:59.712Z] === RUN   TestInspectNetwork/full_network_id
12:02:59 [2022-06-21T12:02:59.712Z] === RUN   TestInspectNetwork/partial_network_id
12:02:59 [2022-06-21T12:02:59.712Z] === RUN   TestInspectNetwork/network_name
12:02:59 [2022-06-21T12:02:59.712Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
12:03:00 [2022-06-21T12:03:00.283Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
12:03:00 [2022-06-21T12:03:00.283Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
12:03:01 [2022-06-21T12:03:01.068Z] --- PASS: TestCreateServiceCapabilities (2.51s)
12:03:01 [2022-06-21T12:03:01.068Z] === RUN   TestInspect
12:03:01 [2022-06-21T12:03:01.669Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
12:03:01 [2022-06-21T12:03:01.932Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.23s)
12:03:01 [2022-06-21T12:03:01.932Z] === RUN   TestCreateWithInvalidHealthcheckParams
12:03:01 [2022-06-21T12:03:01.932Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
12:03:01 [2022-06-21T12:03:01.932Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
12:03:01 [2022-06-21T12:03:01.932Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
12:03:01 [2022-06-21T12:03:01.932Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
12:03:01 [2022-06-21T12:03:01.932Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
12:03:01 [2022-06-21T12:03:01.932Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
12:03:01 [2022-06-21T12:03:01.932Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
12:03:01 [2022-06-21T12:03:01.932Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
12:03:01 [2022-06-21T12:03:01.932Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
12:03:01 [2022-06-21T12:03:01.932Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
12:03:01 [2022-06-21T12:03:01.932Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
12:03:01 [2022-06-21T12:03:01.932Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
12:03:01 [2022-06-21T12:03:01.932Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
12:03:01 [2022-06-21T12:03:01.932Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
12:03:01 [2022-06-21T12:03:01.932Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
12:03:01 [2022-06-21T12:03:01.932Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
12:03:01 [2022-06-21T12:03:01.932Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
12:03:01 [2022-06-21T12:03:01.932Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
12:03:01 [2022-06-21T12:03:01.932Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
12:03:01 [2022-06-21T12:03:01.932Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
12:03:01 [2022-06-21T12:03:01.932Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
12:03:01 [2022-06-21T12:03:01.932Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
12:03:02 [2022-06-21T12:03:02.192Z]     check_test.go:307: [d5659b38970f8] daemon is not started
12:03:02 [2022-06-21T12:03:02.192Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
12:03:02 [2022-06-21T12:03:02.453Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
12:03:02 [2022-06-21T12:03:02.713Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s)
12:03:02 [2022-06-21T12:03:02.713Z] === RUN   TestCreateDifferentPlatform
12:03:02 [2022-06-21T12:03:02.713Z] === RUN   TestCreateDifferentPlatform/different_os
12:03:02 [2022-06-21T12:03:02.713Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
12:03:02 [2022-06-21T12:03:02.973Z] --- PASS: TestCreateDifferentPlatform (0.03s)
12:03:02 [2022-06-21T12:03:02.973Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
12:03:02 [2022-06-21T12:03:02.973Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
12:03:02 [2022-06-21T12:03:02.973Z] === RUN   TestCreateVolumesFromNonExistingContainer
12:03:02 [2022-06-21T12:03:02.973Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
12:03:02 [2022-06-21T12:03:02.973Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
12:03:02 [2022-06-21T12:03:02.973Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s)
12:03:02 [2022-06-21T12:03:02.973Z] === RUN   TestCreateInvalidHostConfig
12:03:02 [2022-06-21T12:03:02.973Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
12:03:02 [2022-06-21T12:03:02.973Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
12:03:02 [2022-06-21T12:03:02.973Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
12:03:02 [2022-06-21T12:03:02.973Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
12:03:02 [2022-06-21T12:03:02.973Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
12:03:02 [2022-06-21T12:03:02.973Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
12:03:02 [2022-06-21T12:03:02.973Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
12:03:02 [2022-06-21T12:03:02.973Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
12:03:02 [2022-06-21T12:03:02.973Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
12:03:02 [2022-06-21T12:03:02.973Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
12:03:02 [2022-06-21T12:03:02.973Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
12:03:02 [2022-06-21T12:03:02.973Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
12:03:02 [2022-06-21T12:03:02.973Z] --- PASS: TestCreateInvalidHostConfig (0.04s)
12:03:02 [2022-06-21T12:03:02.973Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
12:03:02 [2022-06-21T12:03:02.973Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
12:03:02 [2022-06-21T12:03:02.974Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
12:03:02 [2022-06-21T12:03:02.974Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
12:03:02 [2022-06-21T12:03:02.974Z] === RUN   TestContainerStartOnDaemonRestart
12:03:02 [2022-06-21T12:03:02.974Z] === PAUSE TestContainerStartOnDaemonRestart
12:03:02 [2022-06-21T12:03:02.974Z] === RUN   TestDaemonRestartIpcMode
12:03:02 [2022-06-21T12:03:02.974Z] === PAUSE TestDaemonRestartIpcMode
12:03:02 [2022-06-21T12:03:02.974Z] === RUN   TestDaemonHostGatewayIP
12:03:02 [2022-06-21T12:03:02.974Z] === PAUSE TestDaemonHostGatewayIP
12:03:02 [2022-06-21T12:03:02.974Z] === RUN   TestRestartDaemonWithRestartingContainer
12:03:02 [2022-06-21T12:03:02.974Z] === PAUSE TestRestartDaemonWithRestartingContainer
12:03:02 [2022-06-21T12:03:02.974Z] === RUN   TestContainerKillOnDaemonStart
12:03:02 [2022-06-21T12:03:02.974Z] === PAUSE TestContainerKillOnDaemonStart
12:03:02 [2022-06-21T12:03:02.974Z] === RUN   TestDiff
12:03:03 [2022-06-21T12:03:03.844Z] tests/integration/api_exec_test.py .....................                 [ 34%]
12:03:03 [2022-06-21T12:03:03.876Z] --- PASS: TestInspectNetwork (6.97s)
12:03:03 [2022-06-21T12:03:03.876Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
12:03:03 [2022-06-21T12:03:03.876Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
12:03:03 [2022-06-21T12:03:03.876Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
12:03:03 [2022-06-21T12:03:03.876Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
12:03:03 [2022-06-21T12:03:03.876Z] === RUN   TestRunContainerWithBridgeNone
12:03:03 [2022-06-21T12:03:03.916Z] --- PASS: TestDiff (0.80s)
12:03:03 [2022-06-21T12:03:03.916Z] === RUN   TestExecWithCloseStdin
12:03:04 [2022-06-21T12:03:04.354Z] --- PASS: TestInspect (2.79s)
12:03:04 [2022-06-21T12:03:04.354Z] === RUN   TestCreateJob
12:03:04 [2022-06-21T12:03:04.487Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
12:03:04 [2022-06-21T12:03:04.487Z] --- PASS: TestExecWithCloseStdin (0.65s)
12:03:04 [2022-06-21T12:03:04.487Z] === RUN   TestExec
12:03:05 [2022-06-21T12:03:05.060Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
12:03:05 [2022-06-21T12:03:05.060Z] --- PASS: TestExec (0.62s)
12:03:05 [2022-06-21T12:03:05.060Z] === RUN   TestExecUser
12:03:05 [2022-06-21T12:03:05.240Z] --- PASS: TestRunContainerWithBridgeNone (1.46s)
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/create
12:03:05 [2022-06-21T12:03:05.240Z] === PAUSE TestNetworkInvalidJSON/networks/create
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
12:03:05 [2022-06-21T12:03:05.240Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
12:03:05 [2022-06-21T12:03:05.240Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
12:03:05 [2022-06-21T12:03:05.240Z] === CONT  TestNetworkInvalidJSON/networks/create
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
12:03:05 [2022-06-21T12:03:05.240Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
12:03:05 [2022-06-21T12:03:05.240Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
12:03:05 [2022-06-21T12:03:05.240Z] --- PASS: TestNetworkInvalidJSON (0.01s)
12:03:05 [2022-06-21T12:03:05.240Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkList
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkList//networks
12:03:05 [2022-06-21T12:03:05.240Z] === PAUSE TestNetworkList//networks
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestNetworkList//networks/
12:03:05 [2022-06-21T12:03:05.240Z] === PAUSE TestNetworkList//networks/
12:03:05 [2022-06-21T12:03:05.240Z] === CONT  TestNetworkList//networks
12:03:05 [2022-06-21T12:03:05.240Z] === CONT  TestNetworkList//networks/
12:03:05 [2022-06-21T12:03:05.240Z] --- PASS: TestNetworkList (0.01s)
12:03:05 [2022-06-21T12:03:05.240Z]     --- PASS: TestNetworkList//networks/ (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z]     --- PASS: TestNetworkList//networks (0.00s)
12:03:05 [2022-06-21T12:03:05.240Z] === RUN   TestHostIPv4BridgeLabel
12:03:05 [2022-06-21T12:03:05.801Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
12:03:05 [2022-06-21T12:03:05.801Z] === RUN   TestDaemonRestartWithLiveRestore
12:03:06 [2022-06-21T12:03:06.002Z] --- PASS: TestExecUser (0.85s)
12:03:06 [2022-06-21T12:03:06.003Z] === RUN   TestExportContainerAndImportImage
12:03:06 [2022-06-21T12:03:06.003Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
12:03:06 [2022-06-21T12:03:06.003Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
12:03:06 [2022-06-21T12:03:06.888Z] --- PASS: TestCreateJob (3.17s)
12:03:06 [2022-06-21T12:03:06.888Z] === RUN   TestReplicatedJob
12:03:06 [2022-06-21T12:03:06.944Z] --- PASS: TestExportContainerAndImportImage (1.11s)
12:03:06 [2022-06-21T12:03:06.945Z] === RUN   TestExportContainerAfterDaemonRestart
12:03:07 [2022-06-21T12:03:07.165Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
12:03:07 [2022-06-21T12:03:07.165Z] === RUN   TestDaemonDefaultNetworkPools
12:03:07 [2022-06-21T12:03:07.728Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
12:03:07 [2022-06-21T12:03:07.728Z] === RUN   TestDaemonRestartWithExistingNetwork
12:03:08 [2022-06-21T12:03:08.331Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
12:03:08 [2022-06-21T12:03:08.592Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s)
12:03:08 [2022-06-21T12:03:08.592Z] === RUN   TestHealthCheckWorkdir
12:03:09 [2022-06-21T12:03:09.093Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
12:03:09 [2022-06-21T12:03:09.093Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
12:03:09 [2022-06-21T12:03:09.533Z] --- PASS: TestHealthCheckWorkdir (0.89s)
12:03:09 [2022-06-21T12:03:09.533Z] === RUN   TestHealthKillContainer
12:03:10 [2022-06-21T12:03:10.021Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
12:03:10 [2022-06-21T12:03:10.021Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
12:03:10 [2022-06-21T12:03:10.583Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
12:03:10 [2022-06-21T12:03:10.583Z] === RUN   TestServiceWithPredefinedNetwork
12:03:11 [2022-06-21T12:03:11.546Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
12:03:12 [2022-06-21T12:03:12.074Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
12:03:12 [2022-06-21T12:03:12.074Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
12:03:13 [2022-06-21T12:03:13.157Z] --- PASS: TestServiceWithPredefinedNetwork (2.22s)
12:03:13 [2022-06-21T12:03:13.157Z] === RUN   TestServiceRemoveKeepsIngressNetwork
12:03:13 [2022-06-21T12:03:13.157Z]     service_test.go:243: FLAKY_TEST
12:03:13 [2022-06-21T12:03:13.157Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
12:03:13 [2022-06-21T12:03:13.157Z] === RUN   TestServiceWithDataPathPortInit
12:03:13 [2022-06-21T12:03:13.456Z] --- PASS: TestReplicatedJob (5.52s)
12:03:13 [2022-06-21T12:03:13.456Z] === RUN   TestUpdateReplicatedJob
12:03:14 [2022-06-21T12:03:14.618Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
12:03:14 [2022-06-21T12:03:14.618Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
12:03:15 [2022-06-21T12:03:15.188Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
12:03:15 [2022-06-21T12:03:15.448Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
12:03:15 [2022-06-21T12:03:15.989Z] --- PASS: TestUpdateReplicatedJob (3.24s)
12:03:15 [2022-06-21T12:03:15.989Z] === RUN   TestServiceListWithStatuses
12:03:15 [2022-06-21T12:03:15.989Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
12:03:15 [2022-06-21T12:03:15.989Z] --- SKIP: TestServiceListWithStatuses (0.00s)
12:03:15 [2022-06-21T12:03:15.989Z] === RUN   TestDockerNetworkConnectAlias
12:03:16 [2022-06-21T12:03:16.018Z]     check_test.go:307: [d5ff7a6b08207] daemon is not started
12:03:16 [2022-06-21T12:03:16.018Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
12:03:16 [2022-06-21T12:03:16.589Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
12:03:16 [2022-06-21T12:03:16.642Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
12:03:17 [2022-06-21T12:03:17.160Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
12:03:17 [2022-06-21T12:03:17.420Z] === RUN   TestDockerSuite/TestBuildAddNonTar
12:03:17 [2022-06-21T12:03:17.420Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
12:03:17 [2022-06-21T12:03:17.680Z] --- PASS: TestHealthKillContainer (8.31s)
12:03:17 [2022-06-21T12:03:17.680Z] === RUN   TestInspectCpusetInConfigPre120
12:03:18 [2022-06-21T12:03:18.623Z] --- PASS: TestInspectCpusetInConfigPre120 (0.73s)
12:03:18 [2022-06-21T12:03:18.623Z] === RUN   TestIpcModeNone
12:03:18 [2022-06-21T12:03:18.623Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
12:03:19 [2022-06-21T12:03:19.196Z] --- PASS: TestIpcModeNone (0.82s)
12:03:19 [2022-06-21T12:03:19.196Z] === RUN   TestIpcModePrivate
12:03:19 [2022-06-21T12:03:19.767Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
12:03:19 [2022-06-21T12:03:19.767Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false
12:03:20 [2022-06-21T12:03:20.027Z] --- PASS: TestIpcModePrivate (0.88s)
12:03:20 [2022-06-21T12:03:20.027Z] === RUN   TestIpcModeShareable
12:03:20 [2022-06-21T12:03:20.188Z] --- PASS: TestDockerNetworkConnectAlias (4.14s)
12:03:20 [2022-06-21T12:03:20.188Z] === RUN   TestDockerNetworkReConnect
12:03:20 [2022-06-21T12:03:20.600Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
12:03:20 [2022-06-21T12:03:20.860Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true
12:03:20 [2022-06-21T12:03:20.860Z] --- PASS: TestIpcModeShareable (0.84s)
12:03:20 [2022-06-21T12:03:20.860Z] === RUN   TestAPIIpcModeShareableAndContainer
12:03:23 [2022-06-21T12:03:23.405Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
12:03:23 [2022-06-21T12:03:23.405Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.59s)
12:03:23 [2022-06-21T12:03:23.405Z] === RUN   TestAPIIpcModeHost
12:03:23 [2022-06-21T12:03:23.530Z] --- PASS: TestDockerNetworkReConnect (3.46s)
12:03:23 [2022-06-21T12:03:23.530Z] === RUN   TestServicePlugin
12:03:23 [2022-06-21T12:03:23.977Z] --- PASS: TestAPIIpcModeHost (0.45s)
12:03:23 [2022-06-21T12:03:23.977Z] === RUN   TestDaemonIpcModeShareable
12:03:25 [2022-06-21T12:03:25.360Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true
12:03:25 [2022-06-21T12:03:25.360Z] --- PASS: TestDaemonIpcModeShareable (1.38s)
12:03:25 [2022-06-21T12:03:25.360Z] === RUN   TestDaemonIpcModePrivate
12:03:25 [2022-06-21T12:03:25.360Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
12:03:25 [2022-06-21T12:03:25.621Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
12:03:26 [2022-06-21T12:03:26.819Z]     plugin_test.go:61: [d01a4fc2fb356] joining swarm manager [d5c82410c334d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:03:27 [2022-06-21T12:03:27.005Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
12:03:27 [2022-06-21T12:03:27.005Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false
12:03:27 [2022-06-21T12:03:27.266Z] --- PASS: TestDaemonIpcModePrivate (1.82s)
12:03:27 [2022-06-21T12:03:27.266Z] === RUN   TestDaemonIpcModePrivateFromConfig
12:03:27 [2022-06-21T12:03:27.836Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
12:03:27 [2022-06-21T12:03:27.836Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
12:03:27 [2022-06-21T12:03:27.836Z]     check_test.go:307: [d54bfd043855b] daemon is not started
12:03:27 [2022-06-21T12:03:27.836Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
12:03:27 [2022-06-21T12:03:27.999Z] --- PASS: TestServiceWithDataPathPortInit (13.70s)
12:03:27 [2022-06-21T12:03:27.999Z] === RUN   TestServiceWithDefaultAddressPoolInit
12:03:28 [2022-06-21T12:03:28.096Z] === RUN   TestDockerSuite/TestBuildAddScript
12:03:28 [2022-06-21T12:03:28.194Z]     plugin_test.go:64: [d0711edee1b07] joining swarm manager [d5c82410c334d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:03:28 [2022-06-21T12:03:28.560Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:i80or0nwhd16kvs4bqhp8xomx Created:2022-06-21 12:03:27.379052423 +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[08e6e16320f8b48e8f077fe69f4b34d6d654031045e4018fb6819301885e82c0:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.umn10m3t4l316jydyd9s6fgfe EndpointID:c74fc38d2d108468acd6b1a9258104ee9dede937d8e94d4cf62f15a8ebf30c71 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b8a82f0ebb25b96bff737e23e745a1a38991880a13ae9705a357c142fa20ebd0 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:78a62afaf1e4 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.umn10m3t4l316jydyd9s6fgfe EndpointID:c74fc38d2d108468acd6b1a9258104ee9dede937d8e94d4cf62f15a8ebf30c71 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
12:03:28 [2022-06-21T12:03:28.667Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false
12:03:28 [2022-06-21T12:03:28.928Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.65s)
12:03:28 [2022-06-21T12:03:28.928Z] === RUN   TestDaemonIpcModeShareableFromConfig
12:03:30 [2022-06-21T12:03:30.315Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
12:03:30 [2022-06-21T12:03:30.315Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: true, mustBeShared: true
12:03:30 [2022-06-21T12:03:30.576Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.71s)
12:03:30 [2022-06-21T12:03:30.576Z] === RUN   TestIpcModeOlderClient
12:03:30 [2022-06-21T12:03:30.576Z] === PAUSE TestIpcModeOlderClient
12:03:30 [2022-06-21T12:03:30.576Z] === RUN   TestKillContainerInvalidSignal
12:03:31 [2022-06-21T12:03:31.149Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
12:03:31 [2022-06-21T12:03:31.149Z] --- PASS: TestKillContainerInvalidSignal (0.71s)
12:03:31 [2022-06-21T12:03:31.149Z] === RUN   TestKillContainer
12:03:31 [2022-06-21T12:03:31.411Z] === RUN   TestKillContainer/no_signal
12:03:31 [2022-06-21T12:03:31.985Z] === RUN   TestKillContainer/non_killing_signal
12:03:32 [2022-06-21T12:03:32.246Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
12:03:32 [2022-06-21T12:03:32.507Z] === RUN   TestKillContainer/killing_signal
12:03:33 [2022-06-21T12:03:33.450Z] --- PASS: TestKillContainer (2.26s)
12:03:33 [2022-06-21T12:03:33.450Z]     --- PASS: TestKillContainer/no_signal (0.74s)
12:03:33 [2022-06-21T12:03:33.450Z]     --- PASS: TestKillContainer/non_killing_signal (0.56s)
12:03:33 [2022-06-21T12:03:33.450Z]     --- PASS: TestKillContainer/killing_signal (0.69s)
12:03:33 [2022-06-21T12:03:33.450Z] === RUN   TestKillWithStopSignalAndRestartPolicies
12:03:33 [2022-06-21T12:03:33.450Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
12:03:33 [2022-06-21T12:03:33.644Z] tests/integration/api_network_test.py ............................       [ 47%]
12:03:33 [2022-06-21T12:03:33.804Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.37s)
12:03:33 [2022-06-21T12:03:33.804Z] PASS
12:03:33 [2022-06-21T12:03:33.804Z] 
12:03:33 [2022-06-21T12:03:33.804Z] === Skipped
12:03:33 [2022-06-21T12:03:33.804Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
12:03:33 [2022-06-21T12:03:33.804Z]     service_test.go:243: FLAKY_TEST
12:03:33 [2022-06-21T12:03:33.804Z] 
12:03:33 [2022-06-21T12:03:33.804Z] DONE 38 tests, 1 skipped in 42.875s
12:03:33 [2022-06-21T12:03:33.804Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
12:03:33 [2022-06-21T12:03:33.804Z] ++ 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
12:03:33 [2022-06-21T12:03:33.804Z] ++ set -e
12:03:33 [2022-06-21T12:03:33.804Z] ++ '[' -n 0 ']'
12:03:33 [2022-06-21T12:03:33.804Z] ++ set -x
12:03:33 [2022-06-21T12:03:33.804Z] ++ 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
12:03:33 [2022-06-21T12:03:33.804Z] INFO: Testing against a local daemon
12:03:33 [2022-06-21T12:03:33.804Z] === RUN   TestDockerNetworkIpvlanPersistance
12:03:33 [2022-06-21T12:03:33.804Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:03:33 [2022-06-21T12:03:33.804Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
12:03:33 [2022-06-21T12:03:33.804Z] === RUN   TestDockerNetworkIpvlan
12:03:33 [2022-06-21T12:03:33.804Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:03:33 [2022-06-21T12:03:33.804Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
12:03:33 [2022-06-21T12:03:33.804Z] PASS
12:03:33 [2022-06-21T12:03:33.804Z] 
12:03:33 [2022-06-21T12:03:33.804Z] === Skipped
12:03:33 [2022-06-21T12:03:33.804Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
12:03:33 [2022-06-21T12:03:33.804Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:03:33 [2022-06-21T12:03:33.804Z] 
12:03:33 [2022-06-21T12:03:33.804Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
12:03:33 [2022-06-21T12:03:33.804Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:03:33 [2022-06-21T12:03:33.804Z] 
12:03:33 [2022-06-21T12:03:33.804Z] DONE 2 tests, 2 skipped in 0.082s
12:03:33 [2022-06-21T12:03:33.804Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
12:03:33 [2022-06-21T12:03:33.804Z] ++ 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
12:03:33 [2022-06-21T12:03:33.804Z] ++ set -e
12:03:33 [2022-06-21T12:03:33.804Z] ++ '[' -n 0 ']'
12:03:33 [2022-06-21T12:03:33.804Z] ++ set -x
12:03:33 [2022-06-21T12:03:33.804Z] ++ 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
12:03:33 [2022-06-21T12:03:33.804Z] INFO: Testing against a local daemon
12:03:33 [2022-06-21T12:03:33.804Z] === RUN   TestDockerNetworkMacvlanPersistance
12:03:34 [2022-06-21T12:03:34.022Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
12:03:34 [2022-06-21T12:03:34.335Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
12:03:34 [2022-06-21T12:03:34.365Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s)
12:03:34 [2022-06-21T12:03:34.365Z] === RUN   TestDockerNetworkMacvlan
12:03:34 [2022-06-21T12:03:34.927Z] === RUN   TestDockerNetworkMacvlan/Subinterface
12:03:35 [2022-06-21T12:03:35.324Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.60s)
12:03:35 [2022-06-21T12:03:35.324Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.71s)
12:03:35 [2022-06-21T12:03:35.324Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.64s)
12:03:35 [2022-06-21T12:03:35.324Z] === RUN   TestKillStoppedContainer
12:03:35 [2022-06-21T12:03:35.324Z] --- PASS: TestKillStoppedContainer (0.08s)
12:03:35 [2022-06-21T12:03:35.324Z] === RUN   TestKillStoppedContainerAPIPre120
12:03:35 [2022-06-21T12:03:35.324Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s)
12:03:35 [2022-06-21T12:03:35.324Z] === RUN   TestKillDifferentUserContainer
12:03:35 [2022-06-21T12:03:35.855Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
12:03:35 [2022-06-21T12:03:35.896Z]     check_test.go:307: [d68e44b36493b] daemon is not started
12:03:35 [2022-06-21T12:03:35.896Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
12:03:36 [2022-06-21T12:03:36.156Z] --- PASS: TestKillDifferentUserContainer (0.88s)
12:03:36 [2022-06-21T12:03:36.156Z] === RUN   TestInspectOomKilledTrue
12:03:36 [2022-06-21T12:03:36.156Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
12:03:36 [2022-06-21T12:03:36.156Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
12:03:36 [2022-06-21T12:03:36.156Z] === RUN   TestInspectOomKilledFalse
12:03:36 [2022-06-21T12:03:36.156Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
12:03:36 [2022-06-21T12:03:36.156Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
12:03:36 [2022-06-21T12:03:36.156Z] === RUN   TestLinksEtcHostsContentMatch
12:03:36 [2022-06-21T12:03:36.416Z] === RUN   TestDockerNetworkMacvlan/NilParent
12:03:36 [2022-06-21T12:03:36.727Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s)
12:03:36 [2022-06-21T12:03:36.728Z] === RUN   TestLinksContainerNames
12:03:38 [2022-06-21T12:03:38.115Z] --- PASS: TestLinksContainerNames (1.42s)
12:03:38 [2022-06-21T12:03:38.115Z] === RUN   TestLogsFollowTailEmpty
12:03:38 [2022-06-21T12:03:38.305Z] === RUN   TestDockerNetworkMacvlan/InternalMode
12:03:38 [2022-06-21T12:03:38.376Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
12:03:38 [2022-06-21T12:03:38.946Z] --- PASS: TestLogsFollowTailEmpty (0.76s)
12:03:38 [2022-06-21T12:03:38.946Z] === RUN   TestLogs
12:03:38 [2022-06-21T12:03:38.946Z] === RUN   TestLogs/driver_local
12:03:38 [2022-06-21T12:03:38.946Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
12:03:38 [2022-06-21T12:03:38.946Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
12:03:38 [2022-06-21T12:03:38.946Z] === RUN   TestLogs/driver_local/tty/only_stdout
12:03:38 [2022-06-21T12:03:38.946Z] === PAUSE TestLogs/driver_local/tty/only_stdout
12:03:38 [2022-06-21T12:03:38.946Z] === RUN   TestLogs/driver_local/tty/only_stderr
12:03:38 [2022-06-21T12:03:38.946Z] === PAUSE TestLogs/driver_local/tty/only_stderr
12:03:38 [2022-06-21T12:03:38.946Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
12:03:38 [2022-06-21T12:03:38.946Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
12:03:38 [2022-06-21T12:03:38.946Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
12:03:38 [2022-06-21T12:03:38.946Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
12:03:38 [2022-06-21T12:03:38.946Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
12:03:38 [2022-06-21T12:03:38.946Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
12:03:38 [2022-06-21T12:03:38.946Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
12:03:38 [2022-06-21T12:03:38.946Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
12:03:39 [2022-06-21T12:03:39.207Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
12:03:39 [2022-06-21T12:03:39.779Z]     check_test.go:307: [d2e7d4dcd4326] daemon is not started
12:03:39 [2022-06-21T12:03:39.779Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
12:03:40 [2022-06-21T12:03:40.040Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
12:03:40 [2022-06-21T12:03:40.040Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
12:03:40 [2022-06-21T12:03:40.197Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
12:03:40 [2022-06-21T12:03:40.982Z] === CONT  TestLogs/driver_local/tty/only_stderr
12:03:40 [2022-06-21T12:03:40.982Z] === CONT  TestLogs/driver_local/tty/only_stdout
12:03:41 [2022-06-21T12:03:41.927Z] === RUN   TestLogs/driver_json-file
12:03:41 [2022-06-21T12:03:41.928Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
12:03:41 [2022-06-21T12:03:41.928Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
12:03:41 [2022-06-21T12:03:41.928Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
12:03:41 [2022-06-21T12:03:41.928Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
12:03:41 [2022-06-21T12:03:41.928Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
12:03:41 [2022-06-21T12:03:41.928Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
12:03:41 [2022-06-21T12:03:41.928Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
12:03:41 [2022-06-21T12:03:41.928Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
12:03:41 [2022-06-21T12:03:41.928Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
12:03:41 [2022-06-21T12:03:41.928Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
12:03:41 [2022-06-21T12:03:41.928Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
12:03:41 [2022-06-21T12:03:41.928Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
12:03:41 [2022-06-21T12:03:41.928Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
12:03:41 [2022-06-21T12:03:41.928Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
12:03:42 [2022-06-21T12:03:42.870Z]     docker_cli_daemon_plugins_test.go:80: [d20671356c407] daemon is not started
12:03:42 [2022-06-21T12:03:42.870Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
12:03:43 [2022-06-21T12:03:43.130Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
12:03:43 [2022-06-21T12:03:43.130Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
12:03:43 [2022-06-21T12:03:43.463Z] === RUN   TestDockerNetworkMacvlan/Addressing
12:03:43 [2022-06-21T12:03:43.702Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
12:03:43 [2022-06-21T12:03:43.720Z] --- PASS: TestDockerNetworkMacvlan (9.38s)
12:03:43 [2022-06-21T12:03:43.720Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
12:03:43 [2022-06-21T12:03:43.720Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s)
12:03:43 [2022-06-21T12:03:43.720Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.83s)
12:03:43 [2022-06-21T12:03:43.720Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.79s)
12:03:43 [2022-06-21T12:03:43.720Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.09s)
12:03:43 [2022-06-21T12:03:43.720Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.55s)
12:03:43 [2022-06-21T12:03:43.720Z] PASS
12:03:43 [2022-06-21T12:03:43.720Z] 
12:03:43 [2022-06-21T12:03:43.720Z] DONE 8 tests in 10.792s
12:03:43 [2022-06-21T12:03:43.720Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
12:03:43 [2022-06-21T12:03:43.720Z] ++ 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
12:03:43 [2022-06-21T12:03:43.720Z] ++ set -e
12:03:43 [2022-06-21T12:03:43.720Z] ++ '[' -n 0 ']'
12:03:43 [2022-06-21T12:03:43.720Z] ++ set -x
12:03:43 [2022-06-21T12:03:43.720Z] ++ 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
12:03:43 [2022-06-21T12:03:43.763Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
12:03:43 [2022-06-21T12:03:43.963Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
12:03:43 [2022-06-21T12:03:43.963Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
12:03:43 [2022-06-21T12:03:43.977Z] testing: warning: no tests to run
12:03:43 [2022-06-21T12:03:43.977Z] PASS
12:03:43 [2022-06-21T12:03:43.977Z] 
12:03:43 [2022-06-21T12:03:43.977Z] DONE 0 tests in 0.026s
12:03:43 [2022-06-21T12:03:43.977Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
12:03:43 [2022-06-21T12:03:43.977Z] ++ 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
12:03:43 [2022-06-21T12:03:43.977Z] ++ set -e
12:03:43 [2022-06-21T12:03:43.977Z] ++ '[' -n 0 ']'
12:03:43 [2022-06-21T12:03:43.977Z] ++ set -x
12:03:43 [2022-06-21T12:03:43.978Z] ++ 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
12:03:43 [2022-06-21T12:03:43.978Z] INFO: Testing against a local daemon
12:03:43 [2022-06-21T12:03:43.978Z] === RUN   TestAuthZPluginAllowRequest
12:03:44 [2022-06-21T12:03:44.907Z] --- PASS: TestLogs (5.94s)
12:03:44 [2022-06-21T12:03:44.907Z]     --- PASS: TestLogs/driver_local (0.02s)
12:03:44 [2022-06-21T12:03:44.907Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.14s)
12:03:44 [2022-06-21T12:03:44.907Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.18s)
12:03:44 [2022-06-21T12:03:44.907Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.86s)
12:03:44 [2022-06-21T12:03:44.907Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.96s)
12:03:44 [2022-06-21T12:03:44.907Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.82s)
12:03:44 [2022-06-21T12:03:44.907Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.87s)
12:03:44 [2022-06-21T12:03:44.907Z]     --- PASS: TestLogs/driver_json-file (0.01s)
12:03:44 [2022-06-21T12:03:44.907Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.88s)
12:03:44 [2022-06-21T12:03:44.907Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.05s)
12:03:44 [2022-06-21T12:03:44.907Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.11s)
12:03:44 [2022-06-21T12:03:44.907Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.03s)
12:03:44 [2022-06-21T12:03:44.907Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.92s)
12:03:44 [2022-06-21T12:03:44.907Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.85s)
12:03:44 [2022-06-21T12:03:44.907Z] === RUN   TestContainerNetworkMountsNoChown
12:03:45 [2022-06-21T12:03:45.190Z] tests/integration/api_secret_test.py .....                               [ 51%]
12:03:45 [2022-06-21T12:03:45.342Z] --- PASS: TestAuthZPluginAllowRequest (1.12s)
12:03:45 [2022-06-21T12:03:45.342Z] === RUN   TestAuthZPluginTLS
12:03:45 [2022-06-21T12:03:45.480Z] --- PASS: TestContainerNetworkMountsNoChown (0.57s)
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/default
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/default
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/private
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/private
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rprivate
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rprivate
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/slave
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/slave
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rslave
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rslave
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/shared
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/shared
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rshared
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rshared
12:03:45 [2022-06-21T12:03:45.480Z] === CONT  TestMountDaemonRoot/default
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/default/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/default/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/default/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/default/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/default/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/default/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === CONT  TestMountDaemonRoot/default/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === CONT  TestMountDaemonRoot/rshared
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rshared/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rshared/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === CONT  TestMountDaemonRoot/rshared/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === CONT  TestMountDaemonRoot/shared
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/shared/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/shared/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/shared/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/shared/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === CONT  TestMountDaemonRoot/rslave
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rslave/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rslave/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === CONT  TestMountDaemonRoot/slave
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/slave/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/slave/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/slave/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/slave/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === CONT  TestMountDaemonRoot/rprivate
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === CONT  TestMountDaemonRoot/private
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/private/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/private/mount_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/private/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/private/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/private/bind_root
12:03:45 [2022-06-21T12:03:45.480Z] === RUN   TestMountDaemonRoot/private/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === CONT  TestMountDaemonRoot/default/mount_subpath
12:03:45 [2022-06-21T12:03:45.480Z] === CONT  TestMountDaemonRoot/default/mount_root
12:03:45 [2022-06-21T12:03:45.598Z] --- PASS: TestAuthZPluginTLS (0.55s)
12:03:45 [2022-06-21T12:03:45.598Z] === RUN   TestAuthZPluginDenyRequest
12:03:45 [2022-06-21T12:03:45.741Z] === CONT  TestMountDaemonRoot/default/bind_subpath
12:03:45 [2022-06-21T12:03:45.741Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
12:03:45 [2022-06-21T12:03:45.741Z] === CONT  TestMountDaemonRoot/rshared/mount_root
12:03:45 [2022-06-21T12:03:45.741Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
12:03:45 [2022-06-21T12:03:45.741Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
12:03:45 [2022-06-21T12:03:45.741Z] === CONT  TestMountDaemonRoot/rslave/bind_root
12:03:45 [2022-06-21T12:03:45.741Z] === CONT  TestMountDaemonRoot/shared/bind_root
12:03:45 [2022-06-21T12:03:45.741Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
12:03:45 [2022-06-21T12:03:45.741Z] === CONT  TestMountDaemonRoot/shared/mount_root
12:03:45 [2022-06-21T12:03:45.741Z] === CONT  TestMountDaemonRoot/slave/bind_root
12:03:45 [2022-06-21T12:03:45.741Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
12:03:45 [2022-06-21T12:03:45.741Z] === CONT  TestMountDaemonRoot/rslave/mount_root
12:03:46 [2022-06-21T12:03:46.004Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
12:03:46 [2022-06-21T12:03:46.004Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
12:03:46 [2022-06-21T12:03:46.004Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
12:03:46 [2022-06-21T12:03:46.004Z] === CONT  TestMountDaemonRoot/slave/mount_root
12:03:46 [2022-06-21T12:03:46.004Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
12:03:46 [2022-06-21T12:03:46.004Z] === CONT  TestMountDaemonRoot/private/mount_root
12:03:46 [2022-06-21T12:03:46.004Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
12:03:46 [2022-06-21T12:03:46.004Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
12:03:46 [2022-06-21T12:03:46.004Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
12:03:46 [2022-06-21T12:03:46.004Z] === CONT  TestMountDaemonRoot/private/bind_subpath
12:03:46 [2022-06-21T12:03:46.004Z] === CONT  TestMountDaemonRoot/private/bind_root
12:03:46 [2022-06-21T12:03:46.004Z] === CONT  TestMountDaemonRoot/private/mount_subpath
12:03:46 [2022-06-21T12:03:46.004Z] --- PASS: TestMountDaemonRoot (0.03s)
12:03:46 [2022-06-21T12:03:46.004Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
12:03:46 [2022-06-21T12:03:46.004Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
12:03:46 [2022-06-21T12:03:46.004Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
12:03:46 [2022-06-21T12:03:46.004Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
12:03:46 [2022-06-21T12:03:46.004Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
12:03:46 [2022-06-21T12:03:46.004Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
12:03:46 [2022-06-21T12:03:46.004Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
12:03:46 [2022-06-21T12:03:46.004Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
12:03:46 [2022-06-21T12:03:46.004Z] === RUN   TestContainerBindMountNonRecursive
12:03:46 [2022-06-21T12:03:46.160Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
12:03:46 [2022-06-21T12:03:46.160Z] === RUN   TestAuthZPluginAPIDenyResponse
12:03:46 [2022-06-21T12:03:46.265Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
12:03:46 [2022-06-21T12:03:46.526Z] === RUN   TestDockerSuite/TestBuildAddTar
12:03:46 [2022-06-21T12:03:46.526Z]     docker_cli_daemon_plugins_test.go:170: [db4b7bd3a10aa] daemon is not started
12:03:46 [2022-06-21T12:03:46.722Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
12:03:46 [2022-06-21T12:03:46.722Z] === RUN   TestAuthZPluginDenyResponse
12:03:47 [2022-06-21T12:03:47.284Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
12:03:47 [2022-06-21T12:03:47.284Z] === RUN   TestAuthZPluginAllowEventStream
12:03:47 [2022-06-21T12:03:47.913Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
12:03:48 [2022-06-21T12:03:48.175Z] --- PASS: TestContainerBindMountNonRecursive (2.17s)
12:03:48 [2022-06-21T12:03:48.175Z] === RUN   TestContainerVolumesMountedAsShared
12:03:48 [2022-06-21T12:03:48.649Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s)
12:03:48 [2022-06-21T12:03:48.649Z] === RUN   TestAuthZPluginErrorResponse
12:03:48 [2022-06-21T12:03:48.905Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
12:03:48 [2022-06-21T12:03:48.905Z] === RUN   TestAuthZPluginErrorRequest
12:03:49 [2022-06-21T12:03:49.118Z] --- PASS: TestContainerVolumesMountedAsShared (0.65s)
12:03:49 [2022-06-21T12:03:49.118Z] === RUN   TestContainerVolumesMountedAsSlave
12:03:49 [2022-06-21T12:03:49.467Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
12:03:49 [2022-06-21T12:03:49.467Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
12:03:49 [2022-06-21T12:03:49.689Z] --- PASS: TestContainerVolumesMountedAsSlave (0.64s)
12:03:49 [2022-06-21T12:03:49.689Z] === RUN   TestNetworkNat
12:03:49 [2022-06-21T12:03:49.740Z] tests/integration/api_service_test.py .................................. [ 59%]
12:03:50 [2022-06-21T12:03:50.028Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
12:03:50 [2022-06-21T12:03:50.028Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
12:03:50 [2022-06-21T12:03:50.261Z] --- PASS: TestNetworkNat (0.83s)
12:03:50 [2022-06-21T12:03:50.261Z] === RUN   TestNetworkLocalhostTCPNat
12:03:51 [2022-06-21T12:03:51.205Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s)
12:03:51 [2022-06-21T12:03:51.205Z] === RUN   TestNetworkLoopbackNat
12:03:51 [2022-06-21T12:03:51.393Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.33s)
12:03:51 [2022-06-21T12:03:51.393Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
12:03:51 [2022-06-21T12:03:51.777Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
12:03:52 [2022-06-21T12:03:52.038Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
12:03:52 [2022-06-21T12:03:52.607Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
12:03:52 [2022-06-21T12:03:52.758Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.29s)
12:03:52 [2022-06-21T12:03:52.758Z] === RUN   TestAuthZPluginHeader
12:03:53 [2022-06-21T12:03:53.180Z]     check_test.go:307: [dc02c938c12af] daemon is not started
12:03:53 [2022-06-21T12:03:53.180Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
12:03:53 [2022-06-21T12:03:53.320Z] --- PASS: TestAuthZPluginHeader (0.69s)
12:03:53 [2022-06-21T12:03:53.320Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
12:03:53 [2022-06-21T12:03:53.320Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:03:53 [2022-06-21T12:03:53.320Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
12:03:53 [2022-06-21T12:03:53.320Z] === RUN   TestAuthZPluginV2Disable
12:03:53 [2022-06-21T12:03:53.320Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:03:53 [2022-06-21T12:03:53.320Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
12:03:53 [2022-06-21T12:03:53.320Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
12:03:53 [2022-06-21T12:03:53.320Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:03:53 [2022-06-21T12:03:53.320Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
12:03:53 [2022-06-21T12:03:53.320Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
12:03:53 [2022-06-21T12:03:53.320Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:03:53 [2022-06-21T12:03:53.320Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
12:03:53 [2022-06-21T12:03:53.320Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
12:03:53 [2022-06-21T12:03:53.440Z] === RUN   TestDockerSuite/TestBuildAddTarXz
12:03:54 [2022-06-21T12:03:54.318Z] ............................                                             [ 66%]
12:03:54 [2022-06-21T12:03:54.381Z] --- PASS: TestNetworkLoopbackNat (3.04s)
12:03:54 [2022-06-21T12:03:54.381Z] === RUN   TestPause
12:03:54 [2022-06-21T12:03:54.381Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
12:03:54 [2022-06-21T12:03:54.735Z] --- PASS: TestServicePlugin (30.28s)
12:03:54 [2022-06-21T12:03:54.735Z] === RUN   TestServiceUpdateLabel
12:03:54 [2022-06-21T12:03:54.952Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
12:03:54 [2022-06-21T12:03:54.952Z] --- PASS: TestPause (0.76s)
12:03:54 [2022-06-21T12:03:54.952Z] === RUN   TestPauseFailsOnWindowsServerContainers
12:03:54 [2022-06-21T12:03:54.952Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
12:03:54 [2022-06-21T12:03:54.952Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
12:03:54 [2022-06-21T12:03:54.952Z] === RUN   TestPauseStopPausedContainer
12:03:55 [2022-06-21T12:03:55.896Z] --- PASS: TestPauseStopPausedContainer (0.79s)
12:03:55 [2022-06-21T12:03:55.896Z] === RUN   TestPidHost
12:03:55 [2022-06-21T12:03:55.896Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
12:03:56 [2022-06-21T12:03:56.112Z] --- PASS: TestServiceUpdateLabel (2.23s)
12:03:56 [2022-06-21T12:03:56.112Z] === RUN   TestServiceUpdateSecrets
12:03:56 [2022-06-21T12:03:56.468Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
12:03:57 [2022-06-21T12:03:57.855Z] --- PASS: TestPidHost (2.02s)
12:03:57 [2022-06-21T12:03:57.855Z] === RUN   TestPsFilter
12:03:58 [2022-06-21T12:03:58.116Z] --- PASS: TestPsFilter (0.18s)
12:03:58 [2022-06-21T12:03:58.116Z] === RUN   TestRemoveContainerWithRemovedVolume
12:03:58 [2022-06-21T12:03:58.377Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
12:03:58 [2022-06-21T12:03:58.638Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s)
12:03:58 [2022-06-21T12:03:58.638Z] === RUN   TestRemoveContainerWithVolume
12:03:59 [2022-06-21T12:03:59.580Z] --- PASS: TestRemoveContainerWithVolume (0.80s)
12:03:59 [2022-06-21T12:03:59.580Z] === RUN   TestRemoveContainerRunning
12:04:00 [2022-06-21T12:04:00.151Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
12:04:00 [2022-06-21T12:04:00.151Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
12:04:00 [2022-06-21T12:04:00.151Z] --- PASS: TestRemoveContainerRunning (0.71s)
12:04:00 [2022-06-21T12:04:00.151Z] === RUN   TestRemoveContainerForceRemoveRunning
12:04:01 [2022-06-21T12:04:01.094Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s)
12:04:01 [2022-06-21T12:04:01.094Z] === RUN   TestRemoveInvalidContainer
12:04:01 [2022-06-21T12:04:01.094Z] --- PASS: TestRemoveInvalidContainer (0.01s)
12:04:01 [2022-06-21T12:04:01.094Z] === RUN   TestRenameLinkedContainer
12:04:01 [2022-06-21T12:04:01.665Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
12:04:03 [2022-06-21T12:04:03.581Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
12:04:04 [2022-06-21T12:04:04.154Z] --- PASS: TestRenameLinkedContainer (3.18s)
12:04:04 [2022-06-21T12:04:04.154Z] === RUN   TestRenameStoppedContainer
12:04:05 [2022-06-21T12:04:05.101Z] --- PASS: TestRenameStoppedContainer (0.74s)
12:04:05 [2022-06-21T12:04:05.101Z] === RUN   TestRenameRunningContainerAndReuse
12:04:05 [2022-06-21T12:04:05.101Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
12:04:05 [2022-06-21T12:04:05.673Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
12:04:06 [2022-06-21T12:04:06.245Z] --- PASS: TestRenameRunningContainerAndReuse (1.46s)
12:04:06 [2022-06-21T12:04:06.245Z] === RUN   TestRenameInvalidName
12:04:06 [2022-06-21T12:04:06.817Z] === RUN   TestDockerSuite/TestBuildBlankName
12:04:07 [2022-06-21T12:04:07.077Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
12:04:07 [2022-06-21T12:04:07.077Z] --- PASS: TestRenameInvalidName (0.72s)
12:04:07 [2022-06-21T12:04:07.077Z] === RUN   TestRenameAnonymousContainer
12:04:08 [2022-06-21T12:04:08.989Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
12:04:09 [2022-06-21T12:04:09.250Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
12:04:09 [2022-06-21T12:04:09.251Z] --- PASS: TestRenameAnonymousContainer (2.24s)
12:04:09 [2022-06-21T12:04:09.251Z] === RUN   TestRenameContainerWithSameName
12:04:10 [2022-06-21T12:04:10.193Z] --- PASS: TestRenameContainerWithSameName (0.68s)
12:04:10 [2022-06-21T12:04:10.193Z] === RUN   TestRenameContainerWithLinkedContainer
12:04:10 [2022-06-21T12:04:10.193Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
12:04:10 [2022-06-21T12:04:10.987Z] --- PASS: TestServiceUpdateSecrets (14.76s)
12:04:10 [2022-06-21T12:04:10.987Z] === RUN   TestServiceUpdateConfigs
12:04:11 [2022-06-21T12:04:11.135Z] --- PASS: TestRenameContainerWithLinkedContainer (1.14s)
12:04:11 [2022-06-21T12:04:11.135Z] === RUN   TestResize
12:04:11 [2022-06-21T12:04:11.135Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
12:04:11 [2022-06-21T12:04:11.358Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s)
12:04:11 [2022-06-21T12:04:11.358Z] PASS
12:04:11 [2022-06-21T12:04:11.358Z] 
12:04:11 [2022-06-21T12:04:11.358Z] === Skipped
12:04:11 [2022-06-21T12:04:11.358Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
12:04:11 [2022-06-21T12:04:11.358Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:04:11 [2022-06-21T12:04:11.358Z] 
12:04:11 [2022-06-21T12:04:11.358Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
12:04:11 [2022-06-21T12:04:11.358Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:04:11 [2022-06-21T12:04:11.358Z] 
12:04:11 [2022-06-21T12:04:11.358Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
12:04:11 [2022-06-21T12:04:11.358Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:04:11 [2022-06-21T12:04:11.358Z] 
12:04:11 [2022-06-21T12:04:11.358Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
12:04:11 [2022-06-21T12:04:11.358Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:04:11 [2022-06-21T12:04:11.358Z] 
12:04:11 [2022-06-21T12:04:11.358Z] DONE 17 tests, 4 skipped in 25.951s
12:04:11 [2022-06-21T12:04:11.358Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
12:04:11 [2022-06-21T12:04:11.358Z] ++ 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
12:04:11 [2022-06-21T12:04:11.358Z] ++ set -e
12:04:11 [2022-06-21T12:04:11.358Z] ++ '[' -n 0 ']'
12:04:11 [2022-06-21T12:04:11.359Z] ++ set -x
12:04:11 [2022-06-21T12:04:11.359Z] ++ 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
12:04:11 [2022-06-21T12:04:11.359Z] INFO: Testing against a local daemon
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
12:04:11 [2022-06-21T12:04:11.359Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
12:04:11 [2022-06-21T12:04:11.359Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/pull
12:04:11 [2022-06-21T12:04:11.359Z] === PAUSE TestPluginInvalidJSON/plugins/pull
12:04:11 [2022-06-21T12:04:11.359Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
12:04:11 [2022-06-21T12:04:11.359Z] === CONT  TestPluginInvalidJSON/plugins/pull
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
12:04:11 [2022-06-21T12:04:11.359Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
12:04:11 [2022-06-21T12:04:11.359Z] --- PASS: TestPluginInvalidJSON (0.01s)
12:04:11 [2022-06-21T12:04:11.359Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInstall
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInstall/no_auth
12:04:11 [2022-06-21T12:04:11.359Z] time="2022-06-21T12:04:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:04:11 [2022-06-21T12:04:11.359Z] time="2022-06-21T12:04:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f74d456167b6444f434c11ba296d84ced7912d8d32a44071e080bbb106fbbb3a" mediatype=application/vnd.docker.plugin.v1+json size=522
12:04:11 [2022-06-21T12:04:11.359Z] time="2022-06-21T12:04:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:04:11 [2022-06-21T12:04:11.359Z] time="2022-06-21T12:04:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f74d456167b6444f434c11ba296d84ced7912d8d32a44071e080bbb106fbbb3a" mediatype=application/vnd.docker.plugin.v1+json size=522
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInstall/with_htpasswd
12:04:11 [2022-06-21T12:04:11.359Z] time="2022-06-21T12:04:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:04:11 [2022-06-21T12:04:11.359Z] time="2022-06-21T12:04:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f74d456167b6444f434c11ba296d84ced7912d8d32a44071e080bbb106fbbb3a" mediatype=application/vnd.docker.plugin.v1+json size=522
12:04:11 [2022-06-21T12:04:11.359Z] time="2022-06-21T12:04:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:04:11 [2022-06-21T12:04:11.359Z] time="2022-06-21T12:04:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f74d456167b6444f434c11ba296d84ced7912d8d32a44071e080bbb106fbbb3a" mediatype=application/vnd.docker.plugin.v1+json size=522
12:04:11 [2022-06-21T12:04:11.359Z] === RUN   TestPluginInstall/with_insecure
12:04:11 [2022-06-21T12:04:11.706Z] --- PASS: TestResize (0.60s)
12:04:11 [2022-06-21T12:04:11.706Z] === RUN   TestResizeWithInvalidSize
12:04:12 [2022-06-21T12:04:12.278Z] --- PASS: TestResizeWithInvalidSize (0.59s)
12:04:12 [2022-06-21T12:04:12.278Z] === RUN   TestResizeWhenContainerNotStarted
12:04:12 [2022-06-21T12:04:12.285Z] time="2022-06-21T12:04:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:04:12 [2022-06-21T12:04:12.285Z] time="2022-06-21T12:04:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:582ebf075179f2c0c6c6220d0879eef196d86404f86eb14a194b76007e659930" mediatype=application/vnd.docker.plugin.v1+json size=522
12:04:12 [2022-06-21T12:04:12.285Z] time="2022-06-21T12:04:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:04:12 [2022-06-21T12:04:12.286Z] time="2022-06-21T12:04:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:582ebf075179f2c0c6c6220d0879eef196d86404f86eb14a194b76007e659930" mediatype=application/vnd.docker.plugin.v1+json size=522
12:04:12 [2022-06-21T12:04:12.541Z]     plugin_test.go:195: [d6aec384222a3] daemon is not started
12:04:12 [2022-06-21T12:04:12.541Z] --- PASS: TestPluginInstall (2.50s)
12:04:12 [2022-06-21T12:04:12.541Z]     --- PASS: TestPluginInstall/no_auth (0.94s)
12:04:12 [2022-06-21T12:04:12.541Z]     --- PASS: TestPluginInstall/with_htpasswd (0.55s)
12:04:12 [2022-06-21T12:04:12.541Z]     --- PASS: TestPluginInstall/with_insecure (1.02s)
12:04:12 [2022-06-21T12:04:12.541Z] === RUN   TestPluginsWithRuntimes
12:04:12 [2022-06-21T12:04:12.851Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
12:04:12 [2022-06-21T12:04:12.851Z] --- PASS: TestResizeWhenContainerNotStarted (0.59s)
12:04:12 [2022-06-21T12:04:12.851Z] === RUN   TestDaemonRestartKillContainers
12:04:12 [2022-06-21T12:04:12.851Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
12:04:12 [2022-06-21T12:04:12.851Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
12:04:12 [2022-06-21T12:04:12.851Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
12:04:12 [2022-06-21T12:04:12.851Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
12:04:12 [2022-06-21T12:04:12.852Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
12:04:14 [2022-06-21T12:04:14.408Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
12:04:14 [2022-06-21T12:04:14.429Z] === RUN   TestPluginsWithRuntimes/No_Args
12:04:14 [2022-06-21T12:04:14.669Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
12:04:14 [2022-06-21T12:04:14.930Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
12:04:14 [2022-06-21T12:04:14.990Z] === RUN   TestPluginsWithRuntimes/With_Args
12:04:15 [2022-06-21T12:04:15.872Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
12:04:15 [2022-06-21T12:04:15.917Z] --- PASS: TestPluginsWithRuntimes (3.38s)
12:04:15 [2022-06-21T12:04:15.917Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.86s)
12:04:15 [2022-06-21T12:04:15.917Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.87s)
12:04:15 [2022-06-21T12:04:15.917Z] === RUN   TestPluginBackCompatMediaTypes
12:04:16 [2022-06-21T12:04:16.480Z] --- PASS: TestPluginBackCompatMediaTypes (0.64s)
12:04:16 [2022-06-21T12:04:16.480Z] PASS
12:04:16 [2022-06-21T12:04:16.480Z] 
12:04:16 [2022-06-21T12:04:16.480Z] DONE 24 tests in 6.664s
12:04:16 [2022-06-21T12:04:16.480Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
12:04:16 [2022-06-21T12:04:16.480Z] ++ 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
12:04:16 [2022-06-21T12:04:16.480Z] ++ set -e
12:04:16 [2022-06-21T12:04:16.480Z] ++ '[' -n 0 ']'
12:04:16 [2022-06-21T12:04:16.480Z] ++ set -x
12:04:16 [2022-06-21T12:04:16.480Z] ++ 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
12:04:16 [2022-06-21T12:04:16.736Z] INFO: Testing against a local daemon
12:04:16 [2022-06-21T12:04:16.736Z] === RUN   TestExternalGraphDriver
12:04:16 [2022-06-21T12:04:16.736Z] === RUN   TestExternalGraphDriver/json
12:04:16 [2022-06-21T12:04:16.841Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
12:04:16 [2022-06-21T12:04:16.841Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
12:04:17 [2022-06-21T12:04:17.104Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
12:04:18 [2022-06-21T12:04:18.493Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
12:04:18 [2022-06-21T12:04:18.493Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
12:04:18 [2022-06-21T12:04:18.493Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
12:04:18 [2022-06-21T12:04:18.625Z] === RUN   TestExternalGraphDriver/spec
12:04:19 [2022-06-21T12:04:19.991Z] === RUN   TestExternalGraphDriver/pull
12:04:21 [2022-06-21T12:04:21.356Z] --- PASS: TestExternalGraphDriver (4.78s)
12:04:21 [2022-06-21T12:04:21.356Z]     --- PASS: TestExternalGraphDriver/json (1.57s)
12:04:21 [2022-06-21T12:04:21.356Z]     --- PASS: TestExternalGraphDriver/spec (1.57s)
12:04:21 [2022-06-21T12:04:21.356Z]     --- PASS: TestExternalGraphDriver/pull (1.60s)
12:04:21 [2022-06-21T12:04:21.356Z] === RUN   TestGraphdriverPluginV2
12:04:21 [2022-06-21T12:04:21.356Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:04:21 [2022-06-21T12:04:21.356Z] --- SKIP: TestGraphdriverPluginV2 (0.02s)
12:04:21 [2022-06-21T12:04:21.356Z] PASS
12:04:21 [2022-06-21T12:04:21.356Z] 
12:04:21 [2022-06-21T12:04:21.356Z] === Skipped
12:04:21 [2022-06-21T12:04:21.356Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s)
12:04:21 [2022-06-21T12:04:21.356Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:04:21 [2022-06-21T12:04:21.356Z] 
12:04:21 [2022-06-21T12:04:21.356Z] DONE 5 tests, 1 skipped in 4.901s
12:04:21 [2022-06-21T12:04:21.356Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
12:04:21 [2022-06-21T12:04:21.356Z] ++ 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
12:04:21 [2022-06-21T12:04:21.356Z] ++ set -e
12:04:21 [2022-06-21T12:04:21.356Z] ++ '[' -n 0 ']'
12:04:21 [2022-06-21T12:04:21.356Z] ++ set -x
12:04:21 [2022-06-21T12:04:21.356Z] ++ 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
12:04:21 [2022-06-21T12:04:21.612Z] INFO: Testing against a local daemon
12:04:21 [2022-06-21T12:04:21.612Z] === RUN   TestContinueAfterPluginCrash
12:04:21 [2022-06-21T12:04:21.612Z] === PAUSE TestContinueAfterPluginCrash
12:04:21 [2022-06-21T12:04:21.612Z] === RUN   TestReadPluginNoRead
12:04:21 [2022-06-21T12:04:21.612Z] === PAUSE TestReadPluginNoRead
12:04:21 [2022-06-21T12:04:21.612Z] === RUN   TestDaemonStartWithLogOpt
12:04:21 [2022-06-21T12:04:21.612Z] === PAUSE TestDaemonStartWithLogOpt
12:04:21 [2022-06-21T12:04:21.612Z] === CONT  TestContinueAfterPluginCrash
12:04:21 [2022-06-21T12:04:21.612Z] === CONT  TestDaemonStartWithLogOpt
12:04:21 [2022-06-21T12:04:21.795Z]     check_test.go:307: [da239dd79f2e6] daemon is not started
12:04:21 [2022-06-21T12:04:21.795Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
12:04:21 [2022-06-21T12:04:21.795Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
12:04:23 [2022-06-21T12:04:23.181Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
12:04:23 [2022-06-21T12:04:23.442Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
12:04:23 [2022-06-21T12:04:23.442Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
12:04:24 [2022-06-21T12:04:24.906Z] --- PASS: TestDaemonStartWithLogOpt (3.05s)
12:04:24 [2022-06-21T12:04:24.906Z] === CONT  TestReadPluginNoRead
12:04:25 [2022-06-21T12:04:25.867Z] --- PASS: TestServiceUpdateConfigs (14.48s)
12:04:25 [2022-06-21T12:04:25.867Z] === RUN   TestServiceUpdateNetwork
12:04:26 [2022-06-21T12:04:26.817Z] === RUN   TestReadPluginNoRead/default
12:04:28 [2022-06-21T12:04:28.184Z] === RUN   TestReadPluginNoRead/disabled_caching
12:04:29 [2022-06-21T12:04:29.111Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
12:04:29 [2022-06-21T12:04:29.673Z] --- PASS: TestContinueAfterPluginCrash (8.00s)
12:04:30 [2022-06-21T12:04:30.032Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
12:04:30 [2022-06-21T12:04:30.032Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
12:04:30 [2022-06-21T12:04:30.235Z] === CONT  TestReadPluginNoRead
12:04:30 [2022-06-21T12:04:30.235Z]     read_test.go:92: [d7fa4e2fa1746] daemon is not started
12:04:30 [2022-06-21T12:04:30.235Z] --- PASS: TestReadPluginNoRead (5.59s)
12:04:30 [2022-06-21T12:04:30.235Z]     --- PASS: TestReadPluginNoRead/default (1.19s)
12:04:30 [2022-06-21T12:04:30.235Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.12s)
12:04:30 [2022-06-21T12:04:30.235Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.13s)
12:04:30 [2022-06-21T12:04:30.235Z] PASS
12:04:30 [2022-06-21T12:04:30.235Z] 
12:04:30 [2022-06-21T12:04:30.235Z] DONE 6 tests in 8.739s
12:04:30 [2022-06-21T12:04:30.235Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
12:04:30 [2022-06-21T12:04:30.235Z] ++ 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
12:04:30 [2022-06-21T12:04:30.235Z] ++ set -e
12:04:30 [2022-06-21T12:04:30.235Z] ++ '[' -n 0 ']'
12:04:30 [2022-06-21T12:04:30.235Z] ++ set -x
12:04:30 [2022-06-21T12:04:30.235Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-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
12:04:30 [2022-06-21T12:04:30.235Z] testing: warning: no tests to run
12:04:30 [2022-06-21T12:04:30.235Z] PASS
12:04:30 [2022-06-21T12:04:30.235Z] 
12:04:30 [2022-06-21T12:04:30.235Z] DONE 0 tests in 0.034s
12:04:30 [2022-06-21T12:04:30.235Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
12:04:30 [2022-06-21T12:04:30.235Z] ++ 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
12:04:30 [2022-06-21T12:04:30.235Z] ++ set -e
12:04:30 [2022-06-21T12:04:30.235Z] ++ '[' -n 0 ']'
12:04:30 [2022-06-21T12:04:30.235Z] ++ set -x
12:04:30 [2022-06-21T12:04:30.235Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-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
12:04:30 [2022-06-21T12:04:30.235Z] INFO: Testing against a local daemon
12:04:30 [2022-06-21T12:04:30.235Z] === RUN   TestPluginWithDevMounts
12:04:30 [2022-06-21T12:04:30.235Z] === PAUSE TestPluginWithDevMounts
12:04:30 [2022-06-21T12:04:30.235Z] === CONT  TestPluginWithDevMounts
12:04:32 [2022-06-21T12:04:32.123Z] --- PASS: TestPluginWithDevMounts (1.51s)
12:04:32 [2022-06-21T12:04:32.123Z] PASS
12:04:32 [2022-06-21T12:04:32.123Z] 
12:04:32 [2022-06-21T12:04:32.123Z] DONE 1 tests in 1.610s
12:04:32 [2022-06-21T12:04:32.123Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
12:04:32 [2022-06-21T12:04:32.123Z] ++ 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
12:04:32 [2022-06-21T12:04:32.123Z] ++ set -e
12:04:32 [2022-06-21T12:04:32.123Z] ++ '[' -n 0 ']'
12:04:32 [2022-06-21T12:04:32.123Z] ++ set -x
12:04:32 [2022-06-21T12:04:32.123Z] ++ 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
12:04:32 [2022-06-21T12:04:32.123Z] INFO: Testing against a local daemon
12:04:32 [2022-06-21T12:04:32.123Z] === RUN   TestSecretInspect
12:04:32 [2022-06-21T12:04:32.577Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
12:04:32 [2022-06-21T12:04:32.577Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
12:04:34 [2022-06-21T12:04:34.012Z] --- PASS: TestSecretInspect (2.17s)
12:04:34 [2022-06-21T12:04:34.012Z] === RUN   TestSecretList
12:04:34 [2022-06-21T12:04:34.495Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
12:04:35 [2022-06-21T12:04:35.578Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
12:04:36 [2022-06-21T12:04:36.528Z] --- PASS: TestSecretList (2.18s)
12:04:36 [2022-06-21T12:04:36.528Z] === RUN   TestSecretsCreateAndDelete
12:04:37 [2022-06-21T12:04:37.044Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
12:04:37 [2022-06-21T12:04:37.305Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
12:04:38 [2022-06-21T12:04:38.073Z] --- PASS: TestServiceUpdateNetwork (12.08s)
12:04:38 [2022-06-21T12:04:38.073Z] === RUN   TestServiceUpdatePidsLimit
12:04:38 [2022-06-21T12:04:38.333Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
12:04:38 [2022-06-21T12:04:38.417Z] --- PASS: TestSecretsCreateAndDelete (2.15s)
12:04:38 [2022-06-21T12:04:38.417Z] === RUN   TestSecretsUpdate
12:04:38 [2022-06-21T12:04:38.692Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
12:04:38 [2022-06-21T12:04:38.692Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
12:04:39 [2022-06-21T12:04:39.269Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
12:04:40 [2022-06-21T12:04:40.080Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.49s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.09s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.56s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.25s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.79s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.81s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.80s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.98s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.53s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (6.72s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.66s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.50s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.58s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.65s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.92s)
12:04:40 [2022-06-21T12:04:40.080Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.87s)
12:04:40 [2022-06-21T12:04:40.080Z] === RUN   TestCgroupNamespacesRun
12:04:40 [2022-06-21T12:04:40.652Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
12:04:40 [2022-06-21T12:04:40.931Z] --- PASS: TestSecretsUpdate (2.14s)
12:04:40 [2022-06-21T12:04:40.931Z] === RUN   TestTemplatedSecret
12:04:41 [2022-06-21T12:04:41.594Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
12:04:41 [2022-06-21T12:04:41.855Z] --- PASS: TestCgroupNamespacesRun (1.67s)
12:04:41 [2022-06-21T12:04:41.855Z] === RUN   TestCgroupNamespacesRunPrivileged
12:04:41 [2022-06-21T12:04:41.855Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
12:04:41 [2022-06-21T12:04:41.855Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
12:04:42 [2022-06-21T12:04:42.819Z] --- PASS: TestTemplatedSecret (2.04s)
12:04:42 [2022-06-21T12:04:42.819Z] === RUN   TestSecretCreateResolve
12:04:43 [2022-06-21T12:04:43.771Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s)
12:04:43 [2022-06-21T12:04:43.771Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
12:04:43 [2022-06-21T12:04:43.771Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
12:04:44 [2022-06-21T12:04:44.710Z] --- PASS: TestSecretCreateResolve (2.18s)
12:04:44 [2022-06-21T12:04:44.710Z] PASS
12:04:44 [2022-06-21T12:04:44.710Z] 
12:04:44 [2022-06-21T12:04:44.710Z] DONE 6 tests in 12.944s
12:04:44 [2022-06-21T12:04:44.710Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
12:04:44 [2022-06-21T12:04:44.710Z] ++ 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
12:04:44 [2022-06-21T12:04:44.710Z] ++ set -e
12:04:44 [2022-06-21T12:04:44.710Z] ++ '[' -n 0 ']'
12:04:44 [2022-06-21T12:04:44.710Z] ++ set -x
12:04:44 [2022-06-21T12:04:44.710Z] ++ 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
12:04:44 [2022-06-21T12:04:44.966Z] INFO: Testing against a local daemon
12:04:44 [2022-06-21T12:04:44.966Z] === RUN   TestServiceCreateInit
12:04:44 [2022-06-21T12:04:44.966Z] === RUN   TestServiceCreateInit/daemonInitDisabled
12:04:45 [2022-06-21T12:04:45.156Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.73s)
12:04:45 [2022-06-21T12:04:45.157Z] === RUN   TestCgroupNamespacesRunHostMode
12:04:46 [2022-06-21T12:04:46.101Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
12:04:46 [2022-06-21T12:04:46.672Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
12:04:46 [2022-06-21T12:04:46.933Z] --- PASS: TestCgroupNamespacesRunHostMode (1.69s)
12:04:46 [2022-06-21T12:04:46.933Z] === RUN   TestCgroupNamespacesRunPrivateMode
12:04:47 [2022-06-21T12:04:47.384Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
12:04:48 [2022-06-21T12:04:48.849Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s)
12:04:48 [2022-06-21T12:04:48.849Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
12:04:49 [2022-06-21T12:04:49.132Z] === RUN   TestServiceCreateInit/daemonInitEnabled
12:04:49 [2022-06-21T12:04:49.792Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
12:04:50 [2022-06-21T12:04:50.365Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.74s)
12:04:50 [2022-06-21T12:04:50.365Z] === RUN   TestCgroupNamespacesRunInvalidMode
12:04:51 [2022-06-21T12:04:51.308Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
12:04:51 [2022-06-21T12:04:51.308Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s)
12:04:51 [2022-06-21T12:04:51.308Z] === RUN   TestCgroupNamespacesRunOlderClient
12:04:51 [2022-06-21T12:04:51.649Z] --- PASS: TestServiceCreateInit (6.74s)
12:04:51 [2022-06-21T12:04:51.649Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.66s)
12:04:51 [2022-06-21T12:04:51.649Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.07s)
12:04:51 [2022-06-21T12:04:51.649Z] === RUN   TestCreateServiceMultipleTimes
12:04:52 [2022-06-21T12:04:52.251Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
12:04:53 [2022-06-21T12:04:53.194Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.73s)
12:04:53 [2022-06-21T12:04:53.194Z] === RUN   TestNISDomainname
12:04:53 [2022-06-21T12:04:53.643Z] tests/integration/api_volume_test.py .........                           [ 74%]
12:04:53 [2022-06-21T12:04:53.644Z] tests/integration/client_test.py .....                                   [ 75%]
12:04:53 [2022-06-21T12:04:53.644Z] tests/integration/context_api_test.py ...                                [ 76%]
12:04:53 [2022-06-21T12:04:53.644Z] tests/integration/errors_test.py .                                       [ 76%]
12:04:53 [2022-06-21T12:04:53.766Z] === RUN   TestDockerSuite/TestBuildCacheAdd
12:04:53 [2022-06-21T12:04:53.947Z] --- PASS: TestServiceUpdatePidsLimit (16.31s)
12:04:53 [2022-06-21T12:04:53.947Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
12:04:53 [2022-06-21T12:04:53.947Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
12:04:53 [2022-06-21T12:04:53.947Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
12:04:53 [2022-06-21T12:04:53.947Z] PASS
12:04:53 [2022-06-21T12:04:53.947Z] 
12:04:53 [2022-06-21T12:04:53.947Z] === Skipped
12:04:53 [2022-06-21T12:04:53.947Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
12:04:53 [2022-06-21T12:04:53.947Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
12:04:53 [2022-06-21T12:04:53.947Z] 
12:04:53 [2022-06-21T12:04:53.947Z] DONE 27 tests, 1 skipped in 164.998s
12:04:53 [2022-06-21T12:04:53.947Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
12:04:53 [2022-06-21T12:04:53.947Z] INFO: Testing against a local daemon
12:04:53 [2022-06-21T12:04:53.947Z] === RUN   TestSessionCreate
12:04:53 [2022-06-21T12:04:53.947Z] --- PASS: TestSessionCreate (0.02s)
12:04:53 [2022-06-21T12:04:53.947Z] === RUN   TestSessionCreateWithBadUpgrade
12:04:53 [2022-06-21T12:04:53.947Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
12:04:53 [2022-06-21T12:04:53.947Z] PASS
12:04:53 [2022-06-21T12:04:53.947Z] 
12:04:53 [2022-06-21T12:04:53.947Z] DONE 2 tests in 0.057s
12:04:53 [2022-06-21T12:04:53.947Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
12:04:53 [2022-06-21T12:04:53.947Z] INFO: Testing against a local daemon
12:04:53 [2022-06-21T12:04:53.947Z] === RUN   TestCgroupDriverSystemdMemoryLimit
12:04:53 [2022-06-21T12:04:53.947Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
12:04:53 [2022-06-21T12:04:53.947Z] === RUN   TestDiskUsage
12:04:53 [2022-06-21T12:04:53.947Z] === PAUSE TestDiskUsage
12:04:53 [2022-06-21T12:04:53.947Z] === RUN   TestEventsExecDie
12:04:54 [2022-06-21T12:04:54.027Z] --- PASS: TestNISDomainname (0.96s)
12:04:54 [2022-06-21T12:04:54.027Z] === RUN   TestHostnameDnsResolution
12:04:54 [2022-06-21T12:04:54.206Z] --- PASS: TestEventsExecDie (0.57s)
12:04:54 [2022-06-21T12:04:54.206Z] === RUN   TestEventsBackwardsCompatible
12:04:54 [2022-06-21T12:04:54.206Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
12:04:54 [2022-06-21T12:04:54.206Z] === RUN   TestEventsVolumeCreate
12:04:54 [2022-06-21T12:04:54.206Z] --- PASS: TestEventsVolumeCreate (0.07s)
12:04:54 [2022-06-21T12:04:54.206Z] === RUN   TestInfoBinaryCommits
12:04:54 [2022-06-21T12:04:54.206Z] --- PASS: TestInfoBinaryCommits (0.02s)
12:04:54 [2022-06-21T12:04:54.206Z] === RUN   TestInfoAPIVersioned
12:04:54 [2022-06-21T12:04:54.206Z] --- PASS: TestInfoAPIVersioned (0.01s)
12:04:54 [2022-06-21T12:04:54.206Z] === RUN   TestInfoAPI
12:04:54 [2022-06-21T12:04:54.206Z] --- PASS: TestInfoAPI (0.02s)
12:04:54 [2022-06-21T12:04:54.206Z] === RUN   TestInfoAPIWarnings
12:04:54 [2022-06-21T12:04:54.599Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
12:04:54 [2022-06-21T12:04:54.599Z]     check_test.go:307: [d5eeee42a864a] daemon is not started
12:04:54 [2022-06-21T12:04:54.599Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
12:04:55 [2022-06-21T12:04:55.170Z] --- PASS: TestHostnameDnsResolution (1.19s)
12:04:55 [2022-06-21T12:04:55.170Z] === RUN   TestUnprivilegedPortsAndPing
12:04:55 [2022-06-21T12:04:55.170Z] === RUN   TestDockerSuite/TestBuildCacheFrom
12:04:56 [2022-06-21T12:04:56.114Z] --- PASS: TestUnprivilegedPortsAndPing (0.93s)
12:04:56 [2022-06-21T12:04:56.114Z] === RUN   TestPrivilegedHostDevices
12:04:56 [2022-06-21T12:04:56.375Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
12:04:56 [2022-06-21T12:04:56.948Z] --- PASS: TestPrivilegedHostDevices (0.83s)
12:04:56 [2022-06-21T12:04:56.948Z] === RUN   TestConsoleSize
12:04:57 [2022-06-21T12:04:57.893Z] --- PASS: TestConsoleSize (0.72s)
12:04:57 [2022-06-21T12:04:57.893Z] === RUN   TestStats
12:04:58 [2022-06-21T12:04:58.464Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
12:05:00 [2022-06-21T12:05:00.379Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
12:05:00 [2022-06-21T12:05:00.379Z] --- PASS: TestStats (2.81s)
12:05:00 [2022-06-21T12:05:00.379Z] === RUN   TestStopContainerWithTimeout
12:05:00 [2022-06-21T12:05:00.379Z] === RUN   TestStopContainerWithTimeout/0
12:05:00 [2022-06-21T12:05:00.379Z] === PAUSE TestStopContainerWithTimeout/0
12:05:00 [2022-06-21T12:05:00.379Z] === RUN   TestStopContainerWithTimeout/1
12:05:00 [2022-06-21T12:05:00.379Z] === PAUSE TestStopContainerWithTimeout/1
12:05:00 [2022-06-21T12:05:00.379Z] === RUN   TestStopContainerWithTimeout/3
12:05:00 [2022-06-21T12:05:00.379Z] === PAUSE TestStopContainerWithTimeout/3
12:05:00 [2022-06-21T12:05:00.379Z] === RUN   TestStopContainerWithTimeout/-1
12:05:00 [2022-06-21T12:05:00.379Z] === PAUSE TestStopContainerWithTimeout/-1
12:05:00 [2022-06-21T12:05:00.379Z] === CONT  TestStopContainerWithTimeout/0
12:05:00 [2022-06-21T12:05:00.379Z] === CONT  TestStopContainerWithTimeout/-1
12:05:01 [2022-06-21T12:05:01.764Z] === CONT  TestStopContainerWithTimeout/3
12:05:01 [2022-06-21T12:05:01.764Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
12:05:02 [2022-06-21T12:05:02.709Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
12:05:03 [2022-06-21T12:05:03.284Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
12:05:03 [2022-06-21T12:05:03.546Z] === CONT  TestStopContainerWithTimeout/1
12:05:05 [2022-06-21T12:05:05.463Z] --- PASS: TestStopContainerWithTimeout (0.03s)
12:05:05 [2022-06-21T12:05:05.463Z]     --- PASS: TestStopContainerWithTimeout/0 (1.17s)
12:05:05 [2022-06-21T12:05:05.463Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.00s)
12:05:05 [2022-06-21T12:05:05.463Z]     --- PASS: TestStopContainerWithTimeout/3 (2.84s)
12:05:05 [2022-06-21T12:05:05.463Z]     --- PASS: TestStopContainerWithTimeout/1 (1.89s)
12:05:05 [2022-06-21T12:05:05.463Z] === RUN   TestDeleteDevicemapper
12:05:05 [2022-06-21T12:05:05.463Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
12:05:05 [2022-06-21T12:05:05.463Z] --- SKIP: TestDeleteDevicemapper (0.00s)
12:05:05 [2022-06-21T12:05:05.463Z] === RUN   TestStopContainerWithRestartPolicyAlways
12:05:07 [2022-06-21T12:05:07.391Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
12:05:08 [2022-06-21T12:05:08.350Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.02s)
12:05:08 [2022-06-21T12:05:08.350Z] === RUN   TestUpdateMemory
12:05:08 [2022-06-21T12:05:08.350Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
12:05:08 [2022-06-21T12:05:08.350Z] --- SKIP: TestUpdateMemory (0.00s)
12:05:08 [2022-06-21T12:05:08.350Z] === RUN   TestUpdateCPUQuota
12:05:09 [2022-06-21T12:05:09.291Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
12:05:09 [2022-06-21T12:05:09.692Z] --- PASS: TestCreateServiceMultipleTimes (14.98s)
12:05:09 [2022-06-21T12:05:09.692Z] === RUN   TestCreateServiceConflict
12:05:09 [2022-06-21T12:05:09.692Z] --- PASS: TestCreateServiceConflict (2.15s)
12:05:09 [2022-06-21T12:05:09.692Z] === RUN   TestCreateServiceMaxReplicas
12:05:09 [2022-06-21T12:05:09.861Z] --- PASS: TestUpdateCPUQuota (1.50s)
12:05:09 [2022-06-21T12:05:09.861Z] === RUN   TestUpdatePidsLimit
12:05:09 [2022-06-21T12:05:09.861Z] === RUN   TestUpdatePidsLimit/update_from_none
12:05:10 [2022-06-21T12:05:10.432Z] === RUN   TestUpdatePidsLimit/no_change
12:05:10 [2022-06-21T12:05:10.432Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
12:05:10 [2022-06-21T12:05:10.692Z] === RUN   TestUpdatePidsLimit/update_lower
12:05:10 [2022-06-21T12:05:10.954Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
12:05:11 [2022-06-21T12:05:11.057Z] --- PASS: TestCreateServiceMaxReplicas (2.27s)
12:05:11 [2022-06-21T12:05:11.057Z] === RUN   TestCreateWithDuplicateNetworkNames
12:05:11 [2022-06-21T12:05:11.526Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
12:05:11 [2022-06-21T12:05:11.526Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
12:05:11 [2022-06-21T12:05:11.787Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
12:05:12 [2022-06-21T12:05:12.048Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
12:05:12 [2022-06-21T12:05:12.048Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
12:05:12 [2022-06-21T12:05:12.288Z] --- PASS: TestInfoAPIWarnings (16.54s)
12:05:12 [2022-06-21T12:05:12.288Z] === RUN   TestInfoDebug
12:05:12 [2022-06-21T12:05:12.288Z] --- PASS: TestInfoDebug (0.52s)
12:05:12 [2022-06-21T12:05:12.288Z] === RUN   TestInfoInsecureRegistries
12:05:12 [2022-06-21T12:05:12.288Z] --- PASS: TestInfoInsecureRegistries (0.52s)
12:05:12 [2022-06-21T12:05:12.288Z] === RUN   TestInfoRegistryMirrors
12:05:12 [2022-06-21T12:05:12.288Z] --- PASS: TestInfoRegistryMirrors (0.52s)
12:05:12 [2022-06-21T12:05:12.288Z] === RUN   TestLoginFailsWithBadCredentials
12:05:12 [2022-06-21T12:05:12.309Z] === RUN   TestDockerSuite/TestBuildClearCmd
12:05:12 [2022-06-21T12:05:12.547Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s)
12:05:12 [2022-06-21T12:05:12.548Z] === RUN   TestPingCacheHeaders
12:05:12 [2022-06-21T12:05:12.548Z] --- PASS: TestPingCacheHeaders (0.02s)
12:05:12 [2022-06-21T12:05:12.548Z] === RUN   TestPingGet
12:05:12 [2022-06-21T12:05:12.548Z] --- PASS: TestPingGet (0.01s)
12:05:12 [2022-06-21T12:05:12.548Z] === RUN   TestPingHead
12:05:12 [2022-06-21T12:05:12.548Z] --- PASS: TestPingHead (0.02s)
12:05:12 [2022-06-21T12:05:12.548Z] === RUN   TestPingSwarmHeader
12:05:12 [2022-06-21T12:05:12.788Z] tests/integration/models_containers_test.py ............................ [ 83%]
12:05:12 [2022-06-21T12:05:12.881Z] === RUN   TestDockerSuite/TestBuildCmd
12:05:13 [2022-06-21T12:05:13.114Z] === RUN   TestPingSwarmHeader/before_swarm_init
12:05:13 [2022-06-21T12:05:13.451Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
12:05:13 [2022-06-21T12:05:13.451Z] --- PASS: TestUpdatePidsLimit (3.48s)
12:05:13 [2022-06-21T12:05:13.451Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.37s)
12:05:13 [2022-06-21T12:05:13.451Z]     --- PASS: TestUpdatePidsLimit/no_change (0.35s)
12:05:13 [2022-06-21T12:05:13.451Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.34s)
12:05:13 [2022-06-21T12:05:13.451Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s)
12:05:13 [2022-06-21T12:05:13.451Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s)
12:05:13 [2022-06-21T12:05:13.451Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.35s)
12:05:13 [2022-06-21T12:05:13.451Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s)
12:05:13 [2022-06-21T12:05:13.451Z] === RUN   TestUpdateRestartPolicy
12:05:13 [2022-06-21T12:05:13.681Z] === RUN   TestPingSwarmHeader/after_swarm_init
12:05:13 [2022-06-21T12:05:13.713Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
12:05:13 [2022-06-21T12:05:13.973Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
12:05:13 [2022-06-21T12:05:13.973Z]     docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows
12:05:13 [2022-06-21T12:05:13.973Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
12:05:14 [2022-06-21T12:05:14.544Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
12:05:14 [2022-06-21T12:05:14.618Z] === RUN   TestPingSwarmHeader/after_swarm_leave
12:05:14 [2022-06-21T12:05:14.618Z] --- PASS: TestPingSwarmHeader (2.06s)
12:05:14 [2022-06-21T12:05:14.618Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
12:05:14 [2022-06-21T12:05:14.618Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
12:05:14 [2022-06-21T12:05:14.618Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
12:05:14 [2022-06-21T12:05:14.618Z] === RUN   TestVersion
12:05:14 [2022-06-21T12:05:14.618Z] --- PASS: TestVersion (0.02s)
12:05:14 [2022-06-21T12:05:14.618Z] === CONT  TestCgroupDriverSystemdMemoryLimit
12:05:14 [2022-06-21T12:05:14.618Z] === CONT  TestDiskUsage
12:05:15 [2022-06-21T12:05:15.117Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
12:05:15 [2022-06-21T12:05:15.186Z] === RUN   TestDiskUsage/empty
12:05:15 [2022-06-21T12:05:15.186Z] === RUN   TestDiskUsage/empty/container_types
12:05:15 [2022-06-21T12:05:15.186Z] === RUN   TestDiskUsage/empty/image_types
12:05:15 [2022-06-21T12:05:15.186Z] === RUN   TestDiskUsage/empty/volume_types
12:05:15 [2022-06-21T12:05:15.186Z] === RUN   TestDiskUsage/empty/build-cache_types
12:05:15 [2022-06-21T12:05:15.186Z] === RUN   TestDiskUsage/empty/container,_volume_types
12:05:15 [2022-06-21T12:05:15.186Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
12:05:15 [2022-06-21T12:05:15.186Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
12:05:15 [2022-06-21T12:05:15.186Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
12:05:15 [2022-06-21T12:05:15.186Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
12:05:15 [2022-06-21T12:05:15.186Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
12:05:15 [2022-06-21T12:05:15.186Z] === RUN   TestDiskUsage/after_LoadBusybox
12:05:15 [2022-06-21T12:05:15.445Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
12:05:15 [2022-06-21T12:05:15.445Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
12:05:15 [2022-06-21T12:05:15.445Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
12:05:15 [2022-06-21T12:05:15.445Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
12:05:15 [2022-06-21T12:05:15.445Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
12:05:15 [2022-06-21T12:05:15.445Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
12:05:15 [2022-06-21T12:05:15.445Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
12:05:15 [2022-06-21T12:05:15.445Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
12:05:15 [2022-06-21T12:05:15.445Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
12:05:15 [2022-06-21T12:05:15.445Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
12:05:15 [2022-06-21T12:05:15.445Z] === RUN   TestDiskUsage/after_container.Run
12:05:16 [2022-06-21T12:05:16.013Z] === RUN   TestDiskUsage/after_container.Run/container_types
12:05:16 [2022-06-21T12:05:16.013Z] === RUN   TestDiskUsage/after_container.Run/image_types
12:05:16 [2022-06-21T12:05:16.013Z] === RUN   TestDiskUsage/after_container.Run/volume_types
12:05:16 [2022-06-21T12:05:16.013Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
12:05:16 [2022-06-21T12:05:16.013Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
12:05:16 [2022-06-21T12:05:16.013Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
12:05:16 [2022-06-21T12:05:16.013Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
12:05:16 [2022-06-21T12:05:16.013Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
12:05:16 [2022-06-21T12:05:16.013Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
12:05:16 [2022-06-21T12:05:16.013Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
12:05:16 [2022-06-21T12:05:16.013Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.50s)
12:05:16 [2022-06-21T12:05:16.272Z] --- PASS: TestDiskUsage (1.56s)
12:05:16 [2022-06-21T12:05:16.272Z]     --- PASS: TestDiskUsage/empty (0.01s)
12:05:16 [2022-06-21T12:05:16.272Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
12:05:16 [2022-06-21T12:05:16.272Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
12:05:16 [2022-06-21T12:05:16.272Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
12:05:16 [2022-06-21T12:05:16.272Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.272Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
12:05:16 [2022-06-21T12:05:16.272Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.272Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.272Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.272Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.34s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]     --- PASS: TestDiskUsage/after_container.Run (0.49s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z] PASS
12:05:16 [2022-06-21T12:05:16.273Z] 
12:05:16 [2022-06-21T12:05:16.273Z] DONE 54 tests in 22.646s
12:05:16 [2022-06-21T12:05:16.273Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
12:05:16 [2022-06-21T12:05:16.273Z] INFO: Testing against a local daemon
12:05:16 [2022-06-21T12:05:16.273Z] === RUN   TestVolumesCreateAndList
12:05:16 [2022-06-21T12:05:16.273Z] --- PASS: TestVolumesCreateAndList (0.02s)
12:05:16 [2022-06-21T12:05:16.273Z] === RUN   TestVolumesRemove
12:05:16 [2022-06-21T12:05:16.273Z] --- PASS: TestVolumesRemove (0.10s)
12:05:16 [2022-06-21T12:05:16.273Z] === RUN   TestVolumesInspect
12:05:16 [2022-06-21T12:05:16.273Z] --- PASS: TestVolumesInspect (0.02s)
12:05:16 [2022-06-21T12:05:16.273Z] === RUN   TestVolumesInvalidJSON
12:05:16 [2022-06-21T12:05:16.273Z] === RUN   TestVolumesInvalidJSON/volumes/create
12:05:16 [2022-06-21T12:05:16.273Z] === PAUSE TestVolumesInvalidJSON/volumes/create
12:05:16 [2022-06-21T12:05:16.273Z] === CONT  TestVolumesInvalidJSON/volumes/create
12:05:16 [2022-06-21T12:05:16.273Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
12:05:16 [2022-06-21T12:05:16.273Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
12:05:16 [2022-06-21T12:05:16.273Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
12:05:16 [2022-06-21T12:05:16.273Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
12:05:16 [2022-06-21T12:05:16.273Z] --- PASS: TestVolumesInvalidJSON (0.01s)
12:05:16 [2022-06-21T12:05:16.273Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
12:05:16 [2022-06-21T12:05:16.273Z] PASS
12:05:16 [2022-06-21T12:05:16.273Z] 
12:05:16 [2022-06-21T12:05:16.273Z] DONE 9 tests in 0.173s
12:05:16 [2022-06-21T12:05:16.273Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
12:05:16 [2022-06-21T12:05:16.840Z] Stopping apparmor (via systemctl): apparmor.service.
12:05:16 [2022-06-21T12:05:16.841Z] Removing test suite binaries
12:05:16 [2022-06-21T12:05:16.841Z] exiting test-integration
12:05:16 [2022-06-21T12:05:16.841Z] ++ exit 0
12:05:16 [2022-06-21T12:05:16.841Z] 
12:05:17 [2022-06-21T12:05:17.031Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
12:05:17 [2022-06-21T12:05:17.031Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
12:05:17 [2022-06-21T12:05:17.031Z]     check_test.go:307: [debf2627eea56] daemon is not started
12:05:17 [2022-06-21T12:05:17.031Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
12:05:17 [2022-06-21T12:05:17.031Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
12:05:17 [2022-06-21T12:05:17.031Z]     check_test.go:307: [d93e039fbaadf] daemon is not started
12:05:17 [2022-06-21T12:05:17.031Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
Post stage
[Pipeline] junit
12:05:18 [2022-06-21T12:05:18.801Z] Recording test results
12:05:19 [2022-06-21T12:05:19.579Z] === RUN   TestDockerSuite/TestBuildConditionalCache
12:05:19 [2022-06-21T12:05:19.840Z]     check_test.go:307: [db2cf83a1773d] daemon is not started
12:05:19 [2022-06-21T12:05:19.840Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
12:05:20 [2022-06-21T12:05:20.102Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
12:05:20 [2022-06-21T12:05:20.388Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
12:05:20 [2022-06-21T12:05:20.723Z] + echo Ensuring container killed.
12:05:20 [2022-06-21T12:05:20.723Z] Ensuring container killed.
12:05:20 [2022-06-21T12:05:20.723Z] + docker rm -vf docker-pr1
12:05:20 [2022-06-21T12:05:20.723Z] Error: No such container: docker-pr1
[Pipeline] sh
12:05:21 [2022-06-21T12:05:21.008Z] + echo Chowning /workspace to jenkins user
12:05:21 [2022-06-21T12:05:21.009Z] Chowning /workspace to jenkins user
12:05:21 [2022-06-21T12:05:21.009Z] + id -u
12:05:21 [2022-06-21T12:05:21.009Z] + id -g
12:05:21 [2022-06-21T12:05:21.009Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43731:/workspace busybox chown -R 1000:1000 /workspace
12:05:21 [2022-06-21T12:05:21.009Z] Unable to find image 'busybox:latest' locally
12:05:21 [2022-06-21T12:05:21.044Z] === RUN   TestDockerSuite/TestBuildContextCleanup
12:05:21 [2022-06-21T12:05:21.268Z] latest: Pulling from library/busybox
12:05:21 [2022-06-21T12:05:21.268Z] 19d511225f94: Pulling fs layer
12:05:21 [2022-06-21T12:05:21.268Z] 19d511225f94: Download complete
12:05:21 [2022-06-21T12:05:21.305Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
12:05:21 [2022-06-21T12:05:21.532Z] 19d511225f94: Pull complete
12:05:21 [2022-06-21T12:05:21.532Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
12:05:21 [2022-06-21T12:05:21.532Z] Status: Downloaded newer image for busybox:latest
12:05:22 [2022-06-21T12:05:22.246Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
12:05:22 [2022-06-21T12:05:22.507Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
12:05:22 [2022-06-21T12:05:22.768Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
12:05:23 [2022-06-21T12:05:23.206Z] + bundleName=amd64-cgroup2
12:05:23 [2022-06-21T12:05:23.206Z] + echo Creating amd64-cgroup2-bundles.tar.gz
12:05:23 [2022-06-21T12:05:23.206Z] Creating amd64-cgroup2-bundles.tar.gz
12:05:23 [2022-06-21T12:05:23.206Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
12:05:23 [2022-06-21T12:05:23.206Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
12:05:23 [2022-06-21T12:05:23.477Z] Archiving artifacts
12:05:23 [2022-06-21T12:05:23.710Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
12:05:25 [2022-06-21T12:05:25.496Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43731/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
12:05:25 [2022-06-21T12:05:25.623Z] --- PASS: TestUpdateRestartPolicy (12.33s)
12:05:25 [2022-06-21T12:05:25.623Z] === RUN   TestUpdateRestartWithAutoRemove
12:05:25 [2022-06-21T12:05:25.802Z] + make clean
12:05:25 [2022-06-21T12:05:25.802Z] docker volume rm -f docker-dev-cache docker-mod-cache
12:05:25 [2022-06-21T12:05:25.802Z] docker-dev-cache
12:05:25 [2022-06-21T12:05:25.802Z] docker-mod-cache
[Pipeline] deleteDir
12:05:25 [2022-06-21T12:05:25.893Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.08s)
12:05:25 [2022-06-21T12:05:25.893Z] === RUN   TestCreateServiceSecretFileMode
12:05:26 [2022-06-21T12:05:26.564Z] --- PASS: TestUpdateRestartWithAutoRemove (0.75s)
12:05:26 [2022-06-21T12:05:26.564Z] === RUN   TestWaitNonBlocked
12:05:26 [2022-06-21T12:05:26.564Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
12:05:26 [2022-06-21T12:05:26.564Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
12:05:26 [2022-06-21T12:05:26.564Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
12:05:26 [2022-06-21T12:05:26.564Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
12:05:26 [2022-06-21T12:05:26.564Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
12:05:26 [2022-06-21T12:05:26.564Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
12:05:26 [2022-06-21T12:05:26.565Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
12:05:26 [2022-06-21T12:05:26.820Z] --- PASS: TestCreateServiceSecretFileMode (2.46s)
12:05:26 [2022-06-21T12:05:26.820Z] === RUN   TestCreateServiceConfigFileMode
12:05:27 [2022-06-21T12:05:27.950Z] --- PASS: TestWaitNonBlocked (0.02s)
12:05:27 [2022-06-21T12:05:27.950Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.24s)
12:05:27 [2022-06-21T12:05:27.950Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.26s)
12:05:27 [2022-06-21T12:05:27.950Z] === RUN   TestWaitBlocked
12:05:27 [2022-06-21T12:05:27.950Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
12:05:27 [2022-06-21T12:05:27.950Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
12:05:27 [2022-06-21T12:05:27.950Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
12:05:27 [2022-06-21T12:05:27.950Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
12:05:27 [2022-06-21T12:05:27.950Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
12:05:27 [2022-06-21T12:05:27.950Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
12:05:29 [2022-06-21T12:05:29.335Z] --- PASS: TestWaitBlocked (0.03s)
12:05:29 [2022-06-21T12:05:29.335Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.23s)
12:05:29 [2022-06-21T12:05:29.335Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.32s)
12:05:29 [2022-06-21T12:05:29.335Z] === CONT  TestContainerStartOnDaemonRestart
12:05:29 [2022-06-21T12:05:29.335Z] === CONT  TestRestartDaemonWithRestartingContainer
12:05:29 [2022-06-21T12:05:29.336Z] --- PASS: TestCreateServiceConfigFileMode (2.50s)
12:05:29 [2022-06-21T12:05:29.336Z] === RUN   TestCreateServiceSysctls
12:05:29 [2022-06-21T12:05:29.368Z] .........                                                                [ 85%]
12:05:29 [2022-06-21T12:05:29.907Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
12:05:32 [2022-06-21T12:05:32.604Z] --- PASS: TestCreateServiceSysctls (2.98s)
12:05:32 [2022-06-21T12:05:32.604Z] === RUN   TestCreateServiceCapabilities
12:05:33 [2022-06-21T12:05:33.211Z] --- PASS: TestContainerStartOnDaemonRestart (3.59s)
12:05:33 [2022-06-21T12:05:33.211Z] === CONT  TestDaemonHostGatewayIP
12:05:33 [2022-06-21T12:05:33.211Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.71s)
12:05:33 [2022-06-21T12:05:33.211Z] === CONT  TestDaemonRestartIpcMode
12:05:33 [2022-06-21T12:05:33.211Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
12:05:33 [2022-06-21T12:05:33.473Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
12:05:34 [2022-06-21T12:05:34.416Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
12:05:34 [2022-06-21T12:05:34.496Z] --- PASS: TestCreateServiceCapabilities (2.36s)
12:05:34 [2022-06-21T12:05:34.496Z] === RUN   TestInspect
12:05:34 [2022-06-21T12:05:34.603Z] tests/integration/models_images_test.py ...............                  [ 89%]
12:05:34 [2022-06-21T12:05:34.987Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
12:05:36 [2022-06-21T12:05:36.053Z] tests/integration/models_networks_test.py ....                           [ 90%]
12:05:36 [2022-06-21T12:05:36.904Z] --- PASS: TestDaemonRestartIpcMode (4.17s)
12:05:36 [2022-06-21T12:05:36.904Z] === CONT  TestIpcModeOlderClient
12:05:37 [2022-06-21T12:05:37.011Z] --- PASS: TestInspect (2.15s)
12:05:37 [2022-06-21T12:05:37.011Z] === RUN   TestCreateJob
12:05:37 [2022-06-21T12:05:37.165Z] --- PASS: TestDaemonHostGatewayIP (4.35s)
12:05:37 [2022-06-21T12:05:37.165Z] === CONT  TestContainerKillOnDaemonStart
12:05:37 [2022-06-21T12:05:37.165Z] --- PASS: TestIpcModeOlderClient (0.16s)
12:05:37 [2022-06-21T12:05:37.165Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
12:05:38 [2022-06-21T12:05:38.111Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
12:05:39 [2022-06-21T12:05:39.525Z] --- PASS: TestCreateJob (2.89s)
12:05:39 [2022-06-21T12:05:39.525Z] === RUN   TestReplicatedJob
12:05:40 [2022-06-21T12:05:40.658Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
12:05:40 [2022-06-21T12:05:40.920Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
12:05:42 [2022-06-21T12:05:42.309Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
12:05:42 [2022-06-21T12:05:42.309Z]     docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows
12:05:42 [2022-06-21T12:05:42.309Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
12:05:42 [2022-06-21T12:05:42.309Z]     docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows
12:05:42 [2022-06-21T12:05:42.309Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
12:05:42 [2022-06-21T12:05:42.309Z]     docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows
12:05:42 [2022-06-21T12:05:42.309Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
12:05:42 [2022-06-21T12:05:42.309Z]     docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows
12:05:42 [2022-06-21T12:05:42.309Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
12:05:42 [2022-06-21T12:05:42.604Z] tests/integration/models_nodes_test.py .                                 [ 90%]
12:05:42 [2022-06-21T12:05:42.604Z] tests/integration/models_resources_test.py .                             [ 91%]
12:05:43 [2022-06-21T12:05:43.695Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
12:05:44 [2022-06-21T12:05:44.617Z] tests/integration/models_services_test.py ................X.             [ 95%]
12:05:44 [2022-06-21T12:05:44.821Z] --- PASS: TestReplicatedJob (4.54s)
12:05:44 [2022-06-21T12:05:44.821Z] === RUN   TestUpdateReplicatedJob
12:05:45 [2022-06-21T12:05:45.079Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
12:05:45 [2022-06-21T12:05:45.652Z]     check_test.go:307: [d398404590ad6] daemon is not started
12:05:45 [2022-06-21T12:05:45.652Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
12:05:47 [2022-06-21T12:05:47.340Z] --- PASS: TestUpdateReplicatedJob (2.89s)
12:05:47 [2022-06-21T12:05:47.340Z] === RUN   TestServiceListWithStatuses
12:05:47 [2022-06-21T12:05:47.340Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
12:05:47 [2022-06-21T12:05:47.340Z] --- SKIP: TestServiceListWithStatuses (0.00s)
12:05:47 [2022-06-21T12:05:47.340Z] === RUN   TestDockerNetworkConnectAlias
12:05:47 [2022-06-21T12:05:47.362Z] tests/integration/models_swarm_test.py ..                                [ 96%]
12:05:47 [2022-06-21T12:05:47.620Z] tests/integration/models_volumes_test.py ..                              [ 96%]
12:05:48 [2022-06-21T12:05:48.954Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
12:05:48 [2022-06-21T12:05:48.954Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
12:05:49 [2022-06-21T12:05:49.214Z] --- PASS: TestContainerKillOnDaemonStart (12.17s)
12:05:49 [2022-06-21T12:05:49.214Z] PASS
12:05:49 [2022-06-21T12:05:49.214Z] 
12:05:49 [2022-06-21T12:05:49.214Z] === Skipped
12:05:49 [2022-06-21T12:05:49.214Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
12:05:49 [2022-06-21T12:05:49.214Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
12:05:49 [2022-06-21T12:05:49.214Z] 
12:05:49 [2022-06-21T12:05:49.214Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
12:05:49 [2022-06-21T12:05:49.214Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
12:05:49 [2022-06-21T12:05:49.214Z] 
12:05:49 [2022-06-21T12:05:49.214Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
12:05:49 [2022-06-21T12:05:49.214Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
12:05:49 [2022-06-21T12:05:49.214Z] 
12:05:49 [2022-06-21T12:05:49.214Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
12:05:49 [2022-06-21T12:05:49.214Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
12:05:49 [2022-06-21T12:05:49.214Z] 
12:05:49 [2022-06-21T12:05:49.214Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
12:05:49 [2022-06-21T12:05:49.214Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
12:05:49 [2022-06-21T12:05:49.214Z] 
12:05:49 [2022-06-21T12:05:49.214Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
12:05:49 [2022-06-21T12:05:49.214Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
12:05:49 [2022-06-21T12:05:49.214Z] 
12:05:49 [2022-06-21T12:05:49.214Z] DONE 258 tests, 6 skipped in 175.569s
12:05:49 [2022-06-21T12:05:49.214Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
12:05:49 [2022-06-21T12:05:49.214Z] ++ 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
12:05:49 [2022-06-21T12:05:49.214Z] ++ set -e
12:05:49 [2022-06-21T12:05:49.214Z] ++ '[' -n 0 ']'
12:05:49 [2022-06-21T12:05:49.214Z] ++ set -x
12:05:49 [2022-06-21T12:05:49.214Z] ++ 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
12:05:49 [2022-06-21T12:05:49.474Z] === RUN   TestConfigDaemonLibtrustID
12:05:50 [2022-06-21T12:05:50.046Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
12:05:50 [2022-06-21T12:05:50.046Z] === RUN   TestConfigDaemonID
12:05:50 [2022-06-21T12:05:50.987Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
12:05:50 [2022-06-21T12:05:50.987Z]     daemon_test.go:83: [d3363ed3e83e8] daemon is not started
12:05:50 [2022-06-21T12:05:50.987Z] --- PASS: TestConfigDaemonID (1.09s)
12:05:50 [2022-06-21T12:05:50.987Z] === RUN   TestDaemonConfigValidation
12:05:50 [2022-06-21T12:05:50.987Z] === RUN   TestDaemonConfigValidation/config_with_no_content
12:05:50 [2022-06-21T12:05:50.987Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
12:05:50 [2022-06-21T12:05:50.987Z] === RUN   TestDaemonConfigValidation/config_with_{}
12:05:50 [2022-06-21T12:05:50.987Z] === PAUSE TestDaemonConfigValidation/config_with_{}
12:05:50 [2022-06-21T12:05:50.987Z] === RUN   TestDaemonConfigValidation/invalid_config
12:05:50 [2022-06-21T12:05:50.987Z] === PAUSE TestDaemonConfigValidation/invalid_config
12:05:50 [2022-06-21T12:05:50.987Z] === RUN   TestDaemonConfigValidation/malformed_config
12:05:50 [2022-06-21T12:05:50.987Z] === PAUSE TestDaemonConfigValidation/malformed_config
12:05:50 [2022-06-21T12:05:50.987Z] === RUN   TestDaemonConfigValidation/valid_config
12:05:50 [2022-06-21T12:05:50.987Z] === PAUSE TestDaemonConfigValidation/valid_config
12:05:50 [2022-06-21T12:05:50.987Z] === CONT  TestDaemonConfigValidation/config_with_no_content
12:05:50 [2022-06-21T12:05:50.987Z] === CONT  TestDaemonConfigValidation/malformed_config
12:05:51 [2022-06-21T12:05:51.248Z] === CONT  TestDaemonConfigValidation/valid_config
12:05:51 [2022-06-21T12:05:51.248Z] === CONT  TestDaemonConfigValidation/invalid_config
12:05:51 [2022-06-21T12:05:51.248Z] === CONT  TestDaemonConfigValidation/config_with_{}
12:05:51 [2022-06-21T12:05:51.506Z] --- PASS: TestDockerNetworkConnectAlias (3.92s)
12:05:51 [2022-06-21T12:05:51.506Z] === RUN   TestDockerNetworkReConnect
12:05:51 [2022-06-21T12:05:51.510Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
12:05:51 [2022-06-21T12:05:51.510Z] --- PASS: TestDaemonConfigValidation (0.00s)
12:05:51 [2022-06-21T12:05:51.510Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.17s)
12:05:51 [2022-06-21T12:05:51.510Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.19s)
12:05:51 [2022-06-21T12:05:51.510Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.14s)
12:05:51 [2022-06-21T12:05:51.510Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.17s)
12:05:51 [2022-06-21T12:05:51.510Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s)
12:05:51 [2022-06-21T12:05:51.510Z] === RUN   TestConfigDaemonSeccompProfiles
12:05:51 [2022-06-21T12:05:51.510Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
12:05:51 [2022-06-21T12:05:51.584Z] tests/integration/regression_test.py ......                              [ 98%]
12:05:52 [2022-06-21T12:05:52.082Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
12:05:52 [2022-06-21T12:05:52.099Z] tests/integration/credentials/store_test.py ......                       [ 99%]
12:05:52 [2022-06-21T12:05:52.099Z] tests/integration/credentials/utils_test.py .                            [100%]
12:05:52 [2022-06-21T12:05:52.099Z] 
12:05:52 [2022-06-21T12:05:52.099Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
12:05:52 [2022-06-21T12:05:52.099Z] =========================== short test summary info ============================
12:05:52 [2022-06-21T12:05:52.099Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
12:05:52 [2022-06-21T12:05:52.099Z]   CONFIG_RT_GROUP_SCHED isn't enabled
12:05:52 [2022-06-21T12:05:52.099Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
12:05:52 [2022-06-21T12:05:52.099Z]   Not supported on most drivers
12:05:52 [2022-06-21T12:05:52.099Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
12:05:52 [2022-06-21T12:05:52.099Z]   Output of docker top depends on host distro, and is not formalized.
12:05:52 [2022-06-21T12:05:52.099Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
12:05:52 [2022-06-21T12:05:52.099Z]   Output of docker top depends on host distro, and is not formalized.
12:05:52 [2022-06-21T12:05:52.099Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
12:05:52 [2022-06-21T12:05:52.099Z]   Can fail if eth0 has multiple IP addresses
12:05:52 [2022-06-21T12:05:52.099Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
12:05:52 [2022-06-21T12:05:52.099Z]   This doesn't seem to be taken into account by the engine
12:05:52 [2022-06-21T12:05:52.099Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
12:05:52 [2022-06-21T12:05:52.099Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
12:05:52 [2022-06-21T12:05:52.099Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 292.03 seconds ==
12:05:52 [2022-06-21T12:05:52.356Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
12:05:52 [2022-06-21T12:05:52.661Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
12:05:53 [2022-06-21T12:05:53.605Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
12:05:53 [2022-06-21T12:05:53.876Z]     check_test.go:307: [df7095551cd72] daemon is not started
12:05:53 [2022-06-21T12:05:53.876Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
12:05:54 [2022-06-21T12:05:54.021Z] --- PASS: TestDockerNetworkReConnect (3.18s)
12:05:54 [2022-06-21T12:05:54.021Z] === RUN   TestServicePlugin
12:05:54 [2022-06-21T12:05:54.021Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:05:54 [2022-06-21T12:05:54.021Z] --- SKIP: TestServicePlugin (0.00s)
12:05:54 [2022-06-21T12:05:54.021Z] === RUN   TestServiceUpdateLabel
12:05:54 [2022-06-21T12:05:54.830Z] === CONT  TestConfigDaemonSeccompProfiles
12:05:54 [2022-06-21T12:05:54.830Z]     daemon_test.go:197: [d4e5a59341c56] daemon is not started
12:05:54 [2022-06-21T12:05:54.830Z] --- PASS: TestConfigDaemonSeccompProfiles (3.22s)
12:05:54 [2022-06-21T12:05:54.830Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.06s)
12:05:54 [2022-06-21T12:05:54.830Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s)
12:05:54 [2022-06-21T12:05:54.830Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s)
12:05:54 [2022-06-21T12:05:54.830Z] === RUN   TestDaemonProxy
12:05:54 [2022-06-21T12:05:54.830Z] === RUN   TestDaemonProxy/environment_variables
12:05:56 [2022-06-21T12:05:56.215Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
12:05:56 [2022-06-21T12:05:56.476Z] === RUN   TestDaemonProxy/command-line_options
12:05:56 [2022-06-21T12:05:56.536Z] --- PASS: TestServiceUpdateLabel (2.18s)
12:05:56 [2022-06-21T12:05:56.536Z] === RUN   TestServiceUpdateSecrets
12:05:57 [2022-06-21T12:05:57.418Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
12:05:58 [2022-06-21T12:05:58.358Z] === RUN   TestDaemonProxy/configuration_file
12:05:59 [2022-06-21T12:05:59.744Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
12:06:00 [2022-06-21T12:06:00.005Z] === RUN   TestDaemonProxy/conflicting_options
12:06:00 [2022-06-21T12:06:00.266Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
12:06:00 [2022-06-21T12:06:00.527Z] === RUN   TestDaemonProxy/reload_sanitized
12:06:01 [2022-06-21T12:06:01.098Z] --- PASS: TestDaemonProxy (6.39s)
12:06:01 [2022-06-21T12:06:01.098Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
12:06:01 [2022-06-21T12:06:01.098Z]     --- PASS: TestDaemonProxy/command-line_options (1.86s)
12:06:01 [2022-06-21T12:06:01.098Z]     --- PASS: TestDaemonProxy/configuration_file (1.76s)
12:06:01 [2022-06-21T12:06:01.098Z]     --- PASS: TestDaemonProxy/conflicting_options (0.51s)
12:06:01 [2022-06-21T12:06:01.098Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
12:06:01 [2022-06-21T12:06:01.098Z] PASS
12:06:01 [2022-06-21T12:06:01.098Z] 
12:06:01 [2022-06-21T12:06:01.098Z] DONE 18 tests in 11.843s
12:06:01 [2022-06-21T12:06:01.098Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
12:06:01 [2022-06-21T12:06:01.098Z] ++ 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
12:06:01 [2022-06-21T12:06:01.098Z] ++ set -e
12:06:01 [2022-06-21T12:06:01.098Z] ++ '[' -n 0 ']'
12:06:01 [2022-06-21T12:06:01.098Z] ++ set -x
12:06:01 [2022-06-21T12:06:01.098Z] ++ 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
12:06:01 [2022-06-21T12:06:01.359Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
12:06:01 [2022-06-21T12:06:01.359Z] INFO: Testing against a local daemon
12:06:01 [2022-06-21T12:06:01.359Z] === RUN   TestCommitInheritsEnv
12:06:01 [2022-06-21T12:06:01.620Z] --- PASS: TestCommitInheritsEnv (0.37s)
12:06:01 [2022-06-21T12:06:01.620Z] === RUN   TestImportExtremelyLargeImageWorks
12:06:01 [2022-06-21T12:06:01.620Z] === PAUSE TestImportExtremelyLargeImageWorks
12:06:01 [2022-06-21T12:06:01.620Z] === RUN   TestImportWithCustomPlatform
12:06:01 [2022-06-21T12:06:01.620Z] === RUN   TestImportWithCustomPlatform/#00
12:06:01 [2022-06-21T12:06:01.885Z] === RUN   TestImportWithCustomPlatform/_______
12:06:01 [2022-06-21T12:06:01.885Z] === RUN   TestImportWithCustomPlatform//
12:06:01 [2022-06-21T12:06:01.885Z] === RUN   TestImportWithCustomPlatform/linux
12:06:01 [2022-06-21T12:06:01.885Z] === RUN   TestImportWithCustomPlatform/LINUX
12:06:02 [2022-06-21T12:06:02.147Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
12:06:02 [2022-06-21T12:06:02.147Z] === RUN   TestImportWithCustomPlatform/macos
12:06:02 [2022-06-21T12:06:02.147Z] === RUN   TestImportWithCustomPlatform/macos/arm64
12:06:02 [2022-06-21T12:06:02.147Z] === RUN   TestImportWithCustomPlatform/nintendo64
12:06:02 [2022-06-21T12:06:02.147Z] --- PASS: TestImportWithCustomPlatform (0.55s)
12:06:02 [2022-06-21T12:06:02.147Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.12s)
12:06:02 [2022-06-21T12:06:02.147Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
12:06:02 [2022-06-21T12:06:02.147Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
12:06:02 [2022-06-21T12:06:02.147Z]     --- PASS: TestImportWithCustomPlatform/linux (0.09s)
12:06:02 [2022-06-21T12:06:02.147Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.15s)
12:06:02 [2022-06-21T12:06:02.147Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.14s)
12:06:02 [2022-06-21T12:06:02.147Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
12:06:02 [2022-06-21T12:06:02.147Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
12:06:02 [2022-06-21T12:06:02.147Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
12:06:02 [2022-06-21T12:06:02.147Z] === RUN   TestImagesFilterMultiReference
12:06:02 [2022-06-21T12:06:02.408Z] --- PASS: TestImagesFilterMultiReference (0.10s)
12:06:02 [2022-06-21T12:06:02.408Z] === RUN   TestImagePullPlatformInvalid
12:06:02 [2022-06-21T12:06:02.408Z] --- PASS: TestImagePullPlatformInvalid (0.07s)
12:06:02 [2022-06-21T12:06:02.408Z] === RUN   TestRemoveImageOrphaning
12:06:02 [2022-06-21T12:06:02.408Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
12:06:02 [2022-06-21T12:06:02.980Z] --- PASS: TestRemoveImageOrphaning (0.45s)
12:06:02 [2022-06-21T12:06:02.980Z] === RUN   TestRemoveImageGarbageCollector
12:06:03 [2022-06-21T12:06:03.552Z] time="2022-06-21T12:06:03Z" level=info msg="[graphdriver] trying configured driver: overlay2"
12:06:03 [2022-06-21T12:06:03.552Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
12:06:04 [2022-06-21T12:06:04.122Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
12:06:04 [2022-06-21T12:06:04.383Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
12:06:04 [2022-06-21T12:06:04.545Z] Leaving: AppArmorNo profiles have been unloaded.
12:06:04 [2022-06-21T12:06:04.545Z] 
12:06:04 [2022-06-21T12:06:04.545Z] Unloading profiles will leave already running processes permanently
12:06:04 [2022-06-21T12:06:04.545Z] unconfined, which can lead to unexpected situations.
12:06:04 [2022-06-21T12:06:04.545Z] 
12:06:04 [2022-06-21T12:06:04.545Z] To set a process to complain mode, use the command line tool
12:06:04 [2022-06-21T12:06:04.545Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
12:06:04 [2022-06-21T12:06:04.545Z] 
Post stage
[Pipeline] junit
12:06:04 [2022-06-21T12:06:04.556Z] Recording test results
12:06:04 [2022-06-21T12:06:04.645Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
12:06:04 [2022-06-21T12:06:04.645Z]     docker_cli_daemon_test.go:2840: Checking IpcMode private set from config
12:06:04 [2022-06-21T12:06:04.907Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
12:06:05 [2022-06-21T12:06:05.168Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
12:06:05 [2022-06-21T12:06:05.168Z]     docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config
12:06:05 [2022-06-21T12:06:05.168Z] --- PASS: TestRemoveImageGarbageCollector (2.41s)
12:06:05 [2022-06-21T12:06:05.168Z] === RUN   TestTagUnprefixedRepoByNameOrName
12:06:05 [2022-06-21T12:06:05.429Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
12:06:05 [2022-06-21T12:06:05.429Z] === RUN   TestTagInvalidReference
12:06:05 [2022-06-21T12:06:05.429Z] --- PASS: TestTagInvalidReference (0.02s)
12:06:05 [2022-06-21T12:06:05.429Z] === RUN   TestTagValidPrefixedRepo
12:06:05 [2022-06-21T12:06:05.429Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
12:06:05 [2022-06-21T12:06:05.429Z] === RUN   TestTagExistedNameWithoutForce
12:06:05 [2022-06-21T12:06:05.429Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
12:06:05 [2022-06-21T12:06:05.429Z] === RUN   TestTagOfficialNames
12:06:05 [2022-06-21T12:06:05.429Z] --- PASS: TestTagOfficialNames (0.07s)
12:06:05 [2022-06-21T12:06:05.429Z] === RUN   TestTagMatchesDigest
12:06:05 [2022-06-21T12:06:05.691Z] --- PASS: TestTagMatchesDigest (0.02s)
12:06:05 [2022-06-21T12:06:05.691Z] === CONT  TestImportExtremelyLargeImageWorks
12:06:05 [2022-06-21T12:06:05.691Z]     docker_cli_daemon_test.go:2840: Checking IpcMode host set from config
12:06:05 [2022-06-21T12:06:05.697Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
12:06:05 [2022-06-21T12:06:05.982Z] + echo Ensuring container killed.
12:06:05 [2022-06-21T12:06:05.983Z] Ensuring container killed.
12:06:05 [2022-06-21T12:06:05.983Z] + docker rm -vf docker-pr1
12:06:05 [2022-06-21T12:06:05.983Z] Error: No such container: docker-pr1
[Pipeline] sh
12:06:06 [2022-06-21T12:06:06.265Z] + echo Chowning /workspace to jenkins user
12:06:06 [2022-06-21T12:06:06.265Z] Chowning /workspace to jenkins user
12:06:06 [2022-06-21T12:06:06.265Z] + id -u
12:06:06 [2022-06-21T12:06:06.265Z] + id -g
12:06:06 [2022-06-21T12:06:06.265Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43731:/workspace busybox chown -R 1000:1000 /workspace
12:06:06 [2022-06-21T12:06:06.265Z] Unable to find image 'busybox:latest' locally
12:06:06 [2022-06-21T12:06:06.265Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
12:06:06 [2022-06-21T12:06:06.265Z]     docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config
12:06:06 [2022-06-21T12:06:06.524Z] latest: Pulling from library/busybox
12:06:06 [2022-06-21T12:06:06.836Z]     docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config
12:06:07 [2022-06-21T12:06:07.096Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
12:06:07 [2022-06-21T12:06:07.357Z]     docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli
12:06:07 [2022-06-21T12:06:07.456Z] 19d511225f94: Pulling fs layer
12:06:07 [2022-06-21T12:06:07.456Z] 19d511225f94: Verifying Checksum
12:06:07 [2022-06-21T12:06:07.456Z] 19d511225f94: Download complete
12:06:07 [2022-06-21T12:06:07.456Z] 19d511225f94: Pull complete
12:06:07 [2022-06-21T12:06:07.456Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
12:06:07 [2022-06-21T12:06:07.456Z] Status: Downloaded newer image for busybox:latest
12:06:07 [2022-06-21T12:06:07.929Z]     docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli
12:06:08 [2022-06-21T12:06:08.500Z]     docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli
12:06:08 [2022-06-21T12:06:08.500Z] === RUN   TestDockerSuite/TestBuildDockerignore
12:06:08 [2022-06-21T12:06:08.761Z]     docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli
12:06:09 [2022-06-21T12:06:09.333Z]     docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
12:06:09 [2022-06-21T12:06:09.647Z] + bundleName=docker-py
12:06:09 [2022-06-21T12:06:09.648Z] + echo Creating docker-py-bundles.tar.gz
12:06:09 [2022-06-21T12:06:09.648Z] Creating docker-py-bundles.tar.gz
12:06:09 [2022-06-21T12:06:09.648Z] + 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
12:06:09 [2022-06-21T12:06:09.659Z] Archiving artifacts
12:06:09 [2022-06-21T12:06:09.906Z]     check_test.go:307: [d3fdfba650bad] daemon is not started
12:06:09 [2022-06-21T12:06:09.906Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
12:06:10 [2022-06-21T12:06:10.850Z]     check_test.go:307: [d170bebae318f] daemon is not started
12:06:10 [2022-06-21T12:06:10.850Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
12:06:11 [2022-06-21T12:06:11.373Z] --- PASS: TestServiceUpdateSecrets (14.28s)
12:06:11 [2022-06-21T12:06:11.373Z] === RUN   TestServiceUpdateConfigs
12:06:11 [2022-06-21T12:06:11.422Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
12:06:11 [2022-06-21T12:06:11.641Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43731/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
12:06:11 [2022-06-21T12:06:11.980Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f -e DOCKER_GRAPHDRIVER docker:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/make.sh binary
12:06:12 [2022-06-21T12:06:12.238Z] 
12:06:12 [2022-06-21T12:06:12.496Z] Removing bundles/
12:06:12 [2022-06-21T12:06:12.496Z] 
12:06:12 [2022-06-21T12:06:12.496Z] ---> Making bundle: binary (in bundles/binary)
12:06:12 [2022-06-21T12:06:12.496Z] Building: bundles/binary-daemon/dockerd-dev
12:06:12 [2022-06-21T12:06:12.496Z] GOOS="" GOARCH="" GOARM=""
12:06:13 [2022-06-21T12:06:13.335Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
12:06:16 [2022-06-21T12:06:16.637Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
12:06:16 [2022-06-21T12:06:16.637Z]     check_test.go:307: [d98217373fed6] daemon is not started
12:06:16 [2022-06-21T12:06:16.637Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
12:06:18 [2022-06-21T12:06:18.554Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
12:06:19 [2022-06-21T12:06:19.498Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
12:06:19 [2022-06-21T12:06:19.758Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
12:06:21 [2022-06-21T12:06:21.671Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
12:06:23 [2022-06-21T12:06:23.057Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
12:06:25 [2022-06-21T12:06:25.602Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
12:06:26 [2022-06-21T12:06:26.209Z] --- PASS: TestServiceUpdateConfigs (14.49s)
12:06:26 [2022-06-21T12:06:26.210Z] === RUN   TestServiceUpdateNetwork
12:06:26 [2022-06-21T12:06:26.544Z]     check_test.go:307: [d677f3ecd71d6] daemon is not started
12:06:26 [2022-06-21T12:06:26.544Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
12:06:30 [2022-06-21T12:06:30.756Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
12:06:34 [2022-06-21T12:06:34.964Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
12:06:34 [2022-06-21T12:06:34.964Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
12:06:35 [2022-06-21T12:06:35.535Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
12:06:35 [2022-06-21T12:06:35.535Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
12:06:37 [2022-06-21T12:06:37.450Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
12:06:38 [2022-06-21T12:06:38.378Z] --- PASS: TestServiceUpdateNetwork (12.20s)
12:06:38 [2022-06-21T12:06:38.378Z] === RUN   TestServiceUpdatePidsLimit
12:06:38 [2022-06-21T12:06:38.378Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
12:06:38 [2022-06-21T12:06:38.942Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
12:06:39 [2022-06-21T12:06:39.996Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
12:06:39 [2022-06-21T12:06:39.996Z]     check_test.go:307: [d4f399402fa3f] daemon is not started
12:06:39 [2022-06-21T12:06:39.996Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
12:06:40 [2022-06-21T12:06:40.567Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
12:06:41 [2022-06-21T12:06:41.140Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
12:06:41 [2022-06-21T12:06:41.712Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
12:06:41 [2022-06-21T12:06:41.973Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
12:06:43 [2022-06-21T12:06:43.922Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
12:06:43 [2022-06-21T12:06:43.922Z]     check_test.go:307: [dea4bf69d58dc] daemon is not started
12:06:43 [2022-06-21T12:06:43.922Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
12:06:44 [2022-06-21T12:06:44.493Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
12:06:45 [2022-06-21T12:06:45.884Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
12:06:47 [2022-06-21T12:06:47.026Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
12:06:48 [2022-06-21T12:06:48.433Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
12:06:50 [2022-06-21T12:06:50.347Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
12:06:52 [2022-06-21T12:06:52.260Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
12:06:52 [2022-06-21T12:06:52.260Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
12:06:53 [2022-06-21T12:06:53.561Z] --- PASS: TestServiceUpdatePidsLimit (16.01s)
12:06:53 [2022-06-21T12:06:53.561Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
12:06:53 [2022-06-21T12:06:53.561Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
12:06:53 [2022-06-21T12:06:53.561Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
12:06:53 [2022-06-21T12:06:53.561Z] PASS
12:06:53 [2022-06-21T12:06:53.561Z] 
12:06:53 [2022-06-21T12:06:53.561Z] === Skipped
12:06:53 [2022-06-21T12:06:53.561Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
12:06:53 [2022-06-21T12:06:53.561Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
12:06:53 [2022-06-21T12:06:53.561Z] 
12:06:53 [2022-06-21T12:06:53.561Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
12:06:53 [2022-06-21T12:06:53.561Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
12:06:53 [2022-06-21T12:06:53.561Z] 
12:06:53 [2022-06-21T12:06:53.561Z] DONE 27 tests, 2 skipped in 128.346s
12:06:53 [2022-06-21T12:06:53.561Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
12:06:53 [2022-06-21T12:06:53.561Z] ++ 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
12:06:53 [2022-06-21T12:06:53.561Z] ++ set -e
12:06:53 [2022-06-21T12:06:53.561Z] ++ '[' -n 0 ']'
12:06:53 [2022-06-21T12:06:53.561Z] ++ set -x
12:06:53 [2022-06-21T12:06:53.561Z] ++ 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
12:06:53 [2022-06-21T12:06:53.561Z] INFO: Testing against a local daemon
12:06:53 [2022-06-21T12:06:53.561Z] === RUN   TestSessionCreate
12:06:53 [2022-06-21T12:06:53.561Z] --- PASS: TestSessionCreate (0.02s)
12:06:53 [2022-06-21T12:06:53.561Z] === RUN   TestSessionCreateWithBadUpgrade
12:06:53 [2022-06-21T12:06:53.561Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
12:06:53 [2022-06-21T12:06:53.561Z] PASS
12:06:53 [2022-06-21T12:06:53.561Z] 
12:06:53 [2022-06-21T12:06:53.561Z] DONE 2 tests in 0.126s
12:06:53 [2022-06-21T12:06:53.561Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
12:06:53 [2022-06-21T12:06:53.561Z] ++ 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
12:06:53 [2022-06-21T12:06:53.561Z] ++ set -e
12:06:53 [2022-06-21T12:06:53.561Z] ++ '[' -n 0 ']'
12:06:53 [2022-06-21T12:06:53.561Z] ++ set -x
12:06:53 [2022-06-21T12:06:53.561Z] ++ 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
12:06:53 [2022-06-21T12:06:53.561Z] INFO: Testing against a local daemon
12:06:53 [2022-06-21T12:06:53.561Z] === RUN   TestCgroupDriverSystemdMemoryLimit
12:06:53 [2022-06-21T12:06:53.561Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
12:06:53 [2022-06-21T12:06:53.561Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
12:06:53 [2022-06-21T12:06:53.561Z] === RUN   TestDiskUsage
12:06:53 [2022-06-21T12:06:53.561Z] === PAUSE TestDiskUsage
12:06:53 [2022-06-21T12:06:53.561Z] === RUN   TestEventsExecDie
12:06:54 [2022-06-21T12:06:54.123Z] --- PASS: TestEventsExecDie (0.51s)
12:06:54 [2022-06-21T12:06:54.123Z] === RUN   TestEventsBackwardsCompatible
12:06:54 [2022-06-21T12:06:54.123Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
12:06:54 [2022-06-21T12:06:54.123Z] === RUN   TestEventsVolumeCreate
12:06:54 [2022-06-21T12:06:54.123Z] --- PASS: TestEventsVolumeCreate (0.05s)
12:06:54 [2022-06-21T12:06:54.123Z] === RUN   TestInfoBinaryCommits
12:06:54 [2022-06-21T12:06:54.123Z] --- PASS: TestInfoBinaryCommits (0.02s)
12:06:54 [2022-06-21T12:06:54.123Z] === RUN   TestInfoAPIVersioned
12:06:54 [2022-06-21T12:06:54.123Z] --- PASS: TestInfoAPIVersioned (0.01s)
12:06:54 [2022-06-21T12:06:54.123Z] === RUN   TestInfoAPI
12:06:54 [2022-06-21T12:06:54.123Z] --- PASS: TestInfoAPI (0.02s)
12:06:54 [2022-06-21T12:06:54.123Z] === RUN   TestInfoAPIWarnings
12:06:54 [2022-06-21T12:06:54.174Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
12:06:54 [2022-06-21T12:06:54.745Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
12:06:56 [2022-06-21T12:06:56.130Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
12:06:59 [2022-06-21T12:06:59.431Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
12:07:02 [2022-06-21T12:07:02.730Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
12:07:06 [2022-06-21T12:07:06.933Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
12:07:08 [2022-06-21T12:07:08.846Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
12:07:09 [2022-06-21T12:07:09.789Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
12:07:11 [2022-06-21T12:07:11.173Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
12:07:11 [2022-06-21T12:07:11.173Z] === RUN   TestDockerSuite/TestBuildDotDotFile
12:07:11 [2022-06-21T12:07:11.434Z] === RUN   TestDockerSuite/TestBuildEOLInLine
12:07:12 [2022-06-21T12:07:12.161Z] --- PASS: TestInfoAPIWarnings (16.54s)
12:07:12 [2022-06-21T12:07:12.161Z] === RUN   TestInfoDebug
12:07:12 [2022-06-21T12:07:12.161Z] --- PASS: TestInfoDebug (0.52s)
12:07:12 [2022-06-21T12:07:12.161Z] === RUN   TestInfoInsecureRegistries
12:07:12 [2022-06-21T12:07:12.161Z] --- PASS: TestInfoInsecureRegistries (0.52s)
12:07:12 [2022-06-21T12:07:12.161Z] === RUN   TestInfoRegistryMirrors
12:07:12 [2022-06-21T12:07:12.161Z] --- PASS: TestInfoRegistryMirrors (0.52s)
12:07:12 [2022-06-21T12:07:12.161Z] === RUN   TestLoginFailsWithBadCredentials
12:07:12 [2022-06-21T12:07:12.417Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s)
12:07:12 [2022-06-21T12:07:12.417Z] === RUN   TestPingCacheHeaders
12:07:12 [2022-06-21T12:07:12.417Z] --- PASS: TestPingCacheHeaders (0.02s)
12:07:12 [2022-06-21T12:07:12.417Z] === RUN   TestPingGet
12:07:12 [2022-06-21T12:07:12.417Z] --- PASS: TestPingGet (0.01s)
12:07:12 [2022-06-21T12:07:12.417Z] === RUN   TestPingHead
12:07:12 [2022-06-21T12:07:12.417Z] --- PASS: TestPingHead (0.02s)
12:07:12 [2022-06-21T12:07:12.417Z] === RUN   TestPingSwarmHeader
12:07:12 [2022-06-21T12:07:12.979Z] === RUN   TestPingSwarmHeader/before_swarm_init
12:07:13 [2022-06-21T12:07:13.541Z] === RUN   TestPingSwarmHeader/after_swarm_init
12:07:14 [2022-06-21T12:07:14.469Z] === RUN   TestPingSwarmHeader/after_swarm_leave
12:07:14 [2022-06-21T12:07:14.469Z] --- PASS: TestPingSwarmHeader (2.03s)
12:07:14 [2022-06-21T12:07:14.469Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
12:07:14 [2022-06-21T12:07:14.469Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
12:07:14 [2022-06-21T12:07:14.469Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
12:07:14 [2022-06-21T12:07:14.469Z] === RUN   TestVersion
12:07:14 [2022-06-21T12:07:14.469Z] --- PASS: TestVersion (0.02s)
12:07:14 [2022-06-21T12:07:14.469Z] === CONT  TestDiskUsage
12:07:14 [2022-06-21T12:07:14.737Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/empty
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/empty/container_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/empty/image_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/empty/volume_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/empty/build-cache_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/empty/container,_volume_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/after_LoadBusybox
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
12:07:15 [2022-06-21T12:07:15.030Z] === RUN   TestDiskUsage/after_container.Run
12:07:15 [2022-06-21T12:07:15.286Z] === RUN   TestDiskUsage/after_container.Run/container_types
12:07:15 [2022-06-21T12:07:15.286Z] === RUN   TestDiskUsage/after_container.Run/image_types
12:07:15 [2022-06-21T12:07:15.286Z] === RUN   TestDiskUsage/after_container.Run/volume_types
12:07:15 [2022-06-21T12:07:15.286Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
12:07:15 [2022-06-21T12:07:15.286Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
12:07:15 [2022-06-21T12:07:15.286Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
12:07:15 [2022-06-21T12:07:15.286Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
12:07:15 [2022-06-21T12:07:15.286Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
12:07:15 [2022-06-21T12:07:15.286Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
12:07:15 [2022-06-21T12:07:15.286Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
12:07:15 [2022-06-21T12:07:15.542Z] --- PASS: TestDiskUsage (1.13s)
12:07:15 [2022-06-21T12:07:15.542Z]     --- PASS: TestDiskUsage/empty (0.01s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]     --- PASS: TestDiskUsage/after_container.Run (0.30s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z] PASS
12:07:15 [2022-06-21T12:07:15.542Z] 
12:07:15 [2022-06-21T12:07:15.542Z] === Skipped
12:07:15 [2022-06-21T12:07:15.542Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
12:07:15 [2022-06-21T12:07:15.542Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
12:07:15 [2022-06-21T12:07:15.542Z] 
12:07:15 [2022-06-21T12:07:15.542Z] DONE 54 tests, 1 skipped in 22.197s
12:07:15 [2022-06-21T12:07:15.542Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
12:07:15 [2022-06-21T12:07:15.542Z] ++ 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
12:07:15 [2022-06-21T12:07:15.542Z] ++ set -e
12:07:15 [2022-06-21T12:07:15.542Z] ++ '[' -n 0 ']'
12:07:15 [2022-06-21T12:07:15.542Z] ++ set -x
12:07:15 [2022-06-21T12:07:15.542Z] ++ 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
12:07:15 [2022-06-21T12:07:15.542Z] INFO: Testing against a local daemon
12:07:15 [2022-06-21T12:07:15.542Z] === RUN   TestVolumesCreateAndList
12:07:15 [2022-06-21T12:07:15.542Z] --- PASS: TestVolumesCreateAndList (0.02s)
12:07:15 [2022-06-21T12:07:15.542Z] === RUN   TestVolumesRemove
12:07:15 [2022-06-21T12:07:15.797Z] --- PASS: TestVolumesRemove (0.05s)
12:07:15 [2022-06-21T12:07:15.797Z] === RUN   TestVolumesInspect
12:07:15 [2022-06-21T12:07:15.797Z] --- PASS: TestVolumesInspect (0.02s)
12:07:15 [2022-06-21T12:07:15.797Z] === RUN   TestVolumesInvalidJSON
12:07:15 [2022-06-21T12:07:15.797Z] === RUN   TestVolumesInvalidJSON/volumes/create
12:07:15 [2022-06-21T12:07:15.797Z] === PAUSE TestVolumesInvalidJSON/volumes/create
12:07:15 [2022-06-21T12:07:15.797Z] === CONT  TestVolumesInvalidJSON/volumes/create
12:07:15 [2022-06-21T12:07:15.797Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
12:07:15 [2022-06-21T12:07:15.797Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
12:07:15 [2022-06-21T12:07:15.797Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
12:07:15 [2022-06-21T12:07:15.797Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
12:07:15 [2022-06-21T12:07:15.797Z] --- PASS: TestVolumesInvalidJSON (0.01s)
12:07:15 [2022-06-21T12:07:15.797Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
12:07:15 [2022-06-21T12:07:15.797Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
12:07:15 [2022-06-21T12:07:15.797Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
12:07:15 [2022-06-21T12:07:15.797Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
12:07:15 [2022-06-21T12:07:15.797Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
12:07:15 [2022-06-21T12:07:15.797Z] PASS
12:07:15 [2022-06-21T12:07:15.797Z] 
12:07:15 [2022-06-21T12:07:15.797Z] DONE 9 tests in 0.187s
12:07:15 [2022-06-21T12:07:15.797Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
12:07:15 [2022-06-21T12:07:15.797Z] ++++ cat bundles/test-integration/docker.pid
12:07:15 [2022-06-21T12:07:15.797Z] +++ kill 14258
12:07:16 [2022-06-21T12:07:16.053Z] +++ /etc/init.d/apparmor stop
12:07:16 [2022-06-21T12:07:16.053Z] Leaving: AppArmorNo profiles have been unloaded.
12:07:16 [2022-06-21T12:07:16.053Z] 
12:07:16 [2022-06-21T12:07:16.053Z] Unloading profiles will leave already running processes permanently
12:07:16 [2022-06-21T12:07:16.053Z] unconfined, which can lead to unexpected situations.
12:07:16 [2022-06-21T12:07:16.053Z] 
12:07:16 [2022-06-21T12:07:16.053Z] To set a process to complain mode, use the command line tool
12:07:16 [2022-06-21T12:07:16.053Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
12:07:16 [2022-06-21T12:07:16.053Z] +++ true
12:07:16 [2022-06-21T12:07:16.053Z] exiting test-integration
12:07:16 [2022-06-21T12:07:16.053Z] ++ exit 0
12:07:16 [2022-06-21T12:07:16.053Z] 
12:07:16 [2022-06-21T12:07:16.121Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
12:07:16 [2022-06-21T12:07:16.382Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
12:07:16 [2022-06-21T12:07:16.954Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
Post stage
[Pipeline] junit
12:07:16 [2022-06-21T12:07:16.992Z] Recording test results
12:07:17 [2022-06-21T12:07:17.247Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
12:07:17 [2022-06-21T12:07:17.589Z] + echo Ensuring container killed.
12:07:17 [2022-06-21T12:07:17.589Z] Ensuring container killed.
12:07:17 [2022-06-21T12:07:17.589Z] + docker rm -vf docker-pr1
12:07:17 [2022-06-21T12:07:17.589Z] Error: No such container: docker-pr1
[Pipeline] sh
12:07:17 [2022-06-21T12:07:17.886Z] + echo Chowning /workspace to jenkins user
12:07:17 [2022-06-21T12:07:17.886Z] Chowning /workspace to jenkins user
12:07:17 [2022-06-21T12:07:17.886Z] + id -u
12:07:17 [2022-06-21T12:07:17.886Z] + id -g
12:07:17 [2022-06-21T12:07:17.886Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43731:/workspace busybox chown -R 1000:1000 /workspace
12:07:17 [2022-06-21T12:07:17.886Z] Unable to find image 'busybox:latest' locally
12:07:17 [2022-06-21T12:07:17.886Z] latest: Pulling from library/busybox
12:07:17 [2022-06-21T12:07:17.899Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
12:07:17 [2022-06-21T12:07:17.899Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
12:07:18 [2022-06-21T12:07:18.142Z] 87379020f3b6: Pulling fs layer
12:07:18 [2022-06-21T12:07:18.142Z] 87379020f3b6: Download complete
12:07:18 [2022-06-21T12:07:18.399Z] 87379020f3b6: Pull complete
12:07:18 [2022-06-21T12:07:18.399Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
12:07:18 [2022-06-21T12:07:18.399Z] Status: Downloaded newer image for busybox:latest
12:07:18 [2022-06-21T12:07:18.470Z] === RUN   TestDockerSuite/TestBuildEntrypoint
12:07:18 [2022-06-21T12:07:18.730Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
12:07:20 [2022-06-21T12:07:20.052Z] + bundleName=arm64-integration
12:07:20 [2022-06-21T12:07:20.052Z] + echo Creating arm64-integration-bundles.tar.gz
12:07:20 [2022-06-21T12:07:20.052Z] Creating arm64-integration-bundles.tar.gz
12:07:20 [2022-06-21T12:07:20.052Z] + xargs tar -czf arm64-integration-bundles.tar.gz
12:07:20 [2022-06-21T12:07:20.052Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
12:07:20 [2022-06-21T12:07:20.115Z]     docker_cli_daemon_test.go:2503: [d2690ebacee37] daemon is not started
[Pipeline] archiveArtifacts
12:07:20 [2022-06-21T12:07:20.318Z] Archiving artifacts
12:07:21 [2022-06-21T12:07:21.058Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
12:07:21 [2022-06-21T12:07:21.630Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
12:07:22 [2022-06-21T12:07:22.112Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43731/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
12:07:22 [2022-06-21T12:07:22.412Z] + make clean
12:07:22 [2022-06-21T12:07:22.572Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
12:07:22 [2022-06-21T12:07:22.668Z] docker volume rm -f docker-dev-cache docker-mod-cache
12:07:22 [2022-06-21T12:07:22.668Z] docker-dev-cache
12:07:22 [2022-06-21T12:07:22.668Z] docker-mod-cache
[Pipeline] deleteDir
12:07:24 [2022-06-21T12:07:24.487Z] === RUN   TestDockerSuite/TestBuildEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
12:07:25 [2022-06-21T12:07:25.872Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
12:07:27 [2022-06-21T12:07:27.259Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
12:07:28 [2022-06-21T12:07:28.202Z] === RUN   TestDockerSuite/TestBuildEnvUsage
12:07:30 [2022-06-21T12:07:30.116Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
12:07:32 [2022-06-21T12:07:32.663Z] === RUN   TestDockerDaemonSuite/TestShmSize
12:07:34 [2022-06-21T12:07:34.578Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
12:07:35 [2022-06-21T12:07:35.163Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
12:07:37 [2022-06-21T12:07:37.724Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
12:07:37 [2022-06-21T12:07:37.724Z]     check_test.go:307: [dec925495f004] daemon is not started
12:07:37 [2022-06-21T12:07:37.724Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
12:07:43 [2022-06-21T12:07:43.013Z] --- PASS: TestDockerDaemonSuite (337.28s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.16s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.98s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.61s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.69s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.19s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.63s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.32s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.73s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.44s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.28s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.37s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.51s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.51s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.19s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.32s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.37s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.56s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.27s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.60s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.07s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.84s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.50s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.14s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.23s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.73s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.91s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.20s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.09s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.20s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.64s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.69s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.69s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.80s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.66s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.68s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.66s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.86s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.72s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.03s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.85s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.33s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.14s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.71s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.09s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.02s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.61s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.25s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.83s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.11s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.31s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.64s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.92s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.87s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.68s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.34s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.02s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.26s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.34s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.32s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (1.98s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.67s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.62s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.70s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.22s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.13s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.58s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.14s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.68s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.94s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.93s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.47s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.65s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.88s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.60s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.60s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.96s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.18s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.32s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.08s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.59s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.02s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.35s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.11s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.52s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.77s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.16s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.16s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.19s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.42s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.57s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.53s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.81s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.76s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.10s)
12:07:43 [2022-06-21T12:07:43.013Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.55s)
12:07:43 [2022-06-21T12:07:43.013Z] === RUN   TestDockerSwarmSuite
12:07:43 [2022-06-21T12:07:43.013Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
12:07:46 [2022-06-21T12:07:46.317Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
12:07:49 [2022-06-21T12:07:49.620Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
12:07:54 [2022-06-21T12:07:54.914Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
12:07:56 [2022-06-21T12:07:56.831Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
12:07:58 [2022-06-21T12:07:58.745Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
12:08:06 [2022-06-21T12:08:06.882Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
12:08:06 [2022-06-21T12:08:06.882Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
12:08:07 [2022-06-21T12:08:07.452Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
12:08:07 [2022-06-21T12:08:07.713Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
12:08:08 [2022-06-21T12:08:08.065Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
12:08:08 [2022-06-21T12:08:08.635Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
12:08:09 [2022-06-21T12:08:09.578Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
12:08:09 [2022-06-21T12:08:09.578Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
12:08:09 [2022-06-21T12:08:09.578Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
12:08:10 [2022-06-21T12:08:10.150Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
12:08:11 [2022-06-21T12:08:11.537Z]     docker_api_swarm_test.go:563: [d944e59e24343] joining swarm manager [d9e1127f4f721]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:08:19 [2022-06-21T12:08:19.088Z] Created binary: bundles/binary-daemon/dockerd-dev
12:08:19 [2022-06-21T12:08:19.088Z] Copying nested executables into bundles/binary-daemon
12:08:19 [2022-06-21T12:08:19.088Z] Building: bundles/binary-daemon/docker-proxy-dev
12:08:19 [2022-06-21T12:08:19.088Z] GOOS="" GOARCH="" GOARM=""
12:08:19 [2022-06-21T12:08:19.088Z] Created binary: bundles/binary-daemon/docker-proxy-dev
12:08:19 [2022-06-21T12:08:19.088Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
12:08:19 [2022-06-21T12:08:19.408Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f -e DOCKER_GRAPHDRIVER docker:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/make.sh cross
12:08:19 [2022-06-21T12:08:19.666Z] 
12:08:19 [2022-06-21T12:08:19.925Z] Removing bundles/
12:08:19 [2022-06-21T12:08:19.925Z] 
12:08:19 [2022-06-21T12:08:19.925Z] ---> Making bundle: cross (in bundles/cross)
12:08:19 [2022-06-21T12:08:19.925Z] Cross building: bundles/cross/linux/amd64
12:08:19 [2022-06-21T12:08:19.925Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev
12:08:19 [2022-06-21T12:08:19.925Z] GOOS="linux" GOARCH="amd64" GOARM=""
12:08:21 [2022-06-21T12:08:21.541Z] === RUN   TestDockerSuite/TestBuildExpose
12:08:21 [2022-06-21T12:08:21.541Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
12:08:21 [2022-06-21T12:08:21.541Z] === RUN   TestDockerSuite/TestBuildExposeOrder
12:08:21 [2022-06-21T12:08:21.802Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
12:08:22 [2022-06-21T12:08:22.375Z] === RUN   TestDockerSuite/TestBuildFails
12:08:22 [2022-06-21T12:08:22.947Z]     docker_api_swarm_test.go:585: [dcc7b40dc9fd1] joining swarm manager [d9e1127f4f721]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:08:23 [2022-06-21T12:08:23.519Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
12:08:23 [2022-06-21T12:08:23.519Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
12:08:26 [2022-06-21T12:08:26.068Z]     check_test.go:378: [d944e59e24343] daemon is not started
12:08:26 [2022-06-21T12:08:26.329Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
12:08:28 [2022-06-21T12:08:28.245Z] === RUN   TestDockerSuite/TestBuildForceRm
12:08:29 [2022-06-21T12:08:29.633Z] === RUN   TestDockerSuite/TestBuildFromGit
12:08:31 [2022-06-21T12:08:31.018Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
12:08:31 [2022-06-21T12:08:31.590Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
12:08:32 [2022-06-21T12:08:32.533Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
12:08:33 [2022-06-21T12:08:33.919Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
12:08:34 [2022-06-21T12:08:34.860Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
12:08:35 [2022-06-21T12:08:35.121Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
12:08:36 [2022-06-21T12:08:36.507Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
12:08:36 [2022-06-21T12:08:36.507Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
12:08:36 [2022-06-21T12:08:36.507Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
12:08:37 [2022-06-21T12:08:37.078Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
12:08:39 [2022-06-21T12:08:39.624Z]     docker_api_swarm_test.go:46: [dca52eb23a37d] joining swarm manager [d5760a1f4d302]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:08:39 [2022-06-21T12:08:39.624Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
12:08:41 [2022-06-21T12:08:41.010Z] === RUN   TestDockerSuite/TestBuildHistory
12:08:45 [2022-06-21T12:08:45.215Z] === RUN   TestDockerSuite/TestBuildIidFile
12:08:45 [2022-06-21T12:08:45.215Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
12:08:46 [2022-06-21T12:08:46.156Z] === RUN   TestDockerSuite/TestBuildInheritance
12:08:46 [2022-06-21T12:08:46.728Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
12:08:47 [2022-06-21T12:08:47.301Z] === RUN   TestDockerSuite/TestBuildInvalidTag
12:08:47 [2022-06-21T12:08:47.301Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
12:08:48 [2022-06-21T12:08:48.245Z] === RUN   TestDockerSuite/TestBuildLabel
12:08:48 [2022-06-21T12:08:48.506Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
12:08:49 [2022-06-21T12:08:49.076Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
12:08:49 [2022-06-21T12:08:49.337Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
12:08:49 [2022-06-21T12:08:49.598Z] === RUN   TestDockerSuite/TestBuildLabels
12:08:50 [2022-06-21T12:08:50.169Z] === RUN   TestDockerSuite/TestBuildLabelsCache
12:08:52 [2022-06-21T12:08:52.085Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
12:08:54 [2022-06-21T12:08:54.644Z] === RUN   TestDockerSuite/TestBuildLastModified
12:08:57 [2022-06-21T12:08:57.189Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
12:08:58 [2022-06-21T12:08:58.133Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
12:09:00 [2022-06-21T12:09:00.049Z] === RUN   TestDockerSuite/TestBuildLineBreak
12:09:04 [2022-06-21T12:09:04.309Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
12:09:04 [2022-06-21T12:09:04.309Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
12:09:04 [2022-06-21T12:09:04.309Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
12:09:04 [2022-06-21T12:09:04.309Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
12:09:04 [2022-06-21T12:09:04.309Z] === RUN   TestDockerSuite/TestBuildMaintainer
12:09:04 [2022-06-21T12:09:04.570Z] === RUN   TestDockerSuite/TestBuildMissingArgs
12:09:04 [2022-06-21T12:09:04.570Z] --- PASS: TestImportExtremelyLargeImageWorks (178.93s)
12:09:04 [2022-06-21T12:09:04.570Z] PASS
12:09:04 [2022-06-21T12:09:04.570Z] 
12:09:04 [2022-06-21T12:09:04.570Z] DONE 22 tests in 183.406s
12:09:04 [2022-06-21T12:09:04.570Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
12:09:04 [2022-06-21T12:09:04.570Z] ++ 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
12:09:04 [2022-06-21T12:09:04.570Z] ++ set -e
12:09:04 [2022-06-21T12:09:04.570Z] ++ '[' -n 0 ']'
12:09:04 [2022-06-21T12:09:04.570Z] ++ set -x
12:09:04 [2022-06-21T12:09:04.570Z] ++ 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
12:09:04 [2022-06-21T12:09:04.570Z] === RUN   TestStripANSICommands
12:09:04 [2022-06-21T12:09:04.570Z] === RUN   TestStripANSICommands/#00
12:09:04 [2022-06-21T12:09:04.570Z] === RUN   TestStripANSICommands/#01
12:09:04 [2022-06-21T12:09:04.570Z] --- PASS: TestStripANSICommands (0.00s)
12:09:04 [2022-06-21T12:09:04.570Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
12:09:04 [2022-06-21T12:09:04.570Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
12:09:04 [2022-06-21T12:09:04.570Z] PASS
12:09:04 [2022-06-21T12:09:04.570Z] 
12:09:04 [2022-06-21T12:09:04.570Z] DONE 3 tests in 0.047s
12:09:04 [2022-06-21T12:09:04.570Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
12:09:04 [2022-06-21T12:09:04.570Z] ++ 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
12:09:04 [2022-06-21T12:09:04.570Z] ++ set -e
12:09:04 [2022-06-21T12:09:04.570Z] ++ '[' -n 0 ']'
12:09:04 [2022-06-21T12:09:04.570Z] ++ set -x
12:09:04 [2022-06-21T12:09:04.570Z] ++ 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
12:09:04 [2022-06-21T12:09:04.830Z] INFO: Testing against a local daemon
12:09:04 [2022-06-21T12:09:04.830Z] === RUN   TestNetworkCreateDelete
12:09:04 [2022-06-21T12:09:04.831Z] --- PASS: TestNetworkCreateDelete (0.17s)
12:09:04 [2022-06-21T12:09:04.831Z] === RUN   TestDockerNetworkDeletePreferID
12:09:05 [2022-06-21T12:09:05.402Z] --- PASS: TestDockerNetworkDeletePreferID (0.42s)
12:09:05 [2022-06-21T12:09:05.402Z] === RUN   TestDaemonDNSFallback
12:09:05 [2022-06-21T12:09:05.663Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
12:09:07 [2022-06-21T12:09:07.047Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
12:09:09 [2022-06-21T12:09:09.591Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
12:09:09 [2022-06-21T12:09:09.591Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
12:09:09 [2022-06-21T12:09:09.851Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
12:09:12 [2022-06-21T12:09:12.396Z] --- PASS: TestDaemonDNSFallback (6.63s)
12:09:12 [2022-06-21T12:09:12.396Z] === RUN   TestInspectNetwork
12:09:15 [2022-06-21T12:09:15.701Z] === RUN   TestInspectNetwork/full_network_id
12:09:15 [2022-06-21T12:09:15.701Z] === RUN   TestInspectNetwork/partial_network_id
12:09:15 [2022-06-21T12:09:15.701Z] === RUN   TestInspectNetwork/network_name
12:09:15 [2022-06-21T12:09:15.701Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
12:09:17 [2022-06-21T12:09:17.101Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
12:09:19 [2022-06-21T12:09:19.646Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
12:09:19 [2022-06-21T12:09:19.906Z] --- PASS: TestInspectNetwork (8.08s)
12:09:19 [2022-06-21T12:09:19.906Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
12:09:19 [2022-06-21T12:09:19.906Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
12:09:19 [2022-06-21T12:09:19.906Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
12:09:19 [2022-06-21T12:09:19.906Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
12:09:19 [2022-06-21T12:09:19.906Z] === RUN   TestRunContainerWithBridgeNone
12:09:20 [2022-06-21T12:09:20.167Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
12:09:22 [2022-06-21T12:09:22.081Z] --- PASS: TestRunContainerWithBridgeNone (2.00s)
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/create
12:09:22 [2022-06-21T12:09:22.081Z] === PAUSE TestNetworkInvalidJSON/networks/create
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
12:09:22 [2022-06-21T12:09:22.081Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
12:09:22 [2022-06-21T12:09:22.081Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
12:09:22 [2022-06-21T12:09:22.081Z] === CONT  TestNetworkInvalidJSON/networks/create
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
12:09:22 [2022-06-21T12:09:22.081Z]     docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
12:09:22 [2022-06-21T12:09:22.081Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
12:09:22 [2022-06-21T12:09:22.081Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
12:09:22 [2022-06-21T12:09:22.081Z] --- PASS: TestNetworkInvalidJSON (0.05s)
12:09:22 [2022-06-21T12:09:22.081Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
12:09:22 [2022-06-21T12:09:22.081Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
12:09:22 [2022-06-21T12:09:22.081Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
12:09:22 [2022-06-21T12:09:22.081Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
12:09:22 [2022-06-21T12:09:22.081Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
12:09:22 [2022-06-21T12:09:22.081Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.02s)
12:09:22 [2022-06-21T12:09:22.081Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
12:09:22 [2022-06-21T12:09:22.081Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.01s)
12:09:22 [2022-06-21T12:09:22.081Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
12:09:22 [2022-06-21T12:09:22.081Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
12:09:22 [2022-06-21T12:09:22.081Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.02s)
12:09:22 [2022-06-21T12:09:22.081Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
12:09:22 [2022-06-21T12:09:22.081Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
12:09:22 [2022-06-21T12:09:22.081Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.01s)
12:09:22 [2022-06-21T12:09:22.081Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkList
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkList//networks
12:09:22 [2022-06-21T12:09:22.081Z] === PAUSE TestNetworkList//networks
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestNetworkList//networks/
12:09:22 [2022-06-21T12:09:22.081Z] === PAUSE TestNetworkList//networks/
12:09:22 [2022-06-21T12:09:22.081Z] === CONT  TestNetworkList//networks
12:09:22 [2022-06-21T12:09:22.081Z] === CONT  TestNetworkList//networks/
12:09:22 [2022-06-21T12:09:22.081Z] --- PASS: TestNetworkList (0.03s)
12:09:22 [2022-06-21T12:09:22.081Z]     --- PASS: TestNetworkList//networks/ (0.00s)
12:09:22 [2022-06-21T12:09:22.081Z]     --- PASS: TestNetworkList//networks (0.00s)
12:09:22 [2022-06-21T12:09:22.081Z] === RUN   TestHostIPv4BridgeLabel
12:09:22 [2022-06-21T12:09:22.651Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
12:09:22 [2022-06-21T12:09:22.651Z] === RUN   TestDaemonRestartWithLiveRestore
12:09:23 [2022-06-21T12:09:23.594Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
12:09:23 [2022-06-21T12:09:23.594Z] === RUN   TestDaemonDefaultNetworkPools
12:09:24 [2022-06-21T12:09:24.538Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s)
12:09:24 [2022-06-21T12:09:24.538Z] === RUN   TestDaemonRestartWithExistingNetwork
12:09:25 [2022-06-21T12:09:25.480Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
12:09:25 [2022-06-21T12:09:25.742Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
12:09:25 [2022-06-21T12:09:25.742Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
12:09:25 [2022-06-21T12:09:25.742Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
12:09:27 [2022-06-21T12:09:27.127Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s)
12:09:27 [2022-06-21T12:09:27.127Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
12:09:27 [2022-06-21T12:09:27.388Z] === RUN   TestDockerSuite/TestBuildMultipleTags
12:09:27 [2022-06-21T12:09:27.388Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
12:09:27 [2022-06-21T12:09:27.388Z] === RUN   TestServiceWithPredefinedNetwork
12:09:27 [2022-06-21T12:09:27.650Z] === RUN   TestDockerSuite/TestBuildNetContainer
12:09:29 [2022-06-21T12:09:29.033Z] === RUN   TestDockerSuite/TestBuildNetNone
12:09:29 [2022-06-21T12:09:29.605Z] === RUN   TestDockerSuite/TestBuildNoContext
12:09:30 [2022-06-21T12:09:30.546Z] --- PASS: TestServiceWithPredefinedNetwork (2.84s)
12:09:30 [2022-06-21T12:09:30.546Z] === RUN   TestServiceRemoveKeepsIngressNetwork
12:09:30 [2022-06-21T12:09:30.546Z]     service_test.go:243: FLAKY_TEST
12:09:30 [2022-06-21T12:09:30.546Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
12:09:30 [2022-06-21T12:09:30.546Z] === RUN   TestServiceWithDataPathPortInit
12:09:30 [2022-06-21T12:09:30.546Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
12:09:31 [2022-06-21T12:09:31.118Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
12:09:33 [2022-06-21T12:09:33.032Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
12:09:33 [2022-06-21T12:09:33.032Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
12:09:33 [2022-06-21T12:09:33.292Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
12:09:33 [2022-06-21T12:09:33.553Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
12:09:33 [2022-06-21T12:09:33.813Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
12:09:34 [2022-06-21T12:09:34.073Z] === RUN   TestDockerSuite/TestBuildOnBuild
12:09:35 [2022-06-21T12:09:35.461Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
12:09:35 [2022-06-21T12:09:35.721Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
12:09:37 [2022-06-21T12:09:37.632Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
12:09:39 [2022-06-21T12:09:39.018Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
12:09:40 [2022-06-21T12:09:40.933Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
12:09:41 [2022-06-21T12:09:41.874Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
12:09:42 [2022-06-21T12:09:42.444Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
12:09:42 [2022-06-21T12:09:42.705Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
12:09:45 [2022-06-21T12:09:45.249Z] === RUN   TestDockerSuite/TestBuildPATH
12:09:46 [2022-06-21T12:09:46.190Z] --- PASS: TestServiceWithDataPathPortInit (15.72s)
12:09:46 [2022-06-21T12:09:46.190Z] === RUN   TestServiceWithDefaultAddressPoolInit
12:09:46 [2022-06-21T12:09:46.763Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
12:09:46 [2022-06-21T12:09:46.763Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
12:09:47 [2022-06-21T12:09:47.334Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
12:09:48 [2022-06-21T12:09:48.279Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
12:09:49 [2022-06-21T12:09:49.223Z]     docker_api_swarm_test.go:304: [db6af1647f8f4] joining swarm manager [d8319c00ad29f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:09:50 [2022-06-21T12:09:50.166Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zel8oxjl30qwg1b3kokt1l3bo Created:2022-06-21 12:09:47.577139977 +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[67f0600e99d34734ad5ce35ab5b998349d13ff37dadae73aa508cb35cbbfbcf5:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.f54b0ajyg1nlh8vt5p7xn9ls5 EndpointID:78211a8412b703279e8f1e310076de0254864228ec13fc2efa902f26c6a8b0cf MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ad85578bbb952f563a1fdfe8ed281885367d8e2a95219cef211d92c335e04a7b 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:c24865e07691 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.f54b0ajyg1nlh8vt5p7xn9ls5 EndpointID:78211a8412b703279e8f1e310076de0254864228ec13fc2efa902f26c6a8b0cf EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
12:09:50 [2022-06-21T12:09:50.428Z]     docker_api_swarm_test.go:305: [d4a36331d270e] joining swarm manager [d8319c00ad29f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:09:52 [2022-06-21T12:09:52.973Z]     docker_api_swarm_test.go:351: Waiting for election to occur...
12:09:54 [2022-06-21T12:09:54.902Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.66s)
12:09:54 [2022-06-21T12:09:54.902Z] PASS
12:09:54 [2022-06-21T12:09:54.902Z] 
12:09:54 [2022-06-21T12:09:54.902Z] === Skipped
12:09:54 [2022-06-21T12:09:54.902Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
12:09:54 [2022-06-21T12:09:54.902Z]     service_test.go:243: FLAKY_TEST
12:09:54 [2022-06-21T12:09:54.902Z] 
12:09:54 [2022-06-21T12:09:54.902Z] DONE 38 tests, 1 skipped in 50.097s
12:09:54 [2022-06-21T12:09:54.902Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
12:09:54 [2022-06-21T12:09:54.902Z] ++ 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
12:09:54 [2022-06-21T12:09:54.902Z] ++ set -e
12:09:54 [2022-06-21T12:09:54.902Z] ++ '[' -n 0 ']'
12:09:54 [2022-06-21T12:09:54.902Z] ++ set -x
12:09:54 [2022-06-21T12:09:54.903Z] ++ 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
12:09:54 [2022-06-21T12:09:54.903Z] INFO: Testing against a local daemon
12:09:54 [2022-06-21T12:09:54.903Z] === RUN   TestDockerNetworkIpvlanPersistance
12:09:54 [2022-06-21T12:09:54.903Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:09:54 [2022-06-21T12:09:54.903Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
12:09:54 [2022-06-21T12:09:54.903Z] === RUN   TestDockerNetworkIpvlan
12:09:54 [2022-06-21T12:09:54.903Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:09:54 [2022-06-21T12:09:54.903Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
12:09:54 [2022-06-21T12:09:54.903Z] PASS
12:09:54 [2022-06-21T12:09:54.903Z] 
12:09:54 [2022-06-21T12:09:54.903Z] === Skipped
12:09:54 [2022-06-21T12:09:54.903Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
12:09:54 [2022-06-21T12:09:54.903Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:09:54 [2022-06-21T12:09:54.903Z] 
12:09:54 [2022-06-21T12:09:54.903Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
12:09:54 [2022-06-21T12:09:54.903Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
12:09:54 [2022-06-21T12:09:54.903Z] 
12:09:54 [2022-06-21T12:09:54.903Z] DONE 2 tests, 2 skipped in 0.141s
12:09:54 [2022-06-21T12:09:54.903Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
12:09:54 [2022-06-21T12:09:54.903Z] ++ 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
12:09:54 [2022-06-21T12:09:54.903Z] ++ set -e
12:09:54 [2022-06-21T12:09:54.903Z] ++ '[' -n 0 ']'
12:09:54 [2022-06-21T12:09:54.903Z] ++ set -x
12:09:54 [2022-06-21T12:09:54.903Z] ++ 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
12:09:55 [2022-06-21T12:09:55.163Z] INFO: Testing against a local daemon
12:09:55 [2022-06-21T12:09:55.163Z] === RUN   TestDockerNetworkMacvlanPersistance
12:09:55 [2022-06-21T12:09:55.426Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
12:09:56 [2022-06-21T12:09:56.368Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.35s)
12:09:56 [2022-06-21T12:09:56.368Z] === RUN   TestDockerNetworkMacvlan
12:09:57 [2022-06-21T12:09:57.310Z] === RUN   TestDockerNetworkMacvlan/Subinterface
12:09:58 [2022-06-21T12:09:58.251Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
12:09:58 [2022-06-21T12:09:58.512Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
12:09:59 [2022-06-21T12:09:59.083Z] === RUN   TestDockerNetworkMacvlan/NilParent
12:10:00 [2022-06-21T12:10:00.469Z] === RUN   TestDockerSuite/TestBuildRm
12:10:01 [2022-06-21T12:10:01.411Z] === RUN   TestDockerNetworkMacvlan/InternalMode
12:10:03 [2022-06-21T12:10:03.325Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
12:10:03 [2022-06-21T12:10:03.898Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
12:10:04 [2022-06-21T12:10:04.160Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
12:10:05 [2022-06-21T12:10:05.546Z] === RUN   TestDockerSuite/TestBuildScratchCopy
12:10:06 [2022-06-21T12:10:06.117Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
12:10:06 [2022-06-21T12:10:06.689Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
12:10:07 [2022-06-21T12:10:07.632Z]     docker_api_swarm_test.go:364: Waiting for possible election...
12:10:07 [2022-06-21T12:10:07.894Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
12:10:08 [2022-06-21T12:10:08.835Z] === RUN   TestDockerNetworkMacvlan/Addressing
12:10:09 [2022-06-21T12:10:09.096Z] === RUN   TestDockerSuite/TestBuildShellInherited
12:10:10 [2022-06-21T12:10:10.037Z] --- PASS: TestDockerNetworkMacvlan (13.35s)
12:10:10 [2022-06-21T12:10:10.037Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s)
12:10:10 [2022-06-21T12:10:10.037Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s)
12:10:10 [2022-06-21T12:10:10.037Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.39s)
12:10:10 [2022-06-21T12:10:10.037Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.25s)
12:10:10 [2022-06-21T12:10:10.037Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.24s)
12:10:10 [2022-06-21T12:10:10.037Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.86s)
12:10:10 [2022-06-21T12:10:10.037Z] PASS
12:10:10 [2022-06-21T12:10:10.037Z] 
12:10:10 [2022-06-21T12:10:10.037Z] DONE 8 tests in 14.969s
12:10:10 [2022-06-21T12:10:10.037Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
12:10:10 [2022-06-21T12:10:10.037Z] ++ 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
12:10:10 [2022-06-21T12:10:10.037Z] ++ set -e
12:10:10 [2022-06-21T12:10:10.037Z] ++ '[' -n 0 ']'
12:10:10 [2022-06-21T12:10:10.037Z] ++ set -x
12:10:10 [2022-06-21T12:10:10.037Z] ++ 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
12:10:10 [2022-06-21T12:10:10.037Z] testing: warning: no tests to run
12:10:10 [2022-06-21T12:10:10.037Z] PASS
12:10:10 [2022-06-21T12:10:10.037Z] 
12:10:10 [2022-06-21T12:10:10.037Z] DONE 0 tests in 0.030s
12:10:10 [2022-06-21T12:10:10.037Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
12:10:10 [2022-06-21T12:10:10.037Z] ++ 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
12:10:10 [2022-06-21T12:10:10.037Z] ++ set -e
12:10:10 [2022-06-21T12:10:10.037Z] ++ '[' -n 0 ']'
12:10:10 [2022-06-21T12:10:10.037Z] ++ set -x
12:10:10 [2022-06-21T12:10:10.037Z] ++ 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
12:10:10 [2022-06-21T12:10:10.037Z] === RUN   TestDockerSuite/TestBuildShellMultiple
12:10:10 [2022-06-21T12:10:10.037Z] INFO: Testing against a local daemon
12:10:10 [2022-06-21T12:10:10.037Z] === RUN   TestAuthZPluginAllowRequest
12:10:11 [2022-06-21T12:10:11.421Z] --- PASS: TestAuthZPluginAllowRequest (1.47s)
12:10:11 [2022-06-21T12:10:11.421Z] === RUN   TestAuthZPluginTLS
12:10:11 [2022-06-21T12:10:11.992Z] --- PASS: TestAuthZPluginTLS (0.56s)
12:10:11 [2022-06-21T12:10:11.992Z] === RUN   TestAuthZPluginDenyRequest
12:10:12 [2022-06-21T12:10:12.579Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
12:10:12 [2022-06-21T12:10:12.579Z] === RUN   TestAuthZPluginAPIDenyResponse
12:10:13 [2022-06-21T12:10:13.151Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
12:10:13 [2022-06-21T12:10:13.151Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
12:10:13 [2022-06-21T12:10:13.151Z] === RUN   TestAuthZPluginDenyResponse
12:10:13 [2022-06-21T12:10:13.151Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
12:10:13 [2022-06-21T12:10:13.412Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
12:10:13 [2022-06-21T12:10:13.412Z]     docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows
12:10:13 [2022-06-21T12:10:13.412Z] === RUN   TestDockerSuite/TestBuildSpaces
12:10:13 [2022-06-21T12:10:13.672Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
12:10:13 [2022-06-21T12:10:13.672Z] === RUN   TestAuthZPluginAllowEventStream
12:10:13 [2022-06-21T12:10:13.933Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
12:10:14 [2022-06-21T12:10:14.505Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
12:10:14 [2022-06-21T12:10:14.766Z] === RUN   TestDockerSuite/TestBuildStderr
12:10:15 [2022-06-21T12:10:15.027Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s)
12:10:15 [2022-06-21T12:10:15.027Z] === RUN   TestAuthZPluginErrorResponse
12:10:15 [2022-06-21T12:10:15.599Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
12:10:15 [2022-06-21T12:10:15.599Z] --- PASS: TestAuthZPluginErrorResponse (0.56s)
12:10:15 [2022-06-21T12:10:15.599Z] === RUN   TestAuthZPluginErrorRequest
12:10:16 [2022-06-21T12:10:16.170Z] --- PASS: TestAuthZPluginErrorRequest (0.55s)
12:10:16 [2022-06-21T12:10:16.170Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
12:10:16 [2022-06-21T12:10:16.744Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s)
12:10:16 [2022-06-21T12:10:16.744Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
12:10:18 [2022-06-21T12:10:18.129Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
12:10:18 [2022-06-21T12:10:18.705Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.87s)
12:10:18 [2022-06-21T12:10:18.705Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
12:10:18 [2022-06-21T12:10:18.966Z] === RUN   TestDockerSuite/TestBuildStopSignal
12:10:19 [2022-06-21T12:10:19.917Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
12:10:20 [2022-06-21T12:10:20.860Z]     docker_api_swarm_test.go:272: [d0a024f6d7ef4] joining swarm manager [dbc58b209fa01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:10:21 [2022-06-21T12:10:21.121Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.37s)
12:10:21 [2022-06-21T12:10:21.121Z] === RUN   TestAuthZPluginHeader
12:10:21 [2022-06-21T12:10:21.382Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
12:10:21 [2022-06-21T12:10:21.954Z] --- PASS: TestAuthZPluginHeader (0.89s)
12:10:21 [2022-06-21T12:10:21.954Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
12:10:22 [2022-06-21T12:10:22.226Z] === RUN   TestDockerSuite/TestBuildTagEvent
12:10:22 [2022-06-21T12:10:22.489Z]     docker_api_swarm_test.go:273: [d0717b92f9905] joining swarm manager [dbc58b209fa01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:10:23 [2022-06-21T12:10:23.060Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
12:10:24 [2022-06-21T12:10:24.028Z] === RUN   TestDockerSuite/TestBuildUser
12:10:25 [2022-06-21T12:10:25.941Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
12:10:26 [2022-06-21T12:10:26.390Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev
12:10:26 [2022-06-21T12:10:26.391Z] Copying nested executables into bundles/cross/linux/amd64-daemon
12:10:26 [2022-06-21T12:10:26.391Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev
12:10:26 [2022-06-21T12:10:26.391Z] GOOS="linux" GOARCH="amd64" GOARM=""
12:10:26 [2022-06-21T12:10:26.391Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev
12:10:26 [2022-06-21T12:10:26.391Z] Cross building: bundles/cross/windows/amd64
12:10:26 [2022-06-21T12:10:26.391Z] +++++++ cat ./cli/winresources/dockerd/winres.json
12:10:26 [2022-06-21T12:10:26.391Z] {
12:10:26 [2022-06-21T12:10:26.391Z]   "RT_GROUP_ICON": {
12:10:26 [2022-06-21T12:10:26.391Z]     "#1": {
12:10:26 [2022-06-21T12:10:26.391Z]       "0409": "../../winresources/docker.ico"
12:10:26 [2022-06-21T12:10:26.391Z]     }
12:10:26 [2022-06-21T12:10:26.391Z]   },
12:10:26 [2022-06-21T12:10:26.391Z]   "RT_MANIFEST": {
12:10:26 [2022-06-21T12:10:26.391Z]     "#1": {
12:10:26 [2022-06-21T12:10:26.391Z]       "0409": {
12:10:26 [2022-06-21T12:10:26.391Z]         "identity": {},
12:10:26 [2022-06-21T12:10:26.391Z]         "description": "Docker Engine",
12:10:26 [2022-06-21T12:10:26.391Z]         "minimum-os": "vista",
12:10:26 [2022-06-21T12:10:26.391Z]         "execution-level": "",
12:10:26 [2022-06-21T12:10:26.391Z]         "ui-access": false,
12:10:26 [2022-06-21T12:10:26.391Z]         "auto-elevate": false,
12:10:26 [2022-06-21T12:10:26.391Z]         "dpi-awareness": "unaware",
12:10:26 [2022-06-21T12:10:26.391Z]         "disable-theming": false,
12:10:26 [2022-06-21T12:10:26.391Z]         "disable-window-filtering": false,
12:10:26 [2022-06-21T12:10:26.391Z]         "high-resolution-scrolling-aware": false,
12:10:26 [2022-06-21T12:10:26.391Z]         "ultra-high-resolution-scrolling-aware": false,
12:10:26 [2022-06-21T12:10:26.391Z]         "long-path-aware": false,
12:10:26 [2022-06-21T12:10:26.391Z]         "printer-driver-isolation": false,
12:10:26 [2022-06-21T12:10:26.391Z]         "gdi-scaling": false,
12:10:26 [2022-06-21T12:10:26.391Z]         "segment-heap": false,
12:10:26 [2022-06-21T12:10:26.391Z]         "use-common-controls-v6": false
12:10:26 [2022-06-21T12:10:26.391Z]       }
12:10:26 [2022-06-21T12:10:26.391Z]     }
12:10:26 [2022-06-21T12:10:26.391Z]   },
12:10:26 [2022-06-21T12:10:26.391Z]   "RT_MESSAGETABLE": {
12:10:26 [2022-06-21T12:10:26.391Z]     "#1": {
12:10:26 [2022-06-21T12:10:26.391Z]       "0409": "../../winresources/event_messages.bin"
12:10:26 [2022-06-21T12:10:26.391Z]     }
12:10:26 [2022-06-21T12:10:26.391Z]   },
12:10:26 [2022-06-21T12:10:26.391Z]   "RT_VERSION": {
12:10:26 [2022-06-21T12:10:26.391Z]     "#1": {
12:10:26 [2022-06-21T12:10:26.391Z]       "0409": {
12:10:26 [2022-06-21T12:10:26.391Z]         "fixed": {
12:10:26 [2022-06-21T12:10:26.391Z]           "file_version": "0.0.0.0",
12:10:26 [2022-06-21T12:10:26.391Z]           "product_version": "0.0.0.0",
12:10:26 [2022-06-21T12:10:26.391Z]           "type": "Unknown"
12:10:26 [2022-06-21T12:10:26.391Z]         },
12:10:26 [2022-06-21T12:10:26.391Z]         "info": {
12:10:26 [2022-06-21T12:10:26.391Z]           "0000": {
12:10:26 [2022-06-21T12:10:26.391Z]             "CompanyName": "",
12:10:26 [2022-06-21T12:10:26.391Z]             "FileVersion": "dev",
12:10:26 [2022-06-21T12:10:26.391Z]             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
12:10:26 [2022-06-21T12:10:26.391Z]             "OriginalFileName": "dockerd-dev.exe",
12:10:26 [2022-06-21T12:10:26.391Z]             "ProductName": "",
12:10:26 [2022-06-21T12:10:26.391Z]             "ProductVersion": "dev",
12:10:26 [2022-06-21T12:10:26.391Z]             "SpecialBuild": "068ab5144244648bcba3b7261c41836a4ba5cf0f"
12:10:26 [2022-06-21T12:10:26.391Z]           }
12:10:26 [2022-06-21T12:10:26.391Z]         }
12:10:26 [2022-06-21T12:10:26.391Z]       }
12:10:26 [2022-06-21T12:10:26.391Z]     }
12:10:26 [2022-06-21T12:10:26.391Z]   }
12:10:26 [2022-06-21T12:10:26.391Z] }
12:10:26 [2022-06-21T12:10:26.391Z] cmd/dockerd/config.go
12:10:26 [2022-06-21T12:10:26.391Z] cmd/dockerd/config_windows.go
12:10:26 [2022-06-21T12:10:26.391Z] cmd/dockerd/daemon.go
12:10:26 [2022-06-21T12:10:26.391Z] cmd/dockerd/daemon_test.go
12:10:26 [2022-06-21T12:10:26.391Z] cmd/dockerd/daemon_windows.go
12:10:26 [2022-06-21T12:10:26.391Z] cmd/dockerd/docker.go
12:10:26 [2022-06-21T12:10:26.391Z] cmd/dockerd/docker_windows.go
12:10:26 [2022-06-21T12:10:26.391Z] cmd/dockerd/genwinres_windows.go
12:10:26 [2022-06-21T12:10:26.391Z] cmd/dockerd/metrics.go
12:10:26 [2022-06-21T12:10:26.391Z] cmd/dockerd/options.go
12:10:26 [2022-06-21T12:10:26.391Z] cmd/dockerd/options_test.go
12:10:26 [2022-06-21T12:10:26.391Z] cmd/dockerd/service_windows.go
12:10:26 [2022-06-21T12:10:26.391Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe
12:10:26 [2022-06-21T12:10:26.391Z] GOOS="windows" GOARCH="amd64" GOARM=""
12:10:26 [2022-06-21T12:10:26.883Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.82s)
12:10:26 [2022-06-21T12:10:26.884Z] === RUN   TestAuthZPluginV2Disable
12:10:28 [2022-06-21T12:10:28.274Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
12:10:30 [2022-06-21T12:10:30.821Z] --- PASS: TestAuthZPluginV2Disable (4.03s)
12:10:30 [2022-06-21T12:10:30.821Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
12:10:35 [2022-06-21T12:10:35.043Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.66s)
12:10:35 [2022-06-21T12:10:35.043Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
12:10:40 [2022-06-21T12:10:40.330Z] === RUN   TestDockerSuite/TestBuildVerboseOut
12:10:40 [2022-06-21T12:10:40.903Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
12:10:41 [2022-06-21T12:10:41.475Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
12:10:42 [2022-06-21T12:10:42.418Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
12:10:43 [2022-06-21T12:10:43.361Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
12:10:44 [2022-06-21T12:10:44.305Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
12:10:44 [2022-06-21T12:10:44.305Z]     docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows
12:10:44 [2022-06-21T12:10:44.305Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
12:10:44 [2022-06-21T12:10:44.305Z]     docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows
12:10:44 [2022-06-21T12:10:44.305Z] === RUN   TestDockerSuite/TestBuildWindowsUser
12:10:44 [2022-06-21T12:10:44.305Z]     docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows
12:10:44 [2022-06-21T12:10:44.305Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
12:10:44 [2022-06-21T12:10:44.305Z]     docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows
12:10:44 [2022-06-21T12:10:44.305Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
12:10:44 [2022-06-21T12:10:44.567Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
12:10:45 [2022-06-21T12:10:45.955Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
12:10:45 [2022-06-21T12:10:45.955Z] === RUN   TestDockerSuite/TestBuildWithFailure
12:10:46 [2022-06-21T12:10:46.899Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
12:10:47 [2022-06-21T12:10:47.161Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.63s)
12:10:47 [2022-06-21T12:10:47.161Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
12:10:48 [2022-06-21T12:10:48.102Z] === RUN   TestDockerSuite/TestBuildWithTabs
12:10:48 [2022-06-21T12:10:48.675Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
12:10:48 [2022-06-21T12:10:48.675Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
12:10:50 [2022-06-21T12:10:50.588Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
12:10:51 [2022-06-21T12:10:51.531Z] === RUN   TestDockerSuite/TestBuildWithVolumes
12:10:52 [2022-06-21T12:10:52.101Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
12:10:52 [2022-06-21T12:10:52.361Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
12:10:52 [2022-06-21T12:10:52.936Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
12:10:52 [2022-06-21T12:10:52.936Z]     docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows
12:10:52 [2022-06-21T12:10:52.936Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
12:10:53 [2022-06-21T12:10:53.509Z] === RUN   TestDockerSuite/TestBuildXZHost
12:10:54 [2022-06-21T12:10:54.923Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
12:10:54 [2022-06-21T12:10:54.923Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
12:10:54 [2022-06-21T12:10:54.923Z]     docker_cli_sni_test.go:18: Flakey test
12:10:54 [2022-06-21T12:10:54.923Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
12:10:55 [2022-06-21T12:10:55.185Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
12:10:55 [2022-06-21T12:10:55.758Z] === RUN   TestDockerSuite/TestCommitChange
12:10:56 [2022-06-21T12:10:56.329Z] === RUN   TestDockerSuite/TestCommitChangeLabels
12:10:56 [2022-06-21T12:10:56.900Z] === RUN   TestDockerSuite/TestCommitHardlink
12:10:57 [2022-06-21T12:10:57.842Z] === RUN   TestDockerSuite/TestCommitNewFile
12:10:59 [2022-06-21T12:10:59.229Z] === RUN   TestDockerSuite/TestCommitPausedContainer
12:10:59 [2022-06-21T12:10:59.490Z] === RUN   TestDockerSuite/TestCommitTTY
12:11:00 [2022-06-21T12:11:00.432Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
12:11:01 [2022-06-21T12:11:01.003Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
12:11:02 [2022-06-21T12:11:02.386Z] === RUN   TestDockerSuite/TestCommitWithoutPause
12:11:02 [2022-06-21T12:11:02.646Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
12:11:02 [2022-06-21T12:11:02.646Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
12:11:02 [2022-06-21T12:11:02.646Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
12:11:02 [2022-06-21T12:11:02.907Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
12:11:02 [2022-06-21T12:11:02.907Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
12:11:02 [2022-06-21T12:11:02.907Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
12:11:02 [2022-06-21T12:11:02.907Z] === RUN   TestDockerSuite/TestContainerAPICommit
12:11:03 [2022-06-21T12:11:03.848Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s)
12:11:03 [2022-06-21T12:11:03.849Z] PASS
12:11:03 [2022-06-21T12:11:03.849Z] 
12:11:03 [2022-06-21T12:11:03.849Z] DONE 17 tests in 53.728s
12:11:03 [2022-06-21T12:11:03.849Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
12:11:03 [2022-06-21T12:11:03.849Z] ++ 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
12:11:03 [2022-06-21T12:11:03.849Z] ++ set -e
12:11:03 [2022-06-21T12:11:03.849Z] ++ '[' -n 0 ']'
12:11:03 [2022-06-21T12:11:03.849Z] ++ set -x
12:11:03 [2022-06-21T12:11:03.849Z] ++ 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
12:11:03 [2022-06-21T12:11:03.849Z] INFO: Testing against a local daemon
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
12:11:03 [2022-06-21T12:11:03.849Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
12:11:03 [2022-06-21T12:11:03.849Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/pull
12:11:03 [2022-06-21T12:11:03.849Z] === PAUSE TestPluginInvalidJSON/plugins/pull
12:11:03 [2022-06-21T12:11:03.849Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
12:11:03 [2022-06-21T12:11:03.849Z] === CONT  TestPluginInvalidJSON/plugins/pull
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
12:11:03 [2022-06-21T12:11:03.849Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
12:11:03 [2022-06-21T12:11:03.849Z] --- PASS: TestPluginInvalidJSON (0.04s)
12:11:03 [2022-06-21T12:11:03.849Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
12:11:03 [2022-06-21T12:11:03.849Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
12:11:03 [2022-06-21T12:11:03.849Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInstall
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestPluginInstall/no_auth
12:11:03 [2022-06-21T12:11:03.849Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
12:11:05 [2022-06-21T12:11:05.235Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
12:11:05 [2022-06-21T12:11:05.235Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
12:11:05 [2022-06-21T12:11:05.807Z] time="2022-06-21T12:11:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:11:05 [2022-06-21T12:11:05.807Z] time="2022-06-21T12:11:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:669d298e72299d3cc6e9797cbeb4d22bc86ed45a9821a4903f11a15e8dbcdd10" mediatype=application/vnd.docker.plugin.v1+json size=522
12:11:05 [2022-06-21T12:11:05.807Z] time="2022-06-21T12:11:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:11:05 [2022-06-21T12:11:05.807Z] time="2022-06-21T12:11:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:669d298e72299d3cc6e9797cbeb4d22bc86ed45a9821a4903f11a15e8dbcdd10" mediatype=application/vnd.docker.plugin.v1+json size=522
12:11:05 [2022-06-21T12:11:05.807Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
12:11:06 [2022-06-21T12:11:06.068Z] === RUN   TestPluginInstall/with_htpasswd
12:11:06 [2022-06-21T12:11:06.641Z] time="2022-06-21T12:11:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:11:06 [2022-06-21T12:11:06.641Z] time="2022-06-21T12:11:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cf1f1bce65b2f03a20932073376886d011a802e281216dca898334065b73fbdb" mediatype=application/vnd.docker.plugin.v1+json size=522
12:11:06 [2022-06-21T12:11:06.641Z] time="2022-06-21T12:11:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:11:06 [2022-06-21T12:11:06.641Z] time="2022-06-21T12:11:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cf1f1bce65b2f03a20932073376886d011a802e281216dca898334065b73fbdb" mediatype=application/vnd.docker.plugin.v1+json size=522
12:11:06 [2022-06-21T12:11:06.641Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
12:11:06 [2022-06-21T12:11:06.901Z] === RUN   TestPluginInstall/with_insecure
12:11:07 [2022-06-21T12:11:07.162Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
12:11:07 [2022-06-21T12:11:07.734Z] === RUN   TestDockerSuite/TestContainerAPICreate
12:11:07 [2022-06-21T12:11:07.995Z] time="2022-06-21T12:11:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:11:07 [2022-06-21T12:11:07.995Z] time="2022-06-21T12:11:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b6f3f86f963ae05c02eb6bab7bf6a1b251a252047d5d8bf0b453784d358b643f" mediatype=application/vnd.docker.plugin.v1+json size=522
12:11:07 [2022-06-21T12:11:07.995Z] time="2022-06-21T12:11:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
12:11:07 [2022-06-21T12:11:07.995Z] time="2022-06-21T12:11:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b6f3f86f963ae05c02eb6bab7bf6a1b251a252047d5d8bf0b453784d358b643f" mediatype=application/vnd.docker.plugin.v1+json size=522
12:11:08 [2022-06-21T12:11:08.256Z]     plugin_test.go:195: [d4a1849eec2ac] daemon is not started
12:11:08 [2022-06-21T12:11:08.256Z] --- PASS: TestPluginInstall (4.49s)
12:11:08 [2022-06-21T12:11:08.256Z]     --- PASS: TestPluginInstall/no_auth (2.32s)
12:11:08 [2022-06-21T12:11:08.256Z]     --- PASS: TestPluginInstall/with_htpasswd (0.87s)
12:11:08 [2022-06-21T12:11:08.256Z]     --- PASS: TestPluginInstall/with_insecure (1.29s)
12:11:08 [2022-06-21T12:11:08.256Z] === RUN   TestPluginsWithRuntimes
12:11:08 [2022-06-21T12:11:08.518Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
12:11:08 [2022-06-21T12:11:08.780Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
12:11:08 [2022-06-21T12:11:08.780Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
12:11:08 [2022-06-21T12:11:08.780Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
12:11:09 [2022-06-21T12:11:09.352Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
12:11:09 [2022-06-21T12:11:09.352Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
12:11:09 [2022-06-21T12:11:09.352Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
12:11:09 [2022-06-21T12:11:09.352Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
12:11:09 [2022-06-21T12:11:09.626Z] === RUN   TestDockerSuite/TestContainerAPIDelete
12:11:10 [2022-06-21T12:11:10.218Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
12:11:10 [2022-06-21T12:11:10.218Z] === RUN   TestPluginsWithRuntimes/No_Args
12:11:11 [2022-06-21T12:11:11.159Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
12:11:11 [2022-06-21T12:11:11.421Z] === RUN   TestPluginsWithRuntimes/With_Args
12:11:12 [2022-06-21T12:11:12.363Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
12:11:12 [2022-06-21T12:11:12.363Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
12:11:12 [2022-06-21T12:11:12.935Z] --- PASS: TestPluginsWithRuntimes (4.69s)
12:11:12 [2022-06-21T12:11:12.935Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.32s)
12:11:12 [2022-06-21T12:11:12.935Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.37s)
12:11:12 [2022-06-21T12:11:12.935Z] === RUN   TestPluginBackCompatMediaTypes
12:11:12 [2022-06-21T12:11:12.935Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
12:11:13 [2022-06-21T12:11:13.878Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
12:11:13 [2022-06-21T12:11:13.878Z] --- PASS: TestPluginBackCompatMediaTypes (0.89s)
12:11:13 [2022-06-21T12:11:13.878Z] PASS
12:11:13 [2022-06-21T12:11:13.878Z] 
12:11:13 [2022-06-21T12:11:13.878Z] DONE 24 tests in 10.233s
12:11:13 [2022-06-21T12:11:13.878Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
12:11:13 [2022-06-21T12:11:13.878Z] ++ 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
12:11:13 [2022-06-21T12:11:13.878Z] ++ set -e
12:11:13 [2022-06-21T12:11:13.878Z] ++ '[' -n 0 ']'
12:11:13 [2022-06-21T12:11:13.878Z] ++ set -x
12:11:13 [2022-06-21T12:11:13.878Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
12:11:14 [2022-06-21T12:11:14.139Z] INFO: Testing against a local daemon
12:11:14 [2022-06-21T12:11:14.139Z] === RUN   TestExternalGraphDriver
12:11:14 [2022-06-21T12:11:14.139Z] === RUN   TestExternalGraphDriver/json
12:11:14 [2022-06-21T12:11:14.400Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
12:11:14 [2022-06-21T12:11:14.400Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
12:11:15 [2022-06-21T12:11:15.344Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
12:11:15 [2022-06-21T12:11:15.604Z]     docker_api_swarm_node_test.go:20: [dee117ba294da] joining swarm manager [d9abc9fc03587]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:11:16 [2022-06-21T12:11:16.176Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
12:11:16 [2022-06-21T12:11:16.437Z] === RUN   TestExternalGraphDriver/spec
12:11:16 [2022-06-21T12:11:16.437Z]     docker_api_swarm_node_test.go:21: [d349755d27dd3] joining swarm manager [d9abc9fc03587]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:11:17 [2022-06-21T12:11:17.010Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
12:11:17 [2022-06-21T12:11:17.583Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
12:11:17 [2022-06-21T12:11:17.583Z] === RUN   TestDockerSuite/TestContainerAPIKill
12:11:18 [2022-06-21T12:11:18.155Z] === RUN   TestExternalGraphDriver/pull
12:11:18 [2022-06-21T12:11:18.416Z] === RUN   TestDockerSuite/TestContainerAPIPause
12:11:18 [2022-06-21T12:11:18.987Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
12:11:19 [2022-06-21T12:11:19.560Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
12:11:19 [2022-06-21T12:11:19.560Z] === RUN   TestDockerSuite/TestContainerAPIRename
12:11:20 [2022-06-21T12:11:20.134Z] --- PASS: TestExternalGraphDriver (5.99s)
12:11:20 [2022-06-21T12:11:20.134Z]     --- PASS: TestExternalGraphDriver/json (2.26s)
12:11:20 [2022-06-21T12:11:20.134Z]     --- PASS: TestExternalGraphDriver/spec (1.92s)
12:11:20 [2022-06-21T12:11:20.134Z]     --- PASS: TestExternalGraphDriver/pull (1.78s)
12:11:20 [2022-06-21T12:11:20.134Z] === RUN   TestGraphdriverPluginV2
12:11:20 [2022-06-21T12:11:20.394Z] === RUN   TestDockerSuite/TestContainerAPIRestart
12:11:21 [2022-06-21T12:11:21.334Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
12:11:22 [2022-06-21T12:11:22.277Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
12:11:22 [2022-06-21T12:11:22.277Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
12:11:22 [2022-06-21T12:11:22.277Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
12:11:22 [2022-06-21T12:11:22.277Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
12:11:22 [2022-06-21T12:11:22.277Z] === RUN   TestDockerSuite/TestContainerAPIStart
12:11:22 [2022-06-21T12:11:22.851Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
12:11:24 [2022-06-21T12:11:24.237Z] --- PASS: TestGraphdriverPluginV2 (4.17s)
12:11:24 [2022-06-21T12:11:24.237Z] PASS
12:11:24 [2022-06-21T12:11:24.237Z] 
12:11:24 [2022-06-21T12:11:24.237Z] DONE 5 tests in 10.303s
12:11:24 [2022-06-21T12:11:24.237Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
12:11:24 [2022-06-21T12:11:24.237Z] ++ 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
12:11:24 [2022-06-21T12:11:24.237Z] ++ set -e
12:11:24 [2022-06-21T12:11:24.237Z] ++ '[' -n 0 ']'
12:11:24 [2022-06-21T12:11:24.237Z] ++ set -x
12:11:24 [2022-06-21T12:11:24.237Z] ++ 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
12:11:24 [2022-06-21T12:11:24.237Z] INFO: Testing against a local daemon
12:11:24 [2022-06-21T12:11:24.237Z] === RUN   TestContinueAfterPluginCrash
12:11:24 [2022-06-21T12:11:24.237Z] === PAUSE TestContinueAfterPluginCrash
12:11:24 [2022-06-21T12:11:24.237Z] === RUN   TestReadPluginNoRead
12:11:24 [2022-06-21T12:11:24.237Z] === PAUSE TestReadPluginNoRead
12:11:24 [2022-06-21T12:11:24.237Z] === RUN   TestDaemonStartWithLogOpt
12:11:24 [2022-06-21T12:11:24.237Z] === PAUSE TestDaemonStartWithLogOpt
12:11:24 [2022-06-21T12:11:24.237Z] === CONT  TestContinueAfterPluginCrash
12:11:24 [2022-06-21T12:11:24.237Z] === CONT  TestDaemonStartWithLogOpt
12:11:27 [2022-06-21T12:11:27.566Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
12:11:27 [2022-06-21T12:11:27.566Z] === RUN   TestDockerSuite/TestContainerAPIStop
12:11:27 [2022-06-21T12:11:27.827Z] === RUN   TestDockerSuite/TestContainerAPITop
12:11:28 [2022-06-21T12:11:28.088Z] --- PASS: TestDaemonStartWithLogOpt (3.68s)
12:11:28 [2022-06-21T12:11:28.088Z] === CONT  TestReadPluginNoRead
12:11:28 [2022-06-21T12:11:28.660Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
12:11:28 [2022-06-21T12:11:28.660Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
12:11:28 [2022-06-21T12:11:28.660Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
12:11:28 [2022-06-21T12:11:28.660Z] === RUN   TestDockerSuite/TestContainerAPIWait
12:11:31 [2022-06-21T12:11:31.208Z] === RUN   TestReadPluginNoRead/disabled_caching
12:11:31 [2022-06-21T12:11:31.468Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
12:11:31 [2022-06-21T12:11:31.468Z]     docker_api_swarm_test.go:502: [d4ba381276282] joining swarm manager [d0ea450618e52]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:11:32 [2022-06-21T12:11:32.042Z] === RUN   TestDockerSuite/TestContainerNetworkMode
12:11:32 [2022-06-21T12:11:32.612Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
12:11:32 [2022-06-21T12:11:32.873Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
12:11:33 [2022-06-21T12:11:33.135Z] --- PASS: TestContinueAfterPluginCrash (8.66s)
12:11:34 [2022-06-21T12:11:34.077Z] === RUN   TestReadPluginNoRead/default
12:11:35 [2022-06-21T12:11:35.462Z] === CONT  TestReadPluginNoRead
12:11:35 [2022-06-21T12:11:35.462Z]     read_test.go:92: [dab2a6d2e9316] daemon is not started
12:11:35 [2022-06-21T12:11:35.462Z] --- PASS: TestReadPluginNoRead (7.53s)
12:11:35 [2022-06-21T12:11:35.462Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.64s)
12:11:35 [2022-06-21T12:11:35.462Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.56s)
12:11:35 [2022-06-21T12:11:35.462Z]     --- PASS: TestReadPluginNoRead/default (1.49s)
12:11:35 [2022-06-21T12:11:35.462Z] PASS
12:11:35 [2022-06-21T12:11:35.462Z] 
12:11:35 [2022-06-21T12:11:35.462Z] DONE 6 tests in 11.313s
12:11:35 [2022-06-21T12:11:35.462Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
12:11:35 [2022-06-21T12:11:35.462Z] ++ 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
12:11:35 [2022-06-21T12:11:35.462Z] ++ set -e
12:11:35 [2022-06-21T12:11:35.462Z] ++ '[' -n 0 ']'
12:11:35 [2022-06-21T12:11:35.462Z] ++ set -x
12:11:35 [2022-06-21T12:11:35.462Z] ++ 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
12:11:35 [2022-06-21T12:11:35.722Z] testing: warning: no tests to run
12:11:35 [2022-06-21T12:11:35.722Z] PASS
12:11:35 [2022-06-21T12:11:35.722Z] 
12:11:35 [2022-06-21T12:11:35.722Z] DONE 0 tests in 0.057s
12:11:35 [2022-06-21T12:11:35.722Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
12:11:35 [2022-06-21T12:11:35.722Z] ++ 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
12:11:35 [2022-06-21T12:11:35.722Z] ++ set -e
12:11:35 [2022-06-21T12:11:35.722Z] ++ '[' -n 0 ']'
12:11:35 [2022-06-21T12:11:35.722Z] ++ set -x
12:11:35 [2022-06-21T12:11:35.722Z] ++ 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
12:11:35 [2022-06-21T12:11:35.722Z] INFO: Testing against a local daemon
12:11:35 [2022-06-21T12:11:35.723Z] === RUN   TestPluginWithDevMounts
12:11:35 [2022-06-21T12:11:35.723Z] === PAUSE TestPluginWithDevMounts
12:11:35 [2022-06-21T12:11:35.723Z] === CONT  TestPluginWithDevMounts
12:11:36 [2022-06-21T12:11:36.293Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
12:11:36 [2022-06-21T12:11:36.865Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
12:11:37 [2022-06-21T12:11:37.808Z] --- PASS: TestPluginWithDevMounts (1.80s)
12:11:37 [2022-06-21T12:11:37.808Z] PASS
12:11:37 [2022-06-21T12:11:37.808Z] 
12:11:37 [2022-06-21T12:11:37.808Z] DONE 1 tests in 1.916s
12:11:37 [2022-06-21T12:11:37.808Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
12:11:37 [2022-06-21T12:11:37.808Z] ++ 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
12:11:37 [2022-06-21T12:11:37.808Z] ++ set -e
12:11:37 [2022-06-21T12:11:37.808Z] ++ '[' -n 0 ']'
12:11:37 [2022-06-21T12:11:37.808Z] ++ set -x
12:11:37 [2022-06-21T12:11:37.808Z] ++ 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
12:11:37 [2022-06-21T12:11:37.808Z] INFO: Testing against a local daemon
12:11:37 [2022-06-21T12:11:37.808Z] === RUN   TestSecretInspect
12:11:38 [2022-06-21T12:11:38.378Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
12:11:39 [2022-06-21T12:11:39.322Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
12:11:39 [2022-06-21T12:11:39.894Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>}
12:11:40 [2022-06-21T12:11:40.155Z] --- PASS: TestSecretInspect (2.52s)
12:11:40 [2022-06-21T12:11:40.155Z] === RUN   TestSecretList
12:11:41 [2022-06-21T12:11:41.096Z]     docker_api_swarm_test.go:507: [da60dc1df889d] joining swarm manager [d0ea450618e52]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:11:41 [2022-06-21T12:11:41.357Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>}
12:11:42 [2022-06-21T12:11:42.740Z] --- PASS: TestSecretList (2.45s)
12:11:42 [2022-06-21T12:11:42.740Z] === RUN   TestSecretsCreateAndDelete
12:11:43 [2022-06-21T12:11:43.024Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>}
12:11:44 [2022-06-21T12:11:44.408Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>}
12:11:44 [2022-06-21T12:11:44.979Z] --- PASS: TestSecretsCreateAndDelete (2.37s)
12:11:44 [2022-06-21T12:11:44.979Z] === RUN   TestSecretsUpdate
12:11:45 [2022-06-21T12:11:45.920Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000f84d80_<nil>_<nil>}
12:11:47 [2022-06-21T12:11:47.304Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11981713945_/foo_false__<nil>_<nil>_<nil>_<nil>}
12:11:47 [2022-06-21T12:11:47.304Z] --- PASS: TestSecretsUpdate (2.20s)
12:11:47 [2022-06-21T12:11:47.304Z] === RUN   TestTemplatedSecret
12:11:48 [2022-06-21T12:11:48.690Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11981713945_/foo_true__<nil>_<nil>_<nil>_<nil>}
12:11:50 [2022-06-21T12:11:50.076Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-34100271815_/foo_false__<nil>_<nil>_<nil>_<nil>}
12:11:50 [2022-06-21T12:11:50.076Z] --- PASS: TestTemplatedSecret (2.68s)
12:11:50 [2022-06-21T12:11:50.076Z] === RUN   TestSecretCreateResolve
12:11:50 [2022-06-21T12:11:50.344Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-34100271815_/foo_true__<nil>_<nil>_<nil>_<nil>}
12:11:51 [2022-06-21T12:11:51.729Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-34100271815_/foo_true__0xc000f84db0_<nil>_<nil>_<nil>}
12:11:52 [2022-06-21T12:11:52.298Z] --- PASS: TestSecretCreateResolve (2.42s)
12:11:52 [2022-06-21T12:11:52.298Z] PASS
12:11:52 [2022-06-21T12:11:52.298Z] 
12:11:52 [2022-06-21T12:11:52.298Z] DONE 6 tests in 14.746s
12:11:52 [2022-06-21T12:11:52.298Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
12:11:52 [2022-06-21T12:11:52.298Z] ++ 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
12:11:52 [2022-06-21T12:11:52.298Z] ++ set -e
12:11:52 [2022-06-21T12:11:52.298Z] ++ '[' -n 0 ']'
12:11:52 [2022-06-21T12:11:52.298Z] ++ set -x
12:11:52 [2022-06-21T12:11:52.298Z] ++ 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
12:11:52 [2022-06-21T12:11:52.558Z] INFO: Testing against a local daemon
12:11:52 [2022-06-21T12:11:52.558Z] === RUN   TestServiceCreateInit
12:11:52 [2022-06-21T12:11:52.558Z] === RUN   TestServiceCreateInit/daemonInitDisabled
12:11:53 [2022-06-21T12:11:53.499Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000f84dc8_<nil>_<nil>}
12:11:54 [2022-06-21T12:11:54.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000f84de0_<nil>_<nil>}
12:11:56 [2022-06-21T12:11:56.267Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000f84df8_<nil>_<nil>}
12:11:56 [2022-06-21T12:11:56.267Z] === RUN   TestServiceCreateInit/daemonInitEnabled
12:11:57 [2022-06-21T12:11:57.651Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000f84e10_<nil>_<nil>}
12:11:59 [2022-06-21T12:11:59.040Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
12:12:00 [2022-06-21T12:12:00.005Z] --- PASS: TestServiceCreateInit (7.65s)
12:12:00 [2022-06-21T12:12:00.005Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.78s)
12:12:00 [2022-06-21T12:12:00.005Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.84s)
12:12:00 [2022-06-21T12:12:00.005Z] === RUN   TestCreateServiceMultipleTimes
12:12:00 [2022-06-21T12:12:00.267Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
12:12:00 [2022-06-21T12:12:00.267Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
12:12:00 [2022-06-21T12:12:00.267Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
12:12:00 [2022-06-21T12:12:00.267Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
12:12:00 [2022-06-21T12:12:00.267Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
12:12:00 [2022-06-21T12:12:00.267Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
12:12:00 [2022-06-21T12:12:00.267Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
12:12:00 [2022-06-21T12:12:00.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
12:12:00 [2022-06-21T12:12:00.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
12:12:00 [2022-06-21T12:12:00.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
12:12:00 [2022-06-21T12:12:00.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
12:12:00 [2022-06-21T12:12:00.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
12:12:00 [2022-06-21T12:12:00.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
12:12:00 [2022-06-21T12:12:00.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
12:12:00 [2022-06-21T12:12:00.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
12:12:00 [2022-06-21T12:12:00.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
12:12:00 [2022-06-21T12:12:00.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
12:12:00 [2022-06-21T12:12:00.530Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
12:12:02 [2022-06-21T12:12:02.853Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe
12:12:02 [2022-06-21T12:12:02.854Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json
12:12:02 [2022-06-21T12:12:02.854Z] {
12:12:02 [2022-06-21T12:12:02.854Z]   "RT_GROUP_ICON": {
12:12:02 [2022-06-21T12:12:02.854Z]     "#1": {
12:12:02 [2022-06-21T12:12:02.854Z]       "0409": "../../winresources/docker.ico"
12:12:02 [2022-06-21T12:12:02.854Z]     }
12:12:02 [2022-06-21T12:12:02.854Z]   },
12:12:02 [2022-06-21T12:12:02.854Z]   "RT_MANIFEST": {
12:12:02 [2022-06-21T12:12:02.854Z]     "#1": {
12:12:02 [2022-06-21T12:12:02.854Z]       "0409": {
12:12:02 [2022-06-21T12:12:02.854Z]         "identity": {},
12:12:02 [2022-06-21T12:12:02.854Z]         "description": "Docker Engine",
12:12:02 [2022-06-21T12:12:02.854Z]         "minimum-os": "vista",
12:12:02 [2022-06-21T12:12:02.854Z]         "execution-level": "",
12:12:02 [2022-06-21T12:12:02.854Z]         "ui-access": false,
12:12:02 [2022-06-21T12:12:02.854Z]         "auto-elevate": false,
12:12:02 [2022-06-21T12:12:02.854Z]         "dpi-awareness": "unaware",
12:12:02 [2022-06-21T12:12:02.854Z]         "disable-theming": false,
12:12:02 [2022-06-21T12:12:02.854Z]         "disable-window-filtering": false,
12:12:02 [2022-06-21T12:12:02.854Z]         "high-resolution-scrolling-aware": false,
12:12:02 [2022-06-21T12:12:02.854Z]         "ultra-high-resolution-scrolling-aware": false,
12:12:02 [2022-06-21T12:12:02.854Z]         "long-path-aware": false,
12:12:02 [2022-06-21T12:12:02.854Z]         "printer-driver-isolation": false,
12:12:02 [2022-06-21T12:12:02.854Z]         "gdi-scaling": false,
12:12:02 [2022-06-21T12:12:02.854Z]         "segment-heap": false,
12:12:02 [2022-06-21T12:12:02.854Z]         "use-common-controls-v6": false
12:12:02 [2022-06-21T12:12:02.854Z]       }
12:12:02 [2022-06-21T12:12:02.854Z]     }
12:12:02 [2022-06-21T12:12:02.854Z]   },
12:12:02 [2022-06-21T12:12:02.854Z]   "RT_MESSAGETABLE": {
12:12:02 [2022-06-21T12:12:02.854Z]     "#1": {
12:12:02 [2022-06-21T12:12:02.854Z]       "0409": "../../winresources/event_messages.bin"
12:12:02 [2022-06-21T12:12:02.854Z]     }
12:12:02 [2022-06-21T12:12:02.854Z]   },
12:12:02 [2022-06-21T12:12:02.854Z]   "RT_VERSION": {
12:12:02 [2022-06-21T12:12:02.854Z]     "#1": {
12:12:02 [2022-06-21T12:12:02.854Z]       "0409": {
12:12:02 [2022-06-21T12:12:02.854Z]         "fixed": {
12:12:02 [2022-06-21T12:12:02.854Z]           "file_version": "0.0.0.0",
12:12:02 [2022-06-21T12:12:02.854Z]           "product_version": "0.0.0.0",
12:12:02 [2022-06-21T12:12:02.854Z]           "type": "Unknown"
12:12:02 [2022-06-21T12:12:02.854Z]         },
12:12:02 [2022-06-21T12:12:02.854Z]         "info": {
12:12:02 [2022-06-21T12:12:02.854Z]           "0000": {
12:12:02 [2022-06-21T12:12:02.854Z]             "CompanyName": "",
12:12:02 [2022-06-21T12:12:02.854Z]             "FileVersion": "dev",
12:12:02 [2022-06-21T12:12:02.854Z]             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
12:12:02 [2022-06-21T12:12:02.854Z]             "OriginalFileName": "docker-proxy-dev.exe",
12:12:02 [2022-06-21T12:12:02.854Z]             "ProductName": "",
12:12:02 [2022-06-21T12:12:02.854Z]             "ProductVersion": "dev",
12:12:02 [2022-06-21T12:12:02.854Z]             "SpecialBuild": "068ab5144244648bcba3b7261c41836a4ba5cf0f"
12:12:02 [2022-06-21T12:12:02.854Z]           }
12:12:02 [2022-06-21T12:12:02.854Z]         }
12:12:02 [2022-06-21T12:12:02.854Z]       }
12:12:02 [2022-06-21T12:12:02.854Z]     }
12:12:02 [2022-06-21T12:12:02.854Z]   }
12:12:02 [2022-06-21T12:12:02.854Z] }
12:12:02 [2022-06-21T12:12:02.854Z] cmd/docker-proxy/genwinres_windows.go
12:12:02 [2022-06-21T12:12:02.854Z] cmd/docker-proxy/main.go
12:12:02 [2022-06-21T12:12:02.854Z] cmd/docker-proxy/network_proxy_test.go
12:12:02 [2022-06-21T12:12:02.854Z] cmd/docker-proxy/proxy.go
12:12:02 [2022-06-21T12:12:02.854Z] cmd/docker-proxy/sctp_proxy.go
12:12:02 [2022-06-21T12:12:02.854Z] cmd/docker-proxy/tcp_proxy.go
12:12:02 [2022-06-21T12:12:02.854Z] cmd/docker-proxy/udp_proxy.go
12:12:02 [2022-06-21T12:12:02.854Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe
12:12:02 [2022-06-21T12:12:02.854Z] GOOS="windows" GOARCH="amd64" GOARM=""
12:12:02 [2022-06-21T12:12:02.854Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe
12:12:02 [2022-06-21T12:12:02.854Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
12:12:02 [2022-06-21T12:12:02.854Z] remote: Enumerating objects: 23, done.
12:12:02 [2022-06-21T12:12:02.854Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
12:12:02 [2022-06-21T12:12:02.854Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
12:12:02 [2022-06-21T12:12:02.854Z] Receiving objects:   4% (1/23)
remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
12:12:02 [2022-06-21T12:12:02.854Z] 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 | 10.17 MiB/s, done.
12:12:02 [2022-06-21T12:12:02.854Z] Resolving deltas:   0% (0/2)
Resolving deltas:  50% (1/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
12:12:02 [2022-06-21T12:12:02.854Z] Building: bundles/cross/windows/amd64/containerutility.exe
12:12:03 [2022-06-21T12:12:03.078Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
12:12:03 [2022-06-21T12:12:03.788Z] Cross building: bundles/cross/linux/ppc64le
12:12:03 [2022-06-21T12:12:03.788Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev
12:12:03 [2022-06-21T12:12:03.788Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
12:12:05 [2022-06-21T12:12:05.623Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
12:12:05 [2022-06-21T12:12:05.887Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
12:12:11 [2022-06-21T12:12:11.644Z]     docker_api_swarm_node_test.go:81: [dfdb2f9dbf090] joining swarm manager [df5a6a6ed3c2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:12:11 [2022-06-21T12:12:11.644Z] === RUN   TestDockerSuite/TestCopyAndRestart
12:12:11 [2022-06-21T12:12:11.644Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
12:12:11 [2022-06-21T12:12:11.644Z] === RUN   TestDockerSuite/TestCpAbsolutePath
12:12:11 [2022-06-21T12:12:11.644Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
12:12:12 [2022-06-21T12:12:12.217Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
12:12:12 [2022-06-21T12:12:12.941Z] === RUN   TestDockerSuite/TestCpFromCaseA
12:12:13 [2022-06-21T12:12:13.203Z] === RUN   TestDockerSuite/TestCpFromCaseB
12:12:13 [2022-06-21T12:12:13.775Z] === RUN   TestDockerSuite/TestCpFromCaseC
12:12:14 [2022-06-21T12:12:14.717Z] === RUN   TestDockerSuite/TestCpFromCaseD
12:12:15 [2022-06-21T12:12:15.289Z] === RUN   TestDockerSuite/TestCpFromCaseE
12:12:16 [2022-06-21T12:12:16.236Z] === RUN   TestDockerSuite/TestCpFromCaseF
12:12:16 [2022-06-21T12:12:16.811Z] === RUN   TestDockerSuite/TestCpFromCaseG
12:12:17 [2022-06-21T12:12:17.382Z] === RUN   TestDockerSuite/TestCpFromCaseH
12:12:17 [2022-06-21T12:12:17.961Z] === RUN   TestDockerSuite/TestCpFromCaseI
12:12:18 [2022-06-21T12:12:18.545Z] --- PASS: TestCreateServiceMultipleTimes (18.35s)
12:12:18 [2022-06-21T12:12:18.545Z] === RUN   TestCreateServiceConflict
12:12:18 [2022-06-21T12:12:18.805Z] === RUN   TestDockerSuite/TestCpFromCaseJ
12:12:19 [2022-06-21T12:12:19.376Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
12:12:20 [2022-06-21T12:12:20.319Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
12:12:21 [2022-06-21T12:12:21.260Z] --- PASS: TestCreateServiceConflict (2.62s)
12:12:21 [2022-06-21T12:12:21.260Z] === RUN   TestCreateServiceMaxReplicas
12:12:21 [2022-06-21T12:12:21.260Z] === RUN   TestDockerSuite/TestCpGarbagePath
12:12:21 [2022-06-21T12:12:21.832Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
12:12:21 [2022-06-21T12:12:21.832Z] === RUN   TestDockerSuite/TestCpLocalOnly
12:12:21 [2022-06-21T12:12:21.832Z] === RUN   TestDockerSuite/TestCpNameHasColon
12:12:22 [2022-06-21T12:12:22.404Z] === RUN   TestDockerSuite/TestCpRelativePath
12:12:23 [2022-06-21T12:12:23.790Z] === RUN   TestDockerSuite/TestCpSpecialFiles
12:12:24 [2022-06-21T12:12:24.362Z]     docker_api_swarm_node_test.go:53: [d289a1a4367e5] joining swarm manager [d55925214ad7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:12:24 [2022-06-21T12:12:24.934Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
12:12:25 [2022-06-21T12:12:25.194Z] --- PASS: TestCreateServiceMaxReplicas (4.18s)
12:12:25 [2022-06-21T12:12:25.195Z] === RUN   TestCreateWithDuplicateNetworkNames
12:12:25 [2022-06-21T12:12:25.455Z]     docker_api_swarm_node_test.go:54: [dc2a63d224176] joining swarm manager [d55925214ad7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:12:25 [2022-06-21T12:12:25.716Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
12:12:26 [2022-06-21T12:12:26.659Z] === RUN   TestDockerSuite/TestCpToCaseA
12:12:28 [2022-06-21T12:12:28.044Z] === RUN   TestDockerSuite/TestCpToCaseB
12:12:28 [2022-06-21T12:12:28.615Z] === RUN   TestDockerSuite/TestCpToCaseC
12:12:29 [2022-06-21T12:12:29.998Z] === RUN   TestDockerSuite/TestCpToCaseD
12:12:33 [2022-06-21T12:12:33.297Z] === RUN   TestDockerSuite/TestCpToCaseE
12:12:34 [2022-06-21T12:12:34.682Z] === RUN   TestDockerSuite/TestCpToCaseF
12:12:35 [2022-06-21T12:12:35.253Z] === RUN   TestDockerSuite/TestCpToCaseG
12:12:38 [2022-06-21T12:12:38.564Z] === RUN   TestDockerSuite/TestCpToCaseH
12:12:39 [2022-06-21T12:12:39.506Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.99s)
12:12:39 [2022-06-21T12:12:39.506Z] === RUN   TestCreateServiceSecretFileMode
12:12:40 [2022-06-21T12:12:40.449Z] === RUN   TestDockerSuite/TestCpToCaseI
12:12:40 [2022-06-21T12:12:40.710Z] === RUN   TestDockerSuite/TestCpToCaseJ
12:12:42 [2022-06-21T12:12:42.624Z] --- PASS: TestCreateServiceSecretFileMode (3.02s)
12:12:42 [2022-06-21T12:12:42.624Z] === RUN   TestCreateServiceConfigFileMode
12:12:44 [2022-06-21T12:12:44.539Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
12:12:45 [2022-06-21T12:12:45.479Z] === RUN   TestDockerSuite/TestCpToDot
12:12:45 [2022-06-21T12:12:45.479Z] --- PASS: TestCreateServiceConfigFileMode (2.99s)
12:12:45 [2022-06-21T12:12:45.479Z] === RUN   TestCreateServiceSysctls
12:12:45 [2022-06-21T12:12:45.740Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
12:12:47 [2022-06-21T12:12:47.125Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
12:12:48 [2022-06-21T12:12:48.066Z] === RUN   TestDockerSuite/TestCpToStdout
12:12:49 [2022-06-21T12:12:49.008Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
12:12:49 [2022-06-21T12:12:49.008Z] --- PASS: TestCreateServiceSysctls (3.69s)
12:12:49 [2022-06-21T12:12:49.008Z] === RUN   TestCreateServiceCapabilities
12:12:49 [2022-06-21T12:12:49.949Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
12:12:50 [2022-06-21T12:12:50.210Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
12:12:50 [2022-06-21T12:12:50.782Z] === RUN   TestDockerSuite/TestCpVolumePath
12:12:51 [2022-06-21T12:12:51.724Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
12:12:51 [2022-06-21T12:12:51.985Z] === RUN   TestDockerSuite/TestCreateArgs
12:12:51 [2022-06-21T12:12:51.985Z] === RUN   TestDockerSuite/TestCreateByImageID
12:12:52 [2022-06-21T12:12:52.246Z] --- PASS: TestCreateServiceCapabilities (3.19s)
12:12:52 [2022-06-21T12:12:52.246Z] === RUN   TestInspect
12:12:52 [2022-06-21T12:12:52.246Z] === RUN   TestDockerSuite/TestCreateEchoStdout
12:12:52 [2022-06-21T12:12:52.820Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
12:12:52 [2022-06-21T12:12:52.820Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
12:12:52 [2022-06-21T12:12:52.820Z] === RUN   TestDockerSuite/TestCreateHostConfig
12:12:53 [2022-06-21T12:12:53.080Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
12:12:53 [2022-06-21T12:12:53.340Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
12:12:53 [2022-06-21T12:12:53.937Z] === RUN   TestDockerSuite/TestCreateLabels
12:12:53 [2022-06-21T12:12:53.937Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
12:12:53 [2022-06-21T12:12:53.937Z] === RUN   TestDockerSuite/TestCreateRM
12:12:54 [2022-06-21T12:12:54.199Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
12:12:54 [2022-06-21T12:12:54.199Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
12:12:54 [2022-06-21T12:12:54.199Z] === RUN   TestDockerSuite/TestCreateStopSignal
12:12:54 [2022-06-21T12:12:54.460Z] === RUN   TestDockerSuite/TestCreateStopTimeout
12:12:54 [2022-06-21T12:12:54.460Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
12:12:55 [2022-06-21T12:12:55.402Z] --- PASS: TestInspect (3.36s)
12:12:55 [2022-06-21T12:12:55.402Z] === RUN   TestCreateJob
12:12:56 [2022-06-21T12:12:56.343Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
12:12:56 [2022-06-21T12:12:56.343Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
12:12:56 [2022-06-21T12:12:56.343Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
12:12:57 [2022-06-21T12:12:57.727Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
12:12:59 [2022-06-21T12:12:59.642Z] --- PASS: TestCreateJob (4.07s)
12:12:59 [2022-06-21T12:12:59.642Z] === RUN   TestReplicatedJob
12:13:01 [2022-06-21T12:13:01.027Z] === RUN   TestDockerSuite/TestCreateWithPortRange
12:13:01 [2022-06-21T12:13:01.027Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
12:13:01 [2022-06-21T12:13:01.027Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
12:13:01 [2022-06-21T12:13:01.027Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
12:13:01 [2022-06-21T12:13:01.027Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
12:13:01 [2022-06-21T12:13:01.027Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
12:13:01 [2022-06-21T12:13:01.970Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
12:13:02 [2022-06-21T12:13:02.911Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
12:13:03 [2022-06-21T12:13:03.853Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
12:13:04 [2022-06-21T12:13:04.113Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
12:13:05 [2022-06-21T12:13:05.498Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
12:13:06 [2022-06-21T12:13:06.073Z] --- PASS: TestReplicatedJob (6.57s)
12:13:06 [2022-06-21T12:13:06.073Z] === RUN   TestUpdateReplicatedJob
12:13:06 [2022-06-21T12:13:06.645Z]     docker_api_swarm_test.go:202: [dcc8ad6c50f39] joining swarm manager [dcfe460bc9620]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:13:06 [2022-06-21T12:13:06.907Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
12:13:07 [2022-06-21T12:13:07.479Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
12:13:08 [2022-06-21T12:13:08.049Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
12:13:08 [2022-06-21T12:13:08.050Z] === RUN   TestDockerSuite/TestDevicePermissions
12:13:08 [2022-06-21T12:13:08.993Z] === RUN   TestDockerSuite/TestDockerFails
12:13:08 [2022-06-21T12:13:08.993Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
12:13:08 [2022-06-21T12:13:08.993Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
12:13:08 [2022-06-21T12:13:08.993Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
12:13:09 [2022-06-21T12:13:09.945Z] --- PASS: TestUpdateReplicatedJob (3.80s)
12:13:09 [2022-06-21T12:13:09.945Z] === RUN   TestServiceListWithStatuses
12:13:09 [2022-06-21T12:13:09.945Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
12:13:09 [2022-06-21T12:13:09.945Z] --- SKIP: TestServiceListWithStatuses (0.00s)
12:13:09 [2022-06-21T12:13:09.945Z] === RUN   TestDockerNetworkConnectAlias
12:13:09 [2022-06-21T12:13:09.945Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
12:13:10 [2022-06-21T12:13:10.526Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
12:13:11 [2022-06-21T12:13:11.910Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
12:13:11 [2022-06-21T12:13:11.910Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
12:13:11 [2022-06-21T12:13:11.910Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
12:13:11 [2022-06-21T12:13:11.910Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
12:13:15 [2022-06-21T12:13:15.209Z] --- PASS: TestDockerNetworkConnectAlias (4.67s)
12:13:15 [2022-06-21T12:13:15.209Z] === RUN   TestDockerNetworkReConnect
12:13:17 [2022-06-21T12:13:17.752Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
12:13:18 [2022-06-21T12:13:18.013Z] --- PASS: TestDockerNetworkReConnect (3.49s)
12:13:18 [2022-06-21T12:13:18.013Z] === RUN   TestServicePlugin
12:13:19 [2022-06-21T12:13:19.925Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
12:13:21 [2022-06-21T12:13:21.837Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
12:13:22 [2022-06-21T12:13:22.408Z]     plugin_test.go:61: [df66bb2ce0be4] joining swarm manager [da27daa20711e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:13:23 [2022-06-21T12:13:23.351Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
12:13:23 [2022-06-21T12:13:23.921Z]     plugin_test.go:64: [db7974f24a207] joining swarm manager [da27daa20711e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:13:24 [2022-06-21T12:13:24.182Z] === RUN   TestDockerSuite/TestEventsAttach
12:13:25 [2022-06-21T12:13:25.125Z] === RUN   TestDockerSuite/TestEventsCommit
12:13:25 [2022-06-21T12:13:25.698Z] === RUN   TestDockerSuite/TestEventsContainerEvents
12:13:26 [2022-06-21T12:13:26.270Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
12:13:26 [2022-06-21T12:13:26.851Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
12:13:27 [2022-06-21T12:13:27.424Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
12:13:28 [2022-06-21T12:13:28.830Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
12:13:29 [2022-06-21T12:13:29.771Z] === RUN   TestDockerSuite/TestEventsContainerRestart
12:13:30 [2022-06-21T12:13:30.032Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
12:13:32 [2022-06-21T12:13:32.578Z]     docker_api_swarm_test.go:384: [de7c2e6400622] joining swarm manager [da1061d87fd0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:13:32 [2022-06-21T12:13:32.578Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
12:13:33 [2022-06-21T12:13:33.520Z]     docker_api_swarm_test.go:385: [d633d17bb6484] joining swarm manager [da1061d87fd0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:13:34 [2022-06-21T12:13:34.462Z] === RUN   TestDockerSuite/TestEventsCopy
12:13:35 [2022-06-21T12:13:35.404Z] === RUN   TestDockerSuite/TestEventsFilterContainer
12:13:36 [2022-06-21T12:13:36.788Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
12:13:42 [2022-06-21T12:13:42.073Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
12:13:42 [2022-06-21T12:13:42.333Z] === RUN   TestDockerSuite/TestEventsFilterImageName
12:13:43 [2022-06-21T12:13:43.273Z] === RUN   TestDockerSuite/TestEventsFilterLabels
12:13:44 [2022-06-21T12:13:44.213Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
12:13:44 [2022-06-21T12:13:44.213Z] === RUN   TestDockerSuite/TestEventsFilterType
12:13:44 [2022-06-21T12:13:44.473Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
12:13:44 [2022-06-21T12:13:44.734Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
12:13:44 [2022-06-21T12:13:44.734Z] === RUN   TestDockerSuite/TestEventsFilters
12:13:45 [2022-06-21T12:13:45.679Z] === RUN   TestDockerSuite/TestEventsFormat
12:13:46 [2022-06-21T12:13:46.638Z] === RUN   TestDockerSuite/TestEventsFormatBadField
12:13:46 [2022-06-21T12:13:46.638Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
12:13:46 [2022-06-21T12:13:46.638Z] === RUN   TestDockerSuite/TestEventsImageImport
12:13:47 [2022-06-21T12:13:47.225Z] === RUN   TestDockerSuite/TestEventsImageLoad
12:13:47 [2022-06-21T12:13:47.485Z] === RUN   TestDockerSuite/TestEventsImagePull
12:13:48 [2022-06-21T12:13:48.055Z] === RUN   TestDockerSuite/TestEventsImageTag
12:13:49 [2022-06-21T12:13:49.435Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
12:13:49 [2022-06-21T12:13:49.435Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
12:13:49 [2022-06-21T12:13:49.435Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
12:13:49 [2022-06-21T12:13:49.435Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
12:13:49 [2022-06-21T12:13:49.435Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
12:13:49 [2022-06-21T12:13:49.435Z] === RUN   TestDockerSuite/TestEventsPluginOps
12:13:50 [2022-06-21T12:13:50.005Z] --- PASS: TestServicePlugin (31.81s)
12:13:50 [2022-06-21T12:13:50.005Z] === RUN   TestServiceUpdateLabel
12:13:51 [2022-06-21T12:13:51.390Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
12:13:52 [2022-06-21T12:13:52.331Z] === RUN   TestDockerSuite/TestEventsRename
12:13:52 [2022-06-21T12:13:52.592Z] --- PASS: TestServiceUpdateLabel (2.56s)
12:13:52 [2022-06-21T12:13:52.592Z] === RUN   TestServiceUpdateSecrets
12:13:52 [2022-06-21T12:13:52.852Z] === RUN   TestDockerSuite/TestEventsResize
12:13:53 [2022-06-21T12:13:53.423Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
12:13:57 [2022-06-21T12:13:57.838Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev
12:13:57 [2022-06-21T12:13:57.838Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev
12:13:57 [2022-06-21T12:13:57.838Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
12:13:57 [2022-06-21T12:13:57.838Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev
12:13:57 [2022-06-21T12:13:57.838Z] Cross building: bundles/cross/linux/s390x
12:13:57 [2022-06-21T12:13:57.838Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev
12:13:57 [2022-06-21T12:13:57.838Z] GOOS="linux" GOARCH="s390x" GOARM=""
12:13:58 [2022-06-21T12:13:58.705Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
12:13:59 [2022-06-21T12:13:59.276Z] === RUN   TestDockerSuite/TestEventsStreaming
12:13:59 [2022-06-21T12:13:59.846Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
12:14:03 [2022-06-21T12:14:03.147Z] === RUN   TestDockerSuite/TestEventsTop
12:14:03 [2022-06-21T12:14:03.147Z] === RUN   TestDockerSuite/TestEventsUntag
12:14:05 [2022-06-21T12:14:05.687Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
12:14:07 [2022-06-21T12:14:07.614Z] --- PASS: TestServiceUpdateSecrets (14.83s)
12:14:07 [2022-06-21T12:14:07.614Z] === RUN   TestServiceUpdateConfigs
12:14:11 [2022-06-21T12:14:11.820Z] === RUN   TestDockerSuite/TestExec
12:14:12 [2022-06-21T12:14:12.081Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
12:14:12 [2022-06-21T12:14:12.653Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
12:14:12 [2022-06-21T12:14:12.912Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
12:14:13 [2022-06-21T12:14:13.483Z] === RUN   TestDockerSuite/TestExecAPIStart
12:14:14 [2022-06-21T12:14:14.424Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
12:14:14 [2022-06-21T12:14:14.996Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
12:14:15 [2022-06-21T12:14:15.568Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
12:14:16 [2022-06-21T12:14:16.139Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
12:14:16 [2022-06-21T12:14:16.710Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
12:14:17 [2022-06-21T12:14:17.284Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
12:14:17 [2022-06-21T12:14:17.855Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
12:14:19 [2022-06-21T12:14:19.241Z] === RUN   TestDockerSuite/TestExecCgroup
12:14:19 [2022-06-21T12:14:19.811Z] === RUN   TestDockerSuite/TestExecEnv
12:14:20 [2022-06-21T12:14:20.382Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
12:14:21 [2022-06-21T12:14:21.768Z] === RUN   TestDockerSuite/TestExecExitStatus
12:14:22 [2022-06-21T12:14:22.029Z] --- PASS: TestServiceUpdateConfigs (14.82s)
12:14:22 [2022-06-21T12:14:22.029Z] === RUN   TestServiceUpdateNetwork
12:14:22 [2022-06-21T12:14:22.289Z] === RUN   TestDockerSuite/TestExecInspectID
12:14:24 [2022-06-21T12:14:24.845Z] === RUN   TestDockerSuite/TestExecInteractive
12:14:25 [2022-06-21T12:14:25.415Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
12:14:25 [2022-06-21T12:14:25.986Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
12:14:26 [2022-06-21T12:14:26.557Z] === RUN   TestDockerSuite/TestExecParseError
12:14:27 [2022-06-21T12:14:27.128Z] === RUN   TestDockerSuite/TestExecPausedContainer
12:14:27 [2022-06-21T12:14:27.698Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
12:14:27 [2022-06-21T12:14:27.959Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
12:14:29 [2022-06-21T12:14:29.343Z] === RUN   TestDockerSuite/TestExecSetEnv
12:14:29 [2022-06-21T12:14:29.343Z]     check_test.go:378: [d633d17bb6484] daemon is not started
12:14:29 [2022-06-21T12:14:29.343Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
12:14:29 [2022-06-21T12:14:29.913Z] === RUN   TestDockerSuite/TestExecStartFails
12:14:30 [2022-06-21T12:14:30.484Z] === RUN   TestDockerSuite/TestExecStateCleanup
12:14:31 [2022-06-21T12:14:31.867Z]     docker_api_swarm_test.go:802: [df2115ef07ba9] joining swarm manager [d70d4bbbcd073]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:14:32 [2022-06-21T12:14:32.808Z]     docker_api_swarm_test.go:802: [df3061fc1bdeb] joining swarm manager [d70d4bbbcd073]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:14:34 [2022-06-21T12:14:34.192Z]     docker_api_swarm_test.go:802: [d9fc5b87930e7] joining swarm manager [d70d4bbbcd073]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
12:14:35 [2022-06-21T12:14:35.132Z] --- PASS: TestServiceUpdateNetwork (13.08s)
12:14:35 [2022-06-21T12:14:35.132Z] === RUN   TestServiceUpdatePidsLimit
12:14:36 [2022-06-21T12:14:36.514Z]     docker_api_swarm_test.go:802: [d5034c2480229] joining swarm manager [d70d4bbbcd073]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
12:14:36 [2022-06-21T12:14:36.514Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
12:14:37 [2022-06-21T12:14:37.456Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
12:14:37 [2022-06-21T12:14:37.716Z]     docker_api_swarm_test.go:810: [dfbde2fb07fb9] joining swarm manager [d70d4bbbcd073]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
12:14:41 [2022-06-21T12:14:41.932Z] === RUN   TestDockerSuite/TestExecStopNotHanging
12:14:41 [2022-06-21T12:14:41.932Z] === RUN   TestDockerSuite/TestExecTTY
12:14:42 [2022-06-21T12:14:42.192Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
12:14:42 [2022-06-21T12:14:42.762Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
12:14:43 [2022-06-21T12:14:43.705Z] === RUN   TestDockerSuite/TestExecUlimits
12:14:44 [2022-06-21T12:14:44.275Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
12:14:44 [2022-06-21T12:14:44.275Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
12:14:44 [2022-06-21T12:14:44.275Z] === RUN   TestDockerSuite/TestExecWithImageUser
12:14:44 [2022-06-21T12:14:44.275Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
12:14:45 [2022-06-21T12:14:45.658Z] === RUN   TestDockerSuite/TestExecWithNoTERM
12:14:45 [2022-06-21T12:14:45.919Z] === RUN   TestDockerSuite/TestExecWithPrivileged
12:14:46 [2022-06-21T12:14:46.860Z] === RUN   TestDockerSuite/TestExecWithTERM
12:14:47 [2022-06-21T12:14:47.430Z] === RUN   TestDockerSuite/TestExecWithUser
12:14:48 [2022-06-21T12:14:48.006Z] === RUN   TestDockerSuite/TestGetContainerStats
12:14:52 [2022-06-21T12:14:52.206Z] --- PASS: TestServiceUpdatePidsLimit (16.45s)
12:14:52 [2022-06-21T12:14:52.206Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
12:14:52 [2022-06-21T12:14:52.206Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
12:14:52 [2022-06-21T12:14:52.206Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s)
12:14:52 [2022-06-21T12:14:52.206Z] PASS
12:14:52 [2022-06-21T12:14:52.206Z] 
12:14:52 [2022-06-21T12:14:52.206Z] === Skipped
12:14:52 [2022-06-21T12:14:52.206Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
12:14:52 [2022-06-21T12:14:52.206Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
12:14:52 [2022-06-21T12:14:52.206Z] 
12:14:52 [2022-06-21T12:14:52.206Z] DONE 27 tests, 1 skipped in 179.309s
12:14:52 [2022-06-21T12:14:52.206Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
12:14:52 [2022-06-21T12:14:52.206Z] ++ 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
12:14:52 [2022-06-21T12:14:52.206Z] ++ set -e
12:14:52 [2022-06-21T12:14:52.206Z] ++ '[' -n 0 ']'
12:14:52 [2022-06-21T12:14:52.206Z] ++ set -x
12:14:52 [2022-06-21T12:14:52.206Z] ++ 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
12:14:52 [2022-06-21T12:14:52.206Z] INFO: Testing against a local daemon
12:14:52 [2022-06-21T12:14:52.206Z] === RUN   TestSessionCreate
12:14:52 [2022-06-21T12:14:52.206Z] --- PASS: TestSessionCreate (0.02s)
12:14:52 [2022-06-21T12:14:52.206Z] === RUN   TestSessionCreateWithBadUpgrade
12:14:52 [2022-06-21T12:14:52.206Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
12:14:52 [2022-06-21T12:14:52.206Z] PASS
12:14:52 [2022-06-21T12:14:52.206Z] 
12:14:52 [2022-06-21T12:14:52.206Z] DONE 2 tests in 0.120s
12:14:52 [2022-06-21T12:14:52.206Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
12:14:52 [2022-06-21T12:14:52.206Z] ++ 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
12:14:52 [2022-06-21T12:14:52.206Z] ++ set -e
12:14:52 [2022-06-21T12:14:52.206Z] ++ '[' -n 0 ']'
12:14:52 [2022-06-21T12:14:52.206Z] ++ set -x
12:14:52 [2022-06-21T12:14:52.206Z] ++ 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
12:14:52 [2022-06-21T12:14:52.206Z] INFO: Testing against a local daemon
12:14:52 [2022-06-21T12:14:52.206Z] === RUN   TestCgroupDriverSystemdMemoryLimit
12:14:52 [2022-06-21T12:14:52.206Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
12:14:52 [2022-06-21T12:14:52.206Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
12:14:52 [2022-06-21T12:14:52.206Z] === RUN   TestDiskUsage
12:14:52 [2022-06-21T12:14:52.206Z] === PAUSE TestDiskUsage
12:14:52 [2022-06-21T12:14:52.206Z] === RUN   TestEventsExecDie
12:14:52 [2022-06-21T12:14:52.468Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
12:14:52 [2022-06-21T12:14:52.468Z] --- PASS: TestEventsExecDie (0.60s)
12:14:52 [2022-06-21T12:14:52.468Z] === RUN   TestEventsBackwardsCompatible
12:14:52 [2022-06-21T12:14:52.729Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
12:14:52 [2022-06-21T12:14:52.729Z] === RUN   TestEventsVolumeCreate
12:14:52 [2022-06-21T12:14:52.729Z] --- PASS: TestEventsVolumeCreate (0.06s)
12:14:52 [2022-06-21T12:14:52.729Z] === RUN   TestInfoBinaryCommits
12:14:52 [2022-06-21T12:14:52.729Z] --- PASS: TestInfoBinaryCommits (0.02s)
12:14:52 [2022-06-21T12:14:52.729Z] === RUN   TestInfoAPIVersioned
12:14:52 [2022-06-21T12:14:52.729Z] --- PASS: TestInfoAPIVersioned (0.01s)
12:14:52 [2022-06-21T12:14:52.729Z] === RUN   TestInfoAPI
12:14:52 [2022-06-21T12:14:52.729Z] --- PASS: TestInfoAPI (0.02s)
12:14:52 [2022-06-21T12:14:52.729Z] === RUN   TestInfoAPIWarnings
12:14:56 [2022-06-21T12:14:56.928Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
12:14:58 [2022-06-21T12:14:58.839Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
12:15:03 [2022-06-21T12:15:03.058Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
12:15:03 [2022-06-21T12:15:03.630Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
12:15:03 [2022-06-21T12:15:03.630Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
12:15:03 [2022-06-21T12:15:03.630Z] === RUN   TestDockerSuite/TestHealth
12:15:10 [2022-06-21T12:15:10.210Z] --- PASS: TestInfoAPIWarnings (16.54s)
12:15:10 [2022-06-21T12:15:10.211Z] === RUN   TestInfoDebug
12:15:10 [2022-06-21T12:15:10.211Z] --- PASS: TestInfoDebug (0.52s)
12:15:10 [2022-06-21T12:15:10.211Z] === RUN   TestInfoInsecureRegistries
12:15:10 [2022-06-21T12:15:10.211Z] --- PASS: TestInfoInsecureRegistries (0.53s)
12:15:10 [2022-06-21T12:15:10.211Z] === RUN   TestInfoRegistryMirrors
12:15:10 [2022-06-21T12:15:10.781Z] --- PASS: TestInfoRegistryMirrors (0.52s)
12:15:10 [2022-06-21T12:15:10.781Z] === RUN   TestLoginFailsWithBadCredentials
12:15:11 [2022-06-21T12:15:11.042Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s)
12:15:11 [2022-06-21T12:15:11.042Z] === RUN   TestPingCacheHeaders
12:15:11 [2022-06-21T12:15:11.042Z] --- PASS: TestPingCacheHeaders (0.02s)
12:15:11 [2022-06-21T12:15:11.042Z] === RUN   TestPingGet
12:15:11 [2022-06-21T12:15:11.042Z] --- PASS: TestPingGet (0.04s)
12:15:11 [2022-06-21T12:15:11.042Z] === RUN   TestPingHead
12:15:11 [2022-06-21T12:15:11.042Z] --- PASS: TestPingHead (0.03s)
12:15:11 [2022-06-21T12:15:11.042Z] === RUN   TestPingSwarmHeader
12:15:11 [2022-06-21T12:15:11.612Z] === RUN   TestPingSwarmHeader/before_swarm_init
12:15:12 [2022-06-21T12:15:12.183Z] === RUN   TestPingSwarmHeader/after_swarm_init
12:15:13 [2022-06-21T12:15:13.123Z] === RUN   TestPingSwarmHeader/after_swarm_leave
12:15:13 [2022-06-21T12:15:13.123Z] --- PASS: TestPingSwarmHeader (2.13s)
12:15:13 [2022-06-21T12:15:13.123Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
12:15:13 [2022-06-21T12:15:13.123Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
12:15:13 [2022-06-21T12:15:13.123Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
12:15:13 [2022-06-21T12:15:13.123Z] === RUN   TestVersion
12:15:13 [2022-06-21T12:15:13.123Z] --- PASS: TestVersion (0.01s)
12:15:13 [2022-06-21T12:15:13.123Z] === CONT  TestDiskUsage
12:15:13 [2022-06-21T12:15:13.693Z] === RUN   TestDiskUsage/empty
12:15:13 [2022-06-21T12:15:13.693Z] === RUN   TestDiskUsage/empty/container_types
12:15:13 [2022-06-21T12:15:13.693Z] === RUN   TestDiskUsage/empty/image_types
12:15:13 [2022-06-21T12:15:13.693Z] === RUN   TestDiskUsage/empty/volume_types
12:15:13 [2022-06-21T12:15:13.693Z] === RUN   TestDiskUsage/empty/build-cache_types
12:15:13 [2022-06-21T12:15:13.693Z] === RUN   TestDiskUsage/empty/container,_volume_types
12:15:13 [2022-06-21T12:15:13.693Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
12:15:13 [2022-06-21T12:15:13.693Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
12:15:13 [2022-06-21T12:15:13.693Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
12:15:13 [2022-06-21T12:15:13.693Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
12:15:13 [2022-06-21T12:15:13.693Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
12:15:13 [2022-06-21T12:15:13.693Z] === RUN   TestDiskUsage/after_LoadBusybox
12:15:13 [2022-06-21T12:15:13.953Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
12:15:13 [2022-06-21T12:15:13.953Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
12:15:13 [2022-06-21T12:15:13.953Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
12:15:13 [2022-06-21T12:15:13.953Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
12:15:13 [2022-06-21T12:15:13.953Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
12:15:13 [2022-06-21T12:15:13.953Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
12:15:13 [2022-06-21T12:15:13.953Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
12:15:13 [2022-06-21T12:15:13.953Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
12:15:13 [2022-06-21T12:15:13.953Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
12:15:13 [2022-06-21T12:15:13.953Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
12:15:13 [2022-06-21T12:15:13.953Z] === RUN   TestDiskUsage/after_container.Run
12:15:14 [2022-06-21T12:15:14.214Z] === RUN   TestDiskUsage/after_container.Run/container_types
12:15:14 [2022-06-21T12:15:14.214Z] === RUN   TestDiskUsage/after_container.Run/image_types
12:15:14 [2022-06-21T12:15:14.214Z] === RUN   TestDiskUsage/after_container.Run/volume_types
12:15:14 [2022-06-21T12:15:14.214Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
12:15:14 [2022-06-21T12:15:14.214Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
12:15:14 [2022-06-21T12:15:14.214Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
12:15:14 [2022-06-21T12:15:14.214Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
12:15:14 [2022-06-21T12:15:14.214Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
12:15:14 [2022-06-21T12:15:14.214Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
12:15:14 [2022-06-21T12:15:14.214Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
12:15:14 [2022-06-21T12:15:14.475Z] --- PASS: TestDiskUsage (1.21s)
12:15:14 [2022-06-21T12:15:14.475Z]     --- PASS: TestDiskUsage/empty (0.01s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.18s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]     --- PASS: TestDiskUsage/after_container.Run (0.34s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z] PASS
12:15:14 [2022-06-21T12:15:14.475Z] 
12:15:14 [2022-06-21T12:15:14.475Z] === Skipped
12:15:14 [2022-06-21T12:15:14.475Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
12:15:14 [2022-06-21T12:15:14.475Z] 
12:15:14 [2022-06-21T12:15:14.475Z] DONE 54 tests, 1 skipped in 22.559s
12:15:14 [2022-06-21T12:15:14.475Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
12:15:14 [2022-06-21T12:15:14.475Z] ++ 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
12:15:14 [2022-06-21T12:15:14.475Z] ++ set -e
12:15:14 [2022-06-21T12:15:14.475Z] ++ '[' -n 0 ']'
12:15:14 [2022-06-21T12:15:14.475Z] ++ set -x
12:15:14 [2022-06-21T12:15:14.475Z] ++ 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
12:15:14 [2022-06-21T12:15:14.475Z] INFO: Testing against a local daemon
12:15:14 [2022-06-21T12:15:14.475Z] === RUN   TestVolumesCreateAndList
12:15:14 [2022-06-21T12:15:14.475Z] --- PASS: TestVolumesCreateAndList (0.02s)
12:15:14 [2022-06-21T12:15:14.475Z] === RUN   TestVolumesRemove
12:15:14 [2022-06-21T12:15:14.475Z] --- PASS: TestVolumesRemove (0.06s)
12:15:14 [2022-06-21T12:15:14.475Z] === RUN   TestVolumesInspect
12:15:14 [2022-06-21T12:15:14.475Z] --- PASS: TestVolumesInspect (0.02s)
12:15:14 [2022-06-21T12:15:14.475Z] === RUN   TestVolumesInvalidJSON
12:15:14 [2022-06-21T12:15:14.475Z] === RUN   TestVolumesInvalidJSON/volumes/create
12:15:14 [2022-06-21T12:15:14.475Z] === PAUSE TestVolumesInvalidJSON/volumes/create
12:15:14 [2022-06-21T12:15:14.475Z] === CONT  TestVolumesInvalidJSON/volumes/create
12:15:14 [2022-06-21T12:15:14.475Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
12:15:14 [2022-06-21T12:15:14.475Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
12:15:14 [2022-06-21T12:15:14.475Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
12:15:14 [2022-06-21T12:15:14.475Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
12:15:14 [2022-06-21T12:15:14.475Z] --- PASS: TestVolumesInvalidJSON (0.01s)
12:15:14 [2022-06-21T12:15:14.475Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
12:15:14 [2022-06-21T12:15:14.475Z] PASS
12:15:14 [2022-06-21T12:15:14.475Z] 
12:15:14 [2022-06-21T12:15:14.475Z] DONE 9 tests in 0.203s
12:15:14 [2022-06-21T12:15:14.736Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
12:15:14 [2022-06-21T12:15:14.736Z] ++++ cat bundles/test-integration/docker.pid
12:15:14 [2022-06-21T12:15:14.736Z] +++ kill 6711
12:15:14 [2022-06-21T12:15:14.996Z] +++ /etc/init.d/apparmor stop
12:15:14 [2022-06-21T12:15:14.996Z] Leaving: AppArmorNo profiles have been unloaded.
12:15:14 [2022-06-21T12:15:14.996Z] 
12:15:14 [2022-06-21T12:15:14.996Z] Unloading profiles will leave already running processes permanently
12:15:14 [2022-06-21T12:15:14.996Z] unconfined, which can lead to unexpected situations.
12:15:14 [2022-06-21T12:15:14.996Z] 
12:15:14 [2022-06-21T12:15:14.996Z] To set a process to complain mode, use the command line tool
12:15:14 [2022-06-21T12:15:14.996Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
12:15:14 [2022-06-21T12:15:14.996Z] +++ true
12:15:14 [2022-06-21T12:15:14.996Z] exiting test-integration
12:15:14 [2022-06-21T12:15:14.996Z] ++ exit 0
12:15:14 [2022-06-21T12:15:14.996Z] 
12:15:15 [2022-06-21T12:15:15.567Z] + for job in $(jobs -p)
12:15:15 [2022-06-21T12:15:15.567Z] + wait 7030
12:15:23 [2022-06-21T12:15:23.696Z] === RUN   TestDockerSuite/TestHistoryExistentImage
12:15:23 [2022-06-21T12:15:23.696Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
12:15:23 [2022-06-21T12:15:23.696Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
12:15:23 [2022-06-21T12:15:23.696Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
12:15:23 [2022-06-21T12:15:23.696Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
12:15:23 [2022-06-21T12:15:23.696Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
12:15:24 [2022-06-21T12:15:24.267Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
12:15:24 [2022-06-21T12:15:24.267Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
12:15:24 [2022-06-21T12:15:24.267Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
12:15:24 [2022-06-21T12:15:24.528Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
12:15:24 [2022-06-21T12:15:24.528Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
12:15:24 [2022-06-21T12:15:24.788Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
12:15:25 [2022-06-21T12:15:25.059Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
12:15:25 [2022-06-21T12:15:25.322Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
12:15:25 [2022-06-21T12:15:25.322Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
12:15:25 [2022-06-21T12:15:25.903Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
12:15:26 [2022-06-21T12:15:26.164Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
12:15:26 [2022-06-21T12:15:26.734Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
12:15:27 [2022-06-21T12:15:27.309Z] === RUN   TestDockerSuite/TestImagesFormat
12:15:27 [2022-06-21T12:15:27.309Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
12:15:27 [2022-06-21T12:15:27.881Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
12:15:30 [2022-06-21T12:15:30.421Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
12:15:30 [2022-06-21T12:15:30.421Z] === RUN   TestDockerSuite/TestImportBadURL
12:15:30 [2022-06-21T12:15:30.421Z] === RUN   TestDockerSuite/TestImportDisplay
12:15:31 [2022-06-21T12:15:31.803Z] === RUN   TestDockerSuite/TestImportFile
12:15:32 [2022-06-21T12:15:32.745Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
12:15:32 [2022-06-21T12:15:32.745Z] === RUN   TestDockerSuite/TestImportFileWithMessage
12:15:33 [2022-06-21T12:15:33.688Z] === RUN   TestDockerSuite/TestImportGzipped
12:15:35 [2022-06-21T12:15:35.070Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
12:15:36 [2022-06-21T12:15:36.013Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
12:15:36 [2022-06-21T12:15:36.584Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
12:15:37 [2022-06-21T12:15:37.156Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
12:15:37 [2022-06-21T12:15:37.416Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
12:15:37 [2022-06-21T12:15:37.416Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
12:15:37 [2022-06-21T12:15:37.416Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
12:15:37 [2022-06-21T12:15:37.987Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
12:15:38 [2022-06-21T12:15:38.559Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
12:15:39 [2022-06-21T12:15:39.131Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
12:15:39 [2022-06-21T12:15:39.391Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
12:15:39 [2022-06-21T12:15:39.961Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
12:15:40 [2022-06-21T12:15:40.222Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
12:15:40 [2022-06-21T12:15:40.222Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
12:15:41 [2022-06-21T12:15:41.627Z] === RUN   TestDockerSuite/TestInspectAmpersand
12:15:41 [2022-06-21T12:15:41.888Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
12:15:42 [2022-06-21T12:15:42.462Z] === RUN   TestDockerSuite/TestInspectByPrefix
12:15:42 [2022-06-21T12:15:42.462Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
12:15:42 [2022-06-21T12:15:42.722Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
12:15:42 [2022-06-21T12:15:42.722Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
12:15:42 [2022-06-21T12:15:42.722Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
12:15:43 [2022-06-21T12:15:43.664Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
12:15:43 [2022-06-21T12:15:43.924Z] === RUN   TestDockerSuite/TestInspectDefault
12:15:44 [2022-06-21T12:15:44.495Z] === RUN   TestDockerSuite/TestInspectHistory
12:15:45 [2022-06-21T12:15:45.066Z] === RUN   TestDockerSuite/TestInspectImage
12:15:45 [2022-06-21T12:15:45.066Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
12:15:45 [2022-06-21T12:15:45.066Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
12:15:45 [2022-06-21T12:15:45.066Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
12:15:45 [2022-06-21T12:15:45.066Z] === RUN   TestDockerSuite/TestInspectInt64
12:15:45 [2022-06-21T12:15:45.637Z] === RUN   TestDockerSuite/TestInspectJSONFields
12:15:45 [2022-06-21T12:15:45.897Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
12:15:45 [2022-06-21T12:15:45.897Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
12:15:46 [2022-06-21T12:15:46.158Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
12:15:46 [2022-06-21T12:15:46.730Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
12:15:47 [2022-06-21T12:15:47.302Z] === RUN   TestDockerSuite/TestInspectPlugin
12:15:49 [2022-06-21T12:15:49.280Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev
12:15:49 [2022-06-21T12:15:49.280Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev
12:15:49 [2022-06-21T12:15:49.280Z] GOOS="linux" GOARCH="s390x" GOARM=""
12:15:49 [2022-06-21T12:15:49.280Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev
12:15:49 [2022-06-21T12:15:49.280Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
12:15:49 [2022-06-21T12:15:49.603Z] + sudo modprobe ip6table_filter
[Pipeline] sh
12:15:49 [2022-06-21T12:15:49.848Z] === RUN   TestDockerSuite/TestInspectRootFS
12:15:49 [2022-06-21T12:15:49.849Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
12:15:49 [2022-06-21T12:15:49.849Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
12:15:49 [2022-06-21T12:15:49.882Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/test/unit
12:15:50 [2022-06-21T12:15:50.109Z] === RUN   TestDockerSuite/TestInspectStatus
12:15:50 [2022-06-21T12:15:50.142Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
12:15:50 [2022-06-21T12:15:50.142Z] + TESTFLAGS+=' -test.timeout=5m'
12:15:50 [2022-06-21T12:15:50.142Z] + TESTDIRS=./...
12:15:50 [2022-06-21T12:15:50.142Z] + exclude_paths='/vendor/|/integration'
12:15:50 [2022-06-21T12:15:50.142Z] ++ grep -vE '(/vendor/|/integration)'
12:15:50 [2022-06-21T12:15:50.142Z] ++ go list ./...
12:15:51 [2022-06-21T12:15:51.050Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
12:15:51 [2022-06-21T12:15:51.077Z] + pkg_list='github.com/docker/docker/api
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/backend/build
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/httpstatus
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/httputils
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/middleware
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/build
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/checkpoint
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/container
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/debug
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/distribution
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/grpc
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/image
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/network
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/plugin
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/session
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/swarm
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/system
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/server/router/volume
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/backend
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/blkiodev
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/container
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/events
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/filters
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/image
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/mount
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/network
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/plugins/logdriver
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/registry
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/strslice
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/swarm
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/swarm/runtime
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/time
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/versions
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/versions/v1p19
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/versions/v1p20
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/api/types/volume
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/builder
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/builder/builder-next
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/builder/builder-next/exporter
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/builder/builder-next/worker
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/builder/dockerfile
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/builder/remotecontext
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/builder/remotecontext/git
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/builder/remotecontext/urlutil
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/cli
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/cli/config
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/cli/debug
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/cli/winresources/docker-proxy
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/cli/winresources/dockerd
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/client
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/cmd/docker-proxy
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/cmd/dockerd
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/cmd/dockerd/trap
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/container
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/container/stream
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/contrib/apparmor
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/contrib/docker-device-tool
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/contrib/httpserver
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/cluster
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/cluster/convert
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/cluster/executor
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/cluster/executor/container
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/cluster/provider
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/config
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/events
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/events/testutils
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/exec
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver/aufs
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver/copy
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver/devmapper
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver/overlay
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver/register
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver/vfs
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/graphdriver/zfs
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/images
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/initlayer
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/links
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/listeners
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/awslogs
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/fluentd
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/gcplogs
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/gelf
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/journald
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/local
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/logentries
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/loggertest
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/loggerutils
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/splunk
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/syslog
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/logger/templates
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/names
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/network
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/daemon/stats
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/distribution
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/distribution/metadata
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/distribution/utils
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/distribution/xfer
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/dockerversion
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/errdefs
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/image
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/image/cache
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/image/tarexport
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/image/v1
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/internal/test/suite
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/layer
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libcontainerd
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libcontainerd/queue
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libcontainerd/remote
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libcontainerd/supervisor
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libcontainerd/types
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/bitseq
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/cluster
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/cmd/ovrouter
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/cmd/readme_test
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/config
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/datastore
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/diagnostic
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/discoverapi
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/driverapi
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/bridge
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/host
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/null
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/overlay
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/remote
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/windows
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/drvregistry
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/etchosts
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/idm
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/internal/caller
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/ipam
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/ipamapi
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/ipams/builtin
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/ipams/null
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/ipams/remote
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/ipamutils
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/iptables
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/netlabel
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/netutils
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/networkdb
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/ns
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/options
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/osl
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/osl/kernel
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/portallocator
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/portmapper
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/resolvconf
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/testutils
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/libnetwork/types
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/oci
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/oci/caps
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/opts
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/aaparser
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/archive
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/authorization
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/broadcaster
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/capabilities
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/chrootarchive
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/containerfs
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/devicemapper
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/directory
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/dmesg
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/fileutils
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/fsutils
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/homedir
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/idtools
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/ioutils
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/jsonmessage
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/longpath
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/loopback
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/namesgenerator
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/parsers
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/parsers/kernel
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/pidfile
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/platform
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/plugingetter
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/plugins
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/plugins/transport
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/pools
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/progress
12:15:51 [2022-06-21T12:15:51.077Z] github.com/docker/docker/pkg/pubsub
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/reexec
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/signal
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/stack
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/stdcopy
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/streamformatter
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/stringid
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/sysinfo
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/system
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/tailfile
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/tarsum
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/truncindex
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/urlutil
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/useragent
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/plugin
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/plugin/executor/containerd
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/plugin/v2
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/profiles/apparmor
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/profiles/seccomp
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/quota
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/reference
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/registry
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/registry/resumable
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/restartmanager
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/rootless
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/rootless/specconv
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/runconfig
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/runconfig/opts
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/daemon
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/environment
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/fakecontext
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/fakegit
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/fakestorage
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/fixtures/load
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/fixtures/plugin
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/registry
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/request
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume/drivers
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume/local
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume/mounts
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume/service
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume/service/opts
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume/testutils'
12:15:51 [2022-06-21T12:15:51.078Z] ++ echo 'github.com/docker/docker/api
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/backend/build
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/httpstatus
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/httputils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/middleware
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/build
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/checkpoint
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/container
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/debug
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/distribution
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/grpc
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/image
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/network
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/plugin
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/session
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/swarm
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/system
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/volume
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docke++ grep --fixed-strings -v /libnetwork
12:15:51 [2022-06-21T12:15:51.078Z] r/api/types/backend
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/blkiodev
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/container
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/events
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/filters
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/image
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/mount
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/network
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/plugins/logdriver
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/registry
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/strslice
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/swarm
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/swarm/runtime
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/time
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/versions
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/versions/v1p19
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/versions/v1p20
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/volume
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/builder
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/builder/builder-next
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/builder/builder-next/exporter
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/builder/builder-next/worker
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/builder/dockerfile
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/builder/remotecontext
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/builder/remotecontext/git
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/builder/remotecontext/urlutil
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/cli
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/cli/config
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/cli/debug
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/cli/winresources/docker-proxy
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/cli/winresources/dockerd
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/client
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/cmd/docker-proxy
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/cmd/dockerd
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/cmd/dockerd/trap
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/container
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/container/stream
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/contrib/apparmor
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/contrib/docker-device-tool
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/contrib/httpserver
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/cluster
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/cluster/convert
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/cluster/executor
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/cluster/executor/container
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/cluster/provider
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/config
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/events
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/events/testutils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/exec
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver/aufs
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver/copy
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver/devmapper
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver/overlay
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver/register
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver/vfs
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/graphdriver/zfs
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/images
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/initlayer
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/links
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/listeners
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/awslogs
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/fluentd
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/gcplogs
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/gelf
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/journald
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/local
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/logentries
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/loggertest
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/loggerutils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/splunk
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/syslog
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/logger/templates
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/names
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/network
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/daemon/stats
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/distribution
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/distribution/metadata
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/distribution/utils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/distribution/xfer
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/dockerversion
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/errdefs
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/image
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/image/cache
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/image/tarexport
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/image/v1
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/internal/test/suite
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/layer
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libcontainerd
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libcontainerd/queue
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libcontainerd/remote
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libcontainerd/supervisor
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libcontainerd/types
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/bitseq
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/cluster
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/cmd/ovrouter
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/cmd/readme_test
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/config
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/datastore
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/diagnostic
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/discoverapi
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/driverapi
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/bridge
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/host
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/null
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/overlay
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/remote
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/windows
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/drvregistry
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/etchosts
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/idm
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/internal/caller
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/ipam
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/ipamapi
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/ipams/builtin
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/ipams/null
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/ipams/remote
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/ipamutils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/iptables
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/netlabel
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/netutils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/networkdb
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/ns
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/options
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/osl
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/osl/kernel
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/portallocator
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/portmapper
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/resolvconf
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/testutils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/libnetwork/types
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/oci
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/oci/caps
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/opts
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/aaparser
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/archive
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/authorization
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/broadcaster
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/capabilities
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/chrootarchive
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/containerfs
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/devicemapper
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/directory
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/dmesg
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/fileutils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/fsutils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/homedir
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/idtools
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/ioutils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/jsonmessage
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/longpath
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/loopback
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/namesgenerator
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/parsers
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/parsers/kernel
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/pidfile
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/platform
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/plugingetter
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/plugins
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/plugins/transport
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/pools
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/progress
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/pubsub
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/reexec
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/signal
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/stack
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/stdcopy
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/streamformatter
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/stringid
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/sysinfo
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/system
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/tailfile
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/tarsum
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/truncindex
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/urlutil
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/pkg/useragent
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/plugin
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/plugin/executor/containerd
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/plugin/v2
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/profiles/apparmor
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/profiles/seccomp
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/quota
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/reference
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/registry
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/registry/resumable
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/restartmanager
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/rootless
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/rootless/specconv
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/runconfig
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/runconfig/opts
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/daemon
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/environment
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/fakecontext
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/fakegit
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/fakestorage
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/fixtures/load
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/fixtures/plugin
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/registry
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/testutil/request
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume/drivers
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume/local
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume/mounts
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume/service
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume/service/opts
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/volume/testutils'
12:15:51 [2022-06-21T12:15:51.078Z] + base_pkg_list='github.com/docker/docker/api
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/backend/build
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/httpstatus
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/httputils
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/middleware
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/build
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/checkpoint
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/container
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/debug
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/distribution
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/grpc
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/image
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/network
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/plugin
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/session
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/swarm
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/system
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/server/router/volume
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/backend
12:15:51 [2022-06-21T12:15:51.078Z] github.com/docker/docker/api/types/blkiodev
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/container
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/events
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/filters
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/image
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/mount
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/network
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/plugins/logdriver
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/registry
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/strslice
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/swarm
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/swarm/runtime
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/time
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/versions
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/versions/v1p19
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/versions/v1p20
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/volume
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next/exporter
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next/worker
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/dockerfile
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/remotecontext
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/remotecontext/git
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/remotecontext/urlutil
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cli
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cli/config
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cli/debug
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cli/winresources/docker-proxy
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cli/winresources/dockerd
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/client
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cmd/docker-proxy
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cmd/dockerd
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cmd/dockerd/trap
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/container
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/container/stream
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/contrib/apparmor
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/contrib/docker-device-tool
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/contrib/httpserver
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/cluster
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/cluster/convert
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/cluster/executor
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/cluster/executor/container
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/cluster/provider
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/config
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/events
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/events/testutils
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/exec
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/aufs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/copy
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/devmapper
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/overlay
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/register
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/vfs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/zfs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/images
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/initlayer
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/links
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/listeners
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/awslogs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/fluentd
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/gcplogs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/gelf
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/journald
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/local
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/logentries
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/loggertest
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/loggerutils
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/splunk
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/syslog
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/templates
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/names
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/network
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/stats
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/distribution
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/distribution/metadata
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/distribution/utils
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/distribution/xfer
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/dockerversion
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/errdefs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/image
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/image/cache
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/image/tarexport
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/image/v1
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/internal/test/suite
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/layer
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libcontainerd
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libcontainerd/queue
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libcontainerd/remote
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libcontainerd/supervisor
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libcontainerd/types
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/oci
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/oci/caps
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/opts
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/aaparser
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/archive
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/authorization
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/broadcaster
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/capabilities
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/chrootarchive
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/containerfs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/devicemapper
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/directory
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/dmesg
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/fileutils
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/fsutils
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/homedir
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/idtools
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/ioutils
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/jsonmessage
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/longpath
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/loopback
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/namesgenerator
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/parsers
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/parsers/kernel
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/pidfile
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/platform
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/plugingetter
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/plugins
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/plugins/transport
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/pools
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/progress
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/pubsub
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/reexec
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/signal
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/stack
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/stdcopy
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/streamformatter
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/stringid
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/sysinfo
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/system
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/tailfile
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/tarsum
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/truncindex
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/urlutil
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/pkg/useragent
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/plugin
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/plugin/executor/containerd
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/plugin/v2
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/profiles/apparmor
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/profiles/seccomp
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/quota
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/reference
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/registry
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/registry/resumable
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/restartmanager
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/rootless
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/rootless/specconv
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/runconfig
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/runconfig/opts
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/testutil
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/testutil/daemon
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/testutil/environment
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/testutil/fakecontext
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/testutil/fakegit
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/testutil/fakestorage
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/testutil/fixtures/load
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/testutil/fixtures/plugin
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/testutil/registry
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/testutil/request
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/volume
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/volume/drivers
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/volume/local
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/volume/mounts
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/volume/service
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/volume/service/opts
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/volume/testutils'
12:15:51 [2022-06-21T12:15:51.079Z] ++ echo 'github.com/docker/docker/api
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/backend/build
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/httpstatus
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/httputils
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/middleware
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/build
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/checkpoint
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/container
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/debug
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/distribution
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/grpc
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/image
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/network
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/plugin
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/session
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/swarm
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/system
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/server/router/volume
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docke++ grep --fixed-strings /libnetwork
12:15:51 [2022-06-21T12:15:51.079Z] r/api/types/backend
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/blkiodev
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/container
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/events
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/filters
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/image
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/mount
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/network
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/plugins/logdriver
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/registry
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/strslice
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/swarm
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/swarm/runtime
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/time
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/versions
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/versions/v1p19
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/versions/v1p20
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/api/types/volume
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next/exporter
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/builder-next/worker
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/dockerfile
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/remotecontext
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/remotecontext/git
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/builder/remotecontext/urlutil
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cli
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cli/config
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cli/debug
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cli/winresources/docker-proxy
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cli/winresources/dockerd
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/client
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cmd/docker-proxy
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cmd/dockerd
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cmd/dockerd/trap
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/container
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/container/stream
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/contrib/apparmor
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/contrib/docker-device-tool
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/contrib/httpserver
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/cluster
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/cluster/convert
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/cluster/executor
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/cluster/executor/container
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/cluster/provider
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/config
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/events
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/events/testutils
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/exec
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/aufs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/copy
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/devmapper
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/overlay
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/register
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/vfs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/graphdriver/zfs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/images
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/initlayer
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/links
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/listeners
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/awslogs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/fluentd
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/gcplogs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/gelf
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/journald
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/local
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/logentries
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/loggertest
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/loggerutils
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/splunk
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/syslog
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/logger/templates
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/names
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/network
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/daemon/stats
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/distribution
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/distribution/metadata
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/distribution/utils
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/distribution/xfer
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/dockerversion
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/errdefs
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/image
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/image/cache
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/image/tarexport
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/image/v1
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/internal/test/suite
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/layer
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libcontainerd
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libcontainerd/queue
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libcontainerd/remote
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libcontainerd/supervisor
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libcontainerd/types
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/bitseq
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/cluster
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/cmd/ovrouter
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/cmd/readme_test
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/config
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/datastore
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/diagnostic
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/discoverapi
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/driverapi
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/drivers/bridge
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/drivers/host
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:15:51 [2022-06-21T12:15:51.079Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/null
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/overlay
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/remote
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/windows
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drvregistry
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/etchosts
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/idm
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/internal/caller
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipam
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipamapi
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/builtin
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/null
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/remote
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipamutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/iptables
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/netlabel
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/netutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/networkdb
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ns
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/options
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/osl
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/osl/kernel
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/portallocator
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/portmapper
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/resolvconf
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/testutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/types
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/oci
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/oci/caps
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/opts
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/aaparser
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/archive
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/authorization
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/broadcaster
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/capabilities
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/chrootarchive
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/containerfs
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/devicemapper
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/directory
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/dmesg
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/fileutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/fsutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/homedir
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/idtools
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/ioutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/jsonmessage
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/longpath
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/loopback
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/namesgenerator
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/parsers
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/parsers/kernel
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/pidfile
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/platform
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/plugingetter
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/plugins
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/plugins/transport
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/pools
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/progress
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/pubsub
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/reexec
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/signal
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/stack
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/stdcopy
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/streamformatter
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/stringid
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/sysinfo
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/system
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/tailfile
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/tarsum
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/truncindex
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/urlutil
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/pkg/useragent
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/plugin
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/plugin/executor/containerd
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/plugin/v2
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/profiles/apparmor
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/profiles/seccomp
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/quota
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/reference
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/registry
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/registry/resumable
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/restartmanager
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/rootless
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/rootless/specconv
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/runconfig
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/runconfig/opts
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/testutil
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/testutil/daemon
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/testutil/environment
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/testutil/fakecontext
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/testutil/fakegit
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/testutil/fakestorage
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/testutil/fixtures/load
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/testutil/fixtures/plugin
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/testutil/registry
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/testutil/request
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/volume
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/volume/drivers
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/volume/local
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/volume/mounts
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/volume/service
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/volume/service/opts
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/volume/testutils'
12:15:51 [2022-06-21T12:15:51.080Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/bitseq
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cluster
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/ovrouter
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/readme_test
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/config
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/datastore
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/diagnostic
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/discoverapi
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/driverapi
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/bridge
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/host
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/null
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/overlay
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/remote
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/windows
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drvregistry
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/etchosts
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/idm
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/internal/caller
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipam
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipamapi
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/builtin
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/null
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/remote
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipamutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/iptables
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/netlabel
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/netutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/networkdb
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ns
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/options
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/osl
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/osl/kernel
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/portallocator
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/portmapper
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/resolvconf
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/testutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/types'
12:15:51 [2022-06-21T12:15:51.080Z] + echo 'github.com/docker/docker/libnetwork
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/bitseq
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cluster
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/ovrouter
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/cmd/readme_test
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/config
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/datastore
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/diagnostic
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/discoverapi
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/driverapi
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/bridge
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/host
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/ipvla+ grep --fixed-strings libnetwork/drivers/bridge
12:15:51 [2022-06-21T12:15:51.080Z] n/ivmanager
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/null
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/overlay
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/remote
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/windows
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drvregistry
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/etchosts
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/idm
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/internal/caller
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipam
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipamapi
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/builtin
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/null
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/remote
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ipamutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/iptables
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/netlabel
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/netutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/networkdb
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/ns
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/options
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/osl
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/osl/kernel
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/portallocator
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/portmapper
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/resolvconf
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/testutils
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/types'
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/bridge
12:15:51 [2022-06-21T12:15:51.080Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:15:51 [2022-06-21T12:15:51.080Z] + type docker-proxy
12:15:51 [2022-06-21T12:15:51.080Z] hack/test/unit: line 25: type: docker-proxy: not found
12:15:51 [2022-06-21T12:15:51.080Z] + hack/make.sh binary-proxy install-proxy
12:15:51 [2022-06-21T12:15:51.080Z] 
12:15:51 [2022-06-21T12:15:51.339Z] Removing bundles/
12:15:51 [2022-06-21T12:15:51.339Z] 
12:15:51 [2022-06-21T12:15:51.339Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
12:15:51 [2022-06-21T12:15:51.339Z] Building: bundles/binary-proxy/docker-proxy-dev
12:15:51 [2022-06-21T12:15:51.339Z] GOOS="" GOARCH="" GOARM=""
12:15:51 [2022-06-21T12:15:51.993Z]     docker_api_swarm_service_test.go:395: [d35dd5562e745] joining swarm manager [dfbf44a949ea4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:15:52 [2022-06-21T12:15:52.254Z] === RUN   TestDockerSuite/TestInspectTemplateError
12:15:52 [2022-06-21T12:15:52.826Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
12:15:52 [2022-06-21T12:15:52.826Z]     docker_api_swarm_service_test.go:395: [d9e1f1f7610f6] joining swarm manager [dfbf44a949ea4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:15:53 [2022-06-21T12:15:53.398Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
12:15:53 [2022-06-21T12:15:53.970Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
12:15:54 [2022-06-21T12:15:54.543Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
12:15:55 [2022-06-21T12:15:55.117Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
12:15:56 [2022-06-21T12:15:56.064Z] === RUN   TestDockerSuite/TestInspectUnknownObject
12:15:56 [2022-06-21T12:15:56.064Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
12:15:57 [2022-06-21T12:15:57.976Z] === RUN   TestDockerSuite/TestLinkShortDefinition
12:15:59 [2022-06-21T12:15:59.360Z] === RUN   TestDockerSuite/TestLinksEnvs
12:15:59 [2022-06-21T12:15:59.453Z] Created binary: bundles/binary-proxy/docker-proxy-dev
12:15:59 [2022-06-21T12:15:59.453Z] 
12:15:59 [2022-06-21T12:15:59.453Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
12:15:59 [2022-06-21T12:15:59.453Z] Installing docker-proxy to /usr/local/bin/
12:15:59 [2022-06-21T12:15:59.453Z] 
12:15:59 [2022-06-21T12:15:59.453Z] + mkdir -p bundles
12:15:59 [2022-06-21T12:15:59.453Z] + '[' -n 'github.com/docker/docker/api
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/backend/build
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/httpstatus
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/httputils
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/middleware
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/build
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/checkpoint
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/container
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/debug
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/distribution
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/grpc
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/image
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/network
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/plugin
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/session
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/swarm
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/system
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/server/router/volume
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/backend
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/blkiodev
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/container
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/events
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/filters
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/image
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/mount
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/network
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/plugins/logdriver
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/registry
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/strslice
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/swarm
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/swarm/runtime
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/time
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/versions
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/versions/v1p19
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/versions/v1p20
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/api/types/volume
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/builder
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/builder/builder-next
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/builder/builder-next/exporter
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/builder/builder-next/imagerefchecker
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/builder/builder-next/worker
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/builder/dockerfile
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/builder/remotecontext
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/builder/remotecontext/git
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/builder/remotecontext/urlutil
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/cli
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/cli/config
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/cli/debug
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/cli/winresources/docker-proxy
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/cli/winresources/dockerd
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/client
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/cmd/docker-proxy
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/cmd/dockerd
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/cmd/dockerd/trap
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/container
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/container/stream
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/contrib/apparmor
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/contrib/docker-device-tool
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/contrib/httpserver
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/cluster
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/cluster/controllers/plugin
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/cluster/convert
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/cluster/executor
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/cluster/executor/container
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/cluster/provider
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/config
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/events
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/events/testutils
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/exec
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver/aufs
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver/btrfs
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver/copy
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver/devmapper
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver/graphtest
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver/overlay
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver/overlay2
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver/overlayutils
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver/register
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver/vfs
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/graphdriver/zfs
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/images
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/initlayer
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/links
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/listeners
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/awslogs
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/fluentd
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/gcplogs
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/gelf
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/journald
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/jsonfilelog
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/local
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/logentries
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/loggertest
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/loggerutils
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/loggerutils/cache
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/splunk
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/syslog
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/logger/templates
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/names
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/network
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/daemon/stats
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/distribution
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/distribution/metadata
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/distribution/utils
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/distribution/xfer
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/dockerversion
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/errdefs
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/image
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/image/cache
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/image/tarexport
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/image/v1
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/internal/test/suite
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/layer
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/libcontainerd
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/libcontainerd/queue
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/libcontainerd/remote
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/libcontainerd/supervisor
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/libcontainerd/types
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/oci
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/oci/caps
12:15:59 [2022-06-21T12:15:59.453Z] github.com/docker/docker/opts
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/aaparser
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/archive
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/authorization
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/broadcaster
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/capabilities
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/chrootarchive
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/containerfs
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/devicemapper
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/directory
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/dmesg
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/fileutils
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/fsutils
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/homedir
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/idtools
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/ioutils
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/jsonmessage
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/longpath
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/loopback
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/namesgenerator
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/parsers
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/parsers/kernel
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/parsers/operatingsystem
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/pidfile
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/platform
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/plugingetter
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/plugins
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/plugins/transport
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/pools
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/progress
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/pubsub
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/reexec
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/signal
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/stack
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/stdcopy
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/streamformatter
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/stringid
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/sysinfo
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/system
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/tailfile
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/tarsum
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/truncindex
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/urlutil
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/pkg/useragent
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/plugin
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/plugin/executor/containerd
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/plugin/v2
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/profiles/apparmor
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/profiles/seccomp
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/quota
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/reference
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/registry
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/registry/resumable
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/restartmanager
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/rootless
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/rootless/specconv
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/runconfig
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/runconfig/opts
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/testutil
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/testutil/daemon
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/testutil/environment
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/testutil/fakecontext
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/testutil/fakegit
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/testutil/fakestorage
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/testutil/fixtures/load
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/testutil/fixtures/plugin
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/testutil/fixtures/plugin/basic
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/testutil/registry
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/testutil/request
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/volume
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/volume/drivers
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/volume/local
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/volume/mounts
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/volume/service
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/volume/service/opts
12:15:59 [2022-06-21T12:15:59.454Z] github.com/docker/docker/volume/testutils' ']'
12:15:59 [2022-06-21T12:15:59.454Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
12:15:59 [2022-06-21T12:15:59.713Z] ?   	github.com/docker/docker/api	[no test files]
12:15:59 [2022-06-21T12:15:59.929Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
12:16:00 [2022-06-21T12:16:00.189Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
12:16:01 [2022-06-21T12:16:01.571Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
12:16:02 [2022-06-21T12:16:02.513Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
12:16:04 [2022-06-21T12:16:04.430Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
12:16:04 [2022-06-21T12:16:04.430Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
12:16:05 [2022-06-21T12:16:05.814Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
12:16:06 [2022-06-21T12:16:06.075Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
12:16:06 [2022-06-21T12:16:06.646Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
12:16:09 [2022-06-21T12:16:09.195Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
12:16:11 [2022-06-21T12:16:11.110Z]     docker_api_swarm_service_test.go:343: [db00ee087ba75] joining swarm manager [d2e9a5015ec54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:16:12 [2022-06-21T12:16:12.060Z]     docker_api_swarm_service_test.go:343: [d546075f3021d] joining swarm manager [d2e9a5015ec54]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:16:15 [2022-06-21T12:16:15.375Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
12:16:16 [2022-06-21T12:16:16.759Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
12:16:17 [2022-06-21T12:16:17.807Z] ok  	github.com/docker/docker/api/server	0.011s	coverage: 7.9% of statements
12:16:18 [2022-06-21T12:16:18.143Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
12:16:18 [2022-06-21T12:16:18.404Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
12:16:19 [2022-06-21T12:16:19.788Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
12:16:19 [2022-06-21T12:16:19.788Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
12:16:20 [2022-06-21T12:16:20.358Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
12:16:20 [2022-06-21T12:16:20.358Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
12:16:20 [2022-06-21T12:16:20.358Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
12:16:20 [2022-06-21T12:16:20.619Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
12:16:21 [2022-06-21T12:16:21.189Z] === RUN   TestDockerSuite/TestLogsAPIUntil
12:16:25 [2022-06-21T12:16:25.389Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
12:16:25 [2022-06-21T12:16:25.389Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
12:16:25 [2022-06-21T12:16:25.959Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
12:16:27 [2022-06-21T12:16:27.869Z]     docker_api_swarm_service_test.go:490: [dfce5ec5be1f7] joining swarm manager [db2262451cdc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:16:28 [2022-06-21T12:16:28.440Z]     docker_api_swarm_service_test.go:490: [d2b6e317df6ff] joining swarm manager [db2262451cdc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:16:29 [2022-06-21T12:16:29.824Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
12:16:30 [2022-06-21T12:16:30.395Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
12:16:30 [2022-06-21T12:16:30.395Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
12:16:31 [2022-06-21T12:16:31.335Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
12:16:32 [2022-06-21T12:16:32.289Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
12:16:32 [2022-06-21T12:16:32.859Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
12:16:33 [2022-06-21T12:16:33.800Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
12:16:34 [2022-06-21T12:16:34.741Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
12:16:36 [2022-06-21T12:16:36.652Z] === RUN   TestDockerSuite/TestLogsFollowStopped
12:16:36 [2022-06-21T12:16:36.913Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
12:16:37 [2022-06-21T12:16:37.483Z] === RUN   TestDockerSuite/TestLogsSince
12:16:41 [2022-06-21T12:16:41.681Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
12:16:44 [2022-06-21T12:16:44.225Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
12:16:46 [2022-06-21T12:16:46.766Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
12:16:48 [2022-06-21T12:16:48.677Z]     docker_api_swarm_service_test.go:128: [dc80b6fd8de8f] joining swarm manager [d41a27ec0d987]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:16:49 [2022-06-21T12:16:49.248Z]     docker_api_swarm_service_test.go:129: [d5d9098965d44] joining swarm manager [d41a27ec0d987]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:16:49 [2022-06-21T12:16:49.820Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
12:16:50 [2022-06-21T12:16:50.393Z] === RUN   TestDockerSuite/TestLogsTail
12:16:51 [2022-06-21T12:16:51.336Z] === RUN   TestDockerSuite/TestLogsTimestamps
12:16:51 [2022-06-21T12:16:51.336Z]     docker_api_swarm_service_test.go:137: [dc9777c22d9c3] joining swarm manager [d41a27ec0d987]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
12:16:51 [2022-06-21T12:16:51.597Z] === RUN   TestDockerSuite/TestLogsWithDetails
12:16:52 [2022-06-21T12:16:52.550Z]     docker_api_swarm_service_test.go:138: [db703c15ac323] joining swarm manager [d41a27ec0d987]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
12:16:52 [2022-06-21T12:16:52.550Z] === RUN   TestDockerSuite/TestMountIntoProc
12:16:52 [2022-06-21T12:16:52.550Z] === RUN   TestDockerSuite/TestMountIntoSys
12:16:53 [2022-06-21T12:16:53.492Z] === RUN   TestDockerSuite/TestNetHostname
12:16:54 [2022-06-21T12:16:54.877Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
12:16:55 [2022-06-21T12:16:55.140Z] === RUN   TestDockerSuite/TestNetworkEvents
12:17:01 [2022-06-21T12:17:01.717Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
12:17:01 [2022-06-21T12:17:01.977Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
12:17:02 [2022-06-21T12:17:02.238Z] === RUN   TestDockerSuite/TestPluginActive
12:17:04 [2022-06-21T12:17:04.779Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
12:17:10 [2022-06-21T12:17:10.063Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
12:17:10 [2022-06-21T12:17:10.063Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
12:17:10 [2022-06-21T12:17:10.063Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
12:17:11 [2022-06-21T12:17:11.448Z] === RUN   TestDockerSuite/TestPluginLogDriver
12:17:14 [2022-06-21T12:17:14.744Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
12:17:15 [2022-06-21T12:17:15.004Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
12:17:16 [2022-06-21T12:17:16.930Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
12:17:17 [2022-06-21T12:17:17.500Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
12:17:19 [2022-06-21T12:17:19.413Z]     docker_api_swarm_service_test.go:304: [db19c3ff46a1c] joining swarm manager [dabd01b074edb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:17:19 [2022-06-21T12:17:19.413Z] === RUN   TestDockerSuite/TestPluginUpgrade
12:17:20 [2022-06-21T12:17:20.353Z]     docker_api_swarm_service_test.go:304: [d86cc01a51e86] joining swarm manager [dabd01b074edb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:17:24 [2022-06-21T12:17:24.558Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
12:17:25 [2022-06-21T12:17:25.941Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
12:17:27 [2022-06-21T12:17:27.326Z] === RUN   TestDockerSuite/TestPortHostBinding
12:17:27 [2022-06-21T12:17:27.898Z] === RUN   TestDockerSuite/TestPortList
12:17:36 [2022-06-21T12:17:36.035Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
12:17:36 [2022-06-21T12:17:36.035Z] === RUN   TestDockerSuite/TestPostContainersAttach
12:17:40 [2022-06-21T12:17:40.234Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
12:17:42 [2022-06-21T12:17:42.156Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
12:17:42 [2022-06-21T12:17:42.156Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
12:17:42 [2022-06-21T12:17:42.156Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
12:17:42 [2022-06-21T12:17:42.156Z]     docker_api_swarm_service_test.go:100: [d7551ac421218] joining swarm manager [dab3d5c8b72fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:17:42 [2022-06-21T12:17:42.416Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
12:17:42 [2022-06-21T12:17:42.416Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
12:17:42 [2022-06-21T12:17:42.986Z]     docker_api_swarm_service_test.go:101: [dbfae5b65059f] joining swarm manager [dab3d5c8b72fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:17:42 [2022-06-21T12:17:42.986Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
12:17:42 [2022-06-21T12:17:42.986Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
12:17:43 [2022-06-21T12:17:43.557Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
12:17:43 [2022-06-21T12:17:43.557Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
12:17:44 [2022-06-21T12:17:44.500Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
12:17:44 [2022-06-21T12:17:44.500Z] === RUN   TestDockerSuite/TestPruneContainerLabel
12:17:47 [2022-06-21T12:17:47.804Z] === RUN   TestDockerSuite/TestPruneContainerUntil
12:17:48 [2022-06-21T12:17:48.745Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
12:17:49 [2022-06-21T12:17:49.005Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
12:17:49 [2022-06-21T12:17:49.265Z] === RUN   TestDockerSuite/TestPsByOrder
12:17:51 [2022-06-21T12:17:51.178Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
12:17:51 [2022-06-21T12:17:51.750Z] === RUN   TestDockerSuite/TestPsListContainersBase
12:17:54 [2022-06-21T12:17:54.250Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
12:17:54 [2022-06-21T12:17:54.250Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
12:17:54 [2022-06-21T12:17:54.250Z] ok  	github.com/docker/docker/api/server/httputils	0.014s	coverage: 31.9% of statements
12:17:54 [2022-06-21T12:17:54.250Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
12:17:54 [2022-06-21T12:17:54.250Z] ?   	github.com/docker/docker/api/server/router	[no test files]
12:17:54 [2022-06-21T12:17:54.250Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
12:17:54 [2022-06-21T12:17:54.250Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
12:17:54 [2022-06-21T12:17:54.250Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
12:17:54 [2022-06-21T12:17:54.250Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
12:17:54 [2022-06-21T12:17:54.250Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 6.0% of statements
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ok  	github.com/docker/docker/api/types/filters	0.011s	coverage: 92.2% of statements
12:17:54 [2022-06-21T12:17:54.251Z] ok  	github.com/docker/docker/api/server/router/volume	0.010s	coverage: 67.9% of statements
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/container	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/events	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/image	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/network	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ok  	github.com/docker/docker/api/types/time	0.006s	coverage: 100.0% of statements
12:17:54 [2022-06-21T12:17:54.251Z] ok  	github.com/docker/docker/api/types/versions	0.010s	coverage: 77.3% of statements
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/builder	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ok  	github.com/docker/docker/builder/remotecontext	0.169s	coverage: 13.7% of statements
12:17:54 [2022-06-21T12:17:54.251Z] ok  	github.com/docker/docker/builder/dockerfile	0.556s	coverage: 49.3% of statements
12:17:54 [2022-06-21T12:17:54.251Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.003s	coverage: 100.0% of statements
12:17:54 [2022-06-21T12:17:54.251Z] ok  	github.com/docker/docker/cli/debug	0.004s	coverage: 100.0% of statements
12:17:54 [2022-06-21T12:17:54.251Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.653s	coverage: 86.3% of statements
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/cli	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/cli/config	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
12:17:54 [2022-06-21T12:17:54.251Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
12:17:54 [2022-06-21T12:17:54.294Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
12:17:54 [2022-06-21T12:17:54.817Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.251s	coverage: 69.3% of statements
12:17:57 [2022-06-21T12:17:57.592Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
12:17:57 [2022-06-21T12:17:57.592Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
12:17:59 [2022-06-21T12:17:59.005Z] ok  	github.com/docker/docker/client	0.117s	coverage: 75.6% of statements
12:18:00 [2022-06-21T12:18:00.144Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
12:18:02 [2022-06-21T12:18:02.698Z]     check_test.go:378: [d7551ac421218] daemon is not started
12:18:06 [2022-06-21T12:18:06.898Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
12:18:07 [2022-06-21T12:18:07.846Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
12:18:07 [2022-06-21T12:18:07.846Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
12:18:09 [2022-06-21T12:18:09.231Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
12:18:09 [2022-06-21T12:18:09.803Z]     docker_api_swarm_service_test.go:533: [d57c17906ac4a] joining swarm manager [db60490a5f210]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:18:10 [2022-06-21T12:18:10.745Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
12:18:11 [2022-06-21T12:18:11.317Z]     docker_api_swarm_service_test.go:534: [dfcdf7d4cca88] joining swarm manager [db60490a5f210]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:18:11 [2022-06-21T12:18:11.578Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
12:18:13 [2022-06-21T12:18:13.492Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
12:18:16 [2022-06-21T12:18:16.035Z] === RUN   TestDockerSuite/TestPsListContainersSize
12:18:16 [2022-06-21T12:18:16.977Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
12:18:16 [2022-06-21T12:18:16.977Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
12:18:17 [2022-06-21T12:18:17.917Z] === RUN   TestDockerSuite/TestPsRightTagName
12:18:19 [2022-06-21T12:18:19.303Z] === RUN   TestDockerSuite/TestPsShowMounts
12:18:20 [2022-06-21T12:18:20.685Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
12:18:21 [2022-06-21T12:18:21.256Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
12:18:21 [2022-06-21T12:18:21.256Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
12:18:21 [2022-06-21T12:18:21.256Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
12:18:21 [2022-06-21T12:18:21.525Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
12:18:21 [2022-06-21T12:18:21.525Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
12:18:21 [2022-06-21T12:18:21.525Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
12:18:22 [2022-06-21T12:18:22.112Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
12:18:23 [2022-06-21T12:18:23.053Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
12:18:23 [2022-06-21T12:18:23.997Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
12:18:24 [2022-06-21T12:18:24.568Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
12:18:31 [2022-06-21T12:18:31.154Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
12:18:31 [2022-06-21T12:18:31.415Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
12:18:32 [2022-06-21T12:18:32.800Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
12:18:32 [2022-06-21T12:18:32.800Z] === RUN   TestDockerSuite/TestRestartPolicyNO
12:18:33 [2022-06-21T12:18:33.060Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
12:18:33 [2022-06-21T12:18:33.060Z] === RUN   TestDockerSuite/TestRestartRunningContainer
12:18:34 [2022-06-21T12:18:34.442Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
12:18:35 [2022-06-21T12:18:35.386Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
12:18:36 [2022-06-21T12:18:36.329Z]     docker_api_swarm_service_test.go:148: [dfd7e28b9e24b] joining swarm manager [defa77dedc52c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:18:36 [2022-06-21T12:18:36.589Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
12:18:37 [2022-06-21T12:18:37.531Z]     docker_api_swarm_service_test.go:148: [deed2cd5dd89e] joining swarm manager [defa77dedc52c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:18:39 [2022-06-21T12:18:39.443Z] === RUN   TestDockerSuite/TestRestartWithVolumes
12:18:40 [2022-06-21T12:18:40.384Z] === RUN   TestDockerSuite/TestRmiBlank
12:18:40 [2022-06-21T12:18:40.384Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
12:18:40 [2022-06-21T12:18:40.384Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
12:18:43 [2022-06-21T12:18:43.684Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
12:18:43 [2022-06-21T12:18:43.943Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
12:18:44 [2022-06-21T12:18:44.204Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
12:18:45 [2022-06-21T12:18:45.150Z] === RUN   TestDockerSuite/TestRmiImgIDForce
12:18:45 [2022-06-21T12:18:45.712Z] ok  	github.com/docker/docker/cmd/dockerd	0.091s	coverage: 29.7% of statements
12:18:45 [2022-06-21T12:18:45.712Z] ok  	github.com/docker/docker/container	0.117s	coverage: 34.8% of statements
12:18:45 [2022-06-21T12:18:45.712Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.580s	coverage: 0.0% of statements
12:18:45 [2022-06-21T12:18:45.712Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
12:18:45 [2022-06-21T12:18:45.712Z] ?   	github.com/docker/docker/container/stream	[no test files]
12:18:45 [2022-06-21T12:18:45.712Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
12:18:45 [2022-06-21T12:18:45.712Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
12:18:45 [2022-06-21T12:18:45.712Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
12:18:46 [2022-06-21T12:18:46.093Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
12:18:47 [2022-06-21T12:18:47.478Z] === RUN   TestDockerSuite/TestRmiParentImageFail
12:18:48 [2022-06-21T12:18:48.049Z] === RUN   TestDockerSuite/TestRmiTag
12:18:48 [2022-06-21T12:18:48.049Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
12:18:48 [2022-06-21T12:18:48.620Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
12:18:49 [2022-06-21T12:18:49.900Z] ok  	github.com/docker/docker/daemon/cluster	0.066s	coverage: 0.5% of statements
12:18:51 [2022-06-21T12:18:51.163Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
12:18:51 [2022-06-21T12:18:51.735Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
12:18:51 [2022-06-21T12:18:51.802Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.014s	coverage: 65.3% of statements
12:18:52 [2022-06-21T12:18:52.307Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
12:18:52 [2022-06-21T12:18:52.568Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
12:18:53 [2022-06-21T12:18:53.175Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.010s	coverage: 36.9% of statements
12:18:53 [2022-06-21T12:18:53.954Z] === RUN   TestDockerSuite/TestRunAddHost
12:18:54 [2022-06-21T12:18:54.214Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
12:18:54 [2022-06-21T12:18:54.214Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
12:18:54 [2022-06-21T12:18:54.785Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
12:18:54 [2022-06-21T12:18:54.785Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
12:18:55 [2022-06-21T12:18:55.356Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
12:18:56 [2022-06-21T12:18:56.741Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
12:18:57 [2022-06-21T12:18:57.311Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
12:18:57 [2022-06-21T12:18:57.880Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
12:18:58 [2022-06-21T12:18:58.451Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
12:18:59 [2022-06-21T12:18:59.392Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
12:18:59 [2022-06-21T12:18:59.979Z] === RUN   TestDockerSuite/TestRunAttachDetach
12:19:00 [2022-06-21T12:19:00.919Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
12:19:01 [2022-06-21T12:19:01.286Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.442s	coverage: 13.4% of statements
12:19:01 [2022-06-21T12:19:01.286Z] ok  	github.com/docker/docker/daemon/config	0.030s	coverage: 81.5% of statements
12:19:01 [2022-06-21T12:19:01.489Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
12:19:01 [2022-06-21T12:19:01.852Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
12:19:02 [2022-06-21T12:19:02.418Z] ok  	github.com/docker/docker/daemon/graphdriver	0.027s	coverage: 2.2% of statements
12:19:02 [2022-06-21T12:19:02.418Z] ok  	github.com/docker/docker/daemon	10.133s	coverage: 16.1% of statements
12:19:02 [2022-06-21T12:19:02.418Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
12:19:02 [2022-06-21T12:19:02.418Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
12:19:02 [2022-06-21T12:19:02.418Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
12:19:02 [2022-06-21T12:19:02.418Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
12:19:02 [2022-06-21T12:19:02.431Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
12:19:03 [2022-06-21T12:19:03.371Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
12:19:03 [2022-06-21T12:19:03.631Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
12:19:04 [2022-06-21T12:19:04.322Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.747s	coverage: 74.8% of statements
12:19:04 [2022-06-21T12:19:04.570Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
12:19:04 [2022-06-21T12:19:04.888Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 3.0% of statements
12:19:05 [2022-06-21T12:19:05.140Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
12:19:05 [2022-06-21T12:19:05.456Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.414s	coverage: 56.2% of statements
12:19:05 [2022-06-21T12:19:05.711Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
12:19:06 [2022-06-21T12:19:06.282Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
12:19:06 [2022-06-21T12:19:06.544Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
12:19:06 [2022-06-21T12:19:06.544Z] === RUN   TestDockerSuite/TestRunBindMounts
12:19:06 [2022-06-21T12:19:06.832Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.007s	coverage: 1.9% of statements
12:19:07 [2022-06-21T12:19:07.926Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
12:19:08 [2022-06-21T12:19:08.497Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
12:19:08 [2022-06-21T12:19:08.756Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.355s	coverage: 50.6% of statements
12:19:09 [2022-06-21T12:19:09.067Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
12:19:09 [2022-06-21T12:19:09.323Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.399s	coverage: 45.9% of statements
12:19:09 [2022-06-21T12:19:09.323Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
12:19:09 [2022-06-21T12:19:09.327Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
12:19:09 [2022-06-21T12:19:09.900Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
12:19:09 [2022-06-21T12:19:09.900Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
12:19:10 [2022-06-21T12:19:10.470Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
12:19:10 [2022-06-21T12:19:10.696Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 58.5% of statements
12:19:10 [2022-06-21T12:19:10.730Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
12:19:10 [2022-06-21T12:19:10.955Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.763s	coverage: 58.5% of statements
12:19:10 [2022-06-21T12:19:10.955Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
12:19:10 [2022-06-21T12:19:10.955Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
12:19:11 [2022-06-21T12:19:11.301Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
12:19:11 [2022-06-21T12:19:11.522Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
12:19:11 [2022-06-21T12:19:11.562Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
12:19:11 [2022-06-21T12:19:11.780Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
12:19:12 [2022-06-21T12:19:12.133Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
12:19:12 [2022-06-21T12:19:12.133Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
12:19:12 [2022-06-21T12:19:12.703Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
12:19:12 [2022-06-21T12:19:12.703Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
12:19:13 [2022-06-21T12:19:13.276Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
12:19:13 [2022-06-21T12:19:13.536Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
12:19:13 [2022-06-21T12:19:13.701Z] ok  	github.com/docker/docker/daemon/images	0.055s	coverage: 6.6% of statements
12:19:13 [2022-06-21T12:19:13.701Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
12:19:13 [2022-06-21T12:19:13.701Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
12:19:13 [2022-06-21T12:19:13.797Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
12:19:13 [2022-06-21T12:19:13.960Z] ok  	github.com/docker/docker/daemon/logger	0.230s	coverage: 43.2% of statements
12:19:14 [2022-06-21T12:19:14.369Z] === RUN   TestDockerSuite/TestRunContainerNetwork
12:19:14 [2022-06-21T12:19:14.630Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
12:19:14 [2022-06-21T12:19:14.894Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.016s	coverage: 53.6% of statements
12:19:14 [2022-06-21T12:19:14.894Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.173s	coverage: 79.9% of statements
12:19:14 [2022-06-21T12:19:14.894Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
12:19:14 [2022-06-21T12:19:14.896Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
12:19:15 [2022-06-21T12:19:15.483Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
12:19:15 [2022-06-21T12:19:15.829Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.006s	coverage: 68.2% of statements
12:19:15 [2022-06-21T12:19:15.829Z] ok  	github.com/docker/docker/daemon/logger/journald	0.005s	coverage: 23.4% of statements
12:19:16 [2022-06-21T12:19:16.395Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.017s	coverage: 87.2% of statements
12:19:16 [2022-06-21T12:19:16.962Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.197s	coverage: 76.8% of statements
12:19:17 [2022-06-21T12:19:17.220Z] ok  	github.com/docker/docker/daemon/logger/local	0.029s	coverage: 79.4% of statements
12:19:17 [2022-06-21T12:19:17.220Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
12:19:17 [2022-06-21T12:19:17.220Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
12:19:17 [2022-06-21T12:19:17.396Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
12:19:18 [2022-06-21T12:19:18.156Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.028s	coverage: 65.9% of statements
12:19:18 [2022-06-21T12:19:18.340Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
12:19:18 [2022-06-21T12:19:18.415Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.033s	coverage: 31.5% of statements
12:19:19 [2022-06-21T12:19:19.279Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
12:19:19 [2022-06-21T12:19:19.351Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.007s	coverage: 46.8% of statements
12:19:19 [2022-06-21T12:19:19.539Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
12:19:19 [2022-06-21T12:19:19.610Z] ok  	github.com/docker/docker/daemon/logger/templates	0.008s	coverage: 8.3% of statements
12:19:20 [2022-06-21T12:19:20.109Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
12:19:20 [2022-06-21T12:19:20.177Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
12:19:20 [2022-06-21T12:19:20.680Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
12:19:21 [2022-06-21T12:19:21.111Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.671s	coverage: 82.5% of statements
12:19:21 [2022-06-21T12:19:21.111Z] ?   	github.com/docker/docker/daemon/names	[no test files]
12:19:21 [2022-06-21T12:19:21.111Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
12:19:21 [2022-06-21T12:19:21.250Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
12:19:21 [2022-06-21T12:19:21.822Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
12:19:22 [2022-06-21T12:19:22.047Z] ok  	github.com/docker/docker/distribution/metadata	0.024s	coverage: 44.4% of statements
12:19:22 [2022-06-21T12:19:22.306Z] ok  	github.com/docker/docker/distribution	0.640s	coverage: 28.0% of statements
12:19:22 [2022-06-21T12:19:22.306Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
12:19:22 [2022-06-21T12:19:22.763Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
12:19:22 [2022-06-21T12:19:22.873Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
12:19:23 [2022-06-21T12:19:23.440Z] ok  	github.com/docker/docker/image	0.023s	coverage: 86.9% of statements
12:19:24 [2022-06-21T12:19:24.006Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 19.2% of statements
12:19:24 [2022-06-21T12:19:24.573Z] ok  	github.com/docker/docker/image/tarexport	0.007s	coverage: 0.7% of statements
12:19:24 [2022-06-21T12:19:24.573Z] ok  	github.com/docker/docker/distribution/xfer	1.904s	coverage: 84.9% of statements
12:19:24 [2022-06-21T12:19:24.573Z] ?   	github.com/docker/docker/dockerversion	[no test files]
12:19:24 [2022-06-21T12:19:24.573Z] ?   	github.com/docker/docker/image/v1	[no test files]
12:19:24 [2022-06-21T12:19:24.573Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
12:19:25 [2022-06-21T12:19:25.141Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
12:19:25 [2022-06-21T12:19:25.307Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
12:19:25 [2022-06-21T12:19:25.307Z] === RUN   TestDockerSuite/TestRunCreateVolume
12:19:25 [2022-06-21T12:19:25.567Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
12:19:26 [2022-06-21T12:19:26.078Z] ok  	github.com/docker/docker/oci	0.009s	coverage: 46.0% of statements
12:19:26 [2022-06-21T12:19:26.646Z] ok  	github.com/docker/docker/opts	0.026s	coverage: 66.0% of statements
12:19:26 [2022-06-21T12:19:26.646Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
12:19:27 [2022-06-21T12:19:27.480Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
12:19:28 [2022-06-21T12:19:28.422Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
12:19:28 [2022-06-21T12:19:28.548Z] ok  	github.com/docker/docker/pkg/archive	0.321s	coverage: 82.2% of statements
12:19:29 [2022-06-21T12:19:29.115Z] ok  	github.com/docker/docker/pkg/authorization	0.290s	coverage: 68.3% of statements
12:19:29 [2022-06-21T12:19:29.115Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
12:19:29 [2022-06-21T12:19:29.374Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
12:19:30 [2022-06-21T12:19:30.334Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
12:19:32 [2022-06-21T12:19:32.247Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
12:19:32 [2022-06-21T12:19:32.247Z]     docker_cli_run_test.go:4016: unmatched requirement DaemonIsWindows
12:19:32 [2022-06-21T12:19:32.247Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
12:19:32 [2022-06-21T12:19:32.247Z]     docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows
12:19:32 [2022-06-21T12:19:32.247Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
12:19:32 [2022-06-21T12:19:32.655Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.474s	coverage: 42.7% of statements
12:19:32 [2022-06-21T12:19:32.655Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
12:19:32 [2022-06-21T12:19:32.818Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
12:19:32 [2022-06-21T12:19:32.913Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
12:19:33 [2022-06-21T12:19:33.173Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
12:19:33 [2022-06-21T12:19:33.173Z] ok  	github.com/docker/docker/layer	7.173s	coverage: 68.9% of statements
12:19:33 [2022-06-21T12:19:33.173Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
12:19:33 [2022-06-21T12:19:33.173Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
12:19:33 [2022-06-21T12:19:33.173Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
12:19:33 [2022-06-21T12:19:33.173Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
12:19:33 [2022-06-21T12:19:33.173Z] ?   	github.com/docker/docker/oci/caps	[no test files]
12:19:33 [2022-06-21T12:19:33.173Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
12:19:33 [2022-06-21T12:19:33.743Z] ok  	github.com/docker/docker/pkg/fileutils	0.015s	coverage: 87.2% of statements
12:19:34 [2022-06-21T12:19:34.004Z] ok  	github.com/docker/docker/pkg/fsutils	0.206s	coverage: 85.1% of statements
12:19:34 [2022-06-21T12:19:34.004Z] ok  	github.com/docker/docker/pkg/homedir	0.006s	coverage: 11.4% of statements
12:19:34 [2022-06-21T12:19:34.205Z] === RUN   TestDockerSuite/TestRunDNSOptions
12:19:35 [2022-06-21T12:19:35.146Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
12:19:35 [2022-06-21T12:19:35.379Z] ok  	github.com/docker/docker/pkg/idtools	0.577s	coverage: 67.9% of statements
12:19:35 [2022-06-21T12:19:35.379Z] ok  	github.com/docker/docker/pkg/ioutils	0.435s	coverage: 71.5% of statements
12:19:35 [2022-06-21T12:19:35.637Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 100.0% of statements
12:19:35 [2022-06-21T12:19:35.638Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.007s	coverage: 91.7% of statements
12:19:35 [2022-06-21T12:19:35.638Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
12:19:35 [2022-06-21T12:19:35.896Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.007s	coverage: 85.7% of statements
12:19:35 [2022-06-21T12:19:35.896Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
12:19:36 [2022-06-21T12:19:36.154Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.004s	coverage: 60.0% of statements
12:19:36 [2022-06-21T12:19:36.412Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.5% of statements
12:19:36 [2022-06-21T12:19:36.412Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
12:19:36 [2022-06-21T12:19:36.412Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
12:19:36 [2022-06-21T12:19:36.412Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
12:19:36 [2022-06-21T12:19:36.529Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
12:19:37 [2022-06-21T12:19:37.347Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.009s	coverage: 56.8% of statements
12:19:37 [2022-06-21T12:19:37.471Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
12:19:37 [2022-06-21T12:19:37.606Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
12:19:37 [2022-06-21T12:19:37.865Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
12:19:37 [2022-06-21T12:19:37.865Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
12:19:38 [2022-06-21T12:19:38.856Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
12:19:38 [2022-06-21T12:19:38.857Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
12:19:39 [2022-06-21T12:19:39.238Z] ok  	github.com/docker/docker/pkg/pubsub	1.034s	coverage: 75.0% of statements
12:19:39 [2022-06-21T12:19:39.429Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
12:19:39 [2022-06-21T12:19:39.429Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
12:19:39 [2022-06-21T12:19:39.429Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
12:19:39 [2022-06-21T12:19:39.497Z] ok  	github.com/docker/docker/pkg/reexec	0.008s	coverage: 82.4% of statements
12:19:39 [2022-06-21T12:19:39.756Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
12:19:39 [2022-06-21T12:19:39.756Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
12:19:40 [2022-06-21T12:19:40.000Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
12:19:40 [2022-06-21T12:19:40.014Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
12:19:40 [2022-06-21T12:19:40.273Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
12:19:40 [2022-06-21T12:19:40.839Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 54.1% of statements
12:19:41 [2022-06-21T12:19:41.097Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
12:19:41 [2022-06-21T12:19:41.356Z] ok  	github.com/docker/docker/pkg/tailfile	0.060s	coverage: 88.6% of statements
12:19:41 [2022-06-21T12:19:41.386Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
12:19:41 [2022-06-21T12:19:41.386Z] === RUN   TestDockerSuite/TestRunDuplicateMount
12:19:41 [2022-06-21T12:19:41.922Z] ok  	github.com/docker/docker/pkg/tarsum	0.040s	coverage: 89.3% of statements
12:19:41 [2022-06-21T12:19:41.957Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
12:19:42 [2022-06-21T12:19:42.181Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
12:19:42 [2022-06-21T12:19:42.440Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
12:19:42 [2022-06-21T12:19:42.902Z] === RUN   TestDockerSuite/TestRunEchoStdout
12:19:43 [2022-06-21T12:19:43.475Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
12:19:44 [2022-06-21T12:19:44.046Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
12:19:44 [2022-06-21T12:19:44.046Z] === RUN   TestDockerSuite/TestRunEmptyEnv
12:19:44 [2022-06-21T12:19:44.046Z] === RUN   TestDockerSuite/TestRunEntrypoint
12:19:44 [2022-06-21T12:19:44.340Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
12:19:44 [2022-06-21T12:19:44.599Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
12:19:44 [2022-06-21T12:19:44.616Z] === RUN   TestDockerSuite/TestRunEnvironment
12:19:44 [2022-06-21T12:19:44.857Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
12:19:45 [2022-06-21T12:19:45.187Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
12:19:45 [2022-06-21T12:19:45.759Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
12:19:46 [2022-06-21T12:19:46.233Z] ok  	github.com/docker/docker/quota	0.242s	coverage: 71.4% of statements
12:19:46 [2022-06-21T12:19:46.233Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
12:19:46 [2022-06-21T12:19:46.331Z] === RUN   TestDockerSuite/TestRunExitCode
12:19:46 [2022-06-21T12:19:46.591Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
12:19:46 [2022-06-21T12:19:46.853Z] === RUN   TestDockerSuite/TestRunExitCodeOne
12:19:47 [2022-06-21T12:19:47.168Z] ok  	github.com/docker/docker/registry	0.051s	coverage: 58.6% of statements
12:19:47 [2022-06-21T12:19:47.425Z] === RUN   TestDockerSuite/TestRunExitCodeZero
12:19:47 [2022-06-21T12:19:47.426Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
12:19:47 [2022-06-21T12:19:47.684Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
12:19:47 [2022-06-21T12:19:47.996Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
12:19:48 [2022-06-21T12:19:48.251Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 64.5% of statements
12:19:48 [2022-06-21T12:19:48.251Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
12:19:48 [2022-06-21T12:19:48.568Z] === RUN   TestDockerSuite/TestRunExposePort
12:19:48 [2022-06-21T12:19:48.568Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
12:19:49 [2022-06-21T12:19:49.526Z] === RUN   TestDockerSuite/TestRunGroupAdd
12:19:49 [2022-06-21T12:19:49.526Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
12:19:50 [2022-06-21T12:19:50.098Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
12:19:50 [2022-06-21T12:19:50.153Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
12:19:50 [2022-06-21T12:19:50.721Z] ok  	github.com/docker/docker/volume/local	0.106s	coverage: 76.8% of statements
12:19:51 [2022-06-21T12:19:51.289Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 67.7% of statements
12:19:51 [2022-06-21T12:19:51.482Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
12:19:51 [2022-06-21T12:19:51.482Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
12:19:51 [2022-06-21T12:19:51.482Z]     docker_cli_run_test.go:4118: unmatched requirement DaemonIsWindows
12:19:51 [2022-06-21T12:19:51.482Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
12:19:52 [2022-06-21T12:19:52.223Z] ok  	github.com/docker/docker/volume/service	0.016s	coverage: 72.3% of statements
12:19:52 [2022-06-21T12:19:52.423Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
12:19:54 [2022-06-21T12:19:54.338Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
12:19:54 [2022-06-21T12:19:54.911Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
12:19:55 [2022-06-21T12:19:55.483Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
12:19:58 [2022-06-21T12:19:58.023Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
12:20:01 [2022-06-21T12:20:01.322Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
12:20:04 [2022-06-21T12:20:04.618Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
12:20:05 [2022-06-21T12:20:05.999Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
12:20:06 [2022-06-21T12:20:06.941Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
12:20:08 [2022-06-21T12:20:08.146Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
12:20:08 [2022-06-21T12:20:08.146Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
12:20:08 [2022-06-21T12:20:08.146Z] === RUN   TestDockerSuite/TestRunInvalidReference
12:20:08 [2022-06-21T12:20:08.146Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
12:20:08 [2022-06-21T12:20:08.717Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
12:20:10 [2022-06-21T12:20:10.632Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
12:20:11 [2022-06-21T12:20:11.572Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
12:20:12 [2022-06-21T12:20:12.513Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
12:20:14 [2022-06-21T12:20:14.164Z] ok  	github.com/docker/docker/pkg/plugins	33.630s	coverage: 76.3% of statements
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/rootless	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/testutil/request	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/volume	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === Skipped
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     network_proxy_test.go:208: No support for dual stack yet
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver btrfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver btrfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver btrfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver btrfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver btrfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:71: No driver to put!
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z] time="2022-06-21T12:19:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: driver not supported
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z] time="2022-06-21T12:19:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: driver not supported
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z] time="2022-06-21T12:19:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: driver not supported
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z] time="2022-06-21T12:19:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: driver not supported
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z] time="2022-06-21T12:19:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: driver not supported
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:71: No driver to put!
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     overlay_test.go:50: Fails to compute changes intermittently
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     overlay_test.go:65: Cannot run test with naive change algorithm
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver zfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver zfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver zfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver zfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:44: Driver zfs not supported
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     graphtest_unix.go:71: No driver to put!
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
12:20:14 [2022-06-21T12:20:14.164Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
12:20:14 [2022-06-21T12:20:14.164Z] 
12:20:14 [2022-06-21T12:20:14.164Z] DONE 2785 tests, 28 skipped in 252.411s
12:20:14 [2022-06-21T12:20:14.164Z] + '[' -n 'github.com/docker/docker/libnetwork
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/bitseq
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/cluster
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/cmd/diagnostic
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/cmd/ovrouter
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/cmd/readme_test
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/config
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/datastore
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/diagnostic
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/discoverapi
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/driverapi
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/bridge
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/host
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/ipvlan
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/macvlan
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/null
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/overlay
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/remote
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/remote/api
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/windows
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/drvregistry
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/etchosts
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/idm
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/internal/caller
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/internal/setmatrix
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/ipam
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/ipamapi
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/ipams/builtin
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/ipams/null
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/ipams/remote
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/ipams/remote/api
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/ipams/windowsipam
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/ipamutils
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/iptables
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/netlabel
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/netutils
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/networkdb
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/ns
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/options
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/osl
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/osl/kernel
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/portallocator
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/portmapper
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/resolvconf
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/testutils
12:20:14 [2022-06-21T12:20:14.164Z] github.com/docker/docker/libnetwork/types' ']'
12:20:14 [2022-06-21T12:20:14.164Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
12:20:17 [2022-06-21T12:20:17.793Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
12:20:18 [2022-06-21T12:20:18.055Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
12:20:18 [2022-06-21T12:20:18.626Z] === RUN   TestDockerSuite/TestRunModeHostname
12:20:19 [2022-06-21T12:20:19.199Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
12:20:19 [2022-06-21T12:20:19.199Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
12:20:19 [2022-06-21T12:20:19.459Z] === RUN   TestDockerSuite/TestRunModeIpcHost
12:20:20 [2022-06-21T12:20:20.400Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
12:20:20 [2022-06-21T12:20:20.972Z] === RUN   TestDockerSuite/TestRunModePIDContainer
12:20:21 [2022-06-21T12:20:21.912Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
12:20:21 [2022-06-21T12:20:21.912Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
12:20:21 [2022-06-21T12:20:21.912Z] === RUN   TestDockerSuite/TestRunModeUTSHost
12:20:22 [2022-06-21T12:20:22.853Z] === RUN   TestDockerSuite/TestRunMount
12:20:27 [2022-06-21T12:20:27.056Z] === RUN   TestDockerSuite/TestRunMountOrdering
12:20:27 [2022-06-21T12:20:27.317Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
12:20:27 [2022-06-21T12:20:27.578Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
12:20:28 [2022-06-21T12:20:28.961Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
12:20:28 [2022-06-21T12:20:28.961Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
12:20:30 [2022-06-21T12:20:30.897Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
12:20:33 [2022-06-21T12:20:33.443Z] === RUN   TestDockerSuite/TestRunNamedVolume
12:20:34 [2022-06-21T12:20:34.828Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
12:20:36 [2022-06-21T12:20:36.213Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
12:20:37 [2022-06-21T12:20:37.596Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
12:20:37 [2022-06-21T12:20:37.857Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
12:20:38 [2022-06-21T12:20:38.800Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
12:20:38 [2022-06-21T12:20:38.800Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
12:20:39 [2022-06-21T12:20:39.372Z] === RUN   TestDockerSuite/TestRunNetHost
12:20:40 [2022-06-21T12:20:40.756Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
12:20:41 [2022-06-21T12:20:41.327Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
12:20:41 [2022-06-21T12:20:41.327Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
12:20:41 [2022-06-21T12:20:41.589Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
12:20:43 [2022-06-21T12:20:43.502Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
12:20:44 [2022-06-21T12:20:44.445Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
12:20:45 [2022-06-21T12:20:45.017Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
12:20:47 [2022-06-21T12:20:47.565Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
12:20:48 [2022-06-21T12:20:48.514Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
12:20:49 [2022-06-21T12:20:49.089Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
12:20:49 [2022-06-21T12:20:49.089Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
12:20:49 [2022-06-21T12:20:49.661Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
12:20:49 [2022-06-21T12:20:49.922Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
12:20:50 [2022-06-21T12:20:50.495Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
12:20:50 [2022-06-21T12:20:50.757Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
12:20:51 [2022-06-21T12:20:51.017Z] === RUN   TestDockerSuite/TestRunNonExistingImage
12:20:51 [2022-06-21T12:20:51.017Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
12:20:51 [2022-06-21T12:20:51.589Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
12:20:52 [2022-06-21T12:20:52.971Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
12:20:55 [2022-06-21T12:20:55.515Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
12:20:57 [2022-06-21T12:20:57.427Z] === RUN   TestDockerSuite/TestRunOOMExitCode
12:20:57 [2022-06-21T12:20:57.427Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
12:20:57 [2022-06-21T12:20:57.427Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
12:20:57 [2022-06-21T12:20:57.999Z] === RUN   TestDockerSuite/TestRunPIDsLimit
12:20:58 [2022-06-21T12:20:58.259Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
12:20:58 [2022-06-21T12:20:58.520Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
12:20:59 [2022-06-21T12:20:59.905Z] === RUN   TestDockerSuite/TestRunPortInUse
12:21:00 [2022-06-21T12:21:00.476Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
12:21:00 [2022-06-21T12:21:00.823Z] ok  	github.com/docker/docker/libnetwork	37.251s	coverage: 40.6% of statements
12:21:00 [2022-06-21T12:21:00.823Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.117s	coverage: 84.4% of statements
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 22.4% of statements
12:21:00 [2022-06-21T12:21:00.823Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.008s	coverage: 68.9% of statements
12:21:00 [2022-06-21T12:21:00.823Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.408s	coverage: 59.9% of statements
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
12:21:00 [2022-06-21T12:21:00.823Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.111s	coverage: 4.0% of statements
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.5% of statements
12:21:00 [2022-06-21T12:21:00.823Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
12:21:00 [2022-06-21T12:21:00.823Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
12:21:01 [2022-06-21T12:21:01.417Z]     docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n"
12:21:01 [2022-06-21T12:21:01.418Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
12:21:01 [2022-06-21T12:21:01.418Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
12:21:01 [2022-06-21T12:21:01.678Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
12:21:02 [2022-06-21T12:21:02.249Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
12:21:02 [2022-06-21T12:21:02.820Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
12:21:03 [2022-06-21T12:21:03.391Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
12:21:03 [2022-06-21T12:21:03.391Z]     docker_cli_run_test.go:4101: unmatched requirement DaemonIsWindows
12:21:03 [2022-06-21T12:21:03.391Z] === RUN   TestDockerSuite/TestRunPublishPort
12:21:03 [2022-06-21T12:21:03.962Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
12:21:04 [2022-06-21T12:21:04.223Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
12:21:04 [2022-06-21T12:21:04.793Z] === RUN   TestDockerSuite/TestRunReadProcLatency
12:21:04 [2022-06-21T12:21:04.793Z]     docker_cli_run_test.go:2836: kernel doesn't have latency_stats configured
12:21:04 [2022-06-21T12:21:04.793Z] === RUN   TestDockerSuite/TestRunReadProcTimer
12:21:05 [2022-06-21T12:21:05.061Z] === RUN   TestDockerSuite/TestRunRedirectStdout
12:21:06 [2022-06-21T12:21:06.462Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
12:21:06 [2022-06-21T12:21:06.462Z]     docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved
12:21:06 [2022-06-21T12:21:06.462Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
12:21:07 [2022-06-21T12:21:07.403Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
12:21:08 [2022-06-21T12:21:08.785Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
12:21:10 [2022-06-21T12:21:10.171Z] === RUN   TestDockerSuite/TestRunRm
12:21:10 [2022-06-21T12:21:10.742Z] === RUN   TestDockerSuite/TestRunRmAndWait
12:21:10 [2022-06-21T12:21:10.784Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	7.701s	coverage: 7.2% of statements
12:21:10 [2022-06-21T12:21:10.784Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
12:21:10 [2022-06-21T12:21:10.784Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 63.6% of statements
12:21:10 [2022-06-21T12:21:10.784Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.4% of statements
12:21:10 [2022-06-21T12:21:10.784Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
12:21:10 [2022-06-21T12:21:10.784Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
12:21:10 [2022-06-21T12:21:10.784Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
12:21:10 [2022-06-21T12:21:10.784Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
12:21:10 [2022-06-21T12:21:10.784Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.015s	coverage: 81.2% of statements
12:21:10 [2022-06-21T12:21:10.784Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
12:21:11 [2022-06-21T12:21:11.042Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
12:21:13 [2022-06-21T12:21:13.281Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
12:21:14 [2022-06-21T12:21:14.222Z] === RUN   TestDockerSuite/TestRunRmPre125Api
12:21:14 [2022-06-21T12:21:14.800Z] === RUN   TestDockerSuite/TestRunRootWorkdir
12:21:15 [2022-06-21T12:21:15.372Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
12:21:17 [2022-06-21T12:21:17.285Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
12:21:17 [2022-06-21T12:21:17.285Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
12:21:18 [2022-06-21T12:21:18.670Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
12:21:20 [2022-06-21T12:21:20.053Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
12:21:22 [2022-06-21T12:21:22.599Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
12:21:23 [2022-06-21T12:21:23.241Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.002s	coverage: 100.0% of statements
12:21:23 [2022-06-21T12:21:23.997Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
12:21:24 [2022-06-21T12:21:24.580Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
12:21:25 [2022-06-21T12:21:25.151Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
12:21:25 [2022-06-21T12:21:25.151Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
12:21:25 [2022-06-21T12:21:25.723Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
12:21:26 [2022-06-21T12:21:26.295Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
12:21:26 [2022-06-21T12:21:26.867Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
12:21:27 [2022-06-21T12:21:27.439Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
12:21:28 [2022-06-21T12:21:28.381Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
12:21:28 [2022-06-21T12:21:28.381Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
12:21:28 [2022-06-21T12:21:28.642Z] === RUN   TestDockerSuite/TestRunSetMacAddress
12:21:29 [2022-06-21T12:21:29.214Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
12:21:31 [2022-06-21T12:21:31.130Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
12:21:31 [2022-06-21T12:21:31.702Z] === RUN   TestDockerSuite/TestRunState
12:21:33 [2022-06-21T12:21:33.087Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
12:21:33 [2022-06-21T12:21:33.658Z] === RUN   TestDockerSuite/TestRunStdinPipe
12:21:34 [2022-06-21T12:21:34.231Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
12:21:34 [2022-06-21T12:21:34.231Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
12:21:34 [2022-06-21T12:21:34.231Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
12:21:34 [2022-06-21T12:21:34.231Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
12:21:34 [2022-06-21T12:21:34.802Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
12:21:35 [2022-06-21T12:21:35.374Z] === RUN   TestDockerSuite/TestRunSysctls
12:21:36 [2022-06-21T12:21:36.316Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
12:21:36 [2022-06-21T12:21:36.316Z] === RUN   TestDockerSuite/TestRunTLSVerify
12:21:36 [2022-06-21T12:21:36.577Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
12:21:36 [2022-06-21T12:21:36.577Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
12:21:37 [2022-06-21T12:21:37.149Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
12:21:38 [2022-06-21T12:21:38.133Z] ok  	github.com/docker/docker/libnetwork/ipam	14.328s	coverage: 85.3% of statements
12:21:38 [2022-06-21T12:21:38.133Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
12:21:38 [2022-06-21T12:21:38.133Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
12:21:38 [2022-06-21T12:21:38.133Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
12:21:38 [2022-06-21T12:21:38.133Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.006s	coverage: 47.4% of statements
12:21:38 [2022-06-21T12:21:38.133Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
12:21:38 [2022-06-21T12:21:38.133Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
12:21:38 [2022-06-21T12:21:38.133Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.257s	coverage: 74.0% of statements
12:21:38 [2022-06-21T12:21:38.133Z] ok  	github.com/docker/docker/libnetwork/iptables	0.162s	coverage: 45.1% of statements
12:21:38 [2022-06-21T12:21:38.392Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
12:21:38 [2022-06-21T12:21:38.650Z] ok  	github.com/docker/docker/libnetwork/netutils	0.019s	coverage: 44.1% of statements
12:21:39 [2022-06-21T12:21:39.063Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
12:21:39 [2022-06-21T12:21:39.324Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
12:21:39 [2022-06-21T12:21:39.583Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
12:21:40 [2022-06-21T12:21:40.982Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
12:21:42 [2022-06-21T12:21:42.366Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
12:21:44 [2022-06-21T12:21:44.280Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
12:21:45 [2022-06-21T12:21:45.226Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
12:21:47 [2022-06-21T12:21:47.138Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
12:21:47 [2022-06-21T12:21:47.710Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
12:21:47 [2022-06-21T12:21:47.972Z]     docker_cli_service_logs_test.go:246: checking task f9slu96c8fmy
12:21:48 [2022-06-21T12:21:48.232Z]     docker_cli_service_logs_test.go:251: checking messages for f9slu96c8fmy
12:21:48 [2022-06-21T12:21:48.232Z]     docker_cli_service_logs_test.go:246: checking task snyqwvuttfs6
12:21:48 [2022-06-21T12:21:48.232Z]     docker_cli_service_logs_test.go:251: checking messages for snyqwvuttfs6
12:21:48 [2022-06-21T12:21:48.804Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
12:21:48 [2022-06-21T12:21:48.804Z] === RUN   TestDockerSwarmSuite/TestServiceScale
12:21:49 [2022-06-21T12:21:49.375Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
12:21:51 [2022-06-21T12:21:51.289Z] === RUN   TestDockerSuite/TestRunUnshareProc
12:21:51 [2022-06-21T12:21:51.552Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
12:21:52 [2022-06-21T12:21:52.123Z] === RUN   TestDockerSuite/TestRunUserByID
12:21:52 [2022-06-21T12:21:52.693Z] === RUN   TestDockerSuite/TestRunUserByIDBig
12:21:52 [2022-06-21T12:21:52.693Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
12:21:52 [2022-06-21T12:21:52.953Z] === RUN   TestDockerSuite/TestRunUserByIDZero
12:21:53 [2022-06-21T12:21:53.524Z] === RUN   TestDockerSuite/TestRunUserByName
12:21:54 [2022-06-21T12:21:54.097Z] === RUN   TestDockerSuite/TestRunUserDefaults
12:21:54 [2022-06-21T12:21:54.669Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
12:21:54 [2022-06-21T12:21:54.669Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
12:21:54 [2022-06-21T12:21:54.669Z] === RUN   TestDockerSuite/TestRunUserNotFound
12:21:54 [2022-06-21T12:21:54.669Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
12:21:55 [2022-06-21T12:21:55.240Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
12:21:57 [2022-06-21T12:21:57.787Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
12:21:58 [2022-06-21T12:21:58.063Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
12:21:59 [2022-06-21T12:21:59.004Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
12:22:00 [2022-06-21T12:22:00.390Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
12:22:01 [2022-06-21T12:22:01.777Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
12:22:03 [2022-06-21T12:22:03.162Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
12:22:05 [2022-06-21T12:22:05.073Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
12:22:05 [2022-06-21T12:22:05.333Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
12:22:05 [2022-06-21T12:22:05.333Z]     docker_cli_run_test.go:4071: unmatched requirement DaemonIsWindows
12:22:05 [2022-06-21T12:22:05.333Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
12:22:05 [2022-06-21T12:22:05.333Z]     docker_cli_run_test.go:4091: unmatched requirement DaemonIsWindows
12:22:05 [2022-06-21T12:22:05.333Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
12:22:05 [2022-06-21T12:22:05.333Z]     docker_cli_run_test.go:4081: unmatched requirement DaemonIsWindows
12:22:05 [2022-06-21T12:22:05.333Z] === RUN   TestDockerSuite/TestRunWithBadDevice
12:22:05 [2022-06-21T12:22:05.594Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
12:22:05 [2022-06-21T12:22:05.594Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
12:22:05 [2022-06-21T12:22:05.594Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
12:22:06 [2022-06-21T12:22:06.165Z] === RUN   TestDockerSuite/TestRunWithCPUShares
12:22:06 [2022-06-21T12:22:06.736Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
12:22:07 [2022-06-21T12:22:07.677Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
12:22:08 [2022-06-21T12:22:08.619Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
12:22:09 [2022-06-21T12:22:09.191Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
12:22:09 [2022-06-21T12:22:09.191Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
12:22:09 [2022-06-21T12:22:09.762Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
12:22:09 [2022-06-21T12:22:09.762Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
12:22:09 [2022-06-21T12:22:09.762Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
12:22:10 [2022-06-21T12:22:10.022Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
12:22:10 [2022-06-21T12:22:10.022Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
12:22:10 [2022-06-21T12:22:10.022Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
12:22:10 [2022-06-21T12:22:10.022Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
12:22:10 [2022-06-21T12:22:10.022Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
12:22:10 [2022-06-21T12:22:10.022Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
12:22:10 [2022-06-21T12:22:10.022Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
12:22:10 [2022-06-21T12:22:10.022Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
12:22:10 [2022-06-21T12:22:10.022Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
12:22:10 [2022-06-21T12:22:10.022Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
12:22:10 [2022-06-21T12:22:10.022Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
12:22:10 [2022-06-21T12:22:10.022Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
12:22:10 [2022-06-21T12:22:10.283Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
12:22:10 [2022-06-21T12:22:10.545Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
12:22:11 [2022-06-21T12:22:11.116Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
12:22:11 [2022-06-21T12:22:11.116Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
12:22:11 [2022-06-21T12:22:11.688Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
12:22:11 [2022-06-21T12:22:11.688Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
12:22:12 [2022-06-21T12:22:12.261Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
12:22:12 [2022-06-21T12:22:12.521Z] === RUN   TestDockerSuite/TestRunWithShmSize
12:22:13 [2022-06-21T12:22:13.094Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
12:22:13 [2022-06-21T12:22:13.094Z] === RUN   TestDockerSuite/TestRunWithSwappiness
12:22:13 [2022-06-21T12:22:13.665Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
12:22:13 [2022-06-21T12:22:13.665Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
12:22:13 [2022-06-21T12:22:13.665Z] === RUN   TestDockerSuite/TestRunWithUlimits
12:22:14 [2022-06-21T12:22:14.244Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
12:22:15 [2022-06-21T12:22:15.629Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
12:22:15 [2022-06-21T12:22:15.629Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
12:22:15 [2022-06-21T12:22:15.889Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
12:22:15 [2022-06-21T12:22:15.889Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
12:22:15 [2022-06-21T12:22:15.889Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
12:22:16 [2022-06-21T12:22:16.462Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
12:22:16 [2022-06-21T12:22:16.462Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
12:22:17 [2022-06-21T12:22:17.846Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
12:22:17 [2022-06-21T12:22:17.846Z]     docker_cli_swarm_test.go:1895: [d5873c616eb60] joining swarm manager [d32b905539416]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:22:18 [2022-06-21T12:22:18.108Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
12:22:19 [2022-06-21T12:22:19.049Z]     docker_cli_swarm_test.go:1896: [d4c034c99661d] joining swarm manager [d32b905539416]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:22:19 [2022-06-21T12:22:19.990Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
12:22:20 [2022-06-21T12:22:20.562Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
12:22:20 [2022-06-21T12:22:20.562Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
12:22:20 [2022-06-21T12:22:20.562Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
12:22:21 [2022-06-21T12:22:21.133Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
12:22:21 [2022-06-21T12:22:21.705Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
12:22:22 [2022-06-21T12:22:22.647Z] === RUN   TestDockerSuite/TestSaveCheckTimes
12:22:22 [2022-06-21T12:22:22.647Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
12:22:24 [2022-06-21T12:22:24.032Z] === RUN   TestDockerSuite/TestSaveImageId
12:22:24 [2022-06-21T12:22:24.032Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
12:22:24 [2022-06-21T12:22:24.292Z] === RUN   TestDockerSuite/TestSaveLoadParents
12:22:25 [2022-06-21T12:22:25.235Z]     docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents1084740971
12:22:25 [2022-06-21T12:22:25.495Z] === RUN   TestDockerSuite/TestSaveMultipleNames
12:22:25 [2022-06-21T12:22:25.495Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
12:22:26 [2022-06-21T12:22:26.879Z] === RUN   TestDockerSuite/TestSaveSingleTag
12:22:26 [2022-06-21T12:22:26.879Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
12:22:26 [2022-06-21T12:22:26.879Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
12:22:27 [2022-06-21T12:22:27.823Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
12:22:29 [2022-06-21T12:22:29.206Z] === RUN   TestDockerSuite/TestSearchCmdOptions
12:22:29 [2022-06-21T12:22:29.466Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
12:22:29 [2022-06-21T12:22:29.466Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
12:22:29 [2022-06-21T12:22:29.466Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
12:22:29 [2022-06-21T12:22:29.466Z] === RUN   TestDockerSuite/TestSearchWithLimit
12:22:30 [2022-06-21T12:22:30.036Z] === RUN   TestDockerSuite/TestSlowStdinClosing
12:22:30 [2022-06-21T12:22:30.036Z] === RUN   TestDockerSuite/TestSlowStdinClosing/0
12:22:30 [2022-06-21T12:22:30.611Z] === RUN   TestDockerSuite/TestSlowStdinClosing/1
12:22:31 [2022-06-21T12:22:31.557Z] === RUN   TestDockerSuite/TestSlowStdinClosing/2
12:22:32 [2022-06-21T12:22:32.127Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
12:22:37 [2022-06-21T12:22:37.408Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
12:22:38 [2022-06-21T12:22:38.790Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
12:22:39 [2022-06-21T12:22:39.051Z] === RUN   TestDockerSuite/TestStartAttachSilent
12:22:39 [2022-06-21T12:22:39.993Z] === RUN   TestDockerSuite/TestStartAttachWithRename
12:22:40 [2022-06-21T12:22:40.253Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
12:22:42 [2022-06-21T12:22:42.796Z] === RUN   TestDockerSuite/TestStartMultipleContainers
12:22:44 [2022-06-21T12:22:44.180Z] === RUN   TestDockerSuite/TestStartPausedContainer
12:22:44 [2022-06-21T12:22:44.750Z] === RUN   TestDockerSuite/TestStartRecordError
12:22:45 [2022-06-21T12:22:45.692Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
12:22:47 [2022-06-21T12:22:47.075Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
12:22:48 [2022-06-21T12:22:48.018Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
12:22:48 [2022-06-21T12:22:48.018Z] === RUN   TestDockerSuite/TestStatsAllNoStream
12:22:50 [2022-06-21T12:22:50.563Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
12:22:50 [2022-06-21T12:22:50.563Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
12:22:55 [2022-06-21T12:22:55.867Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
12:22:58 [2022-06-21T12:22:58.407Z] === RUN   TestDockerSuite/TestStatsFormatAll
12:23:02 [2022-06-21T12:23:02.607Z] === RUN   TestDockerSuite/TestStatsNoStream
12:23:05 [2022-06-21T12:23:05.148Z] === RUN   TestDockerSuite/TestStopContainerSignal
12:23:06 [2022-06-21T12:23:06.088Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
12:23:06 [2022-06-21T12:23:06.701Z] === RUN   TestDockerSuite/TestTopMultipleArgs
12:23:07 [2022-06-21T12:23:07.272Z] === RUN   TestDockerSuite/TestTopNonPrivileged
12:23:07 [2022-06-21T12:23:07.843Z]     docker_cli_swarm_test.go:1796: [d08b46d3099f7] joining swarm manager [db0b212aa90f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:23:08 [2022-06-21T12:23:08.104Z] === RUN   TestDockerSuite/TestTopPrivileged
12:23:08 [2022-06-21T12:23:08.675Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
12:23:08 [2022-06-21T12:23:08.675Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
12:23:08 [2022-06-21T12:23:08.675Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
12:23:09 [2022-06-21T12:23:09.245Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
12:23:09 [2022-06-21T12:23:09.505Z]     docker_cli_swarm_test.go:1797: [ded352a19ee95] joining swarm manager [db0b212aa90f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:23:12 [2022-06-21T12:23:12.048Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
12:23:14 [2022-06-21T12:23:14.591Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
12:23:15 [2022-06-21T12:23:15.162Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
12:23:15 [2022-06-21T12:23:15.732Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
12:23:15 [2022-06-21T12:23:15.732Z]     docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport
12:23:15 [2022-06-21T12:23:15.732Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
12:23:15 [2022-06-21T12:23:15.732Z]     docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport
12:23:15 [2022-06-21T12:23:15.732Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
12:23:16 [2022-06-21T12:23:16.675Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
12:23:17 [2022-06-21T12:23:17.246Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
12:23:17 [2022-06-21T12:23:17.507Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
12:23:18 [2022-06-21T12:23:18.896Z] === RUN   TestDockerSuite/TestUpdateStats
12:23:22 [2022-06-21T12:23:22.192Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
12:23:23 [2022-06-21T12:23:23.134Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
12:23:23 [2022-06-21T12:23:23.134Z]     docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport
12:23:23 [2022-06-21T12:23:23.134Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
12:23:23 [2022-06-21T12:23:23.707Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
12:23:24 [2022-06-21T12:23:24.278Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
12:23:25 [2022-06-21T12:23:25.220Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
12:23:26 [2022-06-21T12:23:26.604Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
12:23:29 [2022-06-21T12:23:29.150Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
12:23:30 [2022-06-21T12:23:30.073Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.501s	coverage: 60.0% of statements
12:23:30 [2022-06-21T12:23:30.073Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
12:23:30 [2022-06-21T12:23:30.073Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
12:23:30 [2022-06-21T12:23:30.073Z] ok  	github.com/docker/docker/libnetwork/osl	4.306s	coverage: 39.7% of statements
12:23:30 [2022-06-21T12:23:30.073Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
12:23:30 [2022-06-21T12:23:30.073Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.014s	coverage: 80.7% of statements
12:23:31 [2022-06-21T12:23:31.006Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.567s	coverage: 48.6% of statements
12:23:31 [2022-06-21T12:23:31.264Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.6% of statements
12:23:31 [2022-06-21T12:23:31.265Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
12:23:31 [2022-06-21T12:23:31.522Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
12:23:31 [2022-06-21T12:23:31.522Z] 
12:23:31 [2022-06-21T12:23:31.522Z] === Skipped
12:23:31 [2022-06-21T12:23:31.522Z] === SKIP: libnetwork TestParallel1 (0.00s)
12:23:31 [2022-06-21T12:23:31.522Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
12:23:31 [2022-06-21T12:23:31.522Z] 
12:23:31 [2022-06-21T12:23:31.522Z] === SKIP: libnetwork TestParallel3 (0.00s)
12:23:31 [2022-06-21T12:23:31.522Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
12:23:31 [2022-06-21T12:23:31.522Z] 
12:23:31 [2022-06-21T12:23:31.522Z] === SKIP: libnetwork TestParallel2 (0.00s)
12:23:31 [2022-06-21T12:23:31.522Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
12:23:31 [2022-06-21T12:23:31.522Z] 
12:23:31 [2022-06-21T12:23:31.522Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
12:23:31 [2022-06-21T12:23:31.522Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
12:23:31 [2022-06-21T12:23:31.522Z] 
12:23:31 [2022-06-21T12:23:31.522Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
12:23:31 [2022-06-21T12:23:31.522Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
12:23:31 [2022-06-21T12:23:31.522Z] 
12:23:31 [2022-06-21T12:23:31.522Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
12:23:31 [2022-06-21T12:23:31.522Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
12:23:31 [2022-06-21T12:23:31.522Z] 
12:23:31 [2022-06-21T12:23:31.522Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
12:23:31 [2022-06-21T12:23:31.522Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
12:23:31 [2022-06-21T12:23:31.522Z] 
12:23:31 [2022-06-21T12:23:31.522Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
12:23:31 [2022-06-21T12:23:31.522Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
12:23:31 [2022-06-21T12:23:31.522Z] 
12:23:31 [2022-06-21T12:23:31.522Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
12:23:31 [2022-06-21T12:23:31.522Z]     firewalld_test.go:14: firewalld is not running
12:23:31 [2022-06-21T12:23:31.522Z] 
12:23:31 [2022-06-21T12:23:31.522Z] DONE 326 tests, 9 skipped in 200.422s
12:23:31 [2022-06-21T12:23:31.712Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
Post stage
[Pipeline] junit
12:23:32 [2022-06-21T12:23:32.100Z] Recording test results
12:23:32 [2022-06-21T12:23:32.541Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
12:23:32 [2022-06-21T12:23:32.862Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43731/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=068ab5144244648bcba3b7261c41836a4ba5cf0f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:068ab5144244648bcba3b7261c41836a4ba5cf0f hack/validate/vendor
12:23:33 [2022-06-21T12:23:33.112Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
12:23:33 [2022-06-21T12:23:33.112Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
12:23:33 [2022-06-21T12:23:33.430Z] No vendor changes in diff.
12:23:33 [2022-06-21T12:23:33.689Z] WARNING: could not find copyright information for github.com/coreos/go-systemd
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
12:23:34 [2022-06-21T12:23:34.252Z] + echo Ensuring container killed.
12:23:34 [2022-06-21T12:23:34.252Z] Ensuring container killed.
12:23:34 [2022-06-21T12:23:34.252Z] + docker rm -vf docker-pr1
12:23:34 [2022-06-21T12:23:34.252Z] Error: No such container: docker-pr1
[Pipeline] sh
12:23:34 [2022-06-21T12:23:34.537Z] + echo Chowning /workspace to jenkins user
12:23:34 [2022-06-21T12:23:34.537Z] Chowning /workspace to jenkins user
12:23:34 [2022-06-21T12:23:34.537Z] + id -u
12:23:34 [2022-06-21T12:23:34.537Z] + id -g
12:23:34 [2022-06-21T12:23:34.537Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43731:/workspace busybox chown -R 1000:1000 /workspace
12:23:35 [2022-06-21T12:23:35.658Z]     docker_cli_swarm_test.go:1315: [dff3812e0cae0] joining swarm manager [dea27de2c16e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:23:35 [2022-06-21T12:23:35.658Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
12:23:36 [2022-06-21T12:23:36.600Z]     docker_cli_swarm_test.go:1316: [de595c81e30a2] joining swarm manager [dea27de2c16e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
12:23:37 [2022-06-21T12:23:37.354Z] + bundleName=unit
12:23:37 [2022-06-21T12:23:37.354Z] + echo Creating unit-bundles.tar.gz
12:23:37 [2022-06-21T12:23:37.354Z] Creating unit-bundles.tar.gz
12:23:37 [2022-06-21T12:23:37.354Z] + 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
12:23:37 [2022-06-21T12:23:37.354Z] bundles/junit-report-libnetwork.xml
12:23:37 [2022-06-21T12:23:37.354Z] bundles/junit-report.xml
12:23:37 [2022-06-21T12:23:37.354Z] bundles/go-test-report-libnetwork.json
12:23:37 [2022-06-21T12:23:37.354Z] bundles/go-test-report.json
12:23:37 [2022-06-21T12:23:37.354Z] bundles/profile-libnetwork.out
12:23:37 [2022-06-21T12:23:37.354Z] bundles/profile.out
[Pipeline] archiveArtifacts
12:23:37 [2022-06-21T12:23:37.365Z] Archiving artifacts
12:23:37 [2022-06-21T12:23:37.828Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43731/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
12:23:38 [2022-06-21T12:23:38.128Z] + make clean
12:23:38 [2022-06-21T12:23:38.386Z] docker volume rm -f docker-dev-cache docker-mod-cache
12:23:38 [2022-06-21T12:23:38.386Z] docker-dev-cache
12:23:38 [2022-06-21T12:23:38.386Z] docker-mod-cache
[Pipeline] deleteDir
12:23:38 [2022-06-21T12:23:38.512Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
12:23:39 [2022-06-21T12:23:39.897Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
12:23:41 [2022-06-21T12:23:41.279Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
12:23:42 [2022-06-21T12:23:42.224Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
12:23:43 [2022-06-21T12:23:43.167Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
12:23:44 [2022-06-21T12:23:44.551Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
12:23:45 [2022-06-21T12:23:45.491Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
12:23:46 [2022-06-21T12:23:46.881Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
12:23:48 [2022-06-21T12:23:48.263Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
12:23:49 [2022-06-21T12:23:49.660Z] === RUN   TestDockerSuite/TestVolumeCLICreate
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLILs
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
12:24:07 [2022-06-21T12:24:07.762Z] === RUN   TestDockerSuite/TestVolumeCLIRm
12:24:08 [2022-06-21T12:24:08.332Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
12:24:08 [2022-06-21T12:24:08.332Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
12:24:08 [2022-06-21T12:24:08.592Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
12:24:08 [2022-06-21T12:24:08.592Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
12:24:08 [2022-06-21T12:24:08.592Z] === RUN   TestDockerSuite/TestVolumeEvents
12:24:13 [2022-06-21T12:24:13.874Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
12:24:15 [2022-06-21T12:24:15.258Z] === RUN   TestDockerSuite/TestVolumeLsFormat
12:24:15 [2022-06-21T12:24:15.519Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
12:24:15 [2022-06-21T12:24:15.519Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
12:24:17 [2022-06-21T12:24:17.431Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
12:24:19 [2022-06-21T12:24:19.980Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
12:24:19 [2022-06-21T12:24:19.980Z]     docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindows
12:24:19 [2022-06-21T12:24:19.980Z] --- PASS: TestDockerSuite (1334.16s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (2.90s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.10s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.77s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.14s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.31s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.32s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.10s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.95s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.85s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.98s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.06s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.29s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.70s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.59s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.59s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.67s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.77s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.69s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAttachDetach (0.87s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.89s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.84s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.90s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.83s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.97s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.82s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.71s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.66s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.74s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.46s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.81s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.69s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.47s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.92s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.25s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.59s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.01s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.74s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.38s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (0.91s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.36s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.22s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.89s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.46s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.66s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.16s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.19s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.89s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.31s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.86s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.06s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.34s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddTar (6.79s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.10s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.35s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.20s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.68s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.28s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.70s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.61s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.93s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.71s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.76s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.36s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.31s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.37s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.78s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.23s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.66s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.40s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.95s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.35s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.15s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.14s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.24s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.84s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.72s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (5.00s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.53s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.77s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.70s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.00s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.26s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.90s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.56s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.38s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.42s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.33s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.98s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.29s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (0.80s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.80s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.36s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.74s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.43s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.25s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.65s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.91s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.73s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.98s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.06s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.16s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.93s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.61s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.24s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.39s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.51s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.87s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.54s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.91s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.10s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.64s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.06s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.08s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.27s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (9.96s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.42s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.13s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.28s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.16s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.37s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.24s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.44s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.66s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.03s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.52s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.46s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.19s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.71s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.43s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.40s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.79s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.23s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.47s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.41s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.25s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.60s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.93s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.33s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.27s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.91s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (7.00s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.55s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.94s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.59s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.76s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.51s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.61s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.56s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.31s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.97s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.33s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.81s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.68s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.57s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildFails (1.03s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.75s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.93s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.47s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.30s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.54s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.88s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.71s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.86s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.92s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.40s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.36s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.90s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.48s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.73s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.62s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.57s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.83s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.43s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.44s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.43s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.32s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.54s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.63s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.86s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLastModified (5.44s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.41s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.14s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.14s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.31s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.23s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.19s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.26s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.29s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.35s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.10s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.40s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.91s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.89s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.35s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.39s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.55s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.28s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.39s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.61s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.91s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.70s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.52s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.39s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.25s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.26s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.44s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.27s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.39s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.92s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.10s)
12:24:19 [2022-06-21T12:24:19.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.83s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.02s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.84s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.27s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.20s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.61s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.72s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.92s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.06s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.20s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.82s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildRm (2.81s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.12s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.37s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.44s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.54s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.39s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.00s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (0.92s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.12s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.14s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.26s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.32s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.71s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.79s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.40s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (1.02s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.62s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.65s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.84s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.12s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildUser (1.58s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.61s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.69s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (1.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.40s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.06s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.88s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.09s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.28s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (1.04s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.09s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.70s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.70s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.15s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.65s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.25s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.38s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.51s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.37s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.44s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.57s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCommitChange (0.65s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.58s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCommitHardlink (0.99s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCommitNewFile (0.96s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.60s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.02s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.56s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.04s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.56s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.07s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.25s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.69s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.76s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.58s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.58s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.81s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.63s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.11s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.61s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.95s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.03s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.59s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.65s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.86s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.80s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.94s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.67s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.62s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.64s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.58s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.12s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.63s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (0.92s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.10s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.53s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.35s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.70s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.58s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.80s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.57s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.96s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.44s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.63s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.27s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.95s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.80s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>} (1.44s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>} (1.46s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.38s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.43s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000f84d80_<nil>_<nil>} (1.33s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11981713945_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.38s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11981713945_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.45s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-34100271815_/foo_false__<nil>_<nil>_<nil>_<nil>} (0.48s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-34100271815_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.43s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-34100271815_/foo_true__0xc000f84db0_<nil>_<nil>_<nil>} (1.47s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000f84dc8_<nil>_<nil>} (1.33s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000f84de0_<nil>_<nil>} (1.37s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000f84df8_<nil>_<nil>} (1.48s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000f84e10_<nil>_<nil>} (1.52s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.37s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s)
12:24:19 [2022-06-21T12:24:19.981Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.46s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.40s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.60s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.32s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.53s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.98s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.73s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.54s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.57s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.64s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.78s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.87s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.67s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.59s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.58s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.71s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.66s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.96s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.88s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.60s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.66s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpRelativePath (1.00s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.38s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.87s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.70s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.34s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.65s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.47s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.00s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToCaseE (1.87s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.48s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToCaseG (2.77s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.17s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.51s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.71s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.83s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToDot (0.57s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.00s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.23s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.81s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.05s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.67s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.03s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.06s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.43s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.55s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.07s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.44s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.40s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.08s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.15s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateRM (0.24s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.16s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.82s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.05s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.28s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.70s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.29s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.84s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.56s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.50s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.53s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.58s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.13s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.77s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.01s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.56s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.15s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.03s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.04s)
12:24:19 [2022-06-21T12:24:19.981Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.23s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.73s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.22s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.96s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.48s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.81s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.93s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.68s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.57s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.47s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.50s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.45s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.04s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.56s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.16s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.90s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.13s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.59s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.25s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (0.93s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.76s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.26s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFilters (0.96s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFormat (0.87s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.67s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.69s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.04s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (2.12s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.67s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsRename (0.62s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsResize (0.56s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.39s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.58s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.49s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.74s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsTop (0.57s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.57s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.87s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExec (0.52s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.49s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.45s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.08s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.51s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.50s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.61s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.62s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.51s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.52s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.25s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecCgroup (0.89s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecEnv (0.55s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.97s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.71s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecInspectID (2.66s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.61s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.55s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.52s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecParseError (0.48s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.53s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.48s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.08s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.73s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.64s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.77s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.51s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecTTY (0.53s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.84s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.51s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.21s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.65s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.76s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.53s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.60s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.48s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.61s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.52s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.51s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.45s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestHealth (19.58s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.60s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.24s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.27s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.42s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.65s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.62s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.56s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.59s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.07s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.06s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImportFile (1.11s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.11s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.14s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.06s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.51s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.48s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.50s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.49s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.50s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.45s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.48s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.42s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.43s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.12s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.46s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.44s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.66s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.50s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.44s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.56s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.44s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.56s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.49s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.58s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectPlugin (2.27s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.03s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.66s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.72s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.31s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.52s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.57s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.77s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.52s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.71s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.82s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.88s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.11s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.93s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.21s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.05s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.37s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.69s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.47s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.54s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.68s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.06s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.48s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.54s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.28s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.48s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.48s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.47s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.43s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.57s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.64s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.91s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.87s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.90s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.91s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.70s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.95s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.46s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsSince (6.62s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.67s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.79s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsTail (0.66s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.56s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.65s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.30s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.64s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestNetHostname (1.48s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.24s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.55s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.28s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.49s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPluginActive (2.06s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.71s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.26s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (2.20s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.91s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.12s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.40s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.99s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPortHostBinding (1.00s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPortList (6.64s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.94s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.17s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.65s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.53s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.45s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s)
12:24:19 [2022-06-21T12:24:19.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.04s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (3.19s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (0.90s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsByOrder (1.90s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.63s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.19s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.09s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.93s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.48s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.09s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.68s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.20s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.07s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.87s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.31s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.09s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.20s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.67s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.54s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.54s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.50s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.11s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.50s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.89s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.16s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.46s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.13s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.77s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.36s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.13s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.19s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.95s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.98s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.77s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.64s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.05s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.70s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.29s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.81s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiTag (0.13s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.49s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.66s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.43s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.59s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.10s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.47s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.48s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.61s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.27s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.59s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.56s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.86s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.92s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.64s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.69s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.85s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.88s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.59s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.73s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.42s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.33s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.52s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.52s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.46s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.46s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.45s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.42s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.44s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.45s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.45s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.44s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.67s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.54s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.56s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.42s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.75s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.53s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.13s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.92s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.46s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.46s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.57s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.50s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.51s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.06s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.41s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.49s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.71s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.10s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.72s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.15s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.53s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.40s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (0.91s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.42s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.71s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.58s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.53s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.53s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.49s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.52s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.72s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.78s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.58s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.49s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.48s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.56s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.66s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.55s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.56s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.47s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.76s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.02s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.71s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.54s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.27s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.34s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.50s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.76s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.20s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.76s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.25s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.03s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.56s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.87s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.92s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.91s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.48s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.34s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.34s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.65s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.92s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.72s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (0.90s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (0.91s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunMount (3.81s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.48s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.42s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.34s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.61s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.75s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.39s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.49s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.56s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.03s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.57s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNetHost (1.05s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.69s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.53s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.72s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.70s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.33s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.46s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.15s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.70s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.11s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.58s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.51s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.56s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.50s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.74s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.64s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.14s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.84s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.74s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.51s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.59s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.44s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.66s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.73s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.48s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.50s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.17s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.46s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.38s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunRm (0.65s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.45s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.52s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.59s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.56s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.47s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.61s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.74s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.73s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.72s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.52s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.67s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.45s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.63s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.72s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.58s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.56s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.44s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunState (1.32s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.65s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.47s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.45s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.42s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.20s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.50s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.93s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.58s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.42s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.01s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.11s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.77s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.96s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.56s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.74s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.14s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.50s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.12s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.62s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.50s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.44s)
12:24:19 [2022-06-21T12:24:19.983Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.44s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.56s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.45s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.86s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.57s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.04s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.72s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.68s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.47s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.58s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.45s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.14s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.70s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.67s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.65s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.06s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.63s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.52s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.49s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.58s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.60s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.49s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.05s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.49s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.31s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.53s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.48s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.09s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.62s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.60s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.64s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.66s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.71s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.77s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.14s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.37s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.34s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.08s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.11s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.14s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.52s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.94s)
12:24:19 [2022-06-21T12:24:19.984Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.65s)
12:24:19 [2022-06-21T12:24:19.984Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.65s)
12:24:19 [2022-06-21T12:24:19.984Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.64s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.02s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.47s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.87s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.61s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.52s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.49s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.14s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.11s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.21s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.59s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.29s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.48s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.54s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.59s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.70s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.73s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.48s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.57s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.74s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.86s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.43s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.46s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.89s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.61s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.53s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.99s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.52s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.88s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.72s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.56s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.45s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.51s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.09s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.64s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.72s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.79s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.29s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.37s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.86s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.94s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.31s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.36s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.31s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.36s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.48s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.11s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.49s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.53s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.59s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.41s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.42s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.32s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.09s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.07s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.82s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.49s)
12:24:19 [2022-06-21T12:24:19.984Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
12:24:19 [2022-06-21T12:24:19.984Z] === RUN   TestDockerRegistrySuite
12:24:19 [2022-06-21T12:24:19.984Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
12:24:20 [2022-06-21T12:24:20.926Z]     check_test.go:194: [dbf5bf9132450] daemon is not started
12:24:20 [2022-06-21T12:24:20.926Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
12:24:21 [2022-06-21T12:24:21.866Z]     check_test.go:194: [db0e3f1c0552c] daemon is not started
12:24:21 [2022-06-21T12:24:21.866Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
12:24:23 [2022-06-21T12:24:23.250Z]     check_test.go:194: [db69dda985f94] daemon is not started
12:24:23 [2022-06-21T12:24:23.250Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
12:24:23 [2022-06-21T12:24:23.510Z]     check_test.go:194: [d5d054b6c186f] daemon is not started
12:24:23 [2022-06-21T12:24:23.510Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
12:24:26 [2022-06-21T12:24:26.078Z]     check_test.go:194: [dd554c28d0900] daemon is not started
12:24:26 [2022-06-21T12:24:26.078Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
12:24:31 [2022-06-21T12:24:31.360Z]     check_test.go:194: [d58902dc161ff] daemon is not started
12:24:31 [2022-06-21T12:24:31.360Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
12:24:33 [2022-06-21T12:24:33.271Z]     check_test.go:194: [d1d7376d3c31a] daemon is not started
12:24:33 [2022-06-21T12:24:33.533Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
12:24:34 [2022-06-21T12:24:34.473Z]     check_test.go:194: [db3834030307b] daemon is not started
12:24:34 [2022-06-21T12:24:34.473Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
12:24:35 [2022-06-21T12:24:35.416Z]     check_test.go:194: [d6c85450f28b2] daemon is not started
12:24:35 [2022-06-21T12:24:35.416Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
12:24:36 [2022-06-21T12:24:36.357Z]     check_test.go:194: [d1c97891530fe] daemon is not started
12:24:36 [2022-06-21T12:24:36.357Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
12:24:37 [2022-06-21T12:24:37.300Z]     check_test.go:194: [de1734ff8ac61] daemon is not started
12:24:37 [2022-06-21T12:24:37.300Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
12:24:38 [2022-06-21T12:24:38.684Z]     check_test.go:194: [df45e6dc874ae] daemon is not started
12:24:38 [2022-06-21T12:24:38.684Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
12:24:38 [2022-06-21T12:24:38.684Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
12:24:39 [2022-06-21T12:24:39.625Z]     check_test.go:194: [dce8f9f580c2b] daemon is not started
12:24:39 [2022-06-21T12:24:39.625Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
12:24:41 [2022-06-21T12:24:41.010Z]     check_test.go:194: [d5f51f2df55a2] daemon is not started
12:24:41 [2022-06-21T12:24:41.010Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
12:24:41 [2022-06-21T12:24:41.954Z]     docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5ac0dc9f85d8f9347eac0f70a3c02f9003136c0a960a9c568233fbc393e8fb1e
12:24:42 [2022-06-21T12:24:42.897Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
12:24:43 [2022-06-21T12:24:43.158Z]     docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b70e5b456f808ca10c24c9efbe7c8ea8ba0fb47f994743a368b7be8205470c41
12:24:43 [2022-06-21T12:24:43.419Z]     check_test.go:194: [d05bbffd3f78d] daemon is not started
12:24:43 [2022-06-21T12:24:43.419Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
12:24:44 [2022-06-21T12:24:44.360Z]     docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5a61103b90a9567de967fff7b4ab3d6806d942d3eb31754e62b6967ac3f79e49
12:24:45 [2022-06-21T12:24:45.749Z]     docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:debc69f35e1c6075130fc3924a9e856ea51f354bcb7f2ff55442da232b8c71ca
12:24:46 [2022-06-21T12:24:46.009Z]     check_test.go:194: [d647d3c3d4120] daemon is not started
12:24:46 [2022-06-21T12:24:46.009Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
12:24:47 [2022-06-21T12:24:47.394Z]     check_test.go:194: [d555add3cdaa5] daemon is not started
12:24:47 [2022-06-21T12:24:47.394Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
12:24:49 [2022-06-21T12:24:49.938Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
12:24:50 [2022-06-21T12:24:50.199Z]     check_test.go:194: [d41a92ab24f1f] daemon is not started
12:24:50 [2022-06-21T12:24:50.459Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
12:24:51 [2022-06-21T12:24:51.400Z]     check_test.go:194: [def069ec83f37] daemon is not started
12:24:51 [2022-06-21T12:24:51.400Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
12:24:51 [2022-06-21T12:24:51.661Z]     check_test.go:194: [d1e2892607ec5] daemon is not started
12:24:51 [2022-06-21T12:24:51.661Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
12:24:53 [2022-06-21T12:24:53.047Z]     check_test.go:194: [df4ffe2da40d6] daemon is not started
12:24:53 [2022-06-21T12:24:53.047Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
12:24:53 [2022-06-21T12:24:53.992Z]     check_test.go:194: [d3e407a748dd1] daemon is not started
12:24:53 [2022-06-21T12:24:53.992Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
12:24:55 [2022-06-21T12:24:55.377Z]     check_test.go:194: [d822b2e2fbeee] daemon is not started
12:24:55 [2022-06-21T12:24:55.377Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
12:24:57 [2022-06-21T12:24:57.295Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
12:24:58 [2022-06-21T12:24:58.236Z]     check_test.go:194: [dd480043f7094] daemon is not started
12:24:58 [2022-06-21T12:24:58.236Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
12:24:58 [2022-06-21T12:24:58.497Z]     check_test.go:194: [de6b667c695e6] daemon is not started
12:24:58 [2022-06-21T12:24:58.497Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
12:24:59 [2022-06-21T12:24:59.438Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
12:24:59 [2022-06-21T12:24:59.699Z]     check_test.go:194: [ddc865ee0e1a2] daemon is not started
12:24:59 [2022-06-21T12:24:59.699Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
12:25:00 [2022-06-21T12:25:00.270Z]     check_test.go:194: [daeaf1acdf86a] daemon is not started
12:25:00 [2022-06-21T12:25:00.270Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
12:25:00 [2022-06-21T12:25:00.531Z]     check_test.go:194: [d5091462f819b] daemon is not started
12:25:00 [2022-06-21T12:25:00.531Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
12:25:00 [2022-06-21T12:25:00.791Z]     check_test.go:194: [d939f09445d10] daemon is not started
12:25:00 [2022-06-21T12:25:00.791Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
12:25:01 [2022-06-21T12:25:01.053Z]     check_test.go:194: [dcd66cf80b98e] daemon is not started
12:25:01 [2022-06-21T12:25:01.053Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
12:25:01 [2022-06-21T12:25:01.625Z]     check_test.go:194: [dd26b68aaa99c] daemon is not started
12:25:01 [2022-06-21T12:25:01.625Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
12:25:01 [2022-06-21T12:25:01.625Z]     check_test.go:194: [d77dac1a58519] daemon is not started
12:25:01 [2022-06-21T12:25:01.625Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
12:25:03 [2022-06-21T12:25:03.009Z]     check_test.go:194: [d0c9ffe57beb0] daemon is not started
12:25:03 [2022-06-21T12:25:03.009Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
12:25:03 [2022-06-21T12:25:03.953Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
12:25:04 [2022-06-21T12:25:04.903Z]     check_test.go:194: [d1f7f708e379b] daemon is not started
12:25:04 [2022-06-21T12:25:04.903Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
12:25:05 [2022-06-21T12:25:05.845Z]     check_test.go:194: [d13b9e0286a77] daemon is not started
12:25:05 [2022-06-21T12:25:05.845Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
12:25:07 [2022-06-21T12:25:07.228Z]     check_test.go:194: [dac37db024198] daemon is not started
12:25:07 [2022-06-21T12:25:07.228Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
12:25:08 [2022-06-21T12:25:08.170Z] === RUN   TestDockerRegistrySuite/TestV2Only
12:25:08 [2022-06-21T12:25:08.170Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
12:25:08 [2022-06-21T12:25:08.742Z] --- PASS: TestDockerRegistrySuite (48.90s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.16s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.00s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.29s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.72s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.39s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.91s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.05s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.02s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.09s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.02s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.09s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.34s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.54s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.57s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.30s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.04s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.13s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.15s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.26s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.06s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.19s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.93s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.53s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.24s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.48s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.34s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.43s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.28s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.95s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.95s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.23s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.93s)
12:25:08 [2022-06-21T12:25:08.742Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s)
12:25:08 [2022-06-21T12:25:08.742Z] === RUN   TestDockerSchema1RegistrySuite
12:25:08 [2022-06-21T12:25:08.742Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
12:25:09 [2022-06-21T12:25:09.002Z]     check_test.go:221: [d51bc9af5e065] daemon is not started
12:25:09 [2022-06-21T12:25:09.002Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
12:25:13 [2022-06-21T12:25:13.206Z]     check_test.go:221: [db2796520dd59] daemon is not started
12:25:13 [2022-06-21T12:25:13.206Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
12:25:13 [2022-06-21T12:25:13.206Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
12:25:13 [2022-06-21T12:25:13.206Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
12:25:13 [2022-06-21T12:25:13.206Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
12:25:18 [2022-06-21T12:25:18.492Z]     check_test.go:221: [d536e0e4e7084] daemon is not started
12:25:18 [2022-06-21T12:25:18.492Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
12:25:18 [2022-06-21T12:25:18.752Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
12:25:18 [2022-06-21T12:25:18.752Z]     check_test.go:221: [d69c538428747] daemon is not started
12:25:18 [2022-06-21T12:25:18.752Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
12:25:19 [2022-06-21T12:25:19.012Z]     check_test.go:221: [df2ff8f4c8081] daemon is not started
12:25:19 [2022-06-21T12:25:19.012Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
12:25:19 [2022-06-21T12:25:19.586Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
12:25:20 [2022-06-21T12:25:20.158Z]     check_test.go:221: [de1a9bd2e6dd1] daemon is not started
12:25:20 [2022-06-21T12:25:20.158Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
12:25:20 [2022-06-21T12:25:20.158Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
12:25:21 [2022-06-21T12:25:21.543Z]     check_test.go:221: [d3b204cde8f0e] daemon is not started
12:25:21 [2022-06-21T12:25:21.543Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
12:25:22 [2022-06-21T12:25:22.484Z]     check_test.go:221: [d06b88580b833] daemon is not started
12:25:22 [2022-06-21T12:25:22.484Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
12:25:23 [2022-06-21T12:25:23.055Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
12:25:25 [2022-06-21T12:25:25.601Z]     check_test.go:221: [d3d84df40b593] daemon is not started
12:25:25 [2022-06-21T12:25:25.601Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
12:25:26 [2022-06-21T12:25:26.172Z]     check_test.go:221: [d094a2b41983f] daemon is not started
12:25:26 [2022-06-21T12:25:26.172Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
12:25:26 [2022-06-21T12:25:26.447Z]     check_test.go:221: [d1de6ce6fe3fa] daemon is not started
12:25:26 [2022-06-21T12:25:26.447Z] --- PASS: TestDockerSchema1RegistrySuite (17.79s)
12:25:26 [2022-06-21T12:25:26.447Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.21s)
12:25:26 [2022-06-21T12:25:26.447Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.67s)
12:25:26 [2022-06-21T12:25:26.447Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.99s)
12:25:26 [2022-06-21T12:25:26.447Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.24s)
12:25:26 [2022-06-21T12:25:26.447Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s)
12:25:26 [2022-06-21T12:25:26.447Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.23s)
12:25:26 [2022-06-21T12:25:26.447Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.17s)
12:25:26 [2022-06-21T12:25:26.447Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.23s)
12:25:26 [2022-06-21T12:25:26.447Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.02s)
12:25:26 [2022-06-21T12:25:26.447Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s)
12:25:26 [2022-06-21T12:25:26.447Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.45s)
12:25:26 [2022-06-21T12:25:26.447Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
12:25:26 [2022-06-21T12:25:26.447Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
12:25:27 [2022-06-21T12:25:27.390Z]     check_test.go:250: [dc2458a447c87] daemon is not started
12:25:27 [2022-06-21T12:25:27.390Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
12:25:27 [2022-06-21T12:25:27.961Z]     check_test.go:250: [d2c554c4ac0e9] daemon is not started
12:25:27 [2022-06-21T12:25:27.961Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
12:25:27 [2022-06-21T12:25:27.961Z]     check_test.go:250: [ddea0213934fa] daemon is not started
12:25:27 [2022-06-21T12:25:27.961Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
12:25:29 [2022-06-21T12:25:29.345Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
12:25:29 [2022-06-21T12:25:29.605Z]     check_test.go:250: [d9deac4c3fcff] daemon is not started
12:25:29 [2022-06-21T12:25:29.605Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
12:25:30 [2022-06-21T12:25:30.176Z]     check_test.go:250: [dc6e2b140b6b3] daemon is not started
12:25:30 [2022-06-21T12:25:30.176Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
12:25:31 [2022-06-21T12:25:31.118Z]     check_test.go:250: [d2ba1752ab570] daemon is not started
12:25:31 [2022-06-21T12:25:31.118Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
12:25:31 [2022-06-21T12:25:31.118Z]     check_test.go:250: [d020b35353c6f] daemon is not started
12:25:31 [2022-06-21T12:25:31.118Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.75s)
12:25:31 [2022-06-21T12:25:31.118Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.74s)
12:25:31 [2022-06-21T12:25:31.118Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.58s)
12:25:31 [2022-06-21T12:25:31.118Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s)
12:25:31 [2022-06-21T12:25:31.118Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.24s)
12:25:31 [2022-06-21T12:25:31.118Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s)
12:25:31 [2022-06-21T12:25:31.118Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s)
12:25:31 [2022-06-21T12:25:31.118Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.87s)
12:25:31 [2022-06-21T12:25:31.118Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
12:25:31 [2022-06-21T12:25:31.118Z] === RUN   TestDockerRegistryAuthTokenSuite
12:25:31 [2022-06-21T12:25:31.118Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
12:25:36 [2022-06-21T12:25:36.399Z]     check_test.go:277: [df57943e2b00a] daemon is not started
12:25:36 [2022-06-21T12:25:36.399Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
12:25:36 [2022-06-21T12:25:36.660Z]     check_test.go:277: [d0cc0f361039b] daemon is not started
12:25:36 [2022-06-21T12:25:36.660Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
12:25:36 [2022-06-21T12:25:36.660Z]     check_test.go:277: [d4c7d09fd4b5d] daemon is not started
12:25:36 [2022-06-21T12:25:36.660Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
12:25:36 [2022-06-21T12:25:36.920Z]     check_test.go:277: [deefcfcbeaeb9] daemon is not started
12:25:36 [2022-06-21T12:25:36.920Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
12:25:36 [2022-06-21T12:25:36.920Z]     check_test.go:277: [dc1ac78cb0e17] daemon is not started
12:25:36 [2022-06-21T12:25:36.920Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s)
12:25:36 [2022-06-21T12:25:36.920Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s)
12:25:36 [2022-06-21T12:25:36.920Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
12:25:36 [2022-06-21T12:25:36.920Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
12:25:36 [2022-06-21T12:25:36.920Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
12:25:36 [2022-06-21T12:25:36.920Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.17s)
12:25:36 [2022-06-21T12:25:36.920Z] === RUN   TestDockerNetworkSuite
12:25:36 [2022-06-21T12:25:36.920Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
12:25:37 [2022-06-21T12:25:37.864Z]     docker_cli_network_unix_test.go:46: [da989c7c1e8c3] daemon is not started
12:25:38 [2022-06-21T12:25:38.125Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
12:25:38 [2022-06-21T12:25:38.696Z]     docker_cli_network_unix_test.go:46: [d6d3a2051d282] daemon is not started
12:25:38 [2022-06-21T12:25:38.696Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
12:25:41 [2022-06-21T12:25:41.239Z]     docker_cli_network_unix_test.go:46: [dfc3514d71d88] daemon is not started
12:25:41 [2022-06-21T12:25:41.810Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
12:25:43 [2022-06-21T12:25:43.194Z]     docker_cli_network_unix_test.go:46: [d0d4dfc30b20b] daemon is not started
12:25:43 [2022-06-21T12:25:43.194Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
12:25:43 [2022-06-21T12:25:43.455Z]     docker_cli_network_unix_test.go:1233: [d2be98c04ef1e] daemon is not started
12:25:46 [2022-06-21T12:25:46.003Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
12:25:46 [2022-06-21T12:25:46.945Z]     docker_cli_network_unix_test.go:46: [de43f85cb73d2] daemon is not started
12:25:47 [2022-06-21T12:25:47.206Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
12:25:52 [2022-06-21T12:25:52.499Z]     docker_cli_network_unix_test.go:46: [dbaf015954b66] daemon is not started
12:25:53 [2022-06-21T12:25:53.069Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
12:25:54 [2022-06-21T12:25:54.982Z]     docker_cli_network_unix_test.go:46: [d3a0193df3196] daemon is not started
12:25:55 [2022-06-21T12:25:55.242Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
12:25:56 [2022-06-21T12:25:56.189Z]     docker_cli_network_unix_test.go:46: [d57320a7fb4fb] daemon is not started
12:25:56 [2022-06-21T12:25:56.450Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
12:25:56 [2022-06-21T12:25:56.711Z]     docker_cli_network_unix_test.go:46: [dd4a82315de45] daemon is not started
12:25:56 [2022-06-21T12:25:56.972Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
12:25:57 [2022-06-21T12:25:57.236Z]     docker_cli_network_unix_test.go:46: [dc135a62db8ce] daemon is not started
12:25:57 [2022-06-21T12:25:57.236Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
12:25:57 [2022-06-21T12:25:57.807Z]     docker_cli_network_unix_test.go:46: [dd4670257f9e7] daemon is not started
12:25:58 [2022-06-21T12:25:58.067Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
12:25:58 [2022-06-21T12:25:58.638Z]     docker_cli_network_unix_test.go:46: [d7d8d6ed0cc74] daemon is not started
12:25:59 [2022-06-21T12:25:59.208Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
12:25:59 [2022-06-21T12:25:59.208Z]     docker_cli_network_unix_test.go:46: [d0ac90159a5a1] daemon is not started
12:25:59 [2022-06-21T12:25:59.208Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
12:25:59 [2022-06-21T12:25:59.468Z]     docker_cli_network_unix_test.go:46: [d3107172beb84] daemon is not started
12:25:59 [2022-06-21T12:25:59.468Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
12:26:00 [2022-06-21T12:26:00.038Z]     docker_cli_network_unix_test.go:46: [db5a0401b4bd2] daemon is not started
12:26:00 [2022-06-21T12:26:00.298Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
12:26:00 [2022-06-21T12:26:00.298Z]     docker_cli_network_unix_test.go:46: [d93c2abdae8fa] daemon is not started
12:26:00 [2022-06-21T12:26:00.298Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
12:26:00 [2022-06-21T12:26:00.559Z]     docker_cli_network_unix_test.go:46: [daf98adfc0bf3] daemon is not started
12:26:00 [2022-06-21T12:26:00.559Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
12:26:00 [2022-06-21T12:26:00.559Z]     docker_cli_network_unix_test.go:46: [d056186cc810d] daemon is not started
12:26:00 [2022-06-21T12:26:00.559Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
12:26:01 [2022-06-21T12:26:01.500Z]     docker_cli_network_unix_test.go:46: [dd26655fa68a1] daemon is not started
12:26:01 [2022-06-21T12:26:01.500Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
12:26:02 [2022-06-21T12:26:02.071Z]     docker_cli_network_unix_test.go:46: [d3ed4b0202c49] daemon is not started
12:26:02 [2022-06-21T12:26:02.331Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
12:26:02 [2022-06-21T12:26:02.331Z]     docker_cli_network_unix_test.go:46: [d0f7c806437ce] daemon is not started
12:26:02 [2022-06-21T12:26:02.331Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
12:26:02 [2022-06-21T12:26:02.594Z]     docker_cli_network_unix_test.go:46: [d6a137f85c929] daemon is not started
12:26:02 [2022-06-21T12:26:02.594Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
12:26:02 [2022-06-21T12:26:02.855Z]     docker_cli_network_unix_test.go:46: [d76d125e80cf2] daemon is not started
12:26:02 [2022-06-21T12:26:02.855Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
12:26:04 [2022-06-21T12:26:04.238Z]     docker_cli_network_unix_test.go:968: [dbfb32171f9cf] daemon is not started
12:26:05 [2022-06-21T12:26:05.179Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
12:26:06 [2022-06-21T12:26:06.565Z]     docker_cli_network_unix_test.go:46: [d2ccd1c72d4d9] daemon is not started
12:26:06 [2022-06-21T12:26:06.565Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
12:26:09 [2022-06-21T12:26:09.129Z]     docker_cli_network_unix_test.go:1116: [d6f79b2977069] daemon is not started
12:26:12 [2022-06-21T12:26:12.430Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
12:26:12 [2022-06-21T12:26:12.430Z]     docker_cli_network_unix_test.go:46: [dd0ce394d4b2d] daemon is not started
12:26:12 [2022-06-21T12:26:12.430Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
12:26:13 [2022-06-21T12:26:13.000Z]     docker_cli_network_unix_test.go:46: [dc329e97bd41c] daemon is not started
12:26:13 [2022-06-21T12:26:13.000Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
12:26:13 [2022-06-21T12:26:13.000Z]     docker_cli_network_unix_test.go:46: [d1292f7342606] daemon is not started
12:26:13 [2022-06-21T12:26:13.260Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
12:26:13 [2022-06-21T12:26:13.260Z]     docker_cli_network_unix_test.go:46: [ded5c14fe373f] daemon is not started
12:26:13 [2022-06-21T12:26:13.260Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
12:26:13 [2022-06-21T12:26:13.520Z]     docker_cli_network_unix_test.go:46: [d2ff2de89a2c6] daemon is not started
12:26:13 [2022-06-21T12:26:13.520Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
12:26:13 [2022-06-21T12:26:13.520Z]     docker_cli_network_unix_test.go:46: [daf365e90a7c3] daemon is not started
12:26:13 [2022-06-21T12:26:13.520Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
12:26:13 [2022-06-21T12:26:13.520Z]     docker_cli_network_unix_test.go:46: [dd9bc733f81c6] daemon is not started
12:26:13 [2022-06-21T12:26:13.520Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
12:26:15 [2022-06-21T12:26:15.433Z]     docker_cli_network_unix_test.go:46: [d2c65509a3f0a] daemon is not started
12:26:16 [2022-06-21T12:26:16.004Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
12:26:16 [2022-06-21T12:26:16.004Z]     docker_cli_network_unix_test.go:46: [d9b0aaa4f05db] daemon is not started
12:26:16 [2022-06-21T12:26:16.004Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
12:26:16 [2022-06-21T12:26:16.004Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
12:26:16 [2022-06-21T12:26:16.004Z]     docker_cli_network_unix_test.go:46: [d9f82a66c4ce9] daemon is not started
12:26:16 [2022-06-21T12:26:16.004Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
12:26:16 [2022-06-21T12:26:16.575Z]     docker_cli_network_unix_test.go:46: [dcdf68b6c4258] daemon is not started
12:26:16 [2022-06-21T12:26:16.835Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
12:26:17 [2022-06-21T12:26:17.406Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
12:26:19 [2022-06-21T12:26:19.958Z]     docker_cli_swarm_test.go:1180: [d920a9962e975] joining swarm manager [d577449d035e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:26:20 [2022-06-21T12:26:20.528Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
12:26:21 [2022-06-21T12:26:21.911Z]     docker_cli_network_unix_test.go:1084: [db71b5d085b68] daemon is not started
12:26:23 [2022-06-21T12:26:23.822Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
12:26:23 [2022-06-21T12:26:23.823Z]     docker_cli_network_unix_test.go:46: [ddd9ea356320a] daemon is not started
12:26:23 [2022-06-21T12:26:23.823Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
12:26:24 [2022-06-21T12:26:24.083Z]     docker_cli_network_unix_test.go:46: [d6117f06fa233] daemon is not started
12:26:24 [2022-06-21T12:26:24.345Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
12:26:25 [2022-06-21T12:26:25.733Z]     docker_cli_network_unix_test.go:46: [d635d0145fba3] daemon is not started
12:26:25 [2022-06-21T12:26:25.993Z]     docker_cli_swarm_test.go:1189: [d7f2a7b14b91e] joining swarm manager [d577449d035e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:26:26 [2022-06-21T12:26:26.254Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
12:26:26 [2022-06-21T12:26:26.254Z]     docker_cli_network_unix_test.go:46: [d007b7856e533] daemon is not started
12:26:26 [2022-06-21T12:26:26.254Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
12:26:26 [2022-06-21T12:26:26.514Z]     docker_cli_network_unix_test.go:46: [d57f8245926c1] daemon is not started
12:26:26 [2022-06-21T12:26:26.774Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
12:26:27 [2022-06-21T12:26:27.352Z]     docker_cli_network_unix_test.go:46: [d50b79db2c067] daemon is not started
12:26:27 [2022-06-21T12:26:27.352Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
12:26:27 [2022-06-21T12:26:27.928Z]     docker_cli_network_unix_test.go:46: [d9306a8303134] daemon is not started
12:26:28 [2022-06-21T12:26:28.498Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
12:26:33 [2022-06-21T12:26:33.783Z]     docker_cli_network_unix_test.go:46: [d06034a7a5a47] daemon is not started
12:26:34 [2022-06-21T12:26:34.047Z] --- PASS: TestDockerNetworkSuite (56.92s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.06s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.74s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.88s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.57s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.50s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.56s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.63s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.26s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.16s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.53s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.36s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.90s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.90s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.15s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.30s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.72s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.74s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.01s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.47s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.25s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.39s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.24s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.49s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.77s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.63s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.10s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.76s)
12:26:34 [2022-06-21T12:26:34.047Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.74s)
12:26:34 [2022-06-21T12:26:34.048Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
12:26:34 [2022-06-21T12:26:34.048Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.66s)
12:26:34 [2022-06-21T12:26:34.048Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.47s)
12:26:34 [2022-06-21T12:26:34.048Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.97s)
12:26:34 [2022-06-21T12:26:34.048Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.61s)
12:26:34 [2022-06-21T12:26:34.048Z] === RUN   TestDockerHubPullSuite
12:26:34 [2022-06-21T12:26:34.048Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
12:26:35 [2022-06-21T12:26:35.957Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
12:26:37 [2022-06-21T12:26:37.868Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
12:26:38 [2022-06-21T12:26:38.809Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
12:26:40 [2022-06-21T12:26:40.194Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
12:26:40 [2022-06-21T12:26:40.194Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
12:26:40 [2022-06-21T12:26:40.194Z] --- PASS: TestDockerHubPullSuite (6.39s)
12:26:40 [2022-06-21T12:26:40.194Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.83s)
12:26:40 [2022-06-21T12:26:40.194Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s)
12:26:40 [2022-06-21T12:26:40.194Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.65s)
12:26:40 [2022-06-21T12:26:40.194Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.44s)
12:26:40 [2022-06-21T12:26:40.194Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s)
12:26:40 [2022-06-21T12:26:40.194Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s)
12:26:40 [2022-06-21T12:26:40.194Z] PASS
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === Skipped
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_sni_test.go:18: Flakey test
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_test.go:4016: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_test.go:4118: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_test.go:4101: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_test.go:2836: kernel doesn't have latency_stats configured
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_test.go:4071: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_test.go:4091: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_test.go:4081: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindows
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
12:26:40 [2022-06-21T12:26:40.456Z]     docker_cli_network_unix_test.go:46: [d9f82a66c4ce9] daemon is not started
12:26:40 [2022-06-21T12:26:40.456Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] DONE 1265 tests, 51 skipped in 1480.902s
12:26:40 [2022-06-21T12:26:40.456Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
12:26:40 [2022-06-21T12:26:40.456Z] ++++ cat bundles/test-integration/docker.pid
12:26:40 [2022-06-21T12:26:40.456Z] +++ kill 9381
12:26:40 [2022-06-21T12:26:40.456Z] +++ /etc/init.d/apparmor stop
12:26:40 [2022-06-21T12:26:40.456Z] Leaving: AppArmorNo profiles have been unloaded.
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] Unloading profiles will leave already running processes permanently
12:26:40 [2022-06-21T12:26:40.456Z] unconfined, which can lead to unexpected situations.
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.456Z] To set a process to complain mode, use the command line tool
12:26:40 [2022-06-21T12:26:40.456Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
12:26:40 [2022-06-21T12:26:40.456Z] +++ true
12:26:40 [2022-06-21T12:26:40.456Z] exiting test-integration
12:26:40 [2022-06-21T12:26:40.456Z] ++ exit 0
12:26:40 [2022-06-21T12:26:40.456Z] 
12:26:40 [2022-06-21T12:26:40.718Z] + for job in $(jobs -p)
12:26:40 [2022-06-21T12:26:40.718Z] + wait 7031
12:27:02 [2022-06-21T12:27:02.669Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
12:27:10 [2022-06-21T12:27:10.813Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
12:27:13 [2022-06-21T12:27:13.355Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
12:27:15 [2022-06-21T12:27:15.265Z]     docker_cli_swarm_test.go:1112: [ddebae05fb836] joining swarm manager [df65b0ae36473]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:27:16 [2022-06-21T12:27:16.647Z]     docker_cli_swarm_test.go:1113: [d8e15652b59ef] joining swarm manager [df65b0ae36473]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:28:53 [2022-06-21T12:28:53.121Z]     docker_cli_swarm_test.go:1166: [debcc2856e3fd] joining swarm manager [df65b0ae36473]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
12:29:19 [2022-06-21T12:29:19.695Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
12:29:21 [2022-06-21T12:29:21.606Z]     docker_cli_swarm_test.go:1447: [d2a966279c7f3] joining swarm manager [db24109c4c90f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:29:22 [2022-06-21T12:29:22.177Z]     docker_cli_swarm_test.go:1448: [d2c3e65721581] joining swarm manager [db24109c4c90f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
12:29:34 [2022-06-21T12:29:34.397Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
12:29:34 [2022-06-21T12:29:34.397Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
12:29:34 [2022-06-21T12:29:34.397Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
12:29:34 [2022-06-21T12:29:34.397Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
12:29:34 [2022-06-21T12:29:34.397Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
12:29:34 [2022-06-21T12:29:34.967Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
12:29:37 [2022-06-21T12:29:37.509Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
12:29:40 [2022-06-21T12:29:40.807Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
12:29:42 [2022-06-21T12:29:42.717Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
12:29:44 [2022-06-21T12:29:44.628Z]     docker_cli_swarm_unix_test.go:63: [df4d52d4989f1] joining swarm manager [d674ac860b1d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:30:40 [2022-06-21T12:30:40.908Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
12:30:40 [2022-06-21T12:30:40.908Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
12:30:40 [2022-06-21T12:30:40.908Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
12:30:42 [2022-06-21T12:30:42.291Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
12:30:45 [2022-06-21T12:30:45.591Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
12:30:48 [2022-06-21T12:30:48.134Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
12:30:50 [2022-06-21T12:30:50.044Z]     docker_api_swarm_test.go:962: [d0a800eb3ac4d] joining swarm manager [db6cc0028420d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
12:31:11 [2022-06-21T12:31:11.997Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
12:31:20 [2022-06-21T12:31:20.145Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
12:31:22 [2022-06-21T12:31:22.056Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
12:31:24 [2022-06-21T12:31:24.598Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
12:31:27 [2022-06-21T12:31:27.142Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
12:31:35 [2022-06-21T12:31:35.275Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
12:31:38 [2022-06-21T12:31:38.573Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
12:31:41 [2022-06-21T12:31:41.117Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
12:31:43 [2022-06-21T12:31:43.660Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
12:31:46 [2022-06-21T12:31:46.202Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
12:31:48 [2022-06-21T12:31:48.749Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
12:31:52 [2022-06-21T12:31:52.051Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
12:31:53 [2022-06-21T12:31:53.961Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
12:32:50 [2022-06-21T12:32:50.215Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
12:33:05 [2022-06-21T12:33:05.109Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
12:33:23 [2022-06-21T12:33:23.233Z] --- PASS: TestDockerSwarmSuite (1537.29s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.14s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.36s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.09s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.25s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.00s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.57s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.86s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.89s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.63s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (31.47s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (26.34s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.19s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.38s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.06s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (38.89s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.80s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.63s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.69s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.86s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (59.40s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.25s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.37s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.77s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.06s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.01s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.31s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.37s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.55s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.37s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.42s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.75s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.63s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.24s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.36s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.02s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.61s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.06s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.85s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.06s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.32s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.45s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.41s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.21s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.89s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.62s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.12s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.95s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.23s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.29s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.61s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.76s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.02s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.66s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.29s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.07s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.41s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.46s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.06s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.14s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.82s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.11s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.04s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (2.96s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.01s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.57s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.57s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.83s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.61s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.62s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.79s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.63s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.25s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.65s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.15s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.05s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (65.61s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.14s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.23s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.87s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.57s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.46s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.33s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.33s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.06s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.83s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.77s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.66s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.29s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (43.26s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.03s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (3.85s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (125.96s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.28s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.26s)
12:33:23 [2022-06-21T12:33:23.233Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s)
12:33:23 [2022-06-21T12:33:23.233Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.17s)
12:33:23 [2022-06-21T12:33:23.233Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
12:33:23 [2022-06-21T12:33:23.233Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.19s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.26s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.17s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.27s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.18s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.06s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.33s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.14s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.52s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.64s)
12:33:23 [2022-06-21T12:33:23.233Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.32s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.20s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.22s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.80s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.00s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.54s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.49s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.47s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.48s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.50s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.98s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.19s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.97s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.21s)
12:33:23 [2022-06-21T12:33:23.234Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.19s)
12:33:23 [2022-06-21T12:33:23.234Z] === RUN   TestDockerExternalVolumeSuite
12:33:23 [2022-06-21T12:33:23.234Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
12:33:23 [2022-06-21T12:33:23.234Z]     docker_cli_external_volume_driver_test.go:53: [db1f2dd3f14f5] daemon is not started
12:33:38 [2022-06-21T12:33:38.128Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
12:34:45 [2022-06-21T12:34:45.839Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
12:34:52 [2022-06-21T12:34:52.415Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
12:35:10 [2022-06-21T12:35:10.535Z]     docker_cli_external_volume_driver_test.go:53: [d6da778771040] daemon is not started
12:35:22 [2022-06-21T12:35:22.755Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
12:35:40 [2022-06-21T12:35:40.856Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
12:35:53 [2022-06-21T12:35:53.078Z]     docker_cli_external_volume_driver_test.go:53: [d45415e8c112e] daemon is not started
12:36:11 [2022-06-21T12:36:11.191Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
12:36:11 [2022-06-21T12:36:11.191Z]     docker_cli_external_volume_driver_test.go:53: [d2d41659fff7c] daemon is not started
12:36:23 [2022-06-21T12:36:23.412Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
12:36:55 [2022-06-21T12:36:55.513Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
12:37:13 [2022-06-21T12:37:13.638Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
12:37:28 [2022-06-21T12:37:28.534Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
12:38:15 [2022-06-21T12:38:15.232Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
12:38:33 [2022-06-21T12:38:33.337Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
12:39:05 [2022-06-21T12:39:05.463Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
12:39:37 [2022-06-21T12:39:37.562Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
12:39:49 [2022-06-21T12:39:49.782Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
12:40:07 [2022-06-21T12:40:07.923Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
12:40:07 [2022-06-21T12:40:07.923Z]     docker_cli_external_volume_driver_test.go:485: [d86d2e0f61aac] daemon is not started
12:40:22 [2022-06-21T12:40:22.818Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
12:40:22 [2022-06-21T12:40:22.818Z]     docker_cli_external_volume_driver_test.go:53: [d7da0038123d4] daemon is not started
12:40:37 [2022-06-21T12:40:37.715Z] --- PASS: TestDockerExternalVolumeSuite (437.00s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.22s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.20s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.75s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.16s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.61s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s)
12:40:37 [2022-06-21T12:40:37.715Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
12:40:37 [2022-06-21T12:40:37.715Z] PASS
12:40:37 [2022-06-21T12:40:37.715Z] 
12:40:37 [2022-06-21T12:40:37.715Z] === Skipped
12:40:37 [2022-06-21T12:40:37.715Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
12:40:37 [2022-06-21T12:40:37.715Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
12:40:37 [2022-06-21T12:40:37.715Z]     check_test.go:307: [d54bfd043855b] daemon is not started
12:40:37 [2022-06-21T12:40:37.715Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
12:40:37 [2022-06-21T12:40:37.715Z] 
12:40:37 [2022-06-21T12:40:37.715Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
12:40:37 [2022-06-21T12:40:37.715Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
12:40:37 [2022-06-21T12:40:37.715Z]     check_test.go:307: [debf2627eea56] daemon is not started
12:40:37 [2022-06-21T12:40:37.715Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
12:40:37 [2022-06-21T12:40:37.715Z] 
12:40:37 [2022-06-21T12:40:37.715Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
12:40:37 [2022-06-21T12:40:37.715Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
12:40:37 [2022-06-21T12:40:37.715Z]     check_test.go:307: [d93e039fbaadf] daemon is not started
12:40:37 [2022-06-21T12:40:37.715Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
12:40:37 [2022-06-21T12:40:37.715Z] 
12:40:37 [2022-06-21T12:40:37.715Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
12:40:37 [2022-06-21T12:40:37.715Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
12:40:37 [2022-06-21T12:40:37.715Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
12:40:37 [2022-06-21T12:40:37.715Z] 
12:40:37 [2022-06-21T12:40:37.715Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
12:40:37 [2022-06-21T12:40:37.715Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
12:40:37 [2022-06-21T12:40:37.715Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
12:40:37 [2022-06-21T12:40:37.715Z] 
12:40:37 [2022-06-21T12:40:37.715Z] DONE 269 tests, 5 skipped in 2317.552s
12:40:37 [2022-06-21T12:40:37.715Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
12:40:37 [2022-06-21T12:40:37.715Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d2ebeece4b38d/docker.pid
12:40:37 [2022-06-21T12:40:37.715Z] +++ kill 7067
12:40:37 [2022-06-21T12:40:37.715Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7067 is not a child of this shell
12:40:37 [2022-06-21T12:40:37.715Z] warning: PID 7067 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d2ebeece4b38d/docker.pid had a nonzero exit code
12:40:37 [2022-06-21T12:40:37.715Z] ++++ cat bundles/test-integration/docker.pid
12:40:37 [2022-06-21T12:40:37.715Z] +++ kill 9350
12:40:37 [2022-06-21T12:40:37.715Z] +++ /etc/init.d/apparmor stop
12:40:37 [2022-06-21T12:40:37.715Z] Leaving: AppArmorNo profiles have been unloaded.
12:40:37 [2022-06-21T12:40:37.715Z] 
12:40:37 [2022-06-21T12:40:37.715Z] Unloading profiles will leave already running processes permanently
12:40:37 [2022-06-21T12:40:37.715Z] unconfined, which can lead to unexpected situations.
12:40:37 [2022-06-21T12:40:37.715Z] 
12:40:37 [2022-06-21T12:40:37.715Z] To set a process to complain mode, use the command line tool
12:40:37 [2022-06-21T12:40:37.715Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
12:40:37 [2022-06-21T12:40:37.715Z] +++ true
12:40:37 [2022-06-21T12:40:37.715Z] exiting test-integration
12:40:37 [2022-06-21T12:40:37.715Z] ++ exit 0
12:40:37 [2022-06-21T12:40:37.715Z] 
12:40:37 [2022-06-21T12:40:37.715Z] + exit 0
12:40:37 [2022-06-21T12:40:37.715Z] ++ jobs -p
12:40:37 [2022-06-21T12:40:37.715Z] + pids=
12:40:37 [2022-06-21T12:40:37.715Z] + echo 'Remaining pids to kill: []'
12:40:37 [2022-06-21T12:40:37.715Z] Remaining pids to kill: []
12:40:37 [2022-06-21T12:40:37.715Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
12:40:37 [2022-06-21T12:40:37.731Z] Recording test results
12:40:39 [2022-06-21T12:40:39.504Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
12:40:39 [2022-06-21T12:40:39.820Z] + echo Ensuring container killed.
12:40:39 [2022-06-21T12:40:39.820Z] Ensuring container killed.
12:40:39 [2022-06-21T12:40:39.820Z] + docker ps -aq -f name=docker-pr1-*
12:40:39 [2022-06-21T12:40:39.820Z] + cids=fe89225b02b1
12:40:39 [2022-06-21T12:40:39.820Z] 062aa72a6491
12:40:39 [2022-06-21T12:40:39.820Z] 9ee7317268af
12:40:39 [2022-06-21T12:40:39.820Z] + [ -n fe89225b02b1
12:40:39 [2022-06-21T12:40:39.820Z] 062aa72a6491
12:40:39 [2022-06-21T12:40:39.820Z] 9ee7317268af ]
12:40:39 [2022-06-21T12:40:39.820Z] + docker rm -vf fe89225b02b1 062aa72a6491 9ee7317268af
12:40:40 [2022-06-21T12:40:40.394Z] fe89225b02b1
12:40:40 [2022-06-21T12:40:40.394Z] 062aa72a6491
12:40:40 [2022-06-21T12:40:40.394Z] 9ee7317268af
[Pipeline] sh
12:40:40 [2022-06-21T12:40:40.946Z] + echo Chowning /workspace to jenkins user
12:40:40 [2022-06-21T12:40:40.946Z] Chowning /workspace to jenkins user
12:40:40 [2022-06-21T12:40:40.946Z] + id -u
12:40:40 [2022-06-21T12:40:40.946Z] + id -g
12:40:40 [2022-06-21T12:40:40.946Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43731:/workspace busybox chown -R 1000:1000 /workspace
12:40:40 [2022-06-21T12:40:40.946Z] Unable to find image 'busybox:latest' locally
12:40:40 [2022-06-21T12:40:40.946Z] latest: Pulling from library/busybox
12:40:41 [2022-06-21T12:40:41.208Z] 19d511225f94: Pulling fs layer
12:40:41 [2022-06-21T12:40:41.208Z] 19d511225f94: Verifying Checksum
12:40:41 [2022-06-21T12:40:41.208Z] 19d511225f94: Download complete
12:40:41 [2022-06-21T12:40:41.208Z] 19d511225f94: Pull complete
12:40:41 [2022-06-21T12:40:41.208Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
12:40:41 [2022-06-21T12:40:41.208Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
12:40:44 [2022-06-21T12:40:44.052Z] + bundleName=amd64
12:40:44 [2022-06-21T12:40:44.052Z] + echo Creating amd64-bundles.tar.gz
12:40:44 [2022-06-21T12:40:44.052Z] Creating amd64-bundles.tar.gz
12:40:44 [2022-06-21T12:40:44.052Z] + xargs+  tar -czf amd64-bundles.tar.gz
12:40:44 [2022-06-21T12:40:44.052Z] find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
12:40:45 [2022-06-21T12:40:45.450Z] Archiving artifacts
12:40:47 [2022-06-21T12:40:47.604Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43731/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
12:40:47 [2022-06-21T12:40:47.914Z] + make clean
12:40:48 [2022-06-21T12:40:48.174Z] docker volume rm -f docker-dev-cache docker-mod-cache
12:40:48 [2022-06-21T12:40:48.174Z] docker-dev-cache
12:40:48 [2022-06-21T12:40:48.174Z] 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